Trace number 1087557

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.13+minisat? 588.021 601.705

General information on the benchmark

Namecsp/fapp/fapp36/
normalized-fapp36-2000-6.xml
MD5SUM1169b3633e5b0cb188bdf9777729aa3d
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark27.6238
Satisfiable
(Un)Satisfiability was proved
Number of variables2000
Number of constraints18600
Maximum constraint arity2
Maximum domain size454
Number of constraints which are defined in extension0
Number of constraints which are defined in intension18600
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.15	c 0	Sugar v1-13 + HOME/minisat
0.00/0.17	c 0	BEGIN Sat Jul  5 09:58:15 2008
0.00/0.17	c 0	PID 13593
0.00/0.18	c 0	HOST node29.alineos.net
0.00/0.18	c 0	CONVERTING HOME/instance-1087557-1215244694.xml TO HOME/temp.csp
0.00/0.18	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1087557-1215244694.xml' 'HOME/temp.csp'
1.66/1.96	c 2	26 domains, 2000 variables, 8 predicates, 0 relations, 18600 constraints
1.66/1.99	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.66/1.99	c 2	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
1.73/2.07	c 2	Parsing HOME/temp.csp
2.22/2.52	c 2	parsed 10000 expressions
2.52/2.85	c 3	parsed 20000 expressions
2.52/2.86	c 3	parsed 20634 expressions
2.52/2.87	c 3	Heap : 9 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.52/2.87	c 3	Converting to clausal form CSP
2.71/3.04	c 3	converted 2064 (10%) expressions
6.59/6.99	c 7	converted 4127 (20%) expressions
9.67/10.06	c 10	converted 6191 (30%) expressions
12.95/13.34	c 13	converted 8254 (40%) expressions
15.84/16.28	c 16	converted 10317 (50%) expressions
19.02/19.44	c 19	converted 12381 (60%) expressions
21.80/22.23	c 22	converted 14444 (70%) expressions
24.29/24.79	c 25	converted 16508 (80%) expressions
26.57/27.07	c 27	converted 18571 (90%) expressions
29.17/29.69	c 30	converted 20634 (100%) expressions
29.17/29.69	c 30	CSP : 6108 integers, 51656 booleans, 118586 clauses, largest domain size 2895
29.17/29.69	c 30	Heap : 99 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
29.17/29.69	c 30	Propagation in CSP
32.17/32.68	c 33	169650 values, 0 unsatisfiable literals, and 0 valid clauses are removed
32.17/32.69	c 33	CSP : 6108 integers, 51656 booleans, 118586 clauses, largest domain size 2895
32.17/32.69	c 33	Heap : 106 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
32.26/32.72	c 33	Simplifing CSP by introducing new Boolean variables
32.46/32.98	c 33	CSP : 6108 integers, 94708 booleans, 161638 clauses, largest domain size 2895
32.46/32.98	c 33	Heap : 116 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
33.16/33.66	c 34	Encoding CSP to SAT : HOME/temp.cnf
38.75/39.21	c 39	611 (10%) CSP integer variables are encoded (227176 clauses, 3640439 bytes)
44.15/44.62	c 44	1222 (20%) CSP integer variables are encoded (454769 clauses, 7509520 bytes)
49.66/50.18	c 50	1833 (30%) CSP integer variables are encoded (682814 clauses, 11386285 bytes)
52.55/53.00	c 53	2444 (40%) CSP integer variables are encoded (1842365 clauses, 32787585 bytes)
54.25/54.76	c 55	3054 (50%) CSP integer variables are encoded (3378889 clauses, 61981541 bytes)
56.01/56.58	c 56	3665 (60%) CSP integer variables are encoded (4891616 clauses, 90723354 bytes)
57.90/58.41	c 58	4276 (70%) CSP integer variables are encoded (6445739 clauses, 120251691 bytes)
59.74/60.39	c 60	4887 (80%) CSP integer variables are encoded (7942306 clauses, 148686464 bytes)
61.83/62.41	c 62	5498 (90%) CSP integer variables are encoded (9486705 clauses, 178030045 bytes)
63.77/64.42	c 64	6108 (100%) CSP integer variables are encoded (11002851 clauses, 208853924 bytes)
155.37/156.89	c 157	16164 (10%) CSP clauses are encoded (22848411 clauses, 497236930 bytes)
221.08/224.30	c 224	32328 (20%) CSP clauses are encoded (32466114 clauses, 738078031 bytes)
289.22/294.31	c 294	48492 (30%) CSP clauses are encoded (41935240 clauses, 974759990 bytes)
357.49/363.65	c 364	64656 (40%) CSP clauses are encoded (51956143 clauses, 1228467823 bytes)
418.46/425.68	c 426	80819 (50%) CSP clauses are encoded (60806920 clauses, 1452507312 bytes)
477.14/485.28	c 485	96983 (60%) CSP clauses are encoded (69917289 clauses, 1685505745 bytes)
529.17/539.18	c 539	113147 (70%) CSP clauses are encoded (78159315 clauses, 1897796065 bytes)
576.02/586.70	c 587	129311 (80%) CSP clauses are encoded (85827571 clauses, 2098608834 bytes)
587.39/598.25	c 598	ERROR Exception Too large HOME/temp.cnf
587.39/598.25	c 598	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:219)
587.39/598.25	c 598	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:130)
587.39/598.25	c 598	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:258)
587.39/598.25	s UNKNOWN
587.44/598.38	c 598	CPU 573.29 (0.03 0.01 573.26 14.17)
587.44/598.38	c 598	END Sat Jul  5 10:08:13 2008

Verifier Data (download as text)

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: UNKNOWN

Watcher Data (download as text)

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

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

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


[startup+0 s]
/proc/loadavg: 2.12 2.10 2.03 2/72 13593
/proc/meminfo: memFree=1613040/2055920 swapFree=4180452/4192956
[pid=13593] ppid=13591 vsize=18572 CPUtime=0
/proc/13593/stat : 13593 (runsolver) D 13591 13593 12366 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 2003443277 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 221780700455 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/13593/statm: 4643 292 257 25 0 2626 0

[startup+0.052508 s]
/proc/loadavg: 2.12 2.10 2.03 2/72 13593
/proc/meminfo: memFree=1613040/2055920 swapFree=4180452/4192956
[pid=13593] ppid=13591 vsize=2504 CPUtime=0
/proc/13593/stat : 13593 (sugar) D 13591 13593 12366 0 -1 4194304 38 0 0 0 0 0 0 0 18 0 1 0 2003443277 2564096 23 996147200 4194304 4206940 548682068608 18446744073709551615 221778084560 0 0 4096 0 18446744071563479169 0 0 17 1 0 0
/proc/13593/statm: 626 23 17 3 0 3 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 2504

[startup+0.101513 s]
/proc/loadavg: 2.12 2.10 2.03 2/72 13593
/proc/meminfo: memFree=1613040/2055920 swapFree=4180452/4192956
[pid=13593] ppid=13591 vsize=12272 CPUtime=0
/proc/13593/stat : 13593 (sugar) D 13591 13593 12366 0 -1 4194304 398 0 2 0 0 0 0 0 18 0 1 0 2003443277 12566528 368 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 0 18446744071563479169 0 0 17 1 0 0
/proc/13593/statm: 3068 368 274 3 0 168 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12272

[startup+0.301531 s]
/proc/loadavg: 2.12 2.10 2.03 2/72 13593
/proc/meminfo: memFree=1613040/2055920 swapFree=4180452/4192956
[pid=13593] ppid=13591 vsize=13600 CPUtime=0.04
/proc/13593/stat : 13593 (sugar) S 13591 13593 12366 0 -1 4194304 898 127 2 0 3 1 0 0 18 0 1 0 2003443277 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13593/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701557 s]
/proc/loadavg: 2.12 2.10 2.03 2/72 13593
/proc/meminfo: memFree=1613040/2055920 swapFree=4180452/4192956
[pid=13593] ppid=13591 vsize=13600 CPUtime=0.04
/proc/13593/stat : 13593 (sugar) S 13591 13593 12366 0 -1 4194304 898 127 2 0 3 1 0 0 18 0 1 0 2003443277 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13593/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50262 s]
/proc/loadavg: 2.12 2.10 2.03 4/83 13605
/proc/meminfo: memFree=1593624/2055920 swapFree=4180452/4192956
[pid=13593] ppid=13591 vsize=13600 CPUtime=0.04
/proc/13593/stat : 13593 (sugar) S 13591 13593 12366 0 -1 4194304 898 127 2 0 3 1 0 0 18 0 1 0 2003443277 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13593/statm: 3400 796 370 3 0 500 0
[pid=13596] ppid=13593 vsize=5356 CPUtime=0
/proc/13596/stat : 13596 (sh) S 13593 13593 12366 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2003443295 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13596/statm: 1339 233 193 169 0 50 0
[pid=13597] ppid=13596 vsize=865700 CPUtime=1.22
/proc/13597/stat : 13597 (java) S 13596 13593 12366 0 -1 0 12262 0 1 0 113 9 0 0 18 0 9 0 2003443296 886476800 10570 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13597/statm: 216425 10570 2529 9 0 211007 0
[pid=13597/tid=13598] ppid=13596 vsize=865700 CPUtime=0.69
/proc/13597/task/13598/stat : 13598 (java) R 13596 13593 12366 0 -1 64 2855 0 1 0 66 3 0 0 22 0 9 0 2003443299 886476800 10570 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13597/tid=13599] ppid=13596 vsize=865700 CPUtime=0.38
/proc/13597/task/13599/stat : 13599 (java) R 13596 13593 12366 0 -1 64 8217 0 0 0 34 4 0 0 16 0 9 0 2003443306 886476800 10570 996147200 134512640 134550740 4294956000 18446744073709551615 104181349 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13597/tid=13600] ppid=13596 vsize=865700 CPUtime=0
/proc/13597/task/13600/stat : 13600 (java) S 13596 13593 12366 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2003443306 886476800 10570 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13597/tid=13601] ppid=13596 vsize=865700 CPUtime=0
/proc/13597/task/13601/stat : 13601 (java) S 13596 13593 12366 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 2003443306 886476800 10570 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13597/tid=13602] ppid=13596 vsize=865700 CPUtime=0
/proc/13597/task/13602/stat : 13602 (java) S 13596 13593 12366 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003443308 886476800 10570 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13597/tid=13603] ppid=13596 vsize=865700 CPUtime=0.12
/proc/13597/task/13603/stat : 13603 (java) S 13596 13593 12366 0 -1 64 490 0 0 0 12 0 0 0 16 0 9 0 2003443308 886476800 10570 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13597/tid=13604] ppid=13596 vsize=865700 CPUtime=0
/proc/13597/task/13604/stat : 13604 (java) S 13596 13593 12366 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2003443308 886476800 10570 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13597/tid=13605] ppid=13596 vsize=865700 CPUtime=0
/proc/13597/task/13605/stat : 13605 (java) S 13596 13593 12366 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2003443308 886476800 10570 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.26
Current children cumulated vsize (KiB) 884656

[startup+3.10171 s]
/proc/loadavg: 2.11 2.10 2.03 5/83 13615
/proc/meminfo: memFree=1603992/2055920 swapFree=4180452/4192956
[pid=13593] ppid=13591 vsize=13600 CPUtime=1.73
/proc/13593/stat : 13593 (sugar) S 13591 13593 12366 0 -1 4194304 972 13058 2 1 3 1 158 11 15 0 1 0 2003443277 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13593/statm: 3400 797 370 3 0 500 0
[pid=13606] ppid=13593 vsize=5356 CPUtime=0
/proc/13606/stat : 13606 (sh) S 13593 13593 12366 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003443476 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13606/statm: 1339 233 193 169 0 50 0
[pid=13607] ppid=13606 vsize=864180 CPUtime=1.09
/proc/13607/stat : 13607 (java) S 13606 13593 12366 0 -1 0 7455 0 1 0 104 5 0 0 18 0 9 0 2003443477 884920320 6491 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13607/statm: 216045 6491 2543 9 0 210620 0
[pid=13607/tid=13608] ppid=13606 vsize=864180 CPUtime=0.69
/proc/13607/task/13608/stat : 13608 (java) R 13606 13593 12366 0 -1 64 2676 0 1 0 68 1 0 0 18 0 9 0 2003443478 884920320 6491 996147200 134512640 134550740 4294955952 18446744073709551615 4126571904 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13607/tid=13609] ppid=13606 vsize=864180 CPUtime=0.25
/proc/13607/task/13609/stat : 13609 (java) S 13606 13593 12366 0 -1 64 3720 0 0 0 23 2 0 0 16 0 9 0 2003443479 884920320 6491 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13607/tid=13610] ppid=13606 vsize=864180 CPUtime=0
/proc/13607/task/13610/stat : 13610 (java) S 13606 13593 12366 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2003443479 884920320 6491 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13607/tid=13611] ppid=13606 vsize=864180 CPUtime=0
/proc/13607/task/13611/stat : 13611 (java) S 13606 13593 12366 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 2003443479 884920320 6491 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13607/tid=13612] ppid=13606 vsize=864180 CPUtime=0
/proc/13607/task/13612/stat : 13612 (java) S 13606 13593 12366 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003443481 884920320 6491 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13607/tid=13613] ppid=13606 vsize=864180 CPUtime=0.12
/proc/13607/task/13613/stat : 13613 (java) S 13606 13593 12366 0 -1 64 363 0 0 0 12 0 0 0 16 0 9 0 2003443481 884920320 6491 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13607/tid=13614] ppid=13606 vsize=864180 CPUtime=0
/proc/13607/task/13614/stat : 13614 (java) S 13606 13593 12366 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2003443481 884920320 6491 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13607/tid=13615] ppid=13606 vsize=864180 CPUtime=0
/proc/13607/task/13615/stat : 13615 (java) S 13606 13593 12366 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2003443481 884920320 6491 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.82
Current children cumulated vsize (KiB) 883136

[startup+6.30291 s]
/proc/loadavg: 2.11 2.10 2.03 3/83 13615
/proc/meminfo: memFree=1581528/2055920 swapFree=4180452/4192956
[pid=13593] ppid=13591 vsize=13600 CPUtime=1.73
/proc/13593/stat : 13593 (sugar) S 13591 13593 12366 0 -1 4194304 972 13058 2 1 3 1 158 11 15 0 1 0 2003443277 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13593/statm: 3400 797 370 3 0 500 0
[pid=13606] ppid=13593 vsize=5356 CPUtime=0
/proc/13606/stat : 13606 (sh) S 13593 13593 12366 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003443476 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13606/statm: 1339 233 193 169 0 50 0
[pid=13607] ppid=13606 vsize=868412 CPUtime=4.27
/proc/13607/stat : 13607 (java) S 13606 13593 12366 0 -1 0 11336 0 1 0 417 10 0 0 18 0 9 0 2003443477 889253888 10019 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13607/statm: 217103 10019 2541 9 0 211678 0
[pid=13607/tid=13608] ppid=13606 vsize=868412 CPUtime=3.4
/proc/13607/task/13608/stat : 13608 (java) R 13606 13593 12366 0 -1 64 3020 0 1 0 338 2 0 0 25 0 9 0 2003443478 889253888 10019 996147200 134512640 134550740 4294955952 18446744073709551615 4126568234 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13607/tid=13609] ppid=13606 vsize=868412 CPUtime=0.61
/proc/13607/task/13609/stat : 13609 (java) S 13606 13593 12366 0 -1 64 6137 0 0 0 56 5 0 0 16 0 9 0 2003443479 889253888 10019 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13607/tid=13610] ppid=13606 vsize=868412 CPUtime=0
/proc/13607/task/13610/stat : 13610 (java) S 13606 13593 12366 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2003443479 889253888 10019 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13607/tid=13611] ppid=13606 vsize=868412 CPUtime=0
/proc/13607/task/13611/stat : 13611 (java) S 13606 13593 12366 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2003443479 889253888 10019 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13607/tid=13612] ppid=13606 vsize=868412 CPUtime=0
/proc/13607/task/13612/stat : 13612 (java) S 13606 13593 12366 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003443481 889253888 10019 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13607/tid=13613] ppid=13606 vsize=868412 CPUtime=0.22
/proc/13607/task/13613/stat : 13613 (java) S 13606 13593 12366 0 -1 64 1483 0 0 0 21 1 0 0 15 0 9 0 2003443481 889253888 10019 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13607/tid=13614] ppid=13606 vsize=868412 CPUtime=0
/proc/13607/task/13614/stat : 13614 (java) S 13606 13593 12366 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2003443481 889253888 10019 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13607/tid=13615] ppid=13606 vsize=868412 CPUtime=0
/proc/13607/task/13615/stat : 13615 (java) S 13606 13593 12366 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2003443481 889253888 10019 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6
Current children cumulated vsize (KiB) 887368

[startup+12.7023 s]
/proc/loadavg: 2.16 2.11 2.04 3/83 13615
/proc/meminfo: memFree=1558552/2055920 swapFree=4180452/4192956
[pid=13593] ppid=13591 vsize=13600 CPUtime=1.73
/proc/13593/stat : 13593 (sugar) S 13591 13593 12366 0 -1 4194304 972 13058 2 1 3 1 158 11 16 0 1 0 2003443277 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13593/statm: 3400 797 370 3 0 500 0
[pid=13606] ppid=13593 vsize=5356 CPUtime=0
/proc/13606/stat : 13606 (sh) S 13593 13593 12366 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003443476 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13606/statm: 1339 233 193 169 0 50 0
[pid=13607] ppid=13606 vsize=868412 CPUtime=10.63
/proc/13607/stat : 13607 (java) S 13606 13593 12366 0 -1 0 21570 0 1 0 1044 19 0 0 18 0 9 0 2003443477 889253888 15525 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13607/statm: 217103 15525 2541 9 0 211678 0
[pid=13607/tid=13608] ppid=13606 vsize=868412 CPUtime=8.69
/proc/13607/task/13608/stat : 13608 (java) R 13606 13593 12366 0 -1 64 3623 0 1 0 865 4 0 0 25 0 9 0 2003443478 889253888 15525 996147200 134512640 134550740 4294955952 18446744073709551615 4126570835 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13607/tid=13609] ppid=13606 vsize=868412 CPUtime=1.68
/proc/13607/task/13609/stat : 13609 (java) S 13606 13593 12366 0 -1 64 15760 0 0 0 155 13 0 0 16 0 9 0 2003443479 889253888 15525 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13607/tid=13610] ppid=13606 vsize=868412 CPUtime=0
/proc/13607/task/13610/stat : 13610 (java) S 13606 13593 12366 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2003443479 889253888 15525 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13607/tid=13611] ppid=13606 vsize=868412 CPUtime=0
/proc/13607/task/13611/stat : 13611 (java) S 13606 13593 12366 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2003443479 889253888 15525 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13607/tid=13612] ppid=13606 vsize=868412 CPUtime=0
/proc/13607/task/13612/stat : 13612 (java) S 13606 13593 12366 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003443481 889253888 15525 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13607/tid=13613] ppid=13606 vsize=868412 CPUtime=0.23
/proc/13607/task/13613/stat : 13613 (java) S 13606 13593 12366 0 -1 64 1491 0 0 0 22 1 0 0 15 0 9 0 2003443481 889253888 15525 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13607/tid=13614] ppid=13606 vsize=868412 CPUtime=0
/proc/13607/task/13614/stat : 13614 (java) S 13606 13593 12366 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2003443481 889253888 15525 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13607/tid=13615] ppid=13606 vsize=868412 CPUtime=0
/proc/13607/task/13615/stat : 13615 (java) S 13606 13593 12366 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2003443481 889253888 15525 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.36
Current children cumulated vsize (KiB) 887368

[startup+25.5021 s]
/proc/loadavg: 2.22 2.13 2.04 3/81 13616
/proc/meminfo: memFree=1855272/2055920 swapFree=4180452/4192956
[pid=13593] ppid=13591 vsize=13600 CPUtime=1.73
/proc/13593/stat : 13593 (sugar) S 13591 13593 12366 0 -1 4194304 972 13058 2 1 3 1 158 11 16 0 1 0 2003443277 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13593/statm: 3400 797 370 3 0 500 0
[pid=13606] ppid=13593 vsize=5356 CPUtime=0
/proc/13606/stat : 13606 (sh) S 13593 13593 12366 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003443476 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13606/statm: 1339 233 193 169 0 50 0
[pid=13607] ppid=13606 vsize=868412 CPUtime=23.36
/proc/13607/stat : 13607 (java) S 13606 13593 12366 0 -1 0 34498 0 1 0 2305 31 0 0 18 0 9 0 2003443477 889253888 26577 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13607/statm: 217103 26577 2541 9 0 211678 0
[pid=13607/tid=13608] ppid=13606 vsize=868412 CPUtime=19.87
/proc/13607/task/13608/stat : 13608 (java) R 13606 13593 12366 0 -1 64 4296 0 1 0 1983 4 0 0 17 0 9 0 2003443478 889253888 26577 996147200 134512640 134550740 4294955952 18446744073709551615 4126640910 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13607/tid=13609] ppid=13606 vsize=868412 CPUtime=3.22
/proc/13607/task/13609/stat : 13609 (java) S 13606 13593 12366 0 -1 64 28013 0 0 0 298 24 0 0 15 0 9 0 2003443479 889253888 26577 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13607/tid=13610] ppid=13606 vsize=868412 CPUtime=0
/proc/13607/task/13610/stat : 13610 (java) S 13606 13593 12366 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2003443479 889253888 26577 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13607/tid=13611] ppid=13606 vsize=868412 CPUtime=0
/proc/13607/task/13611/stat : 13611 (java) S 13606 13593 12366 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2003443479 889253888 26577 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

[startup+582.303 s]
/proc/loadavg: 2.31 2.25 2.13 3/93 13709
/proc/meminfo: memFree=15680/2055920 swapFree=4180452/4192956
[pid=13593] ppid=13591 vsize=13600 CPUtime=1.73
/proc/13593/stat : 13593 (sugar) S 13591 13593 12366 0 -1 4194304 972 13058 2 1 3 1 158 11 16 0 1 0 2003443277 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13593/statm: 3400 797 370 3 0 500 0
[pid=13606] ppid=13593 vsize=5356 CPUtime=0
/proc/13606/stat : 13606 (sh) S 13593 13593 12366 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003443476 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13606/statm: 1339 233 193 169 0 50 0
[pid=13607] ppid=13606 vsize=868524 CPUtime=569.96
/proc/13607/stat : 13607 (java) S 13606 13593 12366 0 -1 0 50887 0 2 0 55635 1361 0 0 18 0 9 0 2003443477 889368576 36366 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13607/statm: 217131 36366 2566 9 0 211678 0
[pid=13607/tid=13608] ppid=13606 vsize=868524 CPUtime=561.49
/proc/13607/task/13608/stat : 13608 (java) R 13606 13593 12366 0 -1 64 9660 0 2 0 54853 1296 0 0 25 0 9 0 2003443478 889368576 36366 996147200 134512640 134550740 4294955952 18446744073709551615 4127134576 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13607/tid=13609] ppid=13606 vsize=868524 CPUtime=8.12
/proc/13607/task/13609/stat : 13609 (java) S 13606 13593 12366 0 -1 64 38992 0 0 0 749 63 0 0 16 0 9 0 2003443479 889368576 36366 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13607/tid=13610] ppid=13606 vsize=868524 CPUtime=0
/proc/13607/task/13610/stat : 13610 (java) S 13606 13593 12366 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2003443479 889368576 36366 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13607/tid=13611] ppid=13606 vsize=868524 CPUtime=0
/proc/13607/task/13611/stat : 13611 (java) S 13606 13593 12366 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2003443479 889368576 36366 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13607/tid=13612] ppid=13606 vsize=868524 CPUtime=0
/proc/13607/task/13612/stat : 13612 (java) S 13606 13593 12366 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003443481 889368576 36366 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13607/tid=13613] ppid=13606 vsize=868524 CPUtime=0.32
/proc/13607/task/13613/stat : 13613 (java) S 13606 13593 12366 0 -1 64 1539 0 0 0 31 1 0 0 15 0 9 0 2003443481 889368576 36366 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13607/tid=13614] ppid=13606 vsize=868524 CPUtime=0
/proc/13607/task/13614/stat : 13614 (java) S 13606 13593 12366 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2003443481 889368576 36366 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13607/tid=13615] ppid=13606 vsize=868524 CPUtime=0
/proc/13607/task/13615/stat : 13615 (java) S 13606 13593 12366 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2003443481 889368576 36366 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 571.69
Current children cumulated vsize (KiB) 887480

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

[startup+588.702 s]
/proc/loadavg: 2.36 2.26 2.13 3/93 13709
/proc/meminfo: memFree=15872/2055920 swapFree=4180452/4192956
[pid=13593] ppid=13591 vsize=13600 CPUtime=1.73
/proc/13593/stat : 13593 (sugar) S 13591 13593 12366 0 -1 4194304 972 13058 2 1 3 1 158 11 16 0 1 0 2003443277 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13593/statm: 3400 797 370 3 0 500 0
[pid=13606] ppid=13593 vsize=5356 CPUtime=0
/proc/13606/stat : 13606 (sh) S 13593 13593 12366 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003443476 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13606/statm: 1339 233 193 169 0 50 0
[pid=13607] ppid=13606 vsize=868524 CPUtime=576.28
/proc/13607/stat : 13607 (java) S 13606 13593 12366 0 -1 0 50944 0 2 0 56253 1375 0 0 18 0 9 0 2003443477 889368576 36366 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13607/statm: 217131 36366 2566 9 0 211678 0
[pid=13607/tid=13608] ppid=13606 vsize=868524 CPUtime=567.77
/proc/13607/task/13608/stat : 13608 (java) R 13606 13593 12366 0 -1 64 9717 0 2 0 55468 1309 0 0 25 0 9 0 2003443478 889368576 36366 996147200 134512640 134550740 4294955952 18446744073709551615 4127086143 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13607/tid=13609] ppid=13606 vsize=868524 CPUtime=8.16
/proc/13607/task/13609/stat : 13609 (java) S 13606 13593 12366 0 -1 64 38992 0 0 0 753 63 0 0 16 0 9 0 2003443479 889368576 36366 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13607/tid=13610] ppid=13606 vsize=868524 CPUtime=0
/proc/13607/task/13610/stat : 13610 (java) S 13606 13593 12366 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2003443479 889368576 36366 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13607/tid=13611] ppid=13606 vsize=868524 CPUtime=0
/proc/13607/task/13611/stat : 13611 (java) S 13606 13593 12366 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2003443479 889368576 36366 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13607/tid=13612] ppid=13606 vsize=868524 CPUtime=0
/proc/13607/task/13612/stat : 13612 (java) S 13606 13593 12366 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003443481 889368576 36366 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13607/tid=13613] ppid=13606 vsize=868524 CPUtime=0.32
/proc/13607/task/13613/stat : 13613 (java) S 13606 13593 12366 0 -1 64 1539 0 0 0 31 1 0 0 15 0 9 0 2003443481 889368576 36366 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13607/tid=13614] ppid=13606 vsize=868524 CPUtime=0
/proc/13607/task/13614/stat : 13614 (java) S 13606 13593 12366 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2003443481 889368576 36366 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13607/tid=13615] ppid=13606 vsize=868524 CPUtime=0
/proc/13607/task/13615/stat : 13615 (java) S 13606 13593 12366 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2003443481 889368576 36366 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 578.01
Current children cumulated vsize (KiB) 887480

[startup+595.107 s]
/proc/loadavg: 2.33 2.26 2.13 3/93 13709
/proc/meminfo: memFree=14784/2055920 swapFree=4180452/4192956
[pid=13593] ppid=13591 vsize=13600 CPUtime=1.73
/proc/13593/stat : 13593 (sugar) S 13591 13593 12366 0 -1 4194304 972 13058 2 1 3 1 158 11 16 0 1 0 2003443277 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13593/statm: 3400 797 370 3 0 500 0
[pid=13606] ppid=13593 vsize=5356 CPUtime=0
/proc/13606/stat : 13606 (sh) S 13593 13593 12366 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003443476 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13606/statm: 1339 233 193 169 0 50 0
[pid=13607] ppid=13606 vsize=868524 CPUtime=582.6
/proc/13607/stat : 13607 (java) S 13606 13593 12366 0 -1 0 51001 0 2 0 56867 1393 0 0 18 0 9 0 2003443477 889368576 36366 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13607/statm: 217131 36366 2566 9 0 211678 0
[pid=13607/tid=13608] ppid=13606 vsize=868524 CPUtime=574.05
/proc/13607/task/13608/stat : 13608 (java) R 13606 13593 12366 0 -1 64 9774 0 2 0 56078 1327 0 0 25 0 9 0 2003443478 889368576 36366 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13607/tid=13609] ppid=13606 vsize=868524 CPUtime=8.2
/proc/13607/task/13609/stat : 13609 (java) S 13606 13593 12366 0 -1 64 38992 0 0 0 756 64 0 0 16 0 9 0 2003443479 889368576 36366 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13607/tid=13610] ppid=13606 vsize=868524 CPUtime=0
/proc/13607/task/13610/stat : 13610 (java) S 13606 13593 12366 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2003443479 889368576 36366 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13607/tid=13611] ppid=13606 vsize=868524 CPUtime=0
/proc/13607/task/13611/stat : 13611 (java) S 13606 13593 12366 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2003443479 889368576 36366 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13607/tid=13612] ppid=13606 vsize=868524 CPUtime=0
/proc/13607/task/13612/stat : 13612 (java) S 13606 13593 12366 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003443481 889368576 36366 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13607/tid=13613] ppid=13606 vsize=868524 CPUtime=0.32
/proc/13607/task/13613/stat : 13613 (java) S 13606 13593 12366 0 -1 64 1539 0 0 0 31 1 0 0 15 0 9 0 2003443481 889368576 36366 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13607/tid=13614] ppid=13606 vsize=868524 CPUtime=0
/proc/13607/task/13614/stat : 13614 (java) S 13606 13593 12366 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2003443481 889368576 36366 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13607/tid=13615] ppid=13606 vsize=868524 CPUtime=0
/proc/13607/task/13615/stat : 13615 (java) S 13606 13593 12366 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2003443481 889368576 36366 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 584.33
Current children cumulated vsize (KiB) 887480

[startup+598.303 s]
/proc/loadavg: 2.31 2.25 2.13 2/93 13709
/proc/meminfo: memFree=14976/2055920 swapFree=4180452/4192956
[pid=13593] ppid=13591 vsize=13600 CPUtime=1.73
/proc/13593/stat : 13593 (sugar) S 13591 13593 12366 0 -1 4194304 972 13058 2 1 3 1 158 11 16 0 1 0 2003443277 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13593/statm: 3400 797 370 3 0 500 0
[pid=13606] ppid=13593 vsize=5356 CPUtime=0
/proc/13606/stat : 13606 (sh) S 13593 13593 12366 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003443476 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13606/statm: 1339 233 193 169 0 50 0
[pid=13607] ppid=13606 vsize=868524 CPUtime=585.71
/proc/13607/stat : 13607 (java) S 13606 13593 12366 0 -1 0 51037 0 3 0 57168 1403 0 0 18 0 9 0 2003443477 889368576 36372 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13607/statm: 217131 36372 2566 9 0 211678 0
[pid=13607/tid=13608] ppid=13606 vsize=868524 CPUtime=577.13
/proc/13607/task/13608/stat : 13608 (java) D 13606 13593 12366 0 -1 64 9807 0 3 0 56377 1336 0 0 24 0 9 0 2003443478 889368576 36372 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13607/tid=13609] ppid=13606 vsize=868524 CPUtime=8.22
/proc/13607/task/13609/stat : 13609 (java) S 13606 13593 12366 0 -1 64 38992 0 0 0 758 64 0 0 16 0 9 0 2003443479 889368576 36372 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13607/tid=13610] ppid=13606 vsize=868524 CPUtime=0
/proc/13607/task/13610/stat : 13610 (java) S 13606 13593 12366 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2003443479 889368576 36372 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13607/tid=13611] ppid=13606 vsize=868524 CPUtime=0
/proc/13607/task/13611/stat : 13611 (java) S 13606 13593 12366 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2003443479 889368576 36372 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13607/tid=13612] ppid=13606 vsize=868524 CPUtime=0
/proc/13607/task/13612/stat : 13612 (java) D 13606 13593 12366 0 -1 64 4 0 0 0 0 0 0 0 16 0 9 0 2003443481 889368576 36372 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13607/tid=13613] ppid=13606 vsize=868524 CPUtime=0.32
/proc/13607/task/13613/stat : 13613 (java) S 13606 13593 12366 0 -1 64 1539 0 0 0 31 1 0 0 15 0 9 0 2003443481 889368576 36372 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13607/tid=13614] ppid=13606 vsize=868524 CPUtime=0
/proc/13607/task/13614/stat : 13614 (java) S 13606 13593 12366 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2003443481 889368576 36372 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13607/tid=13615] ppid=13606 vsize=868524 CPUtime=0
/proc/13607/task/13615/stat : 13615 (java) D 13606 13593 12366 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2003443481 889368576 36372 996147200 134512640 134550740 4294955952 18446744073709551615 5233552 0 4 0 16800975 18446744071563479169 0 0 -1 0 0 0
Current children cumulated CPU time (s) 587.44
Current children cumulated vsize (KiB) 887480

[startup+599.901 s]
/proc/loadavg: 2.31 2.25 2.13 2/83 13709
/proc/meminfo: memFree=982032/2055920 swapFree=4180452/4192956
[pid=13593] ppid=13591 vsize=13600 CPUtime=587.93
/proc/13593/stat : 13593 (sugar) D 13591 13593 12366 0 -1 4194304 994 64382 2 6 3 47 57326 1417 18 0 1 0 2003443277 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 221780874281 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/13593/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 587.93
Current children cumulated vsize (KiB) 13600

[startup+600.701 s]
/proc/loadavg: 2.31 2.25 2.13 1/83 13709
/proc/meminfo: memFree=977360/2055920 swapFree=4180452/4192956
[pid=13593] ppid=13591 vsize=13600 CPUtime=587.97
/proc/13593/stat : 13593 (sugar) D 13591 13593 12366 0 -1 4194304 994 64382 2 6 3 51 57326 1417 18 0 1 0 2003443277 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 221780874281 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/13593/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 587.97
Current children cumulated vsize (KiB) 13600

[startup+601.101 s]
/proc/loadavg: 2.31 2.25 2.13 1/83 13709
/proc/meminfo: memFree=977360/2055920 swapFree=4180452/4192956
[pid=13593] ppid=13591 vsize=13600 CPUtime=587.98
/proc/13593/stat : 13593 (sugar) D 13591 13593 12366 0 -1 4194304 994 64382 2 6 3 52 57326 1417 18 0 1 0 2003443277 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 221780874281 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/13593/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 587.98
Current children cumulated vsize (KiB) 13600

[startup+601.501 s]
/proc/loadavg: 2.31 2.25 2.13 1/83 13709
/proc/meminfo: memFree=977360/2055920 swapFree=4180452/4192956
[pid=13593] ppid=13591 vsize=13600 CPUtime=587.98
/proc/13593/stat : 13593 (sugar) D 13591 13593 12366 0 -1 4194304 994 64382 2 6 3 52 57326 1417 18 0 1 0 2003443277 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 221780874281 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/13593/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 587.98
Current children cumulated vsize (KiB) 13600

[startup+601.601 s]
/proc/loadavg: 2.31 2.25 2.13 2/83 13709
/proc/meminfo: memFree=974544/2055920 swapFree=4180452/4192956
[pid=13593] ppid=13591 vsize=13600 CPUtime=587.99
/proc/13593/stat : 13593 (sugar) D 13591 13593 12366 0 -1 4194304 994 64382 2 6 3 53 57326 1417 18 0 1 0 2003443277 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 221780874281 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/13593/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 587.99
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 601.705
CPU time (s): 588.021
CPU user time (s): 573.304
CPU system time (s): 14.7168
CPU usage (%): 97.7258
Max. virtual memory (cumulated for all children) (KiB): 892748

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 573.304
system time used= 14.7168
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 65406
page faults= 8
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 53812
involuntary context switches= 60855

runsolver used 0.800878 second user time and 2.03469 second system time

The end

Launcher Data (download as text)

Begin job on node29 at 2008-07-05 09:58:15
IDJOB=1087557
IDBENCH=58017
IDSOLVER=346
FILE ID=node29/1087557-1215244694
PBS_JOBID= 7881953
Free space on /tmp= 66488 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 1169b3633e5b0cb188bdf9777729aa3d
RANDOM SEED=695798598

node29.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.220
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.220
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:       1613776 kB
Buffers:          2692 kB
Cached:          35440 kB
SwapCached:       6272 kB
Active:         385400 kB
Inactive:         3780 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1613776 kB
SwapTotal:     4192956 kB
SwapFree:      4180452 kB
Dirty:            4116 kB
Writeback:           0 kB
Mapped:         359240 kB
Slab:            37412 kB
Committed_AS:  3973648 kB
PageTables:       2716 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= 64640 MiB
End job on node29 at 2008-07-05 10:08:17