Trace number 2063943

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.14.6+minisatSAT 91.3981 92.4345

General information on the benchmark

Namecsp/compet08/
normalized-patat-08-comp-13.xml
MD5SUM2bfe383200b06cc8d10162ce709ea70a
Bench CategoryAlldiff (alldiff)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark8.71467
Satisfiable
(Un)Satisfiability was proved
Number of variables800
Number of constraints24450
Maximum constraint arity24
Maximum domain size36
Number of constraints which are defined in extension0
Number of constraints which are defined in intension24150
Global constraints used (with number of constraints)alldifferent(300)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.08	c 0	BEGIN Sat Jul 11 19:29:34 2009
0.00/0.08	c 0	PID 18239
0.00/0.08	c 0	HOST node50.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-2063943-1247333374.xml TO HOME/temp.csp
0.00/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2063943-1247333374.xml' 'HOME/temp.csp'
1.66/1.70	c 2	442 domains, 800 variables, 1 predicates, 0 relations, 24450 constraints
1.66/1.76	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.66/1.76	c 2	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
1.68/1.84	c 2	Parsing HOME/temp.csp
1.68/2.02	c 2	parsed 10000 expressions
2.09/2.23	c 2	parsed 20000 expressions
2.09/2.30	c 2	parsed 25693 expressions
2.20/2.31	c 2	Heap : 10 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.20/2.31	c 2	Converting to clausal form CSP
3.19/3.34	c 3	converted 2570 (10%) expressions
4.67/4.84	c 5	converted 5139 (20%) expressions
6.26/6.45	c 6	converted 7708 (30%) expressions
8.03/8.26	c 8	converted 10278 (40%) expressions
9.62/9.80	c 10	converted 12847 (50%) expressions
10.92/11.19	c 11	converted 15416 (60%) expressions
12.89/13.14	c 13	converted 17986 (70%) expressions
14.37/14.65	c 14	converted 20555 (80%) expressions
15.66/16.00	c 16	converted 23124 (90%) expressions
53.41/54.09	c 54	converted 25693 (100%) expressions
53.41/54.09	c 54	CSP : 800 integers, 0 booleans, 86282 clauses, largest domain size 36
53.41/54.09	c 54	Heap : 435 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
53.41/54.09	c 54	Propagation in CSP
59.45/60.17	c 60	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
59.45/60.17	c 60	CSP : 800 integers, 0 booleans, 86282 clauses, largest domain size 36
59.45/60.17	c 60	Heap : 446 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
59.55/60.26	c 60	Simplifing CSP by introducing new Boolean variables
63.11/63.88	c 64	CSP : 800 integers, 215889 booleans, 302171 clauses, largest domain size 36
63.11/63.88	c 64	Heap : 500 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
65.79/66.57	c 66	Encoding CSP to SAT : HOME/temp.cnf
65.88/66.65	c 66	80 (10%) CSP integer variables are encoded (1853 clauses, 22032 bytes)
65.88/66.66	c 66	160 (20%) CSP integer variables are encoded (3744 clauses, 46615 bytes)
65.88/66.67	c 66	240 (30%) CSP integer variables are encoded (5617 clauses, 70964 bytes)
65.88/66.68	c 66	320 (40%) CSP integer variables are encoded (7534 clauses, 95885 bytes)
65.88/66.69	c 66	400 (50%) CSP integer variables are encoded (9357 clauses, 119584 bytes)
65.88/66.69	c 66	480 (60%) CSP integer variables are encoded (9539 clauses, 121950 bytes)
65.88/66.69	c 66	560 (70%) CSP integer variables are encoded (9897 clauses, 127275 bytes)
65.88/66.69	c 66	640 (80%) CSP integer variables are encoded (10161 clauses, 131235 bytes)
65.88/66.69	c 66	720 (90%) CSP integer variables are encoded (10534 clauses, 136830 bytes)
65.88/66.70	c 66	800 (100%) CSP integer variables are encoded (10772 clauses, 140400 bytes)
67.46/68.28	c 68	30218 (10%) CSP clauses are encoded (340880 clauses, 6395441 bytes)
68.95/69.79	c 70	60435 (20%) CSP clauses are encoded (681703 clauses, 13117612 bytes)
70.43/71.29	c 71	90652 (30%) CSP clauses are encoded (1017749 clauses, 19745427 bytes)
72.00/72.88	c 73	120869 (40%) CSP clauses are encoded (1368874 clauses, 26758118 bytes)
74.09/74.95	c 75	151086 (50%) CSP clauses are encoded (1850267 clauses, 36521089 bytes)
76.16/77.03	c 77	181303 (60%) CSP clauses are encoded (2329826 clauses, 46295453 bytes)
78.14/79.08	c 79	211520 (70%) CSP clauses are encoded (2806404 clauses, 55974773 bytes)
80.22/81.15	c 81	241737 (80%) CSP clauses are encoded (3284583 clauses, 65716981 bytes)
82.29/83.23	c 83	271954 (90%) CSP clauses are encoded (3764569 clauses, 75448415 bytes)
84.26/85.29	c 85	302171 (100%) CSP clauses are encoded (4245751 clauses, 85207709 bytes)
84.26/85.29	c 85	302171 CSP clauses encoded
84.26/85.29	c 85	Writing map file : HOME/temp.map
84.37/85.33	c 85	Heap : 509 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
84.37/85.33	c 85	SAT : 227272 SAT variables, 4245751 SAT clauses, 85207709 bytes
84.37/85.33	c 85	Heap : 509 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
84.43/85.46	c 85	SOLVING HOME/temp.cnf
84.43/85.46	c 85	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
84.43/85.46	c 85	This is MiniSat 2.0 beta
84.43/85.46	c 85	WARNING: for repeatability, setting FPU to use double precision
84.43/85.46	c 85	============================[ Problem Statistics ]=============================
84.43/85.46	c 85	|                                                                             |
84.43/85.47	c 85	|  Number of variables:  227272                                               |
84.43/85.47	c 85	|  Number of clauses:    4245751                                              |
86.79/87.84	c 88	|  Parsing time:         2.06         s                                       |
86.90/87.99	c 88	============================[ Search Statistics ]==============================
86.90/87.99	c 88	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
86.90/87.99	c 88	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
86.90/87.99	c 88	===============================================================================
86.90/87.99	c 88	|         0 |  227272  4245751 12356766 |  1415250        0    nan |  0.000 % |
88.68/89.73	c 90	|       100 |  227272  4245751 12356766 |  1556775      100    117 |  0.000 % |
90.46/91.59	c 91	===============================================================================
90.55/91.61	c 91	restarts              : 2
90.55/91.61	c 91	conflicts             : 224            (39 /sec)
90.55/91.61	c 91	decisions             : 23931          (0.72 % random) (4145 /sec)
90.55/91.61	c 91	propagations          : 1677651        (290597 /sec)
90.55/91.61	c 91	conflict literals     : 24001          (0.97 % deleted)
90.55/91.61	c 91	Memory used           : 194.42 MB
90.55/91.61	c 91	CPU time              : 5.77312 s
90.55/91.61	c 91	
90.65/91.71	c 92	SATISFIABLE
90.65/91.74	c 92	DECODING HOME/temp.out WITH HOME/temp.map
90.65/91.74	c 92	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -decode 'HOME/temp.out' 'HOME/temp.map'
90.71/91.83	c 92	Decoding HOME/temp.out
90.71/92.32	s SATISFIABLE
90.71/92.36	v 30 5 22 33 3 21 20 11 41 33 4 6 42 9 9 1 12 11 6 18 18 33 1 14 1 13 7 8 14 31 26 38 30 22 17 13 44 26 27 12 25 26 11 25 18 27 28 26 29 30 2 8 36 17 44 8 34 34 9 20 41 11 0 15 32 2 0 12 8 20 14 13 3 4 37 19 39 3 19 1 41 6 27 3 34 14 23 8 10 15 10 34 18 0 17 19 11 4 44 32 6 41 42 9 22 40 36 15 30 28 33 18 43 6 43 28 6 9 30 9 24 21 8 3 8 29 31 21 10 40 1 2 25 25 16 22 22 32 39 7 17 34 20 28 36 24 6 14 8 4 8 28 27 32 11 3 21 19 9 29 12 24 27 36 13 29 15 26 12 0 17 37 30 20 26 16 36 22 21 7 1 1 13 6 7 25 9 19 22 33 44 31 16 14 35 17 5 43 31 23 23 41 42 5 32 44 20 5 32 38 30 3 9 26 20 20 26 28 41 38 24 16 25 29 37 5 6 17 36 31 23 0 20 21 22 25 41 34 0 38 26 34 11 4 5 10 0 30 37 10 5 32 35 17 4 41 2 17 32 31 31 0 43 39 23 7 29 16 13 27 1 37 39 18 36 18 3 7 41 43 22 12 30 31 28 3 15 37 44 13 40 37 14 40 36 15 5 10 21 5 5 12 16 33 11 34 39 2 24 1 35 40 7 19 28 36 39 26 4 13 4 10 8 26 21 43 38 24 31 5 1 38 26 27 44 5 35 32 10 42 39 37 26 15 6 33 43 15 3 8 18 29 31 42 14 38 42 27 35 34 18 28 41 15 44 6 14 0 35 2 15 17 29 16 25 42 2 40 19 16 0 35 2 43 35 35 2 40 20 0 43 16 44 7 17 0 6 27 27 12 10 18 4 11 13 2 4 11 19 16 18 8 9 14 13 18 3 5 2 13 12 8 9 9 4 19 5 2 16 11 14 14 8 13 13 7 4 1 4 7 1 4 2 8 16 10 8 15 15 7 16 16 11 15 19 9 15 1 9 19 7 9 13 18 1 10 10 15 3 9 3 14 19 13 3 10 16 15 5 7 8 15 18 1 8 14 5 19 15 2 18 5 3 7 0 0 14 2 8 3 5 16 0 4 9 10 4 10 0 1 15 19 7 0 6 2 13 0 14 16 12 9 8 4 1 1 16 18 10 16 11 15 16 10 5 8 3 12 12 13 12 7 1 4 17 2 18 12 11 14 14 5 1 15 6 3 7 6 19 8 17 16 17 7 4 18 0 7 11 9 8 15 12 11 19 17 10 6 11 4 2 10 11 4 11 2 1 7 1 1 12 2 0 11 18 19 6 3 1 4 7 17 7 0 14 14 12 1 6 15 9 11 10 12 0 15 11 12 14 16 6 13 11 16 1 9 3 11 8 19 17 16 16 1 2 19 11 11 0 19 9 19 13 9 4 2 14 19 18 14 5 17 16 18 0 6 13 5 19 9 18 11 9 18 15 6 3 11 15 8 13 16 8 14 12 2 9 1 3 8 10 10 11 0 6 10 11 4 2 9 14 19 19 8 15 3 7 16 10 3 8 18 1 14 3 16 17 14 14 15 15 1 2 8 15 19 3 5 6 13 4 11 10 13 15 15 17 19 15 2 8 3 10 0 7 13 4 11 1 3 11 10 8 9 9 10 11 16 7 12 7 10 8 4 1 18 14 7 14 3 10 7 12 15 16 6 10 1 1 11 13 1 0 14 12 8 18 9 2 7 12 3 17 14 11 8 1 12 14 15 4 4 0 15 3 3 14 11 16 16
90.71/92.36	c 92	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
90.71/92.39	c 92	CPU 91.33 (0.05 0.03 89.52 1.73)
90.71/92.39	c 92	END Sat Jul 11 19:31:06 2009

Verifier Data

OK

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2063943-1247333374/watcher-2063943-1247333374 -o /tmp/evaluation-result-2063943-1247333374/solver-2063943-1247333374 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-2063943-1247333374.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): 2000 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.08 2.15 2.17 4/80 18239
/proc/meminfo: memFree=1580648/2055920 swapFree=4192812/4192956
[pid=18239] ppid=18237 vsize=18576 CPUtime=0
/proc/18239/stat : 18239 (runsolver) R 18237 18239 18019 0 -1 4194368 15 0 0 0 0 0 0 0 21 0 1 0 20400986 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 240577473831 0 0 4096 24578 0 0 0 17 1 0 0
/proc/18239/statm: 4644 284 249 26 0 2626 0

[startup+0.104185 s]
/proc/loadavg: 2.08 2.15 2.17 4/80 18239
/proc/meminfo: memFree=1580648/2055920 swapFree=4192812/4192956
[pid=18239] ppid=18237 vsize=16868 CPUtime=0.07
/proc/18239/stat : 18239 (sugar) S 18237 18239 18019 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 20400986 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18239/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.201181 s]
/proc/loadavg: 2.08 2.15 2.17 4/80 18239
/proc/meminfo: memFree=1580648/2055920 swapFree=4192812/4192956
[pid=18239] ppid=18237 vsize=16868 CPUtime=0.07
/proc/18239/stat : 18239 (sugar) S 18237 18239 18019 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 20400986 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18239/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.30119 s]
/proc/loadavg: 2.08 2.15 2.17 4/80 18239
/proc/meminfo: memFree=1580648/2055920 swapFree=4192812/4192956
[pid=18239] ppid=18237 vsize=16868 CPUtime=0.07
/proc/18239/stat : 18239 (sugar) S 18237 18239 18019 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 20400986 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18239/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.701231 s]
/proc/loadavg: 2.08 2.15 2.17 4/80 18239
/proc/meminfo: memFree=1580648/2055920 swapFree=4192812/4192956
[pid=18239] ppid=18237 vsize=16868 CPUtime=0.07
/proc/18239/stat : 18239 (sugar) S 18237 18239 18019 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 20400986 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18239/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.5023 s]
/proc/loadavg: 2.08 2.15 2.17 3/91 18251
/proc/meminfo: memFree=1545224/2055920 swapFree=4192812/4192956
[pid=18239] ppid=18237 vsize=16868 CPUtime=0.07
/proc/18239/stat : 18239 (sugar) S 18237 18239 18019 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 20400986 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18239/statm: 4217 1111 409 3 0 796 0
[pid=18242] ppid=18239 vsize=5356 CPUtime=0
/proc/18242/stat : 18242 (sh) S 18239 18239 18019 0 -1 4194304 277 0 0 0 0 0 0 0 21 0 1 0 20400995 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18242/statm: 1339 233 193 169 0 50 0
[pid=18243] ppid=18242 vsize=864772 CPUtime=1.39
/proc/18243/stat : 18243 (java) S 18242 18239 18019 0 -1 0 14743 0 1 0 131 8 0 0 18 0 9 0 20400995 885526528 12770 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18243/statm: 216193 12770 2557 9 0 210705 0
[pid=18243/tid=18244] ppid=18242 vsize=864772 CPUtime=0.74
/proc/18243/task/18244/stat : 18244 (java) R 18242 18239 18019 0 -1 64 3084 0 1 0 72 2 0 0 25 0 9 0 20400996 885526528 12770 996147200 134512640 134550932 4294955984 18446744073709551615 4126686729 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18243/tid=18245] ppid=18242 vsize=864772 CPUtime=0.45
/proc/18243/task/18245/stat : 18245 (java) S 18242 18239 18019 0 -1 64 10400 0 0 0 41 4 0 0 16 0 9 0 20400997 885526528 12770 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18243/tid=18246] ppid=18242 vsize=864772 CPUtime=0
/proc/18243/task/18246/stat : 18246 (java) S 18242 18239 18019 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 20400997 885526528 12770 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18243/tid=18247] ppid=18242 vsize=864772 CPUtime=0
/proc/18243/task/18247/stat : 18247 (java) S 18242 18239 18019 0 -1 64 11 0 0 0 0 0 0 0 15 0 9 0 20400997 885526528 12770 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18243/tid=18248] ppid=18242 vsize=864772 CPUtime=0
/proc/18243/task/18248/stat : 18248 (java) S 18242 18239 18019 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 20400999 885526528 12770 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18243/tid=18249] ppid=18242 vsize=864772 CPUtime=0.18
/proc/18243/task/18249/stat : 18249 (java) S 18242 18239 18019 0 -1 64 553 0 0 0 18 0 0 0 16 0 9 0 20400999 885526528 12770 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18243/tid=18250] ppid=18242 vsize=864772 CPUtime=0
/proc/18243/task/18250/stat : 18250 (java) S 18242 18239 18019 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 20400999 885526528 12770 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18243/tid=18251] ppid=18242 vsize=864772 CPUtime=0
/proc/18243/task/18251/stat : 18251 (java) S 18242 18239 18019 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20400999 885526528 12770 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 886996

[startup+3.10243 s]
/proc/loadavg: 2.08 2.15 2.17 4/91 18261
/proc/meminfo: memFree=1562120/2055920 swapFree=4192812/4192956
[pid=18239] ppid=18237 vsize=16868 CPUtime=1.68
/proc/18239/stat : 18239 (sugar) S 18237 18239 18019 0 -1 4194304 1309 15288 0 1 5 2 152 9 15 0 1 0 20400986 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18239/statm: 4217 1111 409 3 0 796 0
[pid=18252] ppid=18239 vsize=5356 CPUtime=0
/proc/18252/stat : 18252 (sh) S 18239 18239 18019 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20401162 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18252/statm: 1339 233 193 169 0 50 0
[pid=18253] ppid=18252 vsize=868612 CPUtime=1.31
/proc/18253/stat : 18253 (java) S 18252 18239 18019 0 -1 0 10653 0 1 0 125 6 0 0 18 0 9 0 20401163 889458688 9685 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18253/statm: 217153 9685 2566 9 0 211658 0
[pid=18253/tid=18254] ppid=18252 vsize=868612 CPUtime=0.78
/proc/18253/task/18254/stat : 18254 (java) R 18252 18239 18019 0 -1 64 2711 0 1 0 76 2 0 0 22 0 9 0 20401164 889458688 9685 996147200 134512640 134550932 4294955936 18446744073709551615 4126510768 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18253/tid=18255] ppid=18252 vsize=868612 CPUtime=0.34
/proc/18253/task/18255/stat : 18255 (java) S 18252 18239 18019 0 -1 64 5767 0 0 0 32 2 0 0 16 0 9 0 20401165 889458688 9685 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18253/tid=18256] ppid=18252 vsize=868612 CPUtime=0
/proc/18253/task/18256/stat : 18256 (java) S 18252 18239 18019 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20401165 889458688 9685 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18253/tid=18257] ppid=18252 vsize=868612 CPUtime=0
/proc/18253/task/18257/stat : 18257 (java) S 18252 18239 18019 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 20401165 889458688 9685 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18253/tid=18258] ppid=18252 vsize=868612 CPUtime=0
/proc/18253/task/18258/stat : 18258 (java) S 18252 18239 18019 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20401167 889458688 9685 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18253/tid=18259] ppid=18252 vsize=868612 CPUtime=0.16
/proc/18253/task/18259/stat : 18259 (java) S 18252 18239 18019 0 -1 64 1472 0 0 0 16 0 0 0 16 0 9 0 20401167 889458688 9685 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18253/tid=18260] ppid=18252 vsize=868612 CPUtime=0
/proc/18253/task/18260/stat : 18260 (java) S 18252 18239 18019 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 20401167 889458688 9685 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18253/tid=18261] ppid=18252 vsize=868612 CPUtime=0
/proc/18253/task/18261/stat : 18261 (java) S 18252 18239 18019 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20401167 889458688 9685 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 890836

[startup+6.30271 s]
/proc/loadavg: 2.07 2.15 2.16 3/91 18261
/proc/meminfo: memFree=1525704/2055920 swapFree=4192812/4192956
[pid=18239] ppid=18237 vsize=16868 CPUtime=1.68
/proc/18239/stat : 18239 (sugar) S 18237 18239 18019 0 -1 4194304 1309 15288 0 1 5 2 152 9 16 0 1 0 20400986 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18239/statm: 4217 1111 409 3 0 796 0
[pid=18252] ppid=18239 vsize=5356 CPUtime=0
/proc/18252/stat : 18252 (sh) S 18239 18239 18019 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20401162 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18252/statm: 1339 233 193 169 0 50 0
[pid=18253] ppid=18252 vsize=868612 CPUtime=4.48
/proc/18253/stat : 18253 (java) S 18252 18239 18019 0 -1 0 18876 0 1 0 438 10 0 0 18 0 9 0 20401163 889458688 17734 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18253/statm: 217153 17734 2566 9 0 211658 0
[pid=18253/tid=18254] ppid=18252 vsize=868612 CPUtime=3.22
/proc/18253/task/18254/stat : 18254 (java) R 18252 18239 18019 0 -1 64 3191 0 1 0 320 2 0 0 25 0 9 0 20401164 889458688 17734 996147200 134512640 134550932 4294955936 18446744073709551615 4126557101 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18253/tid=18255] ppid=18252 vsize=868612 CPUtime=1.05
/proc/18253/task/18255/stat : 18255 (java) S 18252 18239 18019 0 -1 64 13508 0 0 0 100 5 0 0 16 0 9 0 20401165 889458688 17734 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18253/tid=18256] ppid=18252 vsize=868612 CPUtime=0
/proc/18253/task/18256/stat : 18256 (java) S 18252 18239 18019 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20401165 889458688 17734 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18253/tid=18257] ppid=18252 vsize=868612 CPUtime=0
/proc/18253/task/18257/stat : 18257 (java) S 18252 18239 18019 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 20401165 889458688 17734 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18253/tid=18258] ppid=18252 vsize=868612 CPUtime=0
/proc/18253/task/18258/stat : 18258 (java) S 18252 18239 18019 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20401167 889458688 17734 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18253/tid=18259] ppid=18252 vsize=868612 CPUtime=0.18
/proc/18253/task/18259/stat : 18259 (java) S 18252 18239 18019 0 -1 64 1474 0 0 0 17 1 0 0 15 0 9 0 20401167 889458688 17734 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18253/tid=18260] ppid=18252 vsize=868612 CPUtime=0
/proc/18253/task/18260/stat : 18260 (java) S 18252 18239 18019 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 20401167 889458688 17734 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18253/tid=18261] ppid=18252 vsize=868612 CPUtime=0
/proc/18253/task/18261/stat : 18261 (java) S 18252 18239 18019 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20401167 889458688 17734 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 890836

[startup+12.7023 s]
/proc/loadavg: 2.14 2.16 2.17 4/91 18261
/proc/meminfo: memFree=1456648/2055920 swapFree=4192812/4192956
[pid=18239] ppid=18237 vsize=16868 CPUtime=1.68
/proc/18239/stat : 18239 (sugar) S 18237 18239 18019 0 -1 4194304 1309 15288 0 1 5 2 152 9 16 0 1 0 20400986 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18239/statm: 4217 1111 409 3 0 796 0
[pid=18252] ppid=18239 vsize=5356 CPUtime=0
/proc/18252/stat : 18252 (sh) S 18239 18239 18019 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20401162 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18252/statm: 1339 233 193 169 0 50 0
[pid=18253] ppid=18252 vsize=878860 CPUtime=10.81
/proc/18253/stat : 18253 (java) S 18252 18239 18019 0 -1 0 41462 0 1 0 1061 20 0 0 18 0 9 0 20401163 899952640 35792 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18253/statm: 219715 35792 2567 9 0 214220 0
[pid=18253/tid=18254] ppid=18252 vsize=878860 CPUtime=8.05
/proc/18253/task/18254/stat : 18254 (java) R 18252 18239 18019 0 -1 64 3681 0 1 0 802 3 0 0 25 0 9 0 20401164 899952640 35792 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18253/tid=18255] ppid=18252 vsize=878860 CPUtime=2.56
/proc/18253/task/18255/stat : 18255 (java) R 18252 18239 18019 0 -1 64 35601 0 0 0 241 15 0 0 16 0 9 0 20401165 899952640 35792 996147200 134512640 134550932 4294955936 18446744073709551615 103825757 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18253/tid=18256] ppid=18252 vsize=878860 CPUtime=0
/proc/18253/task/18256/stat : 18256 (java) S 18252 18239 18019 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20401165 899952640 35792 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18253/tid=18257] ppid=18252 vsize=878860 CPUtime=0
/proc/18253/task/18257/stat : 18257 (java) S 18252 18239 18019 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 20401165 899952640 35792 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18253/tid=18258] ppid=18252 vsize=878860 CPUtime=0
/proc/18253/task/18258/stat : 18258 (java) S 18252 18239 18019 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20401167 899952640 35792 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18253/tid=18259] ppid=18252 vsize=878860 CPUtime=0.18
/proc/18253/task/18259/stat : 18259 (java) S 18252 18239 18019 0 -1 64 1477 0 0 0 17 1 0 0 16 0 9 0 20401167 899952640 35792 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18253/tid=18260] ppid=18252 vsize=878860 CPUtime=0
/proc/18253/task/18260/stat : 18260 (java) S 18252 18239 18019 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 20401167 899952640 35792 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18253/tid=18261] ppid=18252 vsize=878860 CPUtime=0
/proc/18253/task/18261/stat : 18261 (java) S 18252 18239 18019 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20401167 899952640 35792 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.49
Current children cumulated vsize (KiB) 901084

[startup+25.5014 s]
/proc/loadavg: 2.11 2.16 2.17 4/91 18261
/proc/meminfo: memFree=1340872/2055920 swapFree=4192812/4192956
[pid=18239] ppid=18237 vsize=16868 CPUtime=1.68
/proc/18239/stat : 18239 (sugar) S 18237 18239 18019 0 -1 4194304 1309 15288 0 1 5 2 152 9 16 0 1 0 20400986 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18239/statm: 4217 1111 409 3 0 796 0
[pid=18252] ppid=18239 vsize=5356 CPUtime=0
/proc/18252/stat : 18252 (sh) S 18239 18239 18019 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20401162 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18252/statm: 1339 233 193 169 0 50 0
[pid=18253] ppid=18252 vsize=868612 CPUtime=23.49
/proc/18253/stat : 18253 (java) S 18252 18239 18019 0 -1 0 73645 0 1 0 2319 30 0 0 18 0 9 0 20401163 889458688 61850 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18253/statm: 217153 61850 2567 9 0 211658 0
[pid=18253/tid=18254] ppid=18252 vsize=868612 CPUtime=17.45
/proc/18253/task/18254/stat : 18254 (java) R 18252 18239 18019 0 -1 64 5738 0 1 0 1742 3 0 0 25 0 9 0 20401164 889458688 61850 996147200 134512640 134550932 4294955936 18446744073709551615 4126510836 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18253/tid=18255] ppid=18252 vsize=868612 CPUtime=5.83
/proc/18253/task/18255/stat : 18255 (java) S 18252 18239 18019 0 -1 64 65721 0 0 0 558 25 0 0 16 0 9 0 20401165 889458688 61850 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18253/tid=18256] ppid=18252 vsize=868612 CPUtime=0
/proc/18253/task/18256/stat : 18256 (java) S 18252 18239 18019 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20401165 889458688 61850 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18253/tid=18257] ppid=18252 vsize=868612 CPUtime=0
/proc/18253/task/18257/stat : 18257 (java) S 18252 18239 18019 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 20401165 889458688 61850 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18253/tid=18258] ppid=18252 vsize=868612 CPUtime=0

################
# More data... #
################

[pid=18253/tid=18257] ppid=18252 vsize=868612 CPUtime=0
/proc/18253/task/18257/stat : 18257 (java) S 18252 18239 18019 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 20401165 889458688 117294 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18253/tid=18258] ppid=18252 vsize=868612 CPUtime=0
/proc/18253/task/18258/stat : 18258 (java) S 18252 18239 18019 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20401167 889458688 117294 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18253/tid=18259] ppid=18252 vsize=868612 CPUtime=0.19
/proc/18253/task/18259/stat : 18259 (java) S 18252 18239 18019 0 -1 64 1483 0 0 0 18 1 0 0 15 0 9 0 20401167 889458688 117294 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18253/tid=18260] ppid=18252 vsize=868612 CPUtime=0
/proc/18253/task/18260/stat : 18260 (java) S 18252 18239 18019 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 20401167 889458688 117294 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18253/tid=18261] ppid=18252 vsize=868612 CPUtime=0
/proc/18253/task/18261/stat : 18261 (java) S 18252 18239 18019 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20401167 889458688 117294 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.53
Current children cumulated vsize (KiB) 890836

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

[startup+51.2027 s]
/proc/loadavg: 2.07 2.14 2.16 3/91 18261
/proc/meminfo: memFree=1121544/2055920 swapFree=4192812/4192956
[pid=18239] ppid=18237 vsize=16868 CPUtime=1.68
/proc/18239/stat : 18239 (sugar) S 18237 18239 18019 0 -1 4194304 1309 15288 0 1 5 2 152 9 16 0 1 0 20400986 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18239/statm: 4217 1111 409 3 0 796 0
[pid=18252] ppid=18239 vsize=5356 CPUtime=0
/proc/18252/stat : 18252 (sh) S 18239 18239 18019 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20401162 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18252/statm: 1339 233 193 169 0 50 0
[pid=18253] ppid=18252 vsize=868612 CPUtime=48.95
/proc/18253/stat : 18253 (java) S 18252 18239 18019 0 -1 0 133623 0 1 0 4842 53 0 0 18 0 9 0 20401163 889458688 117294 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18253/statm: 217153 117294 2567 9 0 211658 0
[pid=18253/tid=18254] ppid=18252 vsize=868612 CPUtime=37.85
/proc/18253/task/18254/stat : 18254 (java) R 18252 18239 18019 0 -1 64 7834 0 1 0 3780 5 0 0 25 0 9 0 20401164 889458688 117294 996147200 134512640 134550932 4294955936 18446744073709551615 4126510803 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18253/tid=18255] ppid=18252 vsize=868612 CPUtime=10.89
/proc/18253/task/18255/stat : 18255 (java) S 18252 18239 18019 0 -1 64 123603 0 0 0 1043 46 0 0 16 0 9 0 20401165 889458688 117294 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18253/tid=18256] ppid=18252 vsize=868612 CPUtime=0
/proc/18253/task/18256/stat : 18256 (java) S 18252 18239 18019 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20401165 889458688 117294 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18253/tid=18257] ppid=18252 vsize=868612 CPUtime=0
/proc/18253/task/18257/stat : 18257 (java) S 18252 18239 18019 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 20401165 889458688 117294 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18253/tid=18258] ppid=18252 vsize=868612 CPUtime=0
/proc/18253/task/18258/stat : 18258 (java) S 18252 18239 18019 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20401167 889458688 117294 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18253/tid=18259] ppid=18252 vsize=868612 CPUtime=0.19
/proc/18253/task/18259/stat : 18259 (java) S 18252 18239 18019 0 -1 64 1483 0 0 0 18 1 0 0 15 0 9 0 20401167 889458688 117294 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18253/tid=18260] ppid=18252 vsize=868612 CPUtime=0
/proc/18253/task/18260/stat : 18260 (java) S 18252 18239 18019 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 20401167 889458688 117294 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18253/tid=18261] ppid=18252 vsize=868612 CPUtime=0
/proc/18253/task/18261/stat : 18261 (java) S 18252 18239 18019 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20401167 889458688 117294 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.63
Current children cumulated vsize (KiB) 890836

[startup+76.8019 s]
/proc/loadavg: 2.05 2.13 2.16 3/91 18261
/proc/meminfo: memFree=967624/2055920 swapFree=4192812/4192956
[pid=18239] ppid=18237 vsize=16868 CPUtime=1.68
/proc/18239/stat : 18239 (sugar) S 18237 18239 18019 0 -1 4194304 1310 15288 0 1 5 2 152 9 16 0 1 0 20400986 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18239/statm: 4217 1111 409 3 0 796 0
[pid=18252] ppid=18239 vsize=5356 CPUtime=0
/proc/18252/stat : 18252 (sh) S 18239 18239 18019 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20401162 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18252/statm: 1339 233 193 169 0 50 0
[pid=18253] ppid=18252 vsize=868724 CPUtime=74.28
/proc/18253/stat : 18253 (java) S 18252 18239 18019 0 -1 0 165339 0 1 0 7335 93 0 0 18 0 9 0 20401163 889573376 144076 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18253/statm: 217181 144076 2593 9 0 211658 0
[pid=18253/tid=18254] ppid=18252 vsize=868724 CPUtime=56.54
/proc/18253/task/18254/stat : 18254 (java) R 18252 18239 18019 0 -1 64 8881 0 1 0 5623 31 0 0 25 0 9 0 20401164 889573376 144076 996147200 134512640 134550932 4294955936 18446744073709551615 4126940596 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18253/tid=18255] ppid=18252 vsize=868724 CPUtime=17.43
/proc/18253/task/18255/stat : 18255 (java) S 18252 18239 18019 0 -1 64 154217 0 0 0 1684 59 0 0 16 0 9 0 20401165 889573376 144076 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18253/tid=18256] ppid=18252 vsize=868724 CPUtime=0
/proc/18253/task/18256/stat : 18256 (java) S 18252 18239 18019 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20401165 889573376 144076 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18253/tid=18257] ppid=18252 vsize=868724 CPUtime=0
/proc/18253/task/18257/stat : 18257 (java) S 18252 18239 18019 0 -1 64 10 0 0 0 0 0 0 0 17 0 9 0 20401165 889573376 144076 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18253/tid=18258] ppid=18252 vsize=868724 CPUtime=0
/proc/18253/task/18258/stat : 18258 (java) S 18252 18239 18019 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20401167 889573376 144076 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18253/tid=18259] ppid=18252 vsize=868724 CPUtime=0.28
/proc/18253/task/18259/stat : 18259 (java) S 18252 18239 18019 0 -1 64 1537 0 0 0 27 1 0 0 16 0 9 0 20401167 889573376 144076 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18253/tid=18260] ppid=18252 vsize=868724 CPUtime=0
/proc/18253/task/18260/stat : 18260 (java) S 18252 18239 18019 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 20401167 889573376 144076 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18253/tid=18261] ppid=18252 vsize=868724 CPUtime=0
/proc/18253/task/18261/stat : 18261 (java) S 18252 18239 18019 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20401167 889573376 144076 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 75.96
Current children cumulated vsize (KiB) 890948

[startup+83.2025 s]
/proc/loadavg: 2.12 2.14 2.16 3/91 18261
/proc/meminfo: memFree=936072/2055920 swapFree=4192812/4192956
[pid=18239] ppid=18237 vsize=16868 CPUtime=1.68
/proc/18239/stat : 18239 (sugar) S 18237 18239 18019 0 -1 4194304 1310 15288 0 1 5 2 152 9 16 0 1 0 20400986 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18239/statm: 4217 1111 409 3 0 796 0
[pid=18252] ppid=18239 vsize=5356 CPUtime=0
/proc/18252/stat : 18252 (sh) S 18239 18239 18019 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20401162 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18252/statm: 1339 233 193 169 0 50 0
[pid=18253] ppid=18252 vsize=868724 CPUtime=80.61
/proc/18253/stat : 18253 (java) S 18252 18239 18019 0 -1 0 165365 0 1 0 7950 111 0 0 18 0 9 0 20401163 889573376 144076 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18253/statm: 217181 144076 2593 9 0 211658 0
[pid=18253/tid=18254] ppid=18252 vsize=868724 CPUtime=62.81
/proc/18253/task/18254/stat : 18254 (java) R 18252 18239 18019 0 -1 64 8907 0 1 0 6232 49 0 0 25 0 9 0 20401164 889573376 144076 996147200 134512640 134550932 4294955936 18446744073709551615 4127031897 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18253/tid=18255] ppid=18252 vsize=868724 CPUtime=17.49
/proc/18253/task/18255/stat : 18255 (java) S 18252 18239 18019 0 -1 64 154217 0 0 0 1690 59 0 0 16 0 9 0 20401165 889573376 144076 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18253/tid=18256] ppid=18252 vsize=868724 CPUtime=0
/proc/18253/task/18256/stat : 18256 (java) S 18252 18239 18019 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20401165 889573376 144076 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18253/tid=18257] ppid=18252 vsize=868724 CPUtime=0
/proc/18253/task/18257/stat : 18257 (java) S 18252 18239 18019 0 -1 64 10 0 0 0 0 0 0 0 17 0 9 0 20401165 889573376 144076 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18253/tid=18258] ppid=18252 vsize=868724 CPUtime=0
/proc/18253/task/18258/stat : 18258 (java) S 18252 18239 18019 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20401167 889573376 144076 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18253/tid=18259] ppid=18252 vsize=868724 CPUtime=0.28
/proc/18253/task/18259/stat : 18259 (java) S 18252 18239 18019 0 -1 64 1537 0 0 0 27 1 0 0 16 0 9 0 20401167 889573376 144076 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18253/tid=18260] ppid=18252 vsize=868724 CPUtime=0
/proc/18253/task/18260/stat : 18260 (java) S 18252 18239 18019 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 20401167 889573376 144076 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18253/tid=18261] ppid=18252 vsize=868724 CPUtime=0
/proc/18253/task/18261/stat : 18261 (java) S 18252 18239 18019 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20401167 889573376 144076 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 82.29
Current children cumulated vsize (KiB) 890948

[startup+86.4017 s]
/proc/loadavg: 2.11 2.14 2.16 3/83 18263
/proc/meminfo: memFree=1464968/2055920 swapFree=4192812/4192956
[pid=18239] ppid=18237 vsize=16868 CPUtime=84.5
/proc/18239/stat : 18239 (sugar) S 18237 18239 18019 0 -1 4194304 1376 180971 0 2 5 2 8309 134 16 0 1 0 20400986 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18239/statm: 4217 1113 409 3 0 796 0
[pid=18262] ppid=18239 vsize=5356 CPUtime=0
/proc/18262/stat : 18262 (sh) S 18239 18239 18019 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20409532 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18262/statm: 1339 232 193 169 0 50 0
[pid=18263] ppid=18262 vsize=73608 CPUtime=0.91
/proc/18263/stat : 18263 (minisat) R 18262 18239 18019 0 -1 4194304 17205 0 0 0 80 11 0 0 25 0 1 0 20409533 75374592 17191 996147200 134512640 135127466 4294956256 18446744073709551615 134517677 0 0 4096 3 0 0 0 17 1 0 0
/proc/18263/statm: 18402 17191 62 150 0 18249 0
Current children cumulated CPU time (s) 85.41
Current children cumulated vsize (KiB) 95832

[startup+89.601 s]
/proc/loadavg: 2.10 2.14 2.16 3/83 18263
/proc/meminfo: memFree=1304392/2055920 swapFree=4192812/4192956
[pid=18239] ppid=18237 vsize=16868 CPUtime=84.5
/proc/18239/stat : 18239 (sugar) S 18237 18239 18019 0 -1 4194304 1376 180971 0 2 5 2 8309 134 15 0 1 0 20400986 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18239/statm: 4217 1113 409 3 0 796 0
[pid=18262] ppid=18239 vsize=5356 CPUtime=0
/proc/18262/stat : 18262 (sh) S 18239 18239 18019 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20409532 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18262/statm: 1339 232 193 169 0 50 0
[pid=18263] ppid=18262 vsize=192724 CPUtime=4.08
/proc/18263/stat : 18263 (minisat) R 18262 18239 18019 0 -1 4194304 46445 0 0 0 378 30 0 0 25 0 1 0 20409533 197349376 46431 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/18263/statm: 48181 46431 72 150 0 48028 0
Current children cumulated CPU time (s) 88.58
Current children cumulated vsize (KiB) 214948

[startup+91.2022 s]
/proc/loadavg: 2.10 2.14 2.16 3/83 18263
/proc/meminfo: memFree=1300936/2055920 swapFree=4192812/4192956
[pid=18239] ppid=18237 vsize=16868 CPUtime=84.5
/proc/18239/stat : 18239 (sugar) S 18237 18239 18019 0 -1 4194304 1376 180971 0 2 5 2 8309 134 16 0 1 0 20400986 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18239/statm: 4217 1113 409 3 0 796 0
[pid=18262] ppid=18239 vsize=5356 CPUtime=0
/proc/18262/stat : 18262 (sh) S 18239 18239 18019 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20409532 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18262/statm: 1339 232 193 169 0 50 0
[pid=18263] ppid=18262 vsize=198192 CPUtime=5.67
/proc/18263/stat : 18263 (minisat) R 18262 18239 18019 0 -1 4194304 47767 0 0 0 537 30 0 0 25 0 1 0 20409533 202948608 47753 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/18263/statm: 49548 47753 76 150 0 49395 0
Current children cumulated CPU time (s) 90.17
Current children cumulated vsize (KiB) 220416

[startup+92.0022 s]
/proc/loadavg: 2.10 2.14 2.16 3/83 18263
/proc/meminfo: memFree=1298952/2055920 swapFree=4192812/4192956
[pid=18239] ppid=18237 vsize=16868 CPUtime=90.71
/proc/18239/stat : 18239 (sugar) S 18237 18239 18019 0 -1 4194304 1448 229234 0 2 5 2 8895 169 16 0 1 0 20400986 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18239/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 90.71
Current children cumulated vsize (KiB) 16868

[startup+92.4023 s]
/proc/loadavg: 2.10 2.14 2.16 3/81 18273
/proc/meminfo: memFree=1530968/2055920 swapFree=4192812/4192956
[pid=18239] ppid=18237 vsize=16868 CPUtime=91.35
/proc/18239/stat : 18239 (sugar) R 18237 18239 18019 0 -1 4194304 1478 233481 0 3 5 5 8952 173 16 0 1 0 20400986 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 240577647657 0 0 4224 16386 0 0 0 17 1 0 0
/proc/18239/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 91.35
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 92.4345
CPU time (s): 91.3981
CPU user time (s): 89.5794
CPU system time (s): 1.81872
CPU usage (%): 98.8788
Max. virtual memory (cumulated for all children) (KiB): 903088

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 89.5794
system time used= 1.81872
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 235019
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= 7931
involuntary context switches= 9669

runsolver used 0.120981 second user time and 0.319951 second system time

The end

Launcher Data

Begin job on node50 at 2009-07-11 19:29:34
IDJOB=2063943
IDBENCH=54108
IDSOLVER=739
FILE ID=node50/2063943-1247333374
PBS_JOBID= 9506677
Free space on /tmp= 66420 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/compet08/normalized-patat-08-comp-13.xml
COMMAND LINE= DIR/sugar -c -vv -memlimit=MEMLIMIT -jar="DIR/sugar-v1-14-6.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2063943-1247333374/watcher-2063943-1247333374 -o /tmp/evaluation-result-2063943-1247333374/solver-2063943-1247333374 -C 1800 -W 2000 -M 900  HOME/sugar -c -vv -memlimit=900 -jar="HOME/sugar-v1-14-6.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-2063943-1247333374.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 2bfe383200b06cc8d10162ce709ea70a
RANDOM SEED=1834887892

node50.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.231
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.231
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:       1581128 kB
Buffers:          5816 kB
Cached:          62592 kB
SwapCached:          0 kB
Active:         408412 kB
Inactive:        17068 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1581128 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            4888 kB
Writeback:           0 kB
Mapped:         374952 kB
Slab:            33928 kB
Committed_AS:   911928 kB
PageTables:       2536 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= 66416 MiB
End job on node50 at 2009-07-11 19:31:06