Trace number 1112991

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 NameAnswerNumber of falsified constraintsCPU timeWall clock time
Sugar++ v1.13+minisat-inc? 509.303 520.245

General information on the benchmark

Namecsp/fapp/fapp23/
normalized-fapp23-1800-4.xml
MD5SUM26fa47e715f58ab849bf125de88d1d96
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmark
Best Number of falsified constraints
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables1800
Number of constraints63962
Maximum constraint arity2
Maximum domain size302
Number of constraints which are defined in extension0
Number of constraints which are defined in intension63962
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.08	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.00/0.08	c 0	BEGIN Sat Jul 12 17:28:12 2008
0.00/0.08	c 0	PID 16317
0.07/0.08	c 0	HOST node29.alineos.net
0.07/0.08	c 0	CONVERTING HOME/instance-1112991-1215876491.xml TO HOME/temp.csp
0.07/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1112991-1215876491.xml' 'HOME/temp.csp'
3.73/3.85	c 4	24 domains, 1800 variables, 8 predicates, 0 relations, 63962 constraints
3.79/3.90	c 4	ENCODING HOME/temp.csp TO HOME/temp.cnf
3.79/3.90	c 4	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -incremental -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
3.79/3.99	c 4	Parsing HOME/temp.csp
4.49/4.64	c 4	parsed 10000 expressions
4.77/4.96	c 5	parsed 20000 expressions
5.17/5.31	c 5	parsed 30000 expressions
5.36/5.58	c 5	parsed 40000 expressions
5.86/6.01	c 6	parsed 50000 expressions
6.06/6.29	c 6	parsed 60000 expressions
6.26/6.45	c 6	parsed 65794 expressions
6.26/6.45	c 6	Heap : 28 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
6.84/7.08	c 7	MAX CSP: 63962 constraints
6.84/7.08	c 7	Converting to clausal form CSP
14.95/15.25	c 15	converted 12976 (10%) expressions
23.06/23.44	c 23	converted 25952 (20%) expressions
31.57/32.01	c 32	converted 38928 (30%) expressions
38.79/39.37	c 39	converted 51904 (40%) expressions
45.71/46.36	c 46	converted 64880 (50%) expressions
54.33/55.10	c 55	converted 77856 (60%) expressions
60.77/61.55	c 61	converted 90832 (70%) expressions
66.60/67.43	c 67	converted 103808 (80%) expressions
72.34/73.30	c 73	converted 116784 (90%) expressions
87.79/88.84	c 89	converted 129759 (100%) expressions
87.79/88.85	c 89	CSP : 137108 integers, 250655 booleans, 590143 clauses, largest domain size 95944
87.79/88.86	c 89	Heap : 545 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
87.79/88.86	c 89	Propagation in CSP
98.09/99.29	c 99	63951 values, 0 unsatisfiable literals, and 0 valid clauses are removed
98.19/99.31	c 99	CSP : 137108 integers, 250655 booleans, 590143 clauses, largest domain size 63963
98.19/99.31	c 99	Heap : 610 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
98.39/99.53	c 99	Simplifing CSP by introducing new Boolean variables
99.37/100.58	c 100	CSP : 137108 integers, 386451 booleans, 725939 clauses, largest domain size 63963
99.37/100.58	c 100	Heap : 618 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
103.63/104.82	c 105	Encoding CSP to SAT : HOME/temp.cnf
119.29/120.71	c 121	13711 (10%) CSP integer variables are encoded (5939093 clauses, 110626585 bytes)
126.07/127.67	c 127	27422 (20%) CSP integer variables are encoded (10919980 clauses, 207152295 bytes)
131.62/133.31	c 133	41133 (30%) CSP integer variables are encoded (14782233 clauses, 288259608 bytes)
134.70/136.55	c 136	54844 (40%) CSP integer variables are encoded (16988576 clauses, 334592811 bytes)
135.10/136.97	c 137	68554 (50%) CSP integer variables are encoded (17259819 clauses, 340288914 bytes)
135.38/137.23	c 137	82265 (60%) CSP integer variables are encoded (17429262 clauses, 343847217 bytes)
135.68/137.51	c 137	95976 (70%) CSP integer variables are encoded (17601273 clauses, 347459448 bytes)
137.23/139.12	c 139	109687 (80%) CSP integer variables are encoded (18714393 clauses, 370834968 bytes)
137.44/139.40	c 139	123398 (90%) CSP integer variables are encoded (18895516 clauses, 374638551 bytes)
137.83/139.73	c 140	137108 (100%) CSP integer variables are encoded (19113155 clauses, 379208970 bytes)
321.35/327.23	c 327	72594 (10%) CSP clauses are encoded (51739132 clauses, 1207933537 bytes)
477.58/486.19	c 486	145188 (20%) CSP clauses are encoded (81581242 clauses, 1986924486 bytes)
508.70/517.97	c 518	ERROR Exception Too large HOME/temp.cnf
508.70/517.97	c 518	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:219)
508.70/517.97	c 518	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:130)
508.70/517.97	c 518	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:258)
508.70/517.97	s UNKNOWN
508.83/518.15	c 518	CPU 493.85 (0.05 0.02 493.8 15.01)
508.83/518.15	c 518	END Sat Jul 12 17:36:50 2008

Verifier Data (download as text)

ERROR: no interpretation found !

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-1112991-1215876491/watcher-1112991-1215876491 -o /tmp/evaluation-result-1112991-1215876491/solver-1112991-1215876491 -C 3600 -W 4000 -M 900 --output-limit 1,15 HOME/sugar++ -max -incremental -c -vv -java=java -Xmx700M -decjava=java -Xmx50M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat-inc -tmp=HOME/temp HOME/instance-1112991-1215876491.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 4000 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.84 2.84 2.79 4/81 16317
/proc/meminfo: memFree=1081224/2055920 swapFree=4180012/4192956
[pid=16317] ppid=16315 vsize=18572 CPUtime=0
/proc/16317/stat : 16317 (runsolver) R 16315 16317 15324 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 44350890 19017728 292 996147200 4194304 4296836 548682068192 18446744073709551615 221780700455 0 0 4096 24578 0 0 0 17 1 0 0
/proc/16317/statm: 4643 292 257 25 0 2626 0

[startup+0.0834299 s]
/proc/loadavg: 2.84 2.84 2.79 4/81 16317
/proc/meminfo: memFree=1081224/2055920 swapFree=4180012/4192956
[pid=16317] ppid=16315 vsize=16740 CPUtime=0.07
/proc/16317/stat : 16317 (sugar++) S 16315 16317 15324 0 -1 4194304 1143 0 0 0 5 2 0 0 18 0 1 0 44350890 17141760 1099 996147200 4194304 4206940 548682068528 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16317/statm: 4185 1099 406 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.101767 s]
/proc/loadavg: 2.84 2.84 2.79 4/81 16317
/proc/meminfo: memFree=1081224/2055920 swapFree=4180012/4192956
[pid=16317] ppid=16315 vsize=16740 CPUtime=0.07
/proc/16317/stat : 16317 (sugar++) S 16315 16317 15324 0 -1 4194304 1219 128 0 0 5 2 0 0 19 0 1 0 44350890 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16317/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.30177 s]
/proc/loadavg: 2.84 2.84 2.79 4/81 16317
/proc/meminfo: memFree=1081224/2055920 swapFree=4180012/4192956
[pid=16317] ppid=16315 vsize=16740 CPUtime=0.07
/proc/16317/stat : 16317 (sugar++) S 16315 16317 15324 0 -1 4194304 1219 128 0 0 5 2 0 0 19 0 1 0 44350890 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16317/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.701802 s]
/proc/loadavg: 2.84 2.84 2.79 4/81 16317
/proc/meminfo: memFree=1081224/2055920 swapFree=4180012/4192956
[pid=16317] ppid=16315 vsize=16740 CPUtime=0.07
/proc/16317/stat : 16317 (sugar++) S 16315 16317 15324 0 -1 4194304 1219 128 0 0 5 2 0 0 19 0 1 0 44350890 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16317/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+1.50286 s]
/proc/loadavg: 2.84 2.84 2.79 3/92 16329
/proc/meminfo: memFree=1054704/2055920 swapFree=4180012/4192956
[pid=16317] ppid=16315 vsize=16740 CPUtime=0.07
/proc/16317/stat : 16317 (sugar++) S 16315 16317 15324 0 -1 4194304 1219 128 0 0 5 2 0 0 19 0 1 0 44350890 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16317/statm: 4185 1104 409 3 0 764 0
[pid=16320] ppid=16317 vsize=5356 CPUtime=0
/proc/16320/stat : 16320 (sh) S 16317 16317 15324 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 44350899 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16320/statm: 1339 233 193 169 0 50 0
[pid=16321] ppid=16320 vsize=864676 CPUtime=1.39
/proc/16321/stat : 16321 (java) S 16320 16317 15324 0 -1 0 14565 0 1 0 131 8 0 0 18 0 9 0 44350899 885428224 12619 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16321/statm: 216169 12619 2529 9 0 210751 0
[pid=16321/tid=16322] ppid=16320 vsize=864676 CPUtime=0.79
/proc/16321/task/16322/stat : 16322 (java) R 16320 16317 15324 0 -1 64 2971 0 1 0 77 2 0 0 24 0 9 0 44350900 885428224 12619 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16321/tid=16323] ppid=16320 vsize=864676 CPUtime=0.47
/proc/16321/task/16323/stat : 16323 (java) R 16320 16317 15324 0 -1 64 10405 0 0 0 43 4 0 0 16 0 9 0 44350902 885428224 12619 996147200 134512640 134550740 4294956000 18446744073709551615 102674877 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16321/tid=16324] ppid=16320 vsize=864676 CPUtime=0
/proc/16321/task/16324/stat : 16324 (java) S 16320 16317 15324 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 44350902 885428224 12619 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16321/tid=16325] ppid=16320 vsize=864676 CPUtime=0
/proc/16321/task/16325/stat : 16325 (java) S 16320 16317 15324 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 44350902 885428224 12619 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16321/tid=16326] ppid=16320 vsize=864676 CPUtime=0
/proc/16321/task/16326/stat : 16326 (java) S 16320 16317 15324 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 44350904 885428224 12619 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16321/tid=16327] ppid=16320 vsize=864676 CPUtime=0.09
/proc/16321/task/16327/stat : 16327 (java) S 16320 16317 15324 0 -1 64 489 0 0 0 9 0 0 0 16 0 9 0 44350904 885428224 12619 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16321/tid=16328] ppid=16320 vsize=864676 CPUtime=0
/proc/16321/task/16328/stat : 16328 (java) S 16320 16317 15324 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 44350904 885428224 12619 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16321/tid=16329] ppid=16320 vsize=864676 CPUtime=0
/proc/16321/task/16329/stat : 16329 (java) S 16320 16317 15324 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44350904 885428224 12619 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 886772

[startup+3.10195 s]
/proc/loadavg: 2.77 2.83 2.78 4/92 16329
/proc/meminfo: memFree=1013872/2055920 swapFree=4180012/4192956
[pid=16317] ppid=16315 vsize=16740 CPUtime=0.07
/proc/16317/stat : 16317 (sugar++) S 16315 16317 15324 0 -1 4194304 1219 128 0 0 5 2 0 0 19 0 1 0 44350890 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16317/statm: 4185 1104 409 3 0 764 0
[pid=16320] ppid=16317 vsize=5356 CPUtime=0
/proc/16320/stat : 16320 (sh) S 16317 16317 15324 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 44350899 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16320/statm: 1339 233 193 169 0 50 0
[pid=16321] ppid=16320 vsize=864692 CPUtime=2.97
/proc/16321/stat : 16321 (java) S 16320 16317 15324 0 -1 0 29862 0 1 0 281 16 0 0 18 0 9 0 44350899 885444608 24965 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16321/statm: 216173 24965 2529 9 0 210755 0
[pid=16321/tid=16322] ppid=16320 vsize=864692 CPUtime=1.45
/proc/16321/task/16322/stat : 16322 (java) R 16320 16317 15324 0 -1 64 3868 0 1 0 142 3 0 0 25 0 9 0 44350900 885444608 24965 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16321/tid=16323] ppid=16320 vsize=864692 CPUtime=1.36
/proc/16321/task/16323/stat : 16323 (java) S 16320 16317 15324 0 -1 64 24775 0 0 0 124 12 0 0 17 0 9 0 44350902 885444608 24965 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16321/tid=16324] ppid=16320 vsize=864692 CPUtime=0
/proc/16321/task/16324/stat : 16324 (java) S 16320 16317 15324 0 -1 64 12 0 0 0 0 0 0 0 17 0 9 0 44350902 885444608 24965 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16321/tid=16325] ppid=16320 vsize=864692 CPUtime=0
/proc/16321/task/16325/stat : 16325 (java) S 16320 16317 15324 0 -1 64 10 0 0 0 0 0 0 0 17 0 9 0 44350902 885444608 24965 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16321/tid=16326] ppid=16320 vsize=864692 CPUtime=0
/proc/16321/task/16326/stat : 16326 (java) S 16320 16317 15324 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 44350904 885444608 24965 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16321/tid=16327] ppid=16320 vsize=864692 CPUtime=0.14
/proc/16321/task/16327/stat : 16327 (java) R 16320 16317 15324 0 -1 64 519 0 0 0 14 0 0 0 16 0 9 0 44350904 885444608 24965 996147200 134512640 134550740 4294956000 18446744073709551615 102180976 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16321/tid=16328] ppid=16320 vsize=864692 CPUtime=0
/proc/16321/task/16328/stat : 16328 (java) S 16320 16317 15324 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 44350904 885444608 24965 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16321/tid=16329] ppid=16320 vsize=864692 CPUtime=0
/proc/16321/task/16329/stat : 16329 (java) S 16320 16317 15324 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44350904 885444608 24965 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 886788

[startup+6.30215 s]
/proc/loadavg: 2.77 2.83 2.78 4/92 16339
/proc/meminfo: memFree=1053744/2055920 swapFree=4180012/4192956
[pid=16317] ppid=16315 vsize=16740 CPUtime=3.8
/proc/16317/stat : 16317 (sugar++) S 16315 16317 15324 0 -1 4194304 1297 31967 0 1 5 2 353 20 15 0 1 0 44350890 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16317/statm: 4185 1104 409 3 0 764 0
[pid=16330] ppid=16317 vsize=5356 CPUtime=0
/proc/16330/stat : 16330 (sh) S 16317 16317 15324 0 -1 4194304 278 0 0 0 0 0 0 0 17 0 1 0 44351281 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16330/statm: 1339 233 193 169 0 50 0
[pid=16331] ppid=16330 vsize=864104 CPUtime=2.35
/proc/16331/stat : 16331 (java) S 16330 16317 15324 0 -1 0 12225 0 1 0 224 11 0 0 18 0 9 0 44351281 884842496 10848 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16331/statm: 216026 10848 2532 9 0 210608 0
[pid=16331/tid=16332] ppid=16330 vsize=864104 CPUtime=1.52
/proc/16331/task/16332/stat : 16332 (java) R 16330 16317 15324 0 -1 64 2946 0 1 0 149 3 0 0 25 0 9 0 44351282 884842496 10848 996147200 134512640 134550740 4294955920 18446744073709551615 103827412 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16331/tid=16333] ppid=16330 vsize=864104 CPUtime=0.73
/proc/16331/task/16333/stat : 16333 (java) S 16330 16317 15324 0 -1 64 8244 0 0 0 67 6 0 0 16 0 9 0 44351284 884842496 10848 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16331/tid=16334] ppid=16330 vsize=864104 CPUtime=0
/proc/16331/task/16334/stat : 16334 (java) S 16330 16317 15324 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44351284 884842496 10848 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16331/tid=16335] ppid=16330 vsize=864104 CPUtime=0
/proc/16331/task/16335/stat : 16335 (java) S 16330 16317 15324 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 44351284 884842496 10848 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16331/tid=16336] ppid=16330 vsize=864104 CPUtime=0
/proc/16331/task/16336/stat : 16336 (java) S 16330 16317 15324 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 44351286 884842496 10848 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16331/tid=16337] ppid=16330 vsize=864104 CPUtime=0.07
/proc/16331/task/16337/stat : 16337 (java) S 16330 16317 15324 0 -1 64 338 0 0 0 7 0 0 0 16 0 9 0 44351286 884842496 10848 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16331/tid=16338] ppid=16330 vsize=864104 CPUtime=0
/proc/16331/task/16338/stat : 16338 (java) S 16330 16317 15324 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 44351286 884842496 10848 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16331/tid=16339] ppid=16330 vsize=864104 CPUtime=0
/proc/16331/task/16339/stat : 16339 (java) S 16330 16317 15324 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44351286 884842496 10848 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 886200

[startup+12.7016 s]
/proc/loadavg: 2.73 2.82 2.78 4/92 16339
/proc/meminfo: memFree=990704/2055920 swapFree=4180012/4192956
[pid=16317] ppid=16315 vsize=16740 CPUtime=3.8
/proc/16317/stat : 16317 (sugar++) S 16315 16317 15324 0 -1 4194304 1297 31967 0 1 5 2 353 20 15 0 1 0 44350890 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16317/statm: 4185 1104 409 3 0 764 0
[pid=16330] ppid=16317 vsize=5356 CPUtime=0
/proc/16330/stat : 16330 (sh) S 16317 16317 15324 0 -1 4194304 278 0 0 0 0 0 0 0 17 0 1 0 44351281 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16330/statm: 1339 233 193 169 0 50 0
[pid=16331] ppid=16330 vsize=868468 CPUtime=8.68
/proc/16331/stat : 16331 (java) S 16330 16317 15324 0 -1 0 35471 0 1 0 842 26 0 0 18 0 9 0 44351281 889311232 24578 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16331/statm: 217117 24578 2541 9 0 211692 0
[pid=16331/tid=16332] ppid=16330 vsize=868468 CPUtime=6.06
/proc/16331/task/16332/stat : 16332 (java) R 16330 16317 15324 0 -1 64 3821 0 1 0 602 4 0 0 25 0 9 0 44351282 889311232 24578 996147200 134512640 134550740 4294955920 18446744073709551615 4126527028 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16331/tid=16333] ppid=16330 vsize=868468 CPUtime=2.36
/proc/16331/task/16333/stat : 16333 (java) S 16330 16317 15324 0 -1 64 29467 0 0 0 216 20 0 0 16 0 9 0 44351284 889311232 24578 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16331/tid=16334] ppid=16330 vsize=868468 CPUtime=0
/proc/16331/task/16334/stat : 16334 (java) S 16330 16317 15324 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44351284 889311232 24578 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16331/tid=16335] ppid=16330 vsize=868468 CPUtime=0
/proc/16331/task/16335/stat : 16335 (java) S 16330 16317 15324 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44351284 889311232 24578 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16331/tid=16336] ppid=16330 vsize=868468 CPUtime=0
/proc/16331/task/16336/stat : 16336 (java) S 16330 16317 15324 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 44351286 889311232 24578 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16331/tid=16337] ppid=16330 vsize=868468 CPUtime=0.22
/proc/16331/task/16337/stat : 16337 (java) S 16330 16317 15324 0 -1 64 1486 0 0 0 22 0 0 0 15 0 9 0 44351286 889311232 24578 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16331/tid=16338] ppid=16330 vsize=868468 CPUtime=0
/proc/16331/task/16338/stat : 16338 (java) S 16330 16317 15324 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 44351286 889311232 24578 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16331/tid=16339] ppid=16330 vsize=868468 CPUtime=0
/proc/16331/task/16339/stat : 16339 (java) S 16330 16317 15324 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44351286 889311232 24578 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.48
Current children cumulated vsize (KiB) 890564

[startup+25.5024 s]
/proc/loadavg: 2.69 2.81 2.78 4/92 16339
/proc/meminfo: memFree=919408/2055920 swapFree=4180012/4192956
[pid=16317] ppid=16315 vsize=16740 CPUtime=3.8
/proc/16317/stat : 16317 (sugar++) S 16315 16317 15324 0 -1 4194304 1297 31967 0 1 5 2 353 20 16 0 1 0 44350890 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16317/statm: 4185 1104 409 3 0 764 0
[pid=16330] ppid=16317 vsize=5356 CPUtime=0
/proc/16330/stat : 16330 (sh) S 16317 16317 15324 0 -1 4194304 278 0 0 0 0 0 0 0 17 0 1 0 44351281 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16330/statm: 1339 233 193 169 0 50 0
[pid=16331] ppid=16330 vsize=868468 CPUtime=21.33
/proc/16331/stat : 16331 (java) S 16330 16317 15324 0 -1 0 62073 0 1 0 2092 41 0 0 18 0 9 0 44351281 889311232 41896 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16331/statm: 217117 41896 2541 9 0 211692 0
[pid=16331/tid=16332] ppid=16330 vsize=868468 CPUtime=16.59
/proc/16331/task/16332/stat : 16332 (java) R 16330 16317 15324 0 -1 64 4630 0 1 0 1654 5 0 0 25 0 9 0 44351282 889311232 41896 996147200 134512640 134550740 4294955920 18446744073709551615 4126613164 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16331/tid=16333] ppid=16330 vsize=868468 CPUtime=4.48
/proc/16331/task/16333/stat : 16333 (java) S 16330 16317 15324 0 -1 64 55251 0 0 0 414 34 0 0 16 0 9 0 44351284 889311232 41896 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16331/tid=16334] ppid=16330 vsize=868468 CPUtime=0
/proc/16331/task/16334/stat : 16334 (java) S 16330 16317 15324 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44351284 889311232 41896 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16331/tid=16335] ppid=16330 vsize=868468 CPUtime=0
/proc/16331/task/16335/stat : 16335 (java) S 16330 16317 15324 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44351284 889311232 41896 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

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

[startup+486.302 s]
/proc/loadavg: 3.08 3.05 2.91 5/92 16339
/proc/meminfo: memFree=15344/2055920 swapFree=4180012/4192956
[pid=16317] ppid=16315 vsize=16740 CPUtime=3.8
/proc/16317/stat : 16317 (sugar++) S 16315 16317 15324 0 -1 4194304 1297 31967 0 1 5 2 353 20 16 0 1 0 44350890 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16317/statm: 4185 1104 409 3 0 764 0
[pid=16330] ppid=16317 vsize=5356 CPUtime=0
/proc/16330/stat : 16330 (sh) S 16317 16317 15324 0 -1 4194304 278 0 0 0 0 0 0 0 17 0 1 0 44351281 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16330/statm: 1339 233 193 169 0 50 0
[pid=16331] ppid=16330 vsize=868580 CPUtime=473.97
/proc/16331/stat : 16331 (java) S 16330 16317 15324 0 -1 0 214968 0 1 0 46024 1373 0 0 18 0 9 0 44351281 889425920 167541 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16331/statm: 217145 167541 2566 9 0 211692 0
[pid=16331/tid=16332] ppid=16330 vsize=868580 CPUtime=447.94
/proc/16331/task/16332/stat : 16332 (java) R 16330 16317 15324 0 -1 64 10949 0 1 0 43545 1249 0 0 25 0 9 0 44351282 889425920 167541 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16331/tid=16333] ppid=16330 vsize=868580 CPUtime=25.64
/proc/16331/task/16333/stat : 16333 (java) S 16330 16317 15324 0 -1 64 201772 0 0 0 2442 122 0 0 16 0 9 0 44351284 889425920 167541 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16331/tid=16334] ppid=16330 vsize=868580 CPUtime=0
/proc/16331/task/16334/stat : 16334 (java) S 16330 16317 15324 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44351284 889425920 167541 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16331/tid=16335] ppid=16330 vsize=868580 CPUtime=0
/proc/16331/task/16335/stat : 16335 (java) S 16330 16317 15324 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44351284 889425920 167541 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16331/tid=16336] ppid=16330 vsize=868580 CPUtime=0
/proc/16331/task/16336/stat : 16336 (java) S 16330 16317 15324 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 44351286 889425920 167541 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16331/tid=16337] ppid=16330 vsize=868580 CPUtime=0.36
/proc/16331/task/16337/stat : 16337 (java) S 16330 16317 15324 0 -1 64 1550 0 0 0 35 1 0 0 15 0 9 0 44351286 889425920 167541 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16331/tid=16338] ppid=16330 vsize=868580 CPUtime=0
/proc/16331/task/16338/stat : 16338 (java) S 16330 16317 15324 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 44351286 889425920 167541 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16331/tid=16339] ppid=16330 vsize=868580 CPUtime=0
/proc/16331/task/16339/stat : 16339 (java) S 16330 16317 15324 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44351286 889425920 167541 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 477.77
Current children cumulated vsize (KiB) 890676

[startup+499.103 s]
/proc/loadavg: 2.99 3.03 2.90 4/92 16339
/proc/meminfo: memFree=14896/2055920 swapFree=4180012/4192956
[pid=16317] ppid=16315 vsize=16740 CPUtime=3.8
/proc/16317/stat : 16317 (sugar++) S 16315 16317 15324 0 -1 4194304 1297 31967 0 1 5 2 353 20 16 0 1 0 44350890 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16317/statm: 4185 1104 409 3 0 764 0
[pid=16330] ppid=16317 vsize=5356 CPUtime=0
/proc/16330/stat : 16330 (sh) S 16317 16317 15324 0 -1 4194304 278 0 0 0 0 0 0 0 17 0 1 0 44351281 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16330/statm: 1339 233 193 169 0 50 0
[pid=16331] ppid=16330 vsize=868580 CPUtime=486.42
/proc/16331/stat : 16331 (java) S 16330 16317 15324 0 -1 0 215002 0 1 0 47229 1413 0 0 18 0 9 0 44351281 889425920 167541 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16331/statm: 217145 167541 2566 9 0 211692 0
[pid=16331/tid=16332] ppid=16330 vsize=868580 CPUtime=460.31
/proc/16331/task/16332/stat : 16332 (java) R 16330 16317 15324 0 -1 64 10983 0 1 0 44743 1288 0 0 25 0 9 0 44351282 889425920 167541 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16331/tid=16333] ppid=16330 vsize=868580 CPUtime=25.7
/proc/16331/task/16333/stat : 16333 (java) S 16330 16317 15324 0 -1 64 201772 0 0 0 2448 122 0 0 16 0 9 0 44351284 889425920 167541 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16331/tid=16334] ppid=16330 vsize=868580 CPUtime=0
/proc/16331/task/16334/stat : 16334 (java) S 16330 16317 15324 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44351284 889425920 167541 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16331/tid=16335] ppid=16330 vsize=868580 CPUtime=0
/proc/16331/task/16335/stat : 16335 (java) S 16330 16317 15324 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44351284 889425920 167541 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16331/tid=16336] ppid=16330 vsize=868580 CPUtime=0
/proc/16331/task/16336/stat : 16336 (java) S 16330 16317 15324 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 44351286 889425920 167541 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16331/tid=16337] ppid=16330 vsize=868580 CPUtime=0.36
/proc/16331/task/16337/stat : 16337 (java) S 16330 16317 15324 0 -1 64 1550 0 0 0 35 1 0 0 15 0 9 0 44351286 889425920 167541 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16331/tid=16338] ppid=16330 vsize=868580 CPUtime=0
/proc/16331/task/16338/stat : 16338 (java) S 16330 16317 15324 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 44351286 889425920 167541 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16331/tid=16339] ppid=16330 vsize=868580 CPUtime=0
/proc/16331/task/16339/stat : 16339 (java) S 16330 16317 15324 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44351286 889425920 167541 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 490.22
Current children cumulated vsize (KiB) 890676

[startup+511.903 s]
/proc/loadavg: 2.91 3.02 2.90 3/92 16339
/proc/meminfo: memFree=14832/2055920 swapFree=4180012/4192956
[pid=16317] ppid=16315 vsize=16740 CPUtime=3.8
/proc/16317/stat : 16317 (sugar++) S 16315 16317 15324 0 -1 4194304 1297 31967 0 1 5 2 353 20 16 0 1 0 44350890 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16317/statm: 4185 1104 409 3 0 764 0
[pid=16330] ppid=16317 vsize=5356 CPUtime=0
/proc/16330/stat : 16330 (sh) S 16317 16317 15324 0 -1 4194304 278 0 0 0 0 0 0 0 17 0 1 0 44351281 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16330/statm: 1339 233 193 169 0 50 0
[pid=16331] ppid=16330 vsize=868580 CPUtime=499
/proc/16331/stat : 16331 (java) S 16330 16317 15324 0 -1 0 215036 0 1 0 48449 1451 0 0 18 0 9 0 44351281 889425920 167541 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16331/statm: 217145 167541 2566 9 0 211692 0
[pid=16331/tid=16332] ppid=16330 vsize=868580 CPUtime=472.82
/proc/16331/task/16332/stat : 16332 (java) R 16330 16317 15324 0 -1 64 11017 0 1 0 45957 1325 0 0 25 0 9 0 44351282 889425920 167541 996147200 134512640 134550740 4294955920 18446744073709551615 4126579103 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16331/tid=16333] ppid=16330 vsize=868580 CPUtime=25.77
/proc/16331/task/16333/stat : 16333 (java) S 16330 16317 15324 0 -1 64 201772 0 0 0 2455 122 0 0 16 0 9 0 44351284 889425920 167541 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16331/tid=16334] ppid=16330 vsize=868580 CPUtime=0
/proc/16331/task/16334/stat : 16334 (java) S 16330 16317 15324 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44351284 889425920 167541 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16331/tid=16335] ppid=16330 vsize=868580 CPUtime=0
/proc/16331/task/16335/stat : 16335 (java) S 16330 16317 15324 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44351284 889425920 167541 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16331/tid=16336] ppid=16330 vsize=868580 CPUtime=0
/proc/16331/task/16336/stat : 16336 (java) S 16330 16317 15324 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 44351286 889425920 167541 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16331/tid=16337] ppid=16330 vsize=868580 CPUtime=0.36
/proc/16331/task/16337/stat : 16337 (java) S 16330 16317 15324 0 -1 64 1550 0 0 0 35 1 0 0 15 0 9 0 44351286 889425920 167541 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16331/tid=16338] ppid=16330 vsize=868580 CPUtime=0
/proc/16331/task/16338/stat : 16338 (java) S 16330 16317 15324 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 44351286 889425920 167541 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16331/tid=16339] ppid=16330 vsize=868580 CPUtime=0
/proc/16331/task/16339/stat : 16339 (java) S 16330 16317 15324 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44351286 889425920 167541 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 502.8
Current children cumulated vsize (KiB) 890676

[startup+515.103 s]
/proc/loadavg: 2.92 3.02 2.90 5/92 16339
/proc/meminfo: memFree=15664/2055920 swapFree=4180012/4192956
[pid=16317] ppid=16315 vsize=16740 CPUtime=3.8
/proc/16317/stat : 16317 (sugar++) S 16315 16317 15324 0 -1 4194304 1297 31967 0 1 5 2 353 20 16 0 1 0 44350890 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16317/statm: 4185 1104 409 3 0 764 0
[pid=16330] ppid=16317 vsize=5356 CPUtime=0
/proc/16330/stat : 16330 (sh) S 16317 16317 15324 0 -1 4194304 278 0 0 0 0 0 0 0 17 0 1 0 44351281 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16330/statm: 1339 233 193 169 0 50 0
[pid=16331] ppid=16330 vsize=868580 CPUtime=502.16
/proc/16331/stat : 16331 (java) S 16330 16317 15324 0 -1 0 215044 0 1 0 48756 1460 0 0 18 0 9 0 44351281 889425920 167541 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16331/statm: 217145 167541 2566 9 0 211692 0
[pid=16331/tid=16332] ppid=16330 vsize=868580 CPUtime=475.96
/proc/16331/task/16332/stat : 16332 (java) R 16330 16317 15324 0 -1 64 11025 0 1 0 46262 1334 0 0 25 0 9 0 44351282 889425920 167541 996147200 134512640 134550740 4294955920 18446744073709551615 4127161392 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16331/tid=16333] ppid=16330 vsize=868580 CPUtime=25.79
/proc/16331/task/16333/stat : 16333 (java) S 16330 16317 15324 0 -1 64 201772 0 0 0 2457 122 0 0 16 0 9 0 44351284 889425920 167541 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16331/tid=16334] ppid=16330 vsize=868580 CPUtime=0
/proc/16331/task/16334/stat : 16334 (java) S 16330 16317 15324 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44351284 889425920 167541 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16331/tid=16335] ppid=16330 vsize=868580 CPUtime=0
/proc/16331/task/16335/stat : 16335 (java) S 16330 16317 15324 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44351284 889425920 167541 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16331/tid=16336] ppid=16330 vsize=868580 CPUtime=0
/proc/16331/task/16336/stat : 16336 (java) S 16330 16317 15324 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 44351286 889425920 167541 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16331/tid=16337] ppid=16330 vsize=868580 CPUtime=0.36
/proc/16331/task/16337/stat : 16337 (java) S 16330 16317 15324 0 -1 64 1550 0 0 0 35 1 0 0 15 0 9 0 44351286 889425920 167541 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16331/tid=16338] ppid=16330 vsize=868580 CPUtime=0
/proc/16331/task/16338/stat : 16338 (java) S 16330 16317 15324 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 44351286 889425920 167541 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16331/tid=16339] ppid=16330 vsize=868580 CPUtime=0
/proc/16331/task/16339/stat : 16339 (java) S 16330 16317 15324 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44351286 889425920 167541 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 505.96
Current children cumulated vsize (KiB) 890676

[startup+518.301 s]
/proc/loadavg: 2.93 3.02 2.90 2/92 16339
/proc/meminfo: memFree=15792/2055920 swapFree=4180012/4192956
[pid=16317] ppid=16315 vsize=16740 CPUtime=508.99
/proc/16317/stat : 16317 (sugar++) R 16315 16317 15324 0 -1 4194304 1320 247316 0 3 5 13 49380 1501 18 0 1 0 44350890 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 221780874281 0 0 4224 16386 0 0 0 17 0 0 0
/proc/16317/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 508.99
Current children cumulated vsize (KiB) 16740

[startup+519.101 s]
/proc/loadavg: 2.93 3.02 2.90 2/82 16339
/proc/meminfo: memFree=1212160/2055920 swapFree=4180012/4192956
[pid=16317] ppid=16315 vsize=16740 CPUtime=509.2
/proc/16317/stat : 16317 (sugar++) R 16315 16317 15324 0 -1 4194304 1320 247316 0 3 5 34 49380 1501 18 0 1 0 44350890 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 221780874281 0 0 4224 16386 0 0 0 17 0 0 0
/proc/16317/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 509.2
Current children cumulated vsize (KiB) 16740

[startup+519.901 s]
/proc/loadavg: 2.93 3.02 2.90 2/82 16339
/proc/meminfo: memFree=1212160/2055920 swapFree=4180012/4192956
[pid=16317] ppid=16315 vsize=16740 CPUtime=509.26
/proc/16317/stat : 16317 (sugar++) D 16315 16317 15324 0 -1 4194304 1320 247316 0 3 5 40 49380 1501 18 0 1 0 44350890 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 221780874281 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/16317/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 509.26
Current children cumulated vsize (KiB) 16740

[startup+520.101 s]
/proc/loadavg: 2.93 3.02 2.90 2/82 16339
/proc/meminfo: memFree=1212160/2055920 swapFree=4180012/4192956
[pid=16317] ppid=16315 vsize=16740 CPUtime=509.27
/proc/16317/stat : 16317 (sugar++) D 16315 16317 15324 0 -1 4194304 1320 247316 0 3 5 41 49380 1501 18 0 1 0 44350890 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 221780874281 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/16317/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 509.27
Current children cumulated vsize (KiB) 16740

[startup+520.201 s]
/proc/loadavg: 2.93 3.02 2.90 2/82 16339
/proc/meminfo: memFree=1211136/2055920 swapFree=4180012/4192956
[pid=16317] ppid=16315 vsize=16740 CPUtime=509.28
/proc/16317/stat : 16317 (sugar++) D 16315 16317 15324 0 -1 4194304 1320 247316 0 3 5 42 49380 1501 18 0 1 0 44350890 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 221780874281 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/16317/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 509.28
Current children cumulated vsize (KiB) 16740

Child status: 0
Real time (s): 520.245
CPU time (s): 509.303
CPU user time (s): 493.867
CPU system time (s): 15.4357
CPU usage (%): 97.8967
Max. virtual memory (cumulated for all children) (KiB): 913060

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

runsolver used 0.704892 second user time and 1.83772 second system time

The end

Launcher Data (download as text)

Begin job on node29 at 2008-07-12 17:28:12
IDJOB=1112991
IDBENCH=61508
IDSOLVER=367
FILE ID=node29/1112991-1215876491
PBS_JOBID= 7903500
Free space on /tmp= 66484 MiB

SOLVER NAME= Sugar++ v1.13+minisat-inc
BENCH NAME= CPAI08/csp/fapp/fapp23/normalized-fapp23-1800-4.xml
COMMAND LINE= DIR/sugar++ -max -incremental -c -vv -java="java -Xmx700M" -decjava="java -Xmx50M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat-inc" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1112991-1215876491/watcher-1112991-1215876491 -o /tmp/evaluation-result-1112991-1215876491/solver-1112991-1215876491 -C 3600 -W 4000 -M 900 --output-limit 1,15  HOME/sugar++ -max -incremental -c -vv -java="java -Xmx700M" -decjava="java -Xmx50M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat-inc" -tmp="HOME/temp" HOME/instance-1112991-1215876491.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 26fa47e715f58ab849bf125de88d1d96
RANDOM SEED=1232838604

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.242
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.242
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:       1081768 kB
Buffers:         51512 kB
Cached:         100932 kB
SwapCached:       6744 kB
Active:         854304 kB
Inactive:        75480 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1081768 kB
SwapTotal:     4192956 kB
SwapFree:      4180012 kB
Dirty:            9684 kB
Writeback:           0 kB
Mapped:         793452 kB
Slab:            27956 kB
Committed_AS:   961484 kB
PageTables:       3576 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= 66484 MiB
End job on node29 at 2008-07-12 17:36:52