Trace number 1095057

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.13+minisatUNSAT 42.0866 42.659

General information on the benchmark

Namecsp/fapp/fapp16/
normalized-fapp16-0260-7.xml
MD5SUM39210d0e0515e795a94e7161092ee7d9
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1.00585
Satisfiable
(Un)Satisfiability was proved
Number of variables260
Number of constraints3927
Maximum constraint arity2
Maximum domain size302
Number of constraints which are defined in extension0
Number of constraints which are defined in intension3927
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.05	c 0	Sugar v1-13 + HOME/minisat
0.00/0.05	c 0	BEGIN Sat Jul  5 19:57:15 2008
0.00/0.05	c 0	PID 17386
0.00/0.05	c 0	HOST node30.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1095057-1215280635.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1095057-1215280635.xml' 'HOME/temp.csp'
0.03/0.83	c 1	8 domains, 260 variables, 8 predicates, 0 relations, 3927 constraints
0.03/0.84	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.84	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.80/0.93	c 1	Parsing HOME/temp.csp
1.04/1.19	c 2	parsed 4203 expressions
1.14/1.20	c 2	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.14/1.20	c 2	Converting to clausal form CSP
1.54/1.65	c 2	converted 421 (10%) expressions
2.22/2.38	c 3	converted 841 (20%) expressions
2.72/2.89	c 3	converted 1261 (30%) expressions
3.31/3.44	c 4	converted 1682 (40%) expressions
3.80/3.94	c 4	converted 2102 (50%) expressions
4.39/4.50	c 5	converted 2522 (60%) expressions
4.70/4.89	c 5	converted 2943 (70%) expressions
5.19/5.31	c 6	converted 3363 (80%) expressions
5.58/5.76	c 6	converted 3783 (90%) expressions
6.38/6.57	c 7	converted 4203 (100%) expressions
6.38/6.57	c 7	CSP : 515 integers, 11306 booleans, 23663 clauses, largest domain size 2821
6.38/6.57	c 7	Heap : 37 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
6.38/6.57	c 7	Propagation in CSP
6.67/6.83	c 7	10900 values, 0 unsatisfiable literals, and 0 valid clauses are removed
6.67/6.83	c 7	CSP : 515 integers, 11306 booleans, 23663 clauses, largest domain size 2821
6.67/6.83	c 7	Heap : 40 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
6.67/6.85	c 7	Simplifing CSP by introducing new Boolean variables
6.67/6.89	c 7	CSP : 515 integers, 18416 booleans, 30773 clauses, largest domain size 2821
6.67/6.89	c 7	Heap : 42 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
7.07/7.28	c 8	Encoding CSP to SAT : HOME/temp.cnf
7.37/7.52	c 8	52 (10%) CSP integer variables are encoded (7973 clauses, 101514 bytes)
7.57/7.75	c 8	103 (20%) CSP integer variables are encoded (17858 clauses, 245864 bytes)
7.76/7.98	c 8	155 (30%) CSP integer variables are encoded (28151 clauses, 400259 bytes)
8.06/8.20	c 9	206 (40%) CSP integer variables are encoded (37663 clauses, 542939 bytes)
8.16/8.40	c 9	258 (50%) CSP integer variables are encoded (46429 clauses, 674429 bytes)
8.36/8.52	c 9	309 (60%) CSP integer variables are encoded (135286 clauses, 2078437 bytes)
8.45/8.61	c 9	361 (70%) CSP integer variables are encoded (196640 clauses, 3121455 bytes)
8.55/8.71	c 9	412 (80%) CSP integer variables are encoded (266233 clauses, 4304536 bytes)
8.55/8.79	c 9	464 (90%) CSP integer variables are encoded (326271 clauses, 5325182 bytes)
8.75/8.90	c 9	515 (100%) CSP integer variables are encoded (403062 clauses, 6630629 bytes)
17.26/17.51	c 18	3078 (10%) CSP clauses are encoded (1460330 clauses, 28131466 bytes)
21.41/21.75	c 22	6155 (20%) CSP clauses are encoded (2170289 clauses, 43710478 bytes)
23.88/24.28	c 25	9232 (30%) CSP clauses are encoded (2647344 clauses, 54269678 bytes)
26.04/26.49	c 27	12310 (40%) CSP clauses are encoded (3182702 clauses, 66658611 bytes)
27.82/28.21	c 29	15387 (50%) CSP clauses are encoded (3622759 clauses, 77054959 bytes)
29.39/29.83	c 30	18464 (60%) CSP clauses are encoded (4099221 clauses, 88449704 bytes)
31.09/31.57	c 32	21542 (70%) CSP clauses are encoded (4633374 clauses, 101034923 bytes)
32.96/33.44	c 34	24619 (80%) CSP clauses are encoded (5201840 clauses, 114502228 bytes)
34.54/35.07	c 35	27696 (90%) CSP clauses are encoded (5704397 clauses, 126426357 bytes)
35.92/36.42	c 37	30773 (100%) CSP clauses are encoded (6088386 clauses, 135560247 bytes)
35.92/36.42	c 37	30773 CSP clauses encoded
35.92/36.42	c 37	Writing map file : HOME/temp.map
35.92/36.45	c 37	Heap : 42 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
35.92/36.45	c 37	SAT : 421993 SAT variables, 6088386 SAT clauses, 135560247 bytes
35.92/36.45	c 37	Heap : 42 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
35.98/36.50	c 37	SOLVING HOME/temp.cnf
35.98/36.50	c 37	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
35.98/36.51	c 37	This is MiniSat 2.0 beta
35.98/36.51	c 37	WARNING: for repeatability, setting FPU to use double precision
35.98/36.51	c 37	============================[ Problem Statistics ]=============================
35.98/36.51	c 37	|                                                                             |
35.98/36.51	c 37	|  Number of variables:  421993                                               |
35.98/36.51	c 37	|  Number of clauses:    6088386                                              |
39.65/40.30	c 41	|  Parsing time:         3.13         s                                       |
39.96/40.50	c 41	============================[ Search Statistics ]==============================
39.96/40.50	c 41	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
39.96/40.50	c 41	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
39.96/40.50	c 41	===============================================================================
39.96/40.50	c 41	|         0 |  421992  6088385 16780900 |  2029461        0    nan |  0.000 % |
40.55/41.16	c 41	|       100 |  421986  6088385 16780900 |  2232407       97      3 |  0.363 % |
41.44/42.00	c 42	===============================================================================
41.44/42.00	c 42	restarts              : 2
41.44/42.00	c 42	conflicts             : 226            (47 /sec)
41.44/42.00	c 42	decisions             : 7678           (1.39 % random) (1608 /sec)
41.44/42.00	c 42	propagations          : 3540454        (741569 /sec)
41.44/42.00	c 42	conflict literals     : 624            (6.45 % deleted)
41.44/42.00	c 42	Memory used           : 281.69 MB
41.44/42.00	c 42	CPU time              : 4.77427 s
41.44/42.00	c 42	
41.44/42.00	c 42	UNSATISFIABLE
41.44/42.05	c 42	DECODING HOME/temp.out WITH HOME/temp.map
41.44/42.05	c 42	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
41.51/42.14	c 42	Decoding HOME/temp.out
41.51/42.54	s UNSATISFIABLE
41.51/42.54	c 43	Heap : 3 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
41.51/42.59	c 43	CPU 40.08 (0.04 0.01 40.04 1.91)
41.51/42.59	c 43	END Sat Jul  5 19:57:58 2008

Verifier Data (download as text)

No possible verification on an UNSAT instance

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1095057-1215280635/watcher-1095057-1215280635 -o /tmp/evaluation-result-1095057-1215280635/solver-1095057-1215280635 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/sugar -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-1095057-1215280635.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.10 2.05 2.01 4/72 17386
/proc/meminfo: memFree=1528648/2055920 swapFree=4117608/4192956
[pid=17386] ppid=17384 vsize=12000 CPUtime=0
/proc/17386/stat : 17386 (sugar) R 17384 17386 16375 0 -1 4194304 187 0 0 0 0 0 0 0 23 0 1 0 2007037225 12288000 155 996147200 4194304 4206940 548682068608 18446744073709551615 264907460227 0 0 4224 0 0 0 0 17 1 0 0
/proc/17386/statm: 3000 155 117 3 0 100 0

[startup+0.055866 s]
/proc/loadavg: 2.10 2.05 2.01 4/72 17386
/proc/meminfo: memFree=1528648/2055920 swapFree=4117608/4192956
[pid=17386] ppid=17384 vsize=13600 CPUtime=0.03
/proc/17386/stat : 17386 (sugar) S 17384 17386 16375 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2007037225 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17386/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.102138 s]
/proc/loadavg: 2.10 2.05 2.01 4/72 17386
/proc/meminfo: memFree=1528648/2055920 swapFree=4117608/4192956
[pid=17386] ppid=17384 vsize=13600 CPUtime=0.03
/proc/17386/stat : 17386 (sugar) S 17384 17386 16375 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2007037225 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17386/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.302146 s]
/proc/loadavg: 2.10 2.05 2.01 4/72 17386
/proc/meminfo: memFree=1528648/2055920 swapFree=4117608/4192956
[pid=17386] ppid=17384 vsize=13600 CPUtime=0.03
/proc/17386/stat : 17386 (sugar) S 17384 17386 16375 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2007037225 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17386/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701184 s]
/proc/loadavg: 2.10 2.05 2.01 4/72 17386
/proc/meminfo: memFree=1528648/2055920 swapFree=4117608/4192956
[pid=17386] ppid=17384 vsize=13600 CPUtime=0.03
/proc/17386/stat : 17386 (sugar) S 17384 17386 16375 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2007037225 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17386/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50123 s]
/proc/loadavg: 2.10 2.05 2.01 4/83 17408
/proc/meminfo: memFree=1520880/2055920 swapFree=4117608/4192956
[pid=17386] ppid=17384 vsize=13600 CPUtime=0.8
/proc/17386/stat : 17386 (sugar) S 17384 17386 16375 0 -1 4194304 973 7008 0 1 3 0 72 5 15 0 1 0 2007037225 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17386/statm: 3400 797 370 3 0 500 0
[pid=17399] ppid=17386 vsize=5356 CPUtime=0
/proc/17399/stat : 17399 (sh) S 17386 17386 16375 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2007037310 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17399/statm: 1339 233 193 169 0 50 0
[pid=17400] ppid=17399 vsize=868352 CPUtime=0.63
/proc/17400/stat : 17400 (java) S 17399 17386 16375 0 -1 0 5476 0 1 0 59 4 0 0 18 0 9 0 2007037310 889192448 4887 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17400/statm: 217088 4887 1732 9 0 211663 0
[pid=17400/tid=17401] ppid=17399 vsize=868352 CPUtime=0.39
/proc/17400/task/17401/stat : 17401 (java) R 17399 17386 16375 0 -1 64 2663 0 1 0 37 2 0 0 22 0 9 0 2007037311 889192448 4887 996147200 134512640 134550740 4294955952 18446744073709551615 4126566915 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17400/tid=17402] ppid=17399 vsize=868352 CPUtime=0.04
/proc/17400/task/17402/stat : 17402 (java) S 17399 17386 16375 0 -1 64 694 0 0 0 4 0 0 0 16 0 9 0 2007037312 889192448 4887 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17400/tid=17403] ppid=17399 vsize=868352 CPUtime=0
/proc/17400/task/17403/stat : 17403 (java) S 17399 17386 16375 0 -1 64 9 0 0 0 0 0 0 0 19 0 9 0 2007037312 889192448 4887 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17400/tid=17404] ppid=17399 vsize=868352 CPUtime=0
/proc/17400/task/17404/stat : 17404 (java) S 17399 17386 16375 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 2007037312 889192448 4887 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17400/tid=17405] ppid=17399 vsize=868352 CPUtime=0
/proc/17400/task/17405/stat : 17405 (java) S 17399 17386 16375 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2007037314 889192448 4887 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17400/tid=17406] ppid=17399 vsize=868352 CPUtime=0.17
/proc/17400/task/17406/stat : 17406 (java) S 17399 17386 16375 0 -1 64 1427 0 0 0 17 0 0 0 16 0 9 0 2007037315 889192448 4887 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17400/tid=17407] ppid=17399 vsize=868352 CPUtime=0
/proc/17400/task/17407/stat : 17407 (java) S 17399 17386 16375 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2007037315 889192448 4887 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17400/tid=17408] ppid=17399 vsize=868352 CPUtime=0
/proc/17400/task/17408/stat : 17408 (java) S 17399 17386 16375 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2007037315 889192448 4887 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 887308

[startup+3.10233 s]
/proc/loadavg: 2.10 2.05 2.01 3/83 17408
/proc/meminfo: memFree=1509168/2055920 swapFree=4117608/4192956
[pid=17386] ppid=17384 vsize=13600 CPUtime=0.8
/proc/17386/stat : 17386 (sugar) S 17384 17386 16375 0 -1 4194304 973 7008 0 1 3 0 72 5 15 0 1 0 2007037225 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17386/statm: 3400 797 370 3 0 500 0
[pid=17399] ppid=17386 vsize=5356 CPUtime=0
/proc/17399/stat : 17399 (sh) S 17386 17386 16375 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2007037310 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17399/statm: 1339 233 193 169 0 50 0
[pid=17400] ppid=17399 vsize=868352 CPUtime=2.21
/proc/17400/stat : 17400 (java) S 17399 17386 16375 0 -1 0 9391 0 1 0 214 7 0 0 18 0 9 0 2007037310 889192448 8519 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17400/statm: 217088 8519 2540 9 0 211663 0
[pid=17400/tid=17401] ppid=17399 vsize=868352 CPUtime=1.53
/proc/17400/task/17401/stat : 17401 (java) R 17399 17386 16375 0 -1 64 2888 0 1 0 151 2 0 0 25 0 9 0 2007037311 889192448 8519 996147200 134512640 134550740 4294955952 18446744073709551615 4126568176 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17400/tid=17402] ppid=17399 vsize=868352 CPUtime=0.43
/proc/17400/task/17402/stat : 17402 (java) S 17399 17386 16375 0 -1 64 4359 0 0 0 41 2 0 0 16 0 9 0 2007037312 889192448 8519 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17400/tid=17403] ppid=17399 vsize=868352 CPUtime=0
/proc/17400/task/17403/stat : 17403 (java) S 17399 17386 16375 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2007037312 889192448 8519 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17400/tid=17404] ppid=17399 vsize=868352 CPUtime=0
/proc/17400/task/17404/stat : 17404 (java) S 17399 17386 16375 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2007037312 889192448 8519 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17400/tid=17405] ppid=17399 vsize=868352 CPUtime=0
/proc/17400/task/17405/stat : 17405 (java) S 17399 17386 16375 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2007037314 889192448 8519 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17400/tid=17406] ppid=17399 vsize=868352 CPUtime=0.22
/proc/17400/task/17406/stat : 17406 (java) S 17399 17386 16375 0 -1 64 1450 0 0 0 21 1 0 0 16 0 9 0 2007037315 889192448 8519 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17400/tid=17407] ppid=17399 vsize=868352 CPUtime=0
/proc/17400/task/17407/stat : 17407 (java) S 17399 17386 16375 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2007037315 889192448 8519 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17400/tid=17408] ppid=17399 vsize=868352 CPUtime=0
/proc/17400/task/17408/stat : 17408 (java) S 17399 17386 16375 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2007037315 889192448 8519 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 887308

[startup+6.30255 s]
/proc/loadavg: 2.10 2.05 2.01 3/83 17408
/proc/meminfo: memFree=1484080/2055920 swapFree=4117608/4192956
[pid=17386] ppid=17384 vsize=13600 CPUtime=0.8
/proc/17386/stat : 17386 (sugar) S 17384 17386 16375 0 -1 4194304 973 7008 0 1 3 0 72 5 15 0 1 0 2007037225 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17386/statm: 3400 797 370 3 0 500 0
[pid=17399] ppid=17386 vsize=5356 CPUtime=0
/proc/17399/stat : 17399 (sh) S 17386 17386 16375 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2007037310 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17399/statm: 1339 233 193 169 0 50 0
[pid=17400] ppid=17399 vsize=878788 CPUtime=5.38
/proc/17400/stat : 17400 (java) S 17399 17386 16375 0 -1 0 20306 0 1 0 522 16 0 0 18 0 9 0 2007037310 899878912 16821 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17400/statm: 219697 16821 2540 9 0 214272 0
[pid=17400/tid=17401] ppid=17399 vsize=878788 CPUtime=3.84
/proc/17400/task/17401/stat : 17401 (java) R 17399 17386 16375 0 -1 64 3155 0 1 0 381 3 0 0 25 0 9 0 2007037311 899878912 16821 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17400/tid=17402] ppid=17399 vsize=878788 CPUtime=1.29
/proc/17400/task/17402/stat : 17402 (java) R 17399 17386 16375 0 -1 64 15006 0 0 0 119 10 0 0 16 0 9 0 2007037312 899878912 16821 996147200 134512640 134550740 4294955952 18446744073709551615 102731890 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17400/tid=17403] ppid=17399 vsize=878788 CPUtime=0
/proc/17400/task/17403/stat : 17403 (java) S 17399 17386 16375 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2007037312 899878912 16821 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17400/tid=17404] ppid=17399 vsize=878788 CPUtime=0
/proc/17400/task/17404/stat : 17404 (java) S 17399 17386 16375 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2007037312 899878912 16821 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17400/tid=17405] ppid=17399 vsize=878788 CPUtime=0
/proc/17400/task/17405/stat : 17405 (java) S 17399 17386 16375 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2007037314 899878912 16821 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17400/tid=17406] ppid=17399 vsize=878788 CPUtime=0.22
/proc/17400/task/17406/stat : 17406 (java) S 17399 17386 16375 0 -1 64 1451 0 0 0 21 1 0 0 15 0 9 0 2007037315 899878912 16821 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17400/tid=17407] ppid=17399 vsize=878788 CPUtime=0
/proc/17400/task/17407/stat : 17407 (java) S 17399 17386 16375 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2007037315 899878912 16821 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17400/tid=17408] ppid=17399 vsize=878788 CPUtime=0
/proc/17400/task/17408/stat : 17408 (java) S 17399 17386 16375 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2007037315 899878912 16821 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 897744

[startup+12.703 s]
/proc/loadavg: 2.09 2.05 2.01 3/83 17408
/proc/meminfo: memFree=1456496/2055920 swapFree=4117608/4192956
[pid=17386] ppid=17384 vsize=13600 CPUtime=0.8
/proc/17386/stat : 17386 (sugar) S 17384 17386 16375 0 -1 4194304 974 7008 0 1 3 0 72 5 15 0 1 0 2007037225 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17386/statm: 3400 797 370 3 0 500 0
[pid=17399] ppid=17386 vsize=5356 CPUtime=0
/proc/17399/stat : 17399 (sh) S 17386 17386 16375 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2007037310 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17399/statm: 1339 233 193 169 0 50 0
[pid=17400] ppid=17399 vsize=868464 CPUtime=11.72
/proc/17400/stat : 17400 (java) S 17399 17386 16375 0 -1 0 26204 0 1 0 1140 32 0 0 18 0 9 0 2007037310 889307136 16147 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17400/statm: 217116 16147 2566 9 0 211663 0
[pid=17400/tid=17401] ppid=17399 vsize=868464 CPUtime=9.49
/proc/17400/task/17401/stat : 17401 (java) R 17399 17386 16375 0 -1 64 3589 0 1 0 936 13 0 0 25 0 9 0 2007037311 889307136 16147 996147200 134512640 134550740 4294955952 18446744073709551615 4126997480 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17400/tid=17402] ppid=17399 vsize=868464 CPUtime=1.89
/proc/17400/task/17402/stat : 17402 (java) S 17399 17386 16375 0 -1 64 20426 0 0 0 174 15 0 0 16 0 9 0 2007037312 889307136 16147 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17400/tid=17403] ppid=17399 vsize=868464 CPUtime=0
/proc/17400/task/17403/stat : 17403 (java) S 17399 17386 16375 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2007037312 889307136 16147 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17400/tid=17404] ppid=17399 vsize=868464 CPUtime=0
/proc/17400/task/17404/stat : 17404 (java) S 17399 17386 16375 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2007037312 889307136 16147 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17400/tid=17405] ppid=17399 vsize=868464 CPUtime=0
/proc/17400/task/17405/stat : 17405 (java) S 17399 17386 16375 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2007037314 889307136 16147 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17400/tid=17406] ppid=17399 vsize=868464 CPUtime=0.3
/proc/17400/task/17406/stat : 17406 (java) S 17399 17386 16375 0 -1 64 1495 0 0 0 29 1 0 0 16 0 9 0 2007037315 889307136 16147 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17400/tid=17407] ppid=17399 vsize=868464 CPUtime=0
/proc/17400/task/17407/stat : 17407 (java) S 17399 17386 16375 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2007037315 889307136 16147 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17400/tid=17408] ppid=17399 vsize=868464 CPUtime=0
/proc/17400/task/17408/stat : 17408 (java) S 17399 17386 16375 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2007037315 889307136 16147 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.52
Current children cumulated vsize (KiB) 887420

[startup+25.5028 s]
/proc/loadavg: 2.07 2.05 2.01 3/83 17408
/proc/meminfo: memFree=1412912/2055920 swapFree=4117608/4192956
[pid=17386] ppid=17384 vsize=13600 CPUtime=0.8
/proc/17386/stat : 17386 (sugar) S 17384 17386 16375 0 -1 4194304 974 7008 0 1 3 0 72 5 16 0 1 0 2007037225 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17386/statm: 3400 797 370 3 0 500 0
[pid=17399] ppid=17386 vsize=5356 CPUtime=0
/proc/17399/stat : 17399 (sh) S 17386 17386 16375 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2007037310 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17399/statm: 1339 233 193 169 0 50 0
[pid=17400] ppid=17399 vsize=868464 CPUtime=24.36
/proc/17400/stat : 17400 (java) S 17399 17386 16375 0 -1 0 26483 0 1 0 2375 61 0 0 18 0 9 0 2007037310 889307136 16153 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17400/statm: 217116 16153 2566 9 0 211663 0
[pid=17400/tid=17401] ppid=17399 vsize=868464 CPUtime=21.95
/proc/17400/task/17401/stat : 17401 (java) R 17399 17386 16375 0 -1 64 3862 0 1 0 2155 40 0 0 25 0 9 0 2007037311 889307136 16153 996147200 134512640 134550740 4294955952 18446744073709551615 4126576776 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17400/tid=17402] ppid=17399 vsize=868464 CPUtime=2.05
/proc/17400/task/17402/stat : 17402 (java) S 17399 17386 16375 0 -1 64 20426 0 0 0 188 17 0 0 16 0 9 0 2007037312 889307136 16153 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17400/tid=17403] ppid=17399 vsize=868464 CPUtime=0
/proc/17400/task/17403/stat : 17403 (java) S 17399 17386 16375 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2007037312 889307136 16153 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17400/tid=17404] ppid=17399 vsize=868464 CPUtime=0
/proc/17400/task/17404/stat : 17404 (java) S 17399 17386 16375 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2007037312 889307136 16153 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17400/tid=17405] ppid=17399 vsize=868464 CPUtime=0
/proc/17400/task/17405/stat : 17405 (java) S 17399 17386 16375 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2007037314 889307136 16153 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17400/tid=17406] ppid=17399 vsize=868464 CPUtime=0.32
/proc/17400/task/17406/stat : 17406 (java) S 17399 17386 16375 0 -1 64 1501 0 0 0 31 1 0 0 16 0 9 0 2007037315 889307136 16153 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17400/tid=17407] ppid=17399 vsize=868464 CPUtime=0
/proc/17400/task/17407/stat : 17407 (java) S 17399 17386 16375 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2007037315 889307136 16153 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17400/tid=17408] ppid=17399 vsize=868464 CPUtime=0
/proc/17400/task/17408/stat : 17408 (java) S 17399 17386 16375 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2007037315 889307136 16153 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.16
Current children cumulated vsize (KiB) 887420

Solver just ended. Dumping a history of the last processes samples

[startup+31.9072 s]
/proc/loadavg: 2.06 2.05 2.00 3/83 17408
/proc/meminfo: memFree=1369840/2055920 swapFree=4117608/4192956
[pid=17386] ppid=17384 vsize=13600 CPUtime=0.8
/proc/17386/stat : 17386 (sugar) S 17384 17386 16375 0 -1 4194304 974 7008 0 1 3 0 72 5 16 0 1 0 2007037225 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17386/statm: 3400 797 370 3 0 500 0
[pid=17399] ppid=17386 vsize=5356 CPUtime=0
/proc/17399/stat : 17399 (sh) S 17386 17386 16375 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2007037310 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17399/statm: 1339 233 193 169 0 50 0
[pid=17400] ppid=17399 vsize=868464 CPUtime=30.68
/proc/17400/stat : 17400 (java) S 17399 17386 16375 0 -1 0 26722 0 1 0 2979 89 0 0 18 0 9 0 2007037310 889307136 16153 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17400/statm: 217116 16153 2566 9 0 211663 0
[pid=17400/tid=17401] ppid=17399 vsize=868464 CPUtime=28.16
/proc/17400/task/17401/stat : 17401 (java) R 17399 17386 16375 0 -1 64 4101 0 1 0 2749 67 0 0 25 0 9 0 2007037311 889307136 16153 996147200 134512640 134550740 4294955952 18446744073709551615 4126849135 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17400/tid=17402] ppid=17399 vsize=868464 CPUtime=2.17
/proc/17400/task/17402/stat : 17402 (java) S 17399 17386 16375 0 -1 64 20426 0 0 0 198 19 0 0 16 0 9 0 2007037312 889307136 16153 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17400/tid=17403] ppid=17399 vsize=868464 CPUtime=0
/proc/17400/task/17403/stat : 17403 (java) S 17399 17386 16375 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2007037312 889307136 16153 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17400/tid=17404] ppid=17399 vsize=868464 CPUtime=0
/proc/17400/task/17404/stat : 17404 (java) S 17399 17386 16375 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2007037312 889307136 16153 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17400/tid=17405] ppid=17399 vsize=868464 CPUtime=0
/proc/17400/task/17405/stat : 17405 (java) S 17399 17386 16375 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2007037314 889307136 16153 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17400/tid=17406] ppid=17399 vsize=868464 CPUtime=0.32
/proc/17400/task/17406/stat : 17406 (java) S 17399 17386 16375 0 -1 64 1501 0 0 0 31 1 0 0 16 0 9 0 2007037315 889307136 16153 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17400/tid=17407] ppid=17399 vsize=868464 CPUtime=0
/proc/17400/task/17407/stat : 17407 (java) S 17399 17386 16375 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2007037315 889307136 16153 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17400/tid=17408] ppid=17399 vsize=868464 CPUtime=0
/proc/17400/task/17408/stat : 17408 (java) S 17399 17386 16375 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2007037315 889307136 16153 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 31.48
Current children cumulated vsize (KiB) 887420

[startup+38.3016 s]
/proc/loadavg: 2.06 2.05 2.00 3/75 17410
/proc/meminfo: memFree=1315184/2055920 swapFree=4117608/4192956
[pid=17386] ppid=17384 vsize=13600 CPUtime=36.01
/proc/17386/stat : 17386 (sugar) S 17384 17386 16375 0 -1 4194304 1034 34216 0 2 3 1 3481 116 16 0 1 0 2007037225 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17386/statm: 3400 799 370 3 0 500 0
[pid=17409] ppid=17386 vsize=5356 CPUtime=0
/proc/17409/stat : 17409 (sh) S 17386 17386 16375 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2007040876 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17409/statm: 1339 232 193 169 0 50 0
[pid=17410] ppid=17409 vsize=145068 CPUtime=1.77
/proc/17410/stat : 17410 (minisat) R 17409 17386 16375 0 -1 4194304 34635 0 0 0 146 31 0 0 25 0 1 0 2007040877 148549632 34621 996147200 134512640 135127466 4294956256 18446744073709551615 134514057 0 0 4096 3 0 0 0 17 1 0 0
/proc/17410/statm: 36267 34621 62 150 0 36114 0
Current children cumulated CPU time (s) 37.78
Current children cumulated vsize (KiB) 164024

[startup+39.9017 s]
/proc/loadavg: 2.05 2.05 2.00 3/75 17410
/proc/meminfo: memFree=1180528/2055920 swapFree=4117608/4192956
[pid=17386] ppid=17384 vsize=13600 CPUtime=36.01
/proc/17386/stat : 17386 (sugar) S 17384 17386 16375 0 -1 4194304 1034 34216 0 2 3 1 3481 116 16 0 1 0 2007037225 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17386/statm: 3400 799 370 3 0 500 0
[pid=17409] ppid=17386 vsize=5356 CPUtime=0
/proc/17409/stat : 17409 (sh) S 17386 17386 16375 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2007040876 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17409/statm: 1339 232 193 169 0 50 0
[pid=17410] ppid=17409 vsize=249008 CPUtime=3.33
/proc/17410/stat : 17410 (minisat) R 17409 17386 16375 0 -1 4194304 58792 0 0 0 279 54 0 0 25 0 1 0 2007040877 254984192 58778 996147200 134512640 135127466 4294956256 18446744073709551615 134514144 0 0 4096 3 0 0 0 17 1 0 0
/proc/17410/statm: 62252 58778 62 150 0 62099 0
Current children cumulated CPU time (s) 39.34
Current children cumulated vsize (KiB) 267964

[startup+41.5028 s]
/proc/loadavg: 2.05 2.05 2.00 3/75 17410
/proc/meminfo: memFree=1129072/2055920 swapFree=4117608/4192956
[pid=17386] ppid=17384 vsize=13600 CPUtime=36.02
/proc/17386/stat : 17386 (sugar) S 17384 17386 16375 0 -1 4194304 1034 34216 0 2 4 1 3481 116 15 0 1 0 2007037225 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17386/statm: 3400 799 370 3 0 500 0
[pid=17409] ppid=17386 vsize=5356 CPUtime=0
/proc/17409/stat : 17409 (sh) S 17386 17386 16375 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2007040876 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17409/statm: 1339 232 193 169 0 50 0
[pid=17410] ppid=17409 vsize=284772 CPUtime=4.92
/proc/17410/stat : 17410 (minisat) R 17409 17386 16375 0 -1 4194304 68309 0 0 0 428 64 0 0 25 0 1 0 2007040877 291606528 68295 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/17410/statm: 71193 68295 75 150 0 71040 0
Current children cumulated CPU time (s) 40.94
Current children cumulated vsize (KiB) 303728

[startup+42.3029 s]
/proc/loadavg: 2.05 2.05 2.00 3/75 17410
/proc/meminfo: memFree=1116208/2055920 swapFree=4117608/4192956
[pid=17386] ppid=17384 vsize=13600 CPUtime=41.51
/proc/17386/stat : 17386 (sugar) S 17384 17386 16375 0 -1 4194304 1091 103714 0 2 4 1 3959 187 16 0 1 0 2007037225 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17386/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 41.51
Current children cumulated vsize (KiB) 13600

[startup+42.5029 s]
/proc/loadavg: 2.05 2.05 2.00 3/75 17410
/proc/meminfo: memFree=1116208/2055920 swapFree=4117608/4192956
[pid=17386] ppid=17384 vsize=13600 CPUtime=41.51
/proc/17386/stat : 17386 (sugar) S 17384 17386 16375 0 -1 4194304 1091 103714 0 2 4 1 3959 187 16 0 1 0 2007037225 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17386/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 41.51
Current children cumulated vsize (KiB) 13600

[startup+42.6029 s]
/proc/loadavg: 2.05 2.05 2.00 3/75 17410
/proc/meminfo: memFree=1116208/2055920 swapFree=4117608/4192956
[pid=17386] ppid=17384 vsize=13600 CPUtime=42.02
/proc/17386/stat : 17386 (sugar) R 17384 17386 16375 0 -1 4194304 1119 108386 0 3 4 3 4004 191 16 0 1 0 2007037225 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 264907756585 0 0 4224 16386 0 0 0 17 1 0 0
/proc/17386/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 42.02
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 42.659
CPU time (s): 42.0866
CPU user time (s): 40.0869
CPU system time (s): 1.9997
CPU usage (%): 98.6582
Max. virtual memory (cumulated for all children) (KiB): 897744

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 40.0869
system time used= 1.9997
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 109535
page faults= 3
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 10358
involuntary context switches= 11019

runsolver used 0.049992 second user time and 0.173973 second system time

The end

Launcher Data (download as text)

Begin job on node30 at 2008-07-05 19:57:15
IDJOB=1095057
IDBENCH=58876
IDSOLVER=346
FILE ID=node30/1095057-1215280635
PBS_JOBID= 7882271
Free space on /tmp= 66548 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/fapp/fapp16/normalized-fapp16-0260-7.xml
COMMAND LINE= DIR/sugar -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1095057-1215280635/watcher-1095057-1215280635 -o /tmp/evaluation-result-1095057-1215280635/solver-1095057-1215280635 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/sugar -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-1095057-1215280635.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 39210d0e0515e795a94e7161092ee7d9
RANDOM SEED=1713016130

node30.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.218
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.218
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1529128 kB
Buffers:         42536 kB
Cached:         201492 kB
SwapCached:      69112 kB
Active:         381060 kB
Inactive:        88896 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1529128 kB
SwapTotal:     4192956 kB
SwapFree:      4117608 kB
Dirty:            2372 kB
Writeback:           0 kB
Mapped:         234128 kB
Slab:            41872 kB
Committed_AS:  3860084 kB
PageTables:       2120 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66548 MiB
End job on node30 at 2008-07-05 19:57:58