Trace number 1086087

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? 479.309 487.986

General information on the benchmark

Namecsp/fapp/fapp26/
normalized-fapp26-2300-8.xml
MD5SUM5db16243b4ccf647ada8995c3a36e2be
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark29.5095
Satisfiable
(Un)Satisfiability was proved
Number of variables2300
Number of constraints24253
Maximum constraint arity2
Maximum domain size302
Number of constraints which are defined in extension0
Number of constraints which are defined in intension24253
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.17	c 0	Sugar v1-13 + HOME/minisat
0.00/0.17	c 0	BEGIN Sat Jul  5 07:55:22 2008
0.00/0.17	c 0	PID 30844
0.00/0.18	c 0	HOST node52.alineos.net
0.00/0.18	c 0	CONVERTING HOME/instance-1086087-1215237322.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-1086087-1215237322.xml' 'HOME/temp.csp'
1.68/1.85	c 2	17 domains, 2300 variables, 8 predicates, 0 relations, 24253 constraints
1.68/1.88	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.68/1.88	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.75/1.96	c 2	Parsing HOME/temp.csp
2.14/2.36	c 2	parsed 10000 expressions
2.53/2.71	c 3	parsed 20000 expressions
2.64/2.89	c 3	parsed 26578 expressions
2.64/2.89	c 3	Heap : 12 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.64/2.89	c 3	Converting to clausal form CSP
3.43/3.69	c 4	converted 2658 (10%) expressions
6.60/6.80	c 7	converted 5316 (20%) expressions
9.67/9.91	c 10	converted 7974 (30%) expressions
12.24/12.58	c 13	converted 10632 (40%) expressions
15.30/15.68	c 16	converted 13289 (50%) expressions
17.88/18.23	c 18	converted 15947 (60%) expressions
20.35/20.78	c 21	converted 18605 (70%) expressions
22.83/23.28	c 23	converted 21263 (80%) expressions
25.80/26.24	c 26	converted 23921 (90%) expressions
27.88/28.39	c 28	converted 26578 (100%) expressions
27.88/28.39	c 28	CSP : 8122 integers, 67712 booleans, 156339 clauses, largest domain size 2821
27.88/28.39	c 28	Heap : 116 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
27.88/28.39	c 28	Propagation in CSP
31.24/31.71	c 32	198380 values, 0 unsatisfiable literals, and 0 valid clauses are removed
31.24/31.72	c 32	CSP : 8122 integers, 67712 booleans, 156339 clauses, largest domain size 2821
31.24/31.72	c 32	Heap : 119 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
31.24/31.76	c 32	Simplifing CSP by introducing new Boolean variables
31.63/32.11	c 32	CSP : 8122 integers, 126630 booleans, 215257 clauses, largest domain size 2821
31.63/32.11	c 32	Heap : 141 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
32.42/32.95	c 33	Encoding CSP to SAT : HOME/temp.cnf
37.37/37.91	c 38	813 (10%) CSP integer variables are encoded (222470 clauses, 3560673 bytes)
42.12/42.74	c 43	1625 (20%) CSP integer variables are encoded (446478 clauses, 7368809 bytes)
46.48/47.11	c 47	2437 (30%) CSP integer variables are encoded (971952 clauses, 16301867 bytes)
49.05/49.70	c 50	3249 (40%) CSP integer variables are encoded (3017618 clauses, 55118322 bytes)
51.59/52.34	c 52	4061 (50%) CSP integer variables are encoded (5084576 clauses, 94390524 bytes)
54.27/55.04	c 55	4874 (60%) CSP integer variables are encoded (7181173 clauses, 134225867 bytes)
57.02/57.81	c 58	5686 (70%) CSP integer variables are encoded (9253697 clauses, 173603823 bytes)
59.74/60.72	c 61	6498 (80%) CSP integer variables are encoded (11328499 clauses, 215694020 bytes)
62.45/63.60	c 64	7310 (90%) CSP integer variables are encoded (13404527 clauses, 259290608 bytes)
65.29/66.40	c 66	8122 (100%) CSP integer variables are encoded (15463053 clauses, 302519654 bytes)
155.63/158.29	c 158	21526 (10%) CSP clauses are encoded (30147735 clauses, 660197926 bytes)
231.57/235.35	c 235	43052 (20%) CSP clauses are encoded (43557442 clauses, 995116359 bytes)
303.73/308.70	c 309	64578 (30%) CSP clauses are encoded (56575627 clauses, 1322345239 bytes)
373.78/379.97	c 380	86103 (40%) CSP clauses are encoded (69333698 clauses, 1645823482 bytes)
443.49/451.07	c 451	107629 (50%) CSP clauses are encoded (82282183 clauses, 1975099471 bytes)
478.22/486.49	c 487	ERROR Exception Too large HOME/temp.cnf
478.22/486.49	c 487	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:219)
478.22/486.49	c 487	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:130)
478.22/486.49	c 487	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:258)
478.22/486.49	s UNKNOWN
478.31/486.57	c 487	CPU 465.14 (0.03 0.01 465.11 13.2)
478.31/486.57	c 487	END Sat Jul  5 08:03:29 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-1086087-1215237322/watcher-1086087-1215237322 -o /tmp/evaluation-result-1086087-1215237322/solver-1086087-1215237322 -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-1086087-1215237322.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.00 2.00 2.00 4/73 30844
/proc/meminfo: memFree=1805096/2055920 swapFree=4180424/4192956
[pid=30844] ppid=30842 vsize=18572 CPUtime=0
/proc/30844/stat : 30844 (runsolver) D 30842 30844 29276 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 2002704472 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 273653755175 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/30844/statm: 4643 292 257 25 0 2626 0

[startup+0.0333151 s]
/proc/loadavg: 2.00 2.00 2.00 4/73 30844
/proc/meminfo: memFree=1805096/2055920 swapFree=4180424/4192956
[pid=30844] ppid=30842 vsize=124 CPUtime=0
/proc/30844/stat : 30844 (sugar) D 30842 30844 29276 0 -1 4194304 37 0 1 0 0 0 0 0 18 0 1 0 2002704472 126976 23 996147200 4194304 4206940 548682068608 18446744073709551615 273651135977 0 0 4096 0 18446744071563608240 0 0 17 1 0 0
/proc/30844/statm: 31 23 17 3 0 3 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 124

[startup+0.102092 s]
/proc/loadavg: 2.00 2.00 2.00 4/73 30844
/proc/meminfo: memFree=1805096/2055920 swapFree=4180424/4192956
[pid=30844] ppid=30842 vsize=12272 CPUtime=0
/proc/30844/stat : 30844 (sugar) D 30842 30844 29276 0 -1 4194304 359 0 3 0 0 0 0 0 18 0 1 0 2002704472 12566528 330 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 0 18446744071563608240 0 0 17 1 0 0
/proc/30844/statm: 3068 330 246 3 0 168 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12272

[startup+0.301128 s]
/proc/loadavg: 2.00 2.00 2.00 4/73 30844
/proc/meminfo: memFree=1805096/2055920 swapFree=4180424/4192956
[pid=30844] ppid=30842 vsize=13600 CPUtime=0.04
/proc/30844/stat : 30844 (sugar) S 30842 30844 29276 0 -1 4194304 897 127 3 0 3 1 0 0 18 0 1 0 2002704472 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30844/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701186 s]
/proc/loadavg: 2.00 2.00 2.00 4/73 30844
/proc/meminfo: memFree=1805096/2055920 swapFree=4180424/4192956
[pid=30844] ppid=30842 vsize=13600 CPUtime=0.04
/proc/30844/stat : 30844 (sugar) S 30842 30844 29276 0 -1 4194304 897 127 3 0 3 1 0 0 18 0 1 0 2002704472 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30844/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50231 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 30856
/proc/meminfo: memFree=1779408/2055920 swapFree=4180424/4192956
[pid=30844] ppid=30842 vsize=13600 CPUtime=0.04
/proc/30844/stat : 30844 (sugar) S 30842 30844 29276 0 -1 4194304 897 127 3 0 3 1 0 0 18 0 1 0 2002704472 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30844/statm: 3400 796 370 3 0 500 0
[pid=30847] ppid=30844 vsize=5356 CPUtime=0
/proc/30847/stat : 30847 (sh) S 30844 30844 29276 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2002704491 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30847/statm: 1339 233 193 169 0 50 0
[pid=30848] ppid=30847 vsize=864676 CPUtime=1.35
/proc/30848/stat : 30848 (java) S 30847 30844 29276 0 -1 0 14450 0 1 0 127 8 0 0 18 0 9 0 2002704492 885428224 12494 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30848/statm: 216169 12494 2529 9 0 210751 0
[pid=30848/tid=30849] ppid=30847 vsize=864676 CPUtime=0.75
/proc/30848/task/30849/stat : 30849 (java) R 30847 30844 29276 0 -1 64 3024 0 1 0 73 2 0 0 20 0 9 0 2002704493 885428224 12494 996147200 134512640 134550740 4294956000 18446744073709551615 4126426312 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30848/tid=30850] ppid=30847 vsize=864676 CPUtime=0.45
/proc/30848/task/30850/stat : 30850 (java) S 30847 30844 29276 0 -1 64 10221 0 0 0 41 4 0 0 16 0 9 0 2002704494 885428224 12494 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30848/tid=30851] ppid=30847 vsize=864676 CPUtime=0
/proc/30848/task/30851/stat : 30851 (java) S 30847 30844 29276 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2002704494 885428224 12494 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30848/tid=30852] ppid=30847 vsize=864676 CPUtime=0
/proc/30848/task/30852/stat : 30852 (java) S 30847 30844 29276 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 2002704494 885428224 12494 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30848/tid=30853] ppid=30847 vsize=864676 CPUtime=0
/proc/30848/task/30853/stat : 30853 (java) S 30847 30844 29276 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2002704496 885428224 12494 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30848/tid=30854] ppid=30847 vsize=864676 CPUtime=0.12
/proc/30848/task/30854/stat : 30854 (java) S 30847 30844 29276 0 -1 64 504 0 0 0 12 0 0 0 16 0 9 0 2002704496 885428224 12494 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30848/tid=30855] ppid=30847 vsize=864676 CPUtime=0
/proc/30848/task/30855/stat : 30855 (java) S 30847 30844 29276 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2002704496 885428224 12494 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30848/tid=30856] ppid=30847 vsize=864676 CPUtime=0
/proc/30848/task/30856/stat : 30856 (java) S 30847 30844 29276 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2002704496 885428224 12494 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.39
Current children cumulated vsize (KiB) 883632

[startup+3.10155 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 30866
/proc/meminfo: memFree=1795664/2055920 swapFree=4180424/4192956
[pid=30844] ppid=30842 vsize=13600 CPUtime=1.75
/proc/30844/stat : 30844 (sugar) S 30842 30844 29276 0 -1 4194304 971 15193 3 1 3 1 162 9 15 0 1 0 2002704472 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30844/statm: 3400 797 370 3 0 500 0
[pid=30857] ppid=30844 vsize=5356 CPUtime=0
/proc/30857/stat : 30857 (sh) S 30844 30844 29276 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2002704661 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30857/statm: 1339 233 193 169 0 50 0
[pid=30858] ppid=30857 vsize=864496 CPUtime=1.19
/proc/30858/stat : 30858 (java) S 30857 30844 29276 0 -1 0 8224 0 1 0 113 6 0 0 18 0 9 0 2002704662 885243904 7220 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30858/statm: 216124 7220 2541 9 0 210699 0
[pid=30858/tid=30859] ppid=30857 vsize=864496 CPUtime=0.74
/proc/30858/task/30859/stat : 30859 (java) R 30857 30844 29276 0 -1 64 2707 0 1 0 72 2 0 0 18 0 9 0 2002704662 885243904 7220 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30858/tid=30860] ppid=30857 vsize=864496 CPUtime=0.31
/proc/30858/task/30860/stat : 30860 (java) R 30857 30844 29276 0 -1 64 4461 0 0 0 29 2 0 0 16 0 9 0 2002704664 885243904 7220 996147200 134512640 134550740 4294955952 18446744073709551615 102350426 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30858/tid=30861] ppid=30857 vsize=864496 CPUtime=0
/proc/30858/task/30861/stat : 30861 (java) S 30857 30844 29276 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2002704664 885243904 7220 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30858/tid=30862] ppid=30857 vsize=864496 CPUtime=0
/proc/30858/task/30862/stat : 30862 (java) S 30857 30844 29276 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 2002704664 885243904 7220 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30858/tid=30863] ppid=30857 vsize=864496 CPUtime=0
/proc/30858/task/30863/stat : 30863 (java) S 30857 30844 29276 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2002704666 885243904 7220 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30858/tid=30864] ppid=30857 vsize=864496 CPUtime=0.11
/proc/30858/task/30864/stat : 30864 (java) S 30857 30844 29276 0 -1 64 359 0 0 0 11 0 0 0 16 0 9 0 2002704666 885243904 7220 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30858/tid=30865] ppid=30857 vsize=864496 CPUtime=0
/proc/30858/task/30865/stat : 30865 (java) S 30857 30844 29276 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2002704666 885243904 7220 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30858/tid=30866] ppid=30857 vsize=864496 CPUtime=0
/proc/30858/task/30866/stat : 30866 (java) S 30857 30844 29276 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2002704666 885243904 7220 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 883452

[startup+6.30302 s]
/proc/loadavg: 2.00 2.00 2.00 4/84 30866
/proc/meminfo: memFree=1769360/2055920 swapFree=4180424/4192956
[pid=30844] ppid=30842 vsize=13600 CPUtime=1.75
/proc/30844/stat : 30844 (sugar) S 30842 30844 29276 0 -1 4194304 971 15193 3 1 3 1 162 9 15 0 1 0 2002704472 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30844/statm: 3400 797 370 3 0 500 0
[pid=30857] ppid=30844 vsize=5356 CPUtime=0
/proc/30857/stat : 30857 (sh) S 30844 30844 29276 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2002704661 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30857/statm: 1339 233 193 169 0 50 0
[pid=30858] ppid=30857 vsize=868416 CPUtime=4.36
/proc/30858/stat : 30858 (java) S 30857 30844 29276 0 -1 0 12705 0 1 0 426 10 0 0 18 0 9 0 2002704662 889257984 11339 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30858/statm: 217104 11339 2541 9 0 211679 0
[pid=30858/tid=30859] ppid=30857 vsize=868416 CPUtime=3.35
/proc/30858/task/30859/stat : 30859 (java) R 30857 30844 29276 0 -1 64 3143 0 1 0 332 3 0 0 25 0 9 0 2002704662 889257984 11339 996147200 134512640 134550740 4294955952 18446744073709551615 4126639691 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30858/tid=30860] ppid=30857 vsize=868416 CPUtime=0.75
/proc/30858/task/30860/stat : 30860 (java) S 30857 30844 29276 0 -1 64 7394 0 0 0 71 4 0 0 16 0 9 0 2002704664 889257984 11339 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30858/tid=30861] ppid=30857 vsize=868416 CPUtime=0
/proc/30858/task/30861/stat : 30861 (java) S 30857 30844 29276 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2002704664 889257984 11339 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30858/tid=30862] ppid=30857 vsize=868416 CPUtime=0
/proc/30858/task/30862/stat : 30862 (java) S 30857 30844 29276 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 2002704664 889257984 11339 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30858/tid=30863] ppid=30857 vsize=868416 CPUtime=0
/proc/30858/task/30863/stat : 30863 (java) S 30857 30844 29276 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2002704666 889257984 11339 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30858/tid=30864] ppid=30857 vsize=868416 CPUtime=0.22
/proc/30858/task/30864/stat : 30864 (java) S 30857 30844 29276 0 -1 64 1471 0 0 0 21 1 0 0 15 0 9 0 2002704666 889257984 11339 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30858/tid=30865] ppid=30857 vsize=868416 CPUtime=0
/proc/30858/task/30865/stat : 30865 (java) S 30857 30844 29276 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2002704666 889257984 11339 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30858/tid=30866] ppid=30857 vsize=868416 CPUtime=0
/proc/30858/task/30866/stat : 30866 (java) S 30857 30844 29276 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2002704666 889257984 11339 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.11
Current children cumulated vsize (KiB) 887372

[startup+12.702 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 30866
/proc/meminfo: memFree=1742736/2055920 swapFree=4180424/4192956
[pid=30844] ppid=30842 vsize=13600 CPUtime=1.75
/proc/30844/stat : 30844 (sugar) S 30842 30844 29276 0 -1 4194304 971 15193 3 1 3 1 162 9 16 0 1 0 2002704472 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30844/statm: 3400 797 370 3 0 500 0
[pid=30857] ppid=30844 vsize=5356 CPUtime=0
/proc/30857/stat : 30857 (sh) S 30844 30844 29276 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2002704661 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30857/statm: 1339 233 193 169 0 50 0
[pid=30858] ppid=30857 vsize=868416 CPUtime=10.68
/proc/30858/stat : 30858 (java) S 30857 30844 29276 0 -1 0 22771 0 1 0 1052 16 0 0 18 0 9 0 2002704662 889257984 17651 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30858/statm: 217104 17651 2541 9 0 211679 0
[pid=30858/tid=30859] ppid=30857 vsize=868416 CPUtime=8.8
/proc/30858/task/30859/stat : 30859 (java) R 30857 30844 29276 0 -1 64 3597 0 1 0 876 4 0 0 25 0 9 0 2002704662 889257984 17651 996147200 134512640 134550740 4294955952 18446744073709551615 4126571017 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30858/tid=30860] ppid=30857 vsize=868416 CPUtime=1.62
/proc/30858/task/30860/stat : 30860 (java) S 30857 30844 29276 0 -1 64 16995 0 0 0 153 9 0 0 16 0 9 0 2002704664 889257984 17651 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30858/tid=30861] ppid=30857 vsize=868416 CPUtime=0
/proc/30858/task/30861/stat : 30861 (java) S 30857 30844 29276 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2002704664 889257984 17651 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30858/tid=30862] ppid=30857 vsize=868416 CPUtime=0
/proc/30858/task/30862/stat : 30862 (java) S 30857 30844 29276 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 2002704664 889257984 17651 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30858/tid=30863] ppid=30857 vsize=868416 CPUtime=0
/proc/30858/task/30863/stat : 30863 (java) S 30857 30844 29276 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2002704666 889257984 17651 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30858/tid=30864] ppid=30857 vsize=868416 CPUtime=0.23
/proc/30858/task/30864/stat : 30864 (java) S 30857 30844 29276 0 -1 64 1482 0 0 0 22 1 0 0 15 0 9 0 2002704666 889257984 17651 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30858/tid=30865] ppid=30857 vsize=868416 CPUtime=0
/proc/30858/task/30865/stat : 30865 (java) S 30857 30844 29276 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2002704666 889257984 17651 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30858/tid=30866] ppid=30857 vsize=868416 CPUtime=0
/proc/30858/task/30866/stat : 30866 (java) S 30857 30844 29276 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2002704666 889257984 17651 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.43
Current children cumulated vsize (KiB) 887372

[startup+25.5029 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 30866
/proc/meminfo: memFree=1691856/2055920 swapFree=4180424/4192956
[pid=30844] ppid=30842 vsize=13600 CPUtime=1.75
/proc/30844/stat : 30844 (sugar) S 30842 30844 29276 0 -1 4194304 971 15193 3 1 3 1 162 9 16 0 1 0 2002704472 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30844/statm: 3400 797 370 3 0 500 0
[pid=30857] ppid=30844 vsize=5356 CPUtime=0
/proc/30857/stat : 30857 (sh) S 30844 30844 29276 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2002704661 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30857/statm: 1339 233 193 169 0 50 0
[pid=30858] ppid=30857 vsize=868416 CPUtime=23.36
/proc/30858/stat : 30858 (java) S 30857 30844 29276 0 -1 0 42034 0 1 0 2310 26 0 0 18 0 9 0 2002704662 889257984 30904 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30858/statm: 217104 30904 2541 9 0 211679 0
[pid=30858/tid=30859] ppid=30857 vsize=868416 CPUtime=19.35
/proc/30858/task/30859/stat : 30859 (java) R 30857 30844 29276 0 -1 64 4898 0 1 0 1929 6 0 0 25 0 9 0 2002704662 889257984 30904 996147200 134512640 134550740 4294955952 18446744073709551615 4126640904 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30858/tid=30860] ppid=30857 vsize=868416 CPUtime=3.74
/proc/30858/task/30860/stat : 30860 (java) S 30857 30844 29276 0 -1 64 34956 0 0 0 357 17 0 0 16 0 9 0 2002704664 889257984 30904 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30858/tid=30861] ppid=30857 vsize=868416 CPUtime=0
/proc/30858/task/30861/stat : 30861 (java) S 30857 30844 29276 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2002704664 889257984 30904 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30858/tid=30862] ppid=30857 vsize=868416 CPUtime=0
/proc/30858/task/30862/stat : 30862 (java) S 30857 30844 29276 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 2002704664 889257984 30904 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

/proc/30858/task/30859/stat : 30859 (java) R 30857 30844 29276 0 -1 64 8890 0 1 0 43263 1182 0 0 25 0 9 0 2002704662 889372672 40723 996147200 134512640 134550740 4294955952 18446744073709551615 4127083320 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30858/tid=30860] ppid=30857 vsize=868528 CPUtime=8.01
/proc/30858/task/30860/stat : 30860 (java) S 30857 30844 29276 0 -1 64 45164 0 0 0 752 49 0 0 16 0 9 0 2002704664 889372672 40723 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30858/tid=30861] ppid=30857 vsize=868528 CPUtime=0
/proc/30858/task/30861/stat : 30861 (java) S 30857 30844 29276 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2002704664 889372672 40723 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30858/tid=30862] ppid=30857 vsize=868528 CPUtime=0
/proc/30858/task/30862/stat : 30862 (java) S 30857 30844 29276 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 2002704664 889372672 40723 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30858/tid=30863] ppid=30857 vsize=868528 CPUtime=0
/proc/30858/task/30863/stat : 30863 (java) S 30857 30844 29276 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2002704666 889372672 40723 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30858/tid=30864] ppid=30857 vsize=868528 CPUtime=0.32
/proc/30858/task/30864/stat : 30864 (java) S 30857 30844 29276 0 -1 64 1528 0 0 0 31 1 0 0 15 0 9 0 2002704666 889372672 40723 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30858/tid=30865] ppid=30857 vsize=868528 CPUtime=0
/proc/30858/task/30865/stat : 30865 (java) S 30857 30844 29276 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2002704666 889372672 40723 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30858/tid=30866] ppid=30857 vsize=868528 CPUtime=0
/proc/30858/task/30866/stat : 30866 (java) S 30857 30844 29276 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2002704666 889372672 40723 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 454.56
Current children cumulated vsize (KiB) 887484

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

[startup+473.503 s]
/proc/loadavg: 2.04 2.06 2.01 3/84 30872
/proc/meminfo: memFree=15120/2055920 swapFree=4180424/4192956
[pid=30844] ppid=30842 vsize=13600 CPUtime=1.75
/proc/30844/stat : 30844 (sugar) S 30842 30844 29276 0 -1 4194304 971 15193 3 1 3 1 162 9 16 0 1 0 2002704472 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30844/statm: 3400 797 370 3 0 500 0
[pid=30857] ppid=30844 vsize=5356 CPUtime=0
/proc/30857/stat : 30857 (sh) S 30844 30844 29276 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2002704661 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30857/statm: 1339 233 193 169 0 50 0
[pid=30858] ppid=30857 vsize=868528 CPUtime=463.81
/proc/30858/stat : 30858 (java) S 30857 30844 29276 0 -1 0 56381 0 1 0 45112 1269 0 0 18 0 9 0 2002704662 889372672 40723 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30858/statm: 217132 40723 2566 9 0 211679 0
[pid=30858/tid=30859] ppid=30857 vsize=868528 CPUtime=455.38
/proc/30858/task/30859/stat : 30859 (java) R 30857 30844 29276 0 -1 64 8992 0 1 0 44322 1216 0 0 25 0 9 0 2002704662 889372672 40723 996147200 134512640 134550740 4294955952 18446744073709551615 4126638198 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30858/tid=30860] ppid=30857 vsize=868528 CPUtime=8.08
/proc/30858/task/30860/stat : 30860 (java) S 30857 30844 29276 0 -1 64 45164 0 0 0 758 50 0 0 16 0 9 0 2002704664 889372672 40723 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30858/tid=30861] ppid=30857 vsize=868528 CPUtime=0
/proc/30858/task/30861/stat : 30861 (java) S 30857 30844 29276 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2002704664 889372672 40723 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30858/tid=30862] ppid=30857 vsize=868528 CPUtime=0
/proc/30858/task/30862/stat : 30862 (java) S 30857 30844 29276 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 2002704664 889372672 40723 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30858/tid=30863] ppid=30857 vsize=868528 CPUtime=0
/proc/30858/task/30863/stat : 30863 (java) S 30857 30844 29276 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2002704666 889372672 40723 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30858/tid=30864] ppid=30857 vsize=868528 CPUtime=0.32
/proc/30858/task/30864/stat : 30864 (java) S 30857 30844 29276 0 -1 64 1528 0 0 0 31 1 0 0 15 0 9 0 2002704666 889372672 40723 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30858/tid=30865] ppid=30857 vsize=868528 CPUtime=0
/proc/30858/task/30865/stat : 30865 (java) S 30857 30844 29276 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2002704666 889372672 40723 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30858/tid=30866] ppid=30857 vsize=868528 CPUtime=0
/proc/30858/task/30866/stat : 30866 (java) S 30857 30844 29276 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2002704666 889372672 40723 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 465.56
Current children cumulated vsize (KiB) 887484

[startup+479.901 s]
/proc/loadavg: 2.04 2.06 2.01 3/84 30872
/proc/meminfo: memFree=15760/2055920 swapFree=4180424/4192956
[pid=30844] ppid=30842 vsize=13600 CPUtime=1.75
/proc/30844/stat : 30844 (sugar) S 30842 30844 29276 0 -1 4194304 971 15193 3 1 3 1 162 9 16 0 1 0 2002704472 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30844/statm: 3400 797 370 3 0 500 0
[pid=30857] ppid=30844 vsize=5356 CPUtime=0
/proc/30857/stat : 30857 (sh) S 30844 30844 29276 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2002704661 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30857/statm: 1339 233 193 169 0 50 0
[pid=30858] ppid=30857 vsize=868528 CPUtime=470.09
/proc/30858/stat : 30858 (java) S 30857 30844 29276 0 -1 0 56439 0 1 0 45721 1288 0 0 18 0 9 0 2002704662 889372672 40724 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30858/statm: 217132 40724 2566 9 0 211679 0
[pid=30858/tid=30859] ppid=30857 vsize=868528 CPUtime=461.62
/proc/30858/task/30859/stat : 30859 (java) R 30857 30844 29276 0 -1 64 9049 0 1 0 44927 1235 0 0 25 0 9 0 2002704662 889372672 40724 996147200 134512640 134550740 4294955952 18446744073709551615 4126652557 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30858/tid=30860] ppid=30857 vsize=868528 CPUtime=8.12
/proc/30858/task/30860/stat : 30860 (java) S 30857 30844 29276 0 -1 64 45164 0 0 0 762 50 0 0 16 0 9 0 2002704664 889372672 40724 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30858/tid=30861] ppid=30857 vsize=868528 CPUtime=0
/proc/30858/task/30861/stat : 30861 (java) S 30857 30844 29276 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2002704664 889372672 40724 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30858/tid=30862] ppid=30857 vsize=868528 CPUtime=0
/proc/30858/task/30862/stat : 30862 (java) S 30857 30844 29276 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 2002704664 889372672 40724 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30858/tid=30863] ppid=30857 vsize=868528 CPUtime=0
/proc/30858/task/30863/stat : 30863 (java) S 30857 30844 29276 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2002704666 889372672 40724 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30858/tid=30864] ppid=30857 vsize=868528 CPUtime=0.32
/proc/30858/task/30864/stat : 30864 (java) S 30857 30844 29276 0 -1 64 1529 0 0 0 31 1 0 0 17 0 9 0 2002704666 889372672 40724 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30858/tid=30865] ppid=30857 vsize=868528 CPUtime=0
/proc/30858/task/30865/stat : 30865 (java) S 30857 30844 29276 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2002704666 889372672 40724 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30858/tid=30866] ppid=30857 vsize=868528 CPUtime=0
/proc/30858/task/30866/stat : 30866 (java) S 30857 30844 29276 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2002704666 889372672 40724 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 471.84
Current children cumulated vsize (KiB) 887484

[startup+483.103 s]
/proc/loadavg: 2.03 2.06 2.01 3/84 30872
/proc/meminfo: memFree=14928/2055920 swapFree=4180424/4192956
[pid=30844] ppid=30842 vsize=13600 CPUtime=1.75
/proc/30844/stat : 30844 (sugar) S 30842 30844 29276 0 -1 4194304 971 15193 3 1 3 1 162 9 16 0 1 0 2002704472 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30844/statm: 3400 797 370 3 0 500 0
[pid=30857] ppid=30844 vsize=5356 CPUtime=0
/proc/30857/stat : 30857 (sh) S 30844 30844 29276 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2002704661 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30857/statm: 1339 233 193 169 0 50 0
[pid=30858] ppid=30857 vsize=868528 CPUtime=473.23
/proc/30858/stat : 30858 (java) S 30857 30844 29276 0 -1 0 56469 0 1 0 46025 1298 0 0 18 0 9 0 2002704662 889372672 40724 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30858/statm: 217132 40724 2566 9 0 211679 0
[pid=30858/tid=30859] ppid=30857 vsize=868528 CPUtime=464.73
/proc/30858/task/30859/stat : 30859 (java) R 30857 30844 29276 0 -1 64 9079 0 1 0 45228 1245 0 0 25 0 9 0 2002704662 889372672 40724 996147200 134512640 134550740 4294955952 18446744073709551615 4127090409 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30858/tid=30860] ppid=30857 vsize=868528 CPUtime=8.15
/proc/30858/task/30860/stat : 30860 (java) S 30857 30844 29276 0 -1 64 45164 0 0 0 765 50 0 0 16 0 9 0 2002704664 889372672 40724 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30858/tid=30861] ppid=30857 vsize=868528 CPUtime=0
/proc/30858/task/30861/stat : 30861 (java) S 30857 30844 29276 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2002704664 889372672 40724 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30858/tid=30862] ppid=30857 vsize=868528 CPUtime=0
/proc/30858/task/30862/stat : 30862 (java) S 30857 30844 29276 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 2002704664 889372672 40724 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30858/tid=30863] ppid=30857 vsize=868528 CPUtime=0
/proc/30858/task/30863/stat : 30863 (java) S 30857 30844 29276 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2002704666 889372672 40724 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30858/tid=30864] ppid=30857 vsize=868528 CPUtime=0.32
/proc/30858/task/30864/stat : 30864 (java) S 30857 30844 29276 0 -1 64 1529 0 0 0 31 1 0 0 17 0 9 0 2002704666 889372672 40724 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30858/tid=30865] ppid=30857 vsize=868528 CPUtime=0
/proc/30858/task/30865/stat : 30865 (java) S 30857 30844 29276 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2002704666 889372672 40724 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30858/tid=30866] ppid=30857 vsize=868528 CPUtime=0
/proc/30858/task/30866/stat : 30866 (java) S 30857 30844 29276 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2002704666 889372672 40724 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 474.98
Current children cumulated vsize (KiB) 887484

[startup+486.302 s]
/proc/loadavg: 2.03 2.06 2.01 3/84 30872
/proc/meminfo: memFree=15952/2055920 swapFree=4180424/4192956
[pid=30844] ppid=30842 vsize=13600 CPUtime=1.75
/proc/30844/stat : 30844 (sugar) S 30842 30844 29276 0 -1 4194304 971 15193 3 1 3 1 162 9 16 0 1 0 2002704472 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30844/statm: 3400 797 370 3 0 500 0
[pid=30857] ppid=30844 vsize=5356 CPUtime=0
/proc/30857/stat : 30857 (sh) S 30844 30844 29276 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2002704661 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30857/statm: 1339 233 193 169 0 50 0
[pid=30858] ppid=30857 vsize=868528 CPUtime=476.37
/proc/30858/stat : 30858 (java) S 30857 30844 29276 0 -1 0 56498 0 1 0 46330 1307 0 0 18 0 9 0 2002704662 889372672 40724 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30858/statm: 217132 40724 2566 9 0 211679 0
[pid=30858/tid=30859] ppid=30857 vsize=868528 CPUtime=467.85
/proc/30858/task/30859/stat : 30859 (java) R 30857 30844 29276 0 -1 64 9108 0 1 0 45531 1254 0 0 25 0 9 0 2002704662 889372672 40724 996147200 134512640 134550740 4294955952 18446744073709551615 4126566966 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30858/tid=30860] ppid=30857 vsize=868528 CPUtime=8.18
/proc/30858/task/30860/stat : 30860 (java) S 30857 30844 29276 0 -1 64 45164 0 0 0 767 51 0 0 16 0 9 0 2002704664 889372672 40724 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30858/tid=30861] ppid=30857 vsize=868528 CPUtime=0
/proc/30858/task/30861/stat : 30861 (java) S 30857 30844 29276 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2002704664 889372672 40724 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30858/tid=30862] ppid=30857 vsize=868528 CPUtime=0
/proc/30858/task/30862/stat : 30862 (java) S 30857 30844 29276 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 2002704664 889372672 40724 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30858/tid=30863] ppid=30857 vsize=868528 CPUtime=0
/proc/30858/task/30863/stat : 30863 (java) S 30857 30844 29276 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2002704666 889372672 40724 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30858/tid=30864] ppid=30857 vsize=868528 CPUtime=0.32
/proc/30858/task/30864/stat : 30864 (java) S 30857 30844 29276 0 -1 64 1529 0 0 0 31 1 0 0 17 0 9 0 2002704666 889372672 40724 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30858/tid=30865] ppid=30857 vsize=868528 CPUtime=0
/proc/30858/task/30865/stat : 30865 (java) S 30857 30844 29276 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2002704666 889372672 40724 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30858/tid=30866] ppid=30857 vsize=868528 CPUtime=0
/proc/30858/task/30866/stat : 30866 (java) S 30857 30844 29276 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2002704666 889372672 40724 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 478.12
Current children cumulated vsize (KiB) 887484

[startup+487.101 s]
/proc/loadavg: 2.03 2.06 2.01 3/84 30872
/proc/meminfo: memFree=15952/2055920 swapFree=4180424/4192956
[pid=30844] ppid=30842 vsize=13600 CPUtime=478.85
/proc/30844/stat : 30844 (sugar) R 30842 30844 29276 0 -1 4194304 993 71991 3 2 3 51 46511 1320 21 0 1 0 2002704472 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 273653929001 0 0 4224 16386 0 0 0 17 1 0 0
/proc/30844/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 478.85
Current children cumulated vsize (KiB) 13600

[startup+487.516 s]
/proc/loadavg: 2.03 2.06 2.01 3/74 30872
/proc/meminfo: memFree=1497824/2055920 swapFree=4180424/4192956
[pid=30844] ppid=30842 vsize=13600 CPUtime=479.26
/proc/30844/stat : 30844 (sugar) D 30842 30844 29276 0 -1 4194304 993 71991 3 2 3 92 46511 1320 23 0 1 0 2002704472 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 273653929001 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/30844/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 479.26
Current children cumulated vsize (KiB) 13600

[startup+487.901 s]
/proc/loadavg: 2.03 2.06 2.01 3/74 30872
/proc/meminfo: memFree=1497824/2055920 swapFree=4180424/4192956
[pid=30844] ppid=30842 vsize=13600 CPUtime=479.28
/proc/30844/stat : 30844 (sugar) D 30842 30844 29276 0 -1 4194304 993 71991 3 2 3 94 46511 1320 18 0 1 0 2002704472 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 273653929001 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/30844/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 479.28
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 487.986
CPU time (s): 479.309
CPU user time (s): 465.148
CPU system time (s): 14.1608
CPU usage (%): 98.2218
Max. virtual memory (cumulated for all children) (KiB): 897620

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 465.148
system time used= 14.1608
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 73014
page faults= 5
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 46464
involuntary context switches= 57391

runsolver used 0.628904 second user time and 1.66775 second system time

The end

Launcher Data (download as text)

Begin job on node52 at 2008-07-05 07:55:22
IDJOB=1086087
IDBENCH=57757
IDSOLVER=346
FILE ID=node52/1086087-1215237322
PBS_JOBID= 7881876
Free space on /tmp= 66544 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/fapp/fapp26/normalized-fapp26-2300-8.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-1086087-1215237322/watcher-1086087-1215237322 -o /tmp/evaluation-result-1086087-1215237322/solver-1086087-1215237322 -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-1086087-1215237322.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 5db16243b4ccf647ada8995c3a36e2be
RANDOM SEED=1810489048

node52.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.265
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.265
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:       1805576 kB
Buffers:          5996 kB
Cached:         114124 kB
SwapCached:       6360 kB
Active:         122424 kB
Inactive:        73560 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1805576 kB
SwapTotal:     4192956 kB
SwapFree:      4180424 kB
Dirty:            4716 kB
Writeback:           0 kB
Mapped:          82632 kB
Slab:            39524 kB
Committed_AS:  4075032 kB
PageTables:       2060 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= 66540 MiB
End job on node52 at 2008-07-05 08:03:30