Trace number 2066990

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 46.6099 47.2238

General information on the benchmark

Namecsp/pseudo/logic-synthesis/
normalized-alu4-b.xml
MD5SUMca59279eb04b03a166217fad0b1954ef
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1.54376
Satisfiable
(Un)Satisfiability was proved
Number of variables807
Number of constraints1803
Maximum constraint arity98
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1803
Global constraints used (with number of constraints)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.08	c 0	BEGIN Sat Jul 11 22:22:28 2009
0.00/0.08	c 0	PID 17447
0.00/0.08	c 0	HOST node35.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-2066990-1247343748.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-2066990-1247343748.xml' 'HOME/temp.csp'
0.07/0.62	c 1	2 domains, 807 variables, 83 predicates, 0 relations, 1803 constraints
0.07/0.66	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.66	c 1	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'
0.60/0.74	c 1	Parsing HOME/temp.csp
0.60/1.05	c 1	parsed 2695 expressions
0.60/1.06	c 1	Heap : 3 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.60/1.06	c 1	Converting to clausal form CSP
0.60/1.08	c 1	converted 270 (10%) expressions
0.60/1.08	c 1	converted 539 (20%) expressions
0.60/1.09	c 1	converted 809 (30%) expressions
1.01/1.16	c 1	converted 1078 (40%) expressions
1.30/1.42	c 2	converted 1348 (50%) expressions
1.41/1.56	c 2	converted 1617 (60%) expressions
1.51/1.69	c 2	converted 1887 (70%) expressions
1.70/1.87	c 2	converted 2156 (80%) expressions
1.90/2.07	c 2	converted 2426 (90%) expressions
2.39/2.55	c 3	converted 2695 (100%) expressions
2.39/2.55	c 3	CSP : 6865 integers, 0 booleans, 13810 clauses, largest domain size 34
2.39/2.55	c 3	Heap : 12 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.39/2.55	c 3	Propagation in CSP
2.69/2.82	c 3	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.69/2.82	c 3	CSP : 6865 integers, 0 booleans, 13810 clauses, largest domain size 34
2.69/2.82	c 3	Heap : 12 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.69/2.84	c 3	Simplifing CSP by introducing new Boolean variables
2.69/2.85	c 3	CSP : 6865 integers, 0 booleans, 13810 clauses, largest domain size 34
2.69/2.85	c 3	Heap : 13 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.78/2.93	c 3	Encoding CSP to SAT : HOME/temp.cnf
2.78/2.95	c 3	687 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
2.78/2.96	c 3	1373 (20%) CSP integer variables are encoded (1940 clauses, 24967 bytes)
2.78/2.97	c 3	2060 (30%) CSP integer variables are encoded (4804 clauses, 62199 bytes)
2.78/2.98	c 3	2746 (40%) CSP integer variables are encoded (7773 clauses, 101614 bytes)
2.78/2.98	c 3	3433 (50%) CSP integer variables are encoded (11185 clauses, 152794 bytes)
2.78/2.99	c 3	4119 (60%) CSP integer variables are encoded (15925 clauses, 223894 bytes)
2.78/3.00	c 3	4806 (70%) CSP integer variables are encoded (21274 clauses, 304129 bytes)
2.88/3.01	c 3	5492 (80%) CSP integer variables are encoded (26566 clauses, 383509 bytes)
2.88/3.02	c 3	6179 (90%) CSP integer variables are encoded (33811 clauses, 492184 bytes)
2.88/3.03	c 3	6865 (100%) CSP integer variables are encoded (41319 clauses, 604804 bytes)
3.77/3.91	c 4	1381 (10%) CSP clauses are encoded (62786 clauses, 964495 bytes)
3.98/4.14	c 4	2762 (20%) CSP clauses are encoded (103641 clauses, 1706652 bytes)
4.27/4.45	c 5	4143 (30%) CSP clauses are encoded (153214 clauses, 2663361 bytes)
4.66/4.81	c 5	5524 (40%) CSP clauses are encoded (209507 clauses, 3854186 bytes)
6.05/6.25	c 7	6905 (50%) CSP clauses are encoded (351240 clauses, 7294878 bytes)
18.32/18.63	c 19	8286 (60%) CSP clauses are encoded (919343 clauses, 23593615 bytes)
31.29/31.72	c 32	9667 (70%) CSP clauses are encoded (1427060 clauses, 38793686 bytes)
32.57/33.02	c 33	11048 (80%) CSP clauses are encoded (1565683 clauses, 42101963 bytes)
39.11/39.61	c 40	12429 (90%) CSP clauses are encoded (1987506 clauses, 53569132 bytes)
44.15/44.79	c 45	13810 (100%) CSP clauses are encoded (2319357 clauses, 62405708 bytes)
44.15/44.79	c 45	13810 CSP clauses encoded
44.15/44.79	c 45	Writing map file : HOME/temp.map
44.26/44.80	c 45	Heap : 8 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
44.26/44.80	c 45	SAT : 48168 SAT variables, 2319357 SAT clauses, 62405708 bytes
44.26/44.80	c 45	Heap : 8 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
44.26/44.85	c 45	SOLVING HOME/temp.cnf
44.26/44.85	c 45	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
44.26/44.86	c 45	This is MiniSat 2.0 beta
44.26/44.86	c 45	WARNING: for repeatability, setting FPU to use double precision
44.26/44.86	c 45	============================[ Problem Statistics ]=============================
44.26/44.86	c 45	|                                                                             |
44.26/44.86	c 45	|  Number of variables:  48168                                                |
44.26/44.86	c 45	|  Number of clauses:    2319357                                              |
45.70/46.36	c 47	|  Parsing time:         1.28         s                                       |
45.79/46.46	c 47	============================[ Search Statistics ]==============================
45.79/46.46	c 47	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
45.79/46.46	c 47	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
45.79/46.46	c 47	===============================================================================
45.79/46.46	c 47	|         0 |   48168  2319357 11953484 |   773119        0    nan |  0.000 % |
46.20/46.82	c 47	===============================================================================
46.20/46.82	c 47	restarts              : 1
46.20/46.82	c 47	conflicts             : 9              (5 /sec)
46.20/46.82	c 47	decisions             : 272            (0.00 % random) (157 /sec)
46.20/46.82	c 47	propagations          : 50124          (28861 /sec)
46.20/46.82	c 47	conflict literals     : 117            (0.00 % deleted)
46.20/46.82	c 47	Memory used           : 126.23 MB
46.20/46.82	c 47	CPU time              : 1.73673 s
46.20/46.82	c 47	
46.20/46.84	c 47	SATISFIABLE
46.20/46.86	c 47	DECODING HOME/temp.out WITH HOME/temp.map
46.20/46.86	c 47	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'
46.27/46.94	c 47	Decoding HOME/temp.out
46.27/47.11	s SATISFIABLE
46.27/47.15	v 1 0 0 0 0 1 0 1 0 0 1 1 0 0 1 0 1 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 1 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 1 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 1 0 0 0 1 1 1 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 1 0 0 0 0 1 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 1 0 1 1 0 1 1 0 1 0 0 1 0 1 1 1 0 0 0 1 1 1 1 0 0 0 1 0 0 0 1 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 1 0 1 1 1 1 1 1 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 1 0 1 1 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 1 1 1 1 1 0 0 0 0 1 1 0 1 1 1 1 1 1 1 1 1 1 1 1 0 1 0 1 0 0 1 1 1 1 0 1 1 0 1 1 1 1 1 1 0 1 0 0 1 1 0 0 1 1
46.27/47.16	c 47	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
46.27/47.19	c 47	CPU 46.56 (0.07 0.02 45.51 0.96)
46.27/47.19	c 47	END Sat Jul 11 22:23:15 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-2066990-1247343748/watcher-2066990-1247343748 -o /tmp/evaluation-result-2066990-1247343748/solver-2066990-1247343748 -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-2066990-1247343748.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 1.97 1.98 4/81 17447
/proc/meminfo: memFree=1853112/2055920 swapFree=4192812/4192956
[pid=17447] ppid=17445 vsize=12000 CPUtime=0
/proc/17447/stat : 17447 (sugar) R 17445 17447 15661 0 -1 4194304 198 0 0 0 0 0 0 0 20 0 1 0 21441219 12288000 166 996147200 4194304 4206940 548682068608 18446744073709551615 266152203328 0 0 4224 0 0 0 0 17 1 0 0
/proc/17447/statm: 3000 166 128 3 0 100 0

[startup+0.142953 s]
/proc/loadavg: 2.08 1.97 1.98 4/81 17447
/proc/meminfo: memFree=1853112/2055920 swapFree=4192812/4192956
[pid=17447] ppid=17445 vsize=16868 CPUtime=0.07
/proc/17447/stat : 17447 (sugar) S 17445 17447 15661 0 -1 4194304 1227 128 0 0 6 1 0 0 21 0 1 0 21441219 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17447/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.202956 s]
/proc/loadavg: 2.08 1.97 1.98 4/81 17447
/proc/meminfo: memFree=1853112/2055920 swapFree=4192812/4192956
[pid=17447] ppid=17445 vsize=16868 CPUtime=0.07
/proc/17447/stat : 17447 (sugar) S 17445 17447 15661 0 -1 4194304 1227 128 0 0 6 1 0 0 21 0 1 0 21441219 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17447/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.30297 s]
/proc/loadavg: 2.08 1.97 1.98 4/81 17447
/proc/meminfo: memFree=1853112/2055920 swapFree=4192812/4192956
[pid=17447] ppid=17445 vsize=16868 CPUtime=0.07
/proc/17447/stat : 17447 (sugar) S 17445 17447 15661 0 -1 4194304 1227 128 0 0 6 1 0 0 21 0 1 0 21441219 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17447/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.702013 s]
/proc/loadavg: 2.08 1.97 1.98 4/81 17447
/proc/meminfo: memFree=1853112/2055920 swapFree=4192812/4192956
[pid=17447] ppid=17445 vsize=16868 CPUtime=0.6
/proc/17447/stat : 17447 (sugar) S 17445 17447 15661 0 -1 4194304 1292 5445 0 1 6 1 48 5 16 0 1 0 21441219 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17447/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.6
Current children cumulated vsize (KiB) 16868

[startup+1.5011 s]
/proc/loadavg: 2.08 1.97 1.98 3/92 17469
/proc/meminfo: memFree=1840608/2055920 swapFree=4192812/4192956
[pid=17447] ppid=17445 vsize=16868 CPUtime=0.6
/proc/17447/stat : 17447 (sugar) S 17445 17447 15661 0 -1 4194304 1309 5445 0 1 6 1 48 5 16 0 1 0 21441219 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17447/statm: 4217 1111 409 3 0 796 0
[pid=17460] ppid=17447 vsize=5356 CPUtime=0
/proc/17460/stat : 17460 (sh) S 17447 17447 15661 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21441286 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17460/statm: 1339 233 193 169 0 50 0
[pid=17461] ppid=17460 vsize=868520 CPUtime=0.81
/proc/17461/stat : 17461 (java) S 17460 17447 15661 0 -1 0 7256 0 1 0 77 4 0 0 18 0 9 0 21441286 889364480 6501 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17461/statm: 217130 6501 2566 9 0 211635 0
[pid=17461/tid=17462] ppid=17460 vsize=868520 CPUtime=0.52
/proc/17461/task/17462/stat : 17462 (java) R 17460 17447 15661 0 -1 64 2677 0 1 0 51 1 0 0 21 0 9 0 21441287 889364480 6501 996147200 134512640 134550932 4294955936 18446744073709551615 4126530768 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17461/tid=17463] ppid=17460 vsize=868520 CPUtime=0.08
/proc/17461/task/17463/stat : 17463 (java) S 17460 17447 15661 0 -1 64 2399 0 0 0 8 0 0 0 16 0 9 0 21441288 889364480 6501 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17461/tid=17464] ppid=17460 vsize=868520 CPUtime=0
/proc/17461/task/17464/stat : 17464 (java) S 17460 17447 15661 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21441288 889364480 6501 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17461/tid=17465] ppid=17460 vsize=868520 CPUtime=0
/proc/17461/task/17465/stat : 17465 (java) S 17460 17447 15661 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 21441289 889364480 6501 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17461/tid=17466] ppid=17460 vsize=868520 CPUtime=0
/proc/17461/task/17466/stat : 17466 (java) S 17460 17447 15661 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21441291 889364480 6501 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17461/tid=17467] ppid=17460 vsize=868520 CPUtime=0.17
/proc/17461/task/17467/stat : 17467 (java) S 17460 17447 15661 0 -1 64 1481 0 0 0 17 0 0 0 16 0 9 0 21441291 889364480 6501 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17461/tid=17468] ppid=17460 vsize=868520 CPUtime=0
/proc/17461/task/17468/stat : 17468 (java) S 17460 17447 15661 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 21441291 889364480 6501 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17461/tid=17469] ppid=17460 vsize=868520 CPUtime=0
/proc/17461/task/17469/stat : 17469 (java) S 17460 17447 15661 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21441291 889364480 6501 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 890744

[startup+3.10228 s]
/proc/loadavg: 2.16 1.99 1.99 3/92 17469
/proc/meminfo: memFree=1827744/2055920 swapFree=4192812/4192956
[pid=17447] ppid=17445 vsize=16868 CPUtime=0.6
/proc/17447/stat : 17447 (sugar) S 17445 17447 15661 0 -1 4194304 1310 5445 0 1 6 1 48 5 15 0 1 0 21441219 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17447/statm: 4217 1111 409 3 0 796 0
[pid=17460] ppid=17447 vsize=5356 CPUtime=0
/proc/17460/stat : 17460 (sh) S 17447 17447 15661 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21441286 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17460/statm: 1339 233 193 169 0 50 0
[pid=17461] ppid=17460 vsize=868716 CPUtime=2.37
/proc/17461/stat : 17461 (java) S 17460 17447 15661 0 -1 0 9816 0 1 0 229 8 0 0 18 0 9 0 21441286 889565184 8781 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17461/statm: 217179 8781 2590 9 0 211656 0
[pid=17461/tid=17462] ppid=17460 vsize=868716 CPUtime=1.67
/proc/17461/task/17462/stat : 17462 (java) R 17460 17447 15661 0 -1 64 2992 0 1 0 164 3 0 0 25 0 9 0 21441287 889565184 8781 996147200 134512640 134550932 4294955936 18446744073709551615 4126985607 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17461/tid=17463] ppid=17460 vsize=868716 CPUtime=0.46
/proc/17461/task/17463/stat : 17463 (java) S 17460 17447 15661 0 -1 64 4617 0 0 0 43 3 0 0 16 0 9 0 21441288 889565184 8781 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17461/tid=17464] ppid=17460 vsize=868716 CPUtime=0
/proc/17461/task/17464/stat : 17464 (java) S 17460 17447 15661 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21441288 889565184 8781 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17461/tid=17465] ppid=17460 vsize=868716 CPUtime=0
/proc/17461/task/17465/stat : 17465 (java) S 17460 17447 15661 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 21441289 889565184 8781 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17461/tid=17466] ppid=17460 vsize=868716 CPUtime=0
/proc/17461/task/17466/stat : 17466 (java) S 17460 17447 15661 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21441291 889565184 8781 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17461/tid=17467] ppid=17460 vsize=868716 CPUtime=0.21
/proc/17461/task/17467/stat : 17467 (java) S 17460 17447 15661 0 -1 64 1508 0 0 0 20 1 0 0 16 0 9 0 21441291 889565184 8781 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17461/tid=17468] ppid=17460 vsize=868716 CPUtime=0
/proc/17461/task/17468/stat : 17468 (java) S 17460 17447 15661 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 21441291 889565184 8781 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17461/tid=17469] ppid=17460 vsize=868716 CPUtime=0
/proc/17461/task/17469/stat : 17469 (java) S 17460 17447 15661 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21441291 889565184 8781 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.97
Current children cumulated vsize (KiB) 890940

[startup+6.30263 s]
/proc/loadavg: 2.16 1.99 1.99 3/92 17469
/proc/meminfo: memFree=1818528/2055920 swapFree=4192812/4192956
[pid=17447] ppid=17445 vsize=16868 CPUtime=0.6
/proc/17447/stat : 17447 (sugar) S 17445 17447 15661 0 -1 4194304 1310 5445 0 1 6 1 48 5 16 0 1 0 21441219 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17447/statm: 4217 1111 409 3 0 796 0
[pid=17460] ppid=17447 vsize=5356 CPUtime=0
/proc/17460/stat : 17460 (sh) S 17447 17447 15661 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21441286 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17460/statm: 1339 233 193 169 0 50 0
[pid=17461] ppid=17460 vsize=868716 CPUtime=5.55
/proc/17461/stat : 17461 (java) S 17460 17447 15661 0 -1 0 10039 0 1 0 541 14 0 0 18 0 9 0 21441286 889565184 8800 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17461/statm: 217179 8800 2590 9 0 211656 0
[pid=17461/tid=17462] ppid=17460 vsize=868716 CPUtime=4.75
/proc/17461/task/17462/stat : 17462 (java) R 17460 17447 15661 0 -1 64 3198 0 1 0 467 8 0 0 25 0 9 0 21441287 889565184 8800 996147200 134512640 134550932 4294955936 18446744073709551615 4126914661 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17461/tid=17463] ppid=17460 vsize=868716 CPUtime=0.54
/proc/17461/task/17463/stat : 17463 (java) S 17460 17447 15661 0 -1 64 4617 0 0 0 50 4 0 0 16 0 9 0 21441288 889565184 8800 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17461/tid=17464] ppid=17460 vsize=868716 CPUtime=0
/proc/17461/task/17464/stat : 17464 (java) S 17460 17447 15661 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21441288 889565184 8800 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17461/tid=17465] ppid=17460 vsize=868716 CPUtime=0
/proc/17461/task/17465/stat : 17465 (java) S 17460 17447 15661 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 21441289 889565184 8800 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17461/tid=17466] ppid=17460 vsize=868716 CPUtime=0
/proc/17461/task/17466/stat : 17466 (java) S 17460 17447 15661 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21441291 889565184 8800 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17461/tid=17467] ppid=17460 vsize=868716 CPUtime=0.24
/proc/17461/task/17467/stat : 17467 (java) S 17460 17447 15661 0 -1 64 1525 0 0 0 23 1 0 0 16 0 9 0 21441291 889565184 8800 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17461/tid=17468] ppid=17460 vsize=868716 CPUtime=0
/proc/17461/task/17468/stat : 17468 (java) S 17460 17447 15661 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 21441291 889565184 8800 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17461/tid=17469] ppid=17460 vsize=868716 CPUtime=0
/proc/17461/task/17469/stat : 17469 (java) S 17460 17447 15661 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21441291 889565184 8800 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 890940

[startup+12.7023 s]
/proc/loadavg: 2.13 1.99 1.99 3/92 17469
/proc/meminfo: memFree=1808032/2055920 swapFree=4192812/4192956
[pid=17447] ppid=17445 vsize=16868 CPUtime=0.6
/proc/17447/stat : 17447 (sugar) S 17445 17447 15661 0 -1 4194304 1310 5445 0 1 6 1 48 5 16 0 1 0 21441219 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17447/statm: 4217 1111 409 3 0 796 0
[pid=17460] ppid=17447 vsize=5356 CPUtime=0
/proc/17460/stat : 17460 (sh) S 17447 17447 15661 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21441286 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17460/statm: 1339 233 193 169 0 50 0
[pid=17461] ppid=17460 vsize=868716 CPUtime=11.87
/proc/17461/stat : 17461 (java) S 17460 17447 15661 0 -1 0 10357 0 1 0 1163 24 0 0 18 0 9 0 21441286 889565184 8801 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17461/statm: 217179 8801 2590 9 0 211656 0
[pid=17461/tid=17462] ppid=17460 vsize=868716 CPUtime=10.96
/proc/17461/task/17462/stat : 17462 (java) R 17460 17447 15661 0 -1 64 3516 0 1 0 1080 16 0 0 25 0 9 0 21441287 889565184 8801 996147200 134512640 134550932 4294955936 18446744073709551615 4126529197 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17461/tid=17463] ppid=17460 vsize=868716 CPUtime=0.65
/proc/17461/task/17463/stat : 17463 (java) S 17460 17447 15661 0 -1 64 4617 0 0 0 59 6 0 0 16 0 9 0 21441288 889565184 8801 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17461/tid=17464] ppid=17460 vsize=868716 CPUtime=0
/proc/17461/task/17464/stat : 17464 (java) S 17460 17447 15661 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21441288 889565184 8801 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17461/tid=17465] ppid=17460 vsize=868716 CPUtime=0
/proc/17461/task/17465/stat : 17465 (java) S 17460 17447 15661 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 21441289 889565184 8801 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17461/tid=17466] ppid=17460 vsize=868716 CPUtime=0
/proc/17461/task/17466/stat : 17466 (java) S 17460 17447 15661 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21441291 889565184 8801 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17461/tid=17467] ppid=17460 vsize=868716 CPUtime=0.24
/proc/17461/task/17467/stat : 17467 (java) S 17460 17447 15661 0 -1 64 1525 0 0 0 23 1 0 0 16 0 9 0 21441291 889565184 8801 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17461/tid=17468] ppid=17460 vsize=868716 CPUtime=0
/proc/17461/task/17468/stat : 17468 (java) S 17460 17447 15661 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 21441291 889565184 8801 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17461/tid=17469] ppid=17460 vsize=868716 CPUtime=0
/proc/17461/task/17469/stat : 17469 (java) S 17460 17447 15661 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21441291 889565184 8801 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.47
Current children cumulated vsize (KiB) 890940

[startup+25.5028 s]
/proc/loadavg: 2.11 1.99 1.99 3/92 17469
/proc/meminfo: memFree=1793376/2055920 swapFree=4192812/4192956
[pid=17447] ppid=17445 vsize=16868 CPUtime=0.6
/proc/17447/stat : 17447 (sugar) S 17445 17447 15661 0 -1 4194304 1310 5445 0 1 6 1 48 5 16 0 1 0 21441219 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17447/statm: 4217 1111 409 3 0 796 0
[pid=17460] ppid=17447 vsize=5356 CPUtime=0
/proc/17460/stat : 17460 (sh) S 17447 17447 15661 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21441286 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17460/statm: 1339 233 193 169 0 50 0
[pid=17461] ppid=17460 vsize=868716 CPUtime=24.54
/proc/17461/stat : 17461 (java) S 17460 17447 15661 0 -1 0 10887 0 1 0 2415 39 0 0 18 0 9 0 21441286 889565184 8801 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17461/statm: 217179 8801 2590 9 0 211656 0
[pid=17461/tid=17462] ppid=17460 vsize=868716 CPUtime=23.4
/proc/17461/task/17462/stat : 17462 (java) R 17460 17447 15661 0 -1 64 4046 0 1 0 2314 26 0 0 25 0 9 0 21441287 889565184 8801 996147200 134512640 134550932 4294955936 18446744073709551615 4126529205 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17461/tid=17463] ppid=17460 vsize=868716 CPUtime=0.87
/proc/17461/task/17463/stat : 17463 (java) S 17460 17447 15661 0 -1 64 4617 0 0 0 77 10 0 0 16 0 9 0 21441288 889565184 8801 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17461/tid=17464] ppid=17460 vsize=868716 CPUtime=0
/proc/17461/task/17464/stat : 17464 (java) S 17460 17447 15661 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21441288 889565184 8801 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17461/tid=17465] ppid=17460 vsize=868716 CPUtime=0
/proc/17461/task/17465/stat : 17465 (java) S 17460 17447 15661 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 21441289 889565184 8801 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17461/tid=17466] ppid=17460 vsize=868716 CPUtime=0

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

/proc/17461/task/17468/stat : 17468 (java) S 17460 17447 15661 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 21441291 889565184 8801 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17461/tid=17469] ppid=17460 vsize=868716 CPUtime=0
/proc/17461/task/17469/stat : 17469 (java) S 17460 17447 15661 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21441291 889565184 8801 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.14
Current children cumulated vsize (KiB) 890940

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

[startup+25.6028 s]
/proc/loadavg: 2.11 1.99 1.99 3/92 17469
/proc/meminfo: memFree=1793376/2055920 swapFree=4192812/4192956
[pid=17447] ppid=17445 vsize=16868 CPUtime=0.6
/proc/17447/stat : 17447 (sugar) S 17445 17447 15661 0 -1 4194304 1310 5445 0 1 6 1 48 5 16 0 1 0 21441219 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17447/statm: 4217 1111 409 3 0 796 0
[pid=17460] ppid=17447 vsize=5356 CPUtime=0
/proc/17460/stat : 17460 (sh) S 17447 17447 15661 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21441286 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17460/statm: 1339 233 193 169 0 50 0
[pid=17461] ppid=17460 vsize=868716 CPUtime=24.64
/proc/17461/stat : 17461 (java) S 17460 17447 15661 0 -1 0 10891 0 1 0 2425 39 0 0 18 0 9 0 21441286 889565184 8801 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17461/statm: 217179 8801 2590 9 0 211656 0
[pid=17461/tid=17462] ppid=17460 vsize=868716 CPUtime=23.5
/proc/17461/task/17462/stat : 17462 (java) R 17460 17447 15661 0 -1 64 4050 0 1 0 2324 26 0 0 25 0 9 0 21441287 889565184 8801 996147200 134512640 134550932 4294955936 18446744073709551615 4126995712 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17461/tid=17463] ppid=17460 vsize=868716 CPUtime=0.87
/proc/17461/task/17463/stat : 17463 (java) S 17460 17447 15661 0 -1 64 4617 0 0 0 77 10 0 0 16 0 9 0 21441288 889565184 8801 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17461/tid=17464] ppid=17460 vsize=868716 CPUtime=0
/proc/17461/task/17464/stat : 17464 (java) S 17460 17447 15661 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21441288 889565184 8801 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17461/tid=17465] ppid=17460 vsize=868716 CPUtime=0
/proc/17461/task/17465/stat : 17465 (java) S 17460 17447 15661 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 21441289 889565184 8801 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17461/tid=17466] ppid=17460 vsize=868716 CPUtime=0
/proc/17461/task/17466/stat : 17466 (java) S 17460 17447 15661 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21441291 889565184 8801 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17461/tid=17467] ppid=17460 vsize=868716 CPUtime=0.24
/proc/17461/task/17467/stat : 17467 (java) S 17460 17447 15661 0 -1 64 1525 0 0 0 23 1 0 0 16 0 9 0 21441291 889565184 8801 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17461/tid=17468] ppid=17460 vsize=868716 CPUtime=0
/proc/17461/task/17468/stat : 17468 (java) S 17460 17447 15661 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 21441291 889565184 8801 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17461/tid=17469] ppid=17460 vsize=868716 CPUtime=0
/proc/17461/task/17469/stat : 17469 (java) S 17460 17447 15661 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21441291 889565184 8801 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.24
Current children cumulated vsize (KiB) 890940

[startup+38.4022 s]
/proc/loadavg: 2.09 1.99 1.99 3/92 17469
/proc/meminfo: memFree=1775072/2055920 swapFree=4192812/4192956
[pid=17447] ppid=17445 vsize=16868 CPUtime=0.6
/proc/17447/stat : 17447 (sugar) S 17445 17447 15661 0 -1 4194304 1310 5445 0 1 6 1 48 5 16 0 1 0 21441219 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17447/statm: 4217 1111 409 3 0 796 0
[pid=17460] ppid=17447 vsize=5356 CPUtime=0
/proc/17460/stat : 17460 (sh) S 17447 17447 15661 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21441286 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17460/statm: 1339 233 193 169 0 50 0
[pid=17461] ppid=17460 vsize=868716 CPUtime=37.31
/proc/17461/stat : 17461 (java) S 17460 17447 15661 0 -1 0 11535 0 1 0 3677 54 0 0 18 0 9 0 21441286 889565184 8801 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17461/statm: 217179 8801 2590 9 0 211656 0
[pid=17461/tid=17462] ppid=17460 vsize=868716 CPUtime=35.94
/proc/17461/task/17462/stat : 17462 (java) R 17460 17447 15661 0 -1 64 4694 0 1 0 3556 38 0 0 25 0 9 0 21441287 889565184 8801 996147200 134512640 134550932 4294955936 18446744073709551615 4126914812 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17461/tid=17463] ppid=17460 vsize=868716 CPUtime=1.11
/proc/17461/task/17463/stat : 17463 (java) S 17460 17447 15661 0 -1 64 4617 0 0 0 97 14 0 0 16 0 9 0 21441288 889565184 8801 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17461/tid=17464] ppid=17460 vsize=868716 CPUtime=0
/proc/17461/task/17464/stat : 17464 (java) S 17460 17447 15661 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21441288 889565184 8801 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17461/tid=17465] ppid=17460 vsize=868716 CPUtime=0
/proc/17461/task/17465/stat : 17465 (java) S 17460 17447 15661 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 21441289 889565184 8801 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17461/tid=17466] ppid=17460 vsize=868716 CPUtime=0
/proc/17461/task/17466/stat : 17466 (java) S 17460 17447 15661 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21441291 889565184 8801 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17461/tid=17467] ppid=17460 vsize=868716 CPUtime=0.24
/proc/17461/task/17467/stat : 17467 (java) S 17460 17447 15661 0 -1 64 1525 0 0 0 23 1 0 0 16 0 9 0 21441291 889565184 8801 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17461/tid=17468] ppid=17460 vsize=868716 CPUtime=0
/proc/17461/task/17468/stat : 17468 (java) S 17460 17447 15661 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 21441291 889565184 8801 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17461/tid=17469] ppid=17460 vsize=868716 CPUtime=0
/proc/17461/task/17469/stat : 17469 (java) S 17460 17447 15661 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21441291 889565184 8801 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 37.91
Current children cumulated vsize (KiB) 890940

[startup+41.6025 s]
/proc/loadavg: 2.09 1.99 1.99 3/92 17469
/proc/meminfo: memFree=1769632/2055920 swapFree=4192812/4192956
[pid=17447] ppid=17445 vsize=16868 CPUtime=0.6
/proc/17447/stat : 17447 (sugar) S 17445 17447 15661 0 -1 4194304 1310 5445 0 1 6 1 48 5 16 0 1 0 21441219 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17447/statm: 4217 1111 409 3 0 796 0
[pid=17460] ppid=17447 vsize=5356 CPUtime=0
/proc/17460/stat : 17460 (sh) S 17447 17447 15661 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21441286 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17460/statm: 1339 233 193 169 0 50 0
[pid=17461] ppid=17460 vsize=868716 CPUtime=40.48
/proc/17461/stat : 17461 (java) S 17460 17447 15661 0 -1 0 11705 0 1 0 3990 58 0 0 18 0 9 0 21441286 889565184 8801 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17461/statm: 217179 8801 2590 9 0 211656 0
[pid=17461/tid=17462] ppid=17460 vsize=868716 CPUtime=39.04
/proc/17461/task/17462/stat : 17462 (java) R 17460 17447 15661 0 -1 64 4864 0 1 0 3863 41 0 0 25 0 9 0 21441287 889565184 8801 996147200 134512640 134550932 4294955936 18446744073709551615 4126985705 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17461/tid=17463] ppid=17460 vsize=868716 CPUtime=1.17
/proc/17461/task/17463/stat : 17463 (java) S 17460 17447 15661 0 -1 64 4617 0 0 0 102 15 0 0 16 0 9 0 21441288 889565184 8801 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17461/tid=17464] ppid=17460 vsize=868716 CPUtime=0
/proc/17461/task/17464/stat : 17464 (java) S 17460 17447 15661 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21441288 889565184 8801 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17461/tid=17465] ppid=17460 vsize=868716 CPUtime=0
/proc/17461/task/17465/stat : 17465 (java) S 17460 17447 15661 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 21441289 889565184 8801 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17461/tid=17466] ppid=17460 vsize=868716 CPUtime=0
/proc/17461/task/17466/stat : 17466 (java) S 17460 17447 15661 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21441291 889565184 8801 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17461/tid=17467] ppid=17460 vsize=868716 CPUtime=0.24
/proc/17461/task/17467/stat : 17467 (java) S 17460 17447 15661 0 -1 64 1525 0 0 0 23 1 0 0 16 0 9 0 21441291 889565184 8801 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17461/tid=17468] ppid=17460 vsize=868716 CPUtime=0
/proc/17461/task/17468/stat : 17468 (java) S 17460 17447 15661 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 21441291 889565184 8801 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17461/tid=17469] ppid=17460 vsize=868716 CPUtime=0
/proc/17461/task/17469/stat : 17469 (java) S 17460 17447 15661 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21441291 889565184 8801 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 41.08
Current children cumulated vsize (KiB) 890940

[startup+44.8019 s]
/proc/loadavg: 2.08 1.99 1.99 3/92 17469
/proc/meminfo: memFree=1765152/2055920 swapFree=4192812/4192956
[pid=17447] ppid=17445 vsize=16868 CPUtime=0.61
/proc/17447/stat : 17447 (sugar) S 17445 17447 15661 0 -1 4194304 1310 5445 0 1 7 1 48 5 16 0 1 0 21441219 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17447/statm: 4217 1111 409 3 0 796 0
[pid=17460] ppid=17447 vsize=5356 CPUtime=0
/proc/17460/stat : 17460 (sh) S 17447 17447 15661 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21441286 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17460/statm: 1339 233 193 169 0 50 0
[pid=17461] ppid=17460 vsize=868716 CPUtime=43.65
/proc/17461/stat : 17461 (java) S 17460 17447 15661 0 -1 0 11883 0 1 0 4302 63 0 0 18 0 9 0 21441286 889565184 8805 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17461/statm: 217179 8805 2591 9 0 211656 0
[pid=17461/tid=17462] ppid=17460 vsize=868716 CPUtime=42.14
/proc/17461/task/17462/stat : 17462 (java) R 17460 17447 15661 0 -1 64 5042 0 1 0 4169 45 0 0 25 0 9 0 21441287 889565184 8805 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17461/tid=17463] ppid=17460 vsize=868716 CPUtime=1.24
/proc/17461/task/17463/stat : 17463 (java) S 17460 17447 15661 0 -1 64 4617 0 0 0 108 16 0 0 16 0 9 0 21441288 889565184 8805 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17461/tid=17464] ppid=17460 vsize=868716 CPUtime=0
/proc/17461/task/17464/stat : 17464 (java) S 17460 17447 15661 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21441288 889565184 8805 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17461/tid=17465] ppid=17460 vsize=868716 CPUtime=0
/proc/17461/task/17465/stat : 17465 (java) S 17460 17447 15661 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 21441289 889565184 8805 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17461/tid=17466] ppid=17460 vsize=868716 CPUtime=0
/proc/17461/task/17466/stat : 17466 (java) S 17460 17447 15661 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21441291 889565184 8805 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17461/tid=17467] ppid=17460 vsize=868716 CPUtime=0.24
/proc/17461/task/17467/stat : 17467 (java) R 17460 17447 15661 0 -1 64 1525 0 0 0 23 1 0 0 16 0 9 0 21441291 889565184 8805 996147200 134512640 134550932 4294955936 18446744073709551615 103770803 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17461/tid=17468] ppid=17460 vsize=868716 CPUtime=0
/proc/17461/task/17468/stat : 17468 (java) S 17460 17447 15661 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 21441291 889565184 8805 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17461/tid=17469] ppid=17460 vsize=868716 CPUtime=0
/proc/17461/task/17469/stat : 17469 (java) S 17460 17447 15661 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21441291 889565184 8805 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 44.26
Current children cumulated vsize (KiB) 890940

[startup+46.4011 s]
/proc/loadavg: 2.08 1.99 1.99 3/84 17471
/proc/meminfo: memFree=1686240/2055920 swapFree=4192812/4192956
[pid=17447] ppid=17445 vsize=16868 CPUtime=44.28
/proc/17447/stat : 17447 (sugar) S 17445 17447 15661 0 -1 4194304 1376 17627 0 2 7 1 4351 69 16 0 1 0 21441219 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17447/statm: 4217 1113 409 3 0 796 0
[pid=17470] ppid=17447 vsize=5356 CPUtime=0
/proc/17470/stat : 17470 (sh) S 17447 17447 15661 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21445705 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17470/statm: 1339 232 193 169 0 50 0
[pid=17471] ppid=17470 vsize=115904 CPUtime=1.51
/proc/17471/stat : 17471 (minisat) R 17470 17447 15661 0 -1 4194304 28243 0 0 0 132 19 0 0 25 0 1 0 21445705 118685696 28229 996147200 134512640 135127466 4294956256 18446744073709551615 134531703 0 0 4096 3 0 0 0 17 1 0 0
/proc/17471/statm: 28976 28229 71 150 0 28823 0
Current children cumulated CPU time (s) 45.79
Current children cumulated vsize (KiB) 138128

[startup+46.8011 s]
/proc/loadavg: 2.08 1.99 1.99 3/84 17471
/proc/meminfo: memFree=1686240/2055920 swapFree=4192812/4192956
[pid=17447] ppid=17445 vsize=16868 CPUtime=44.28
/proc/17447/stat : 17447 (sugar) S 17445 17447 15661 0 -1 4194304 1376 17627 0 2 7 1 4351 69 15 0 1 0 21441219 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17447/statm: 4217 1113 409 3 0 796 0
[pid=17470] ppid=17447 vsize=5356 CPUtime=0
/proc/17470/stat : 17470 (sh) S 17447 17447 15661 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21445705 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17470/statm: 1339 232 193 169 0 50 0
[pid=17471] ppid=17470 vsize=128860 CPUtime=1.92
/proc/17471/stat : 17471 (minisat) R 17470 17447 15661 0 -1 4194304 31212 0 0 0 171 21 0 0 25 0 1 0 21445705 131952640 31198 996147200 134512640 135127466 4294956256 18446744073709551615 134711606 0 0 4096 3 0 0 0 17 1 0 0
/proc/17471/statm: 32215 31198 72 150 0 32062 0
Current children cumulated CPU time (s) 46.2
Current children cumulated vsize (KiB) 151084

[startup+47.2012 s]
/proc/loadavg: 2.08 1.99 1.99 3/84 17471
/proc/meminfo: memFree=1686240/2055920 swapFree=4192812/4192956
[pid=17447] ppid=17445 vsize=16868 CPUtime=46.57
/proc/17447/stat : 17447 (sugar) R 17445 17447 15661 0 -1 4194304 1478 53185 0 3 7 3 4551 96 16 0 1 0 21441219 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 266134590505 0 0 4224 16386 0 0 0 17 1 0 0
/proc/17447/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 46.57
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 47.2238
CPU time (s): 46.6099
CPU user time (s): 45.5861
CPU system time (s): 1.02384
CPU usage (%): 98.7001
Max. virtual memory (cumulated for all children) (KiB): 891080

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 45.5861
system time used= 1.02384
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 54723
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= 23720
involuntary context switches= 25451

runsolver used 0.05999 second user time and 0.181972 second system time

The end

Launcher Data

Begin job on node35 at 2009-07-11 22:22:28
IDJOB=2066990
IDBENCH=54593
IDSOLVER=739
FILE ID=node35/2066990-1247343748
PBS_JOBID= 9506681
Free space on /tmp= 66248 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/pseudo/logic-synthesis/normalized-alu4-b.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-2066990-1247343748/watcher-2066990-1247343748 -o /tmp/evaluation-result-2066990-1247343748/solver-2066990-1247343748 -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-2066990-1247343748.xml

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

MD5SUM BENCH= ca59279eb04b03a166217fad0b1954ef
RANDOM SEED=382365897

node35.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.213
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.213
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:       1853592 kB
Buffers:         22520 kB
Cached:          91380 kB
SwapCached:          0 kB
Active:         118092 kB
Inactive:        36072 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1853592 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2288 kB
Writeback:           0 kB
Mapped:          60708 kB
Slab:            33268 kB
Committed_AS:   231936 kB
PageTables:       1900 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= 66248 MiB
End job on node35 at 2009-07-11 22:23:16