Trace number 1112769

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? 713.638 721.855

General information on the benchmark

Namecsp/fapp/fapp22/
normalized-fapp22-1750-0.xml
MD5SUM9a4e6098c7014d2e43e37229a7ed8846
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints172
Best CPU time to get the best result obtained on this benchmark3600.06
Satisfiable
(Un)Satisfiability was proved
Number of variables1750
Number of constraints32049
Maximum constraint arity2
Maximum domain size802
Number of constraints which are defined in extension0
Number of constraints which are defined in intension32049
Global constraints used (with number of constraints)

Solver Data (download as text)

0.03/0.17	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.03/0.17	c 0	BEGIN Sat Jul 12 16:42:07 2008
0.03/0.17	c 0	PID 16522
0.03/0.17	c 0	HOST node57.alineos.net
0.03/0.17	c 0	CONVERTING HOME/instance-1112769-1215873727.xml TO HOME/temp.csp
0.03/0.17	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1112769-1215873727.xml' 'HOME/temp.csp'
1.96/2.20	c 2	30 domains, 1750 variables, 8 predicates, 0 relations, 32049 constraints
2.05/2.25	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
2.05/2.25	c 2	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'
2.06/2.33	c 2	Parsing HOME/temp.csp
2.06/2.95	c 3	parsed 10000 expressions
2.99/3.27	c 3	parsed 20000 expressions
3.38/3.62	c 4	parsed 30000 expressions
3.48/3.72	c 4	parsed 33837 expressions
3.48/3.72	c 4	Heap : 15 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
3.78/4.04	c 4	MAX CSP: 32049 constraints
3.78/4.04	c 4	Converting to clausal form CSP
9.85/10.14	c 10	converted 6589 (10%) expressions
17.40/17.71	c 18	converted 13178 (20%) expressions
24.27/24.68	c 25	converted 19767 (30%) expressions
31.53/31.90	c 32	converted 26356 (40%) expressions
38.09/38.53	c 39	converted 32945 (50%) expressions
44.36/44.83	c 45	converted 39534 (60%) expressions
50.33/50.83	c 51	converted 46123 (70%) expressions
57.29/57.83	c 58	converted 52712 (80%) expressions
62.67/63.29	c 63	converted 59301 (90%) expressions
71.12/71.78	c 72	converted 65889 (100%) expressions
71.12/71.79	c 72	CSP : 69701 integers, 125641 booleans, 297306 clauses, largest domain size 48074
71.12/71.79	c 72	Heap : 258 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
71.12/71.79	c 72	Propagation in CSP
79.08/79.73	c 80	32040 values, 0 unsatisfiable literals, and 0 valid clauses are removed
79.08/79.74	c 80	CSP : 69701 integers, 125641 booleans, 297306 clauses, largest domain size 32050
79.08/79.74	c 80	Heap : 263 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
79.18/79.83	c 80	Simplifing CSP by introducing new Boolean variables
79.48/80.16	c 80	CSP : 69701 integers, 193283 booleans, 364948 clauses, largest domain size 32050
79.48/80.17	c 80	Heap : 295 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
81.17/81.84	c 82	Encoding CSP to SAT : HOME/temp.cnf
108.09/108.97	c 109	6971 (10%) CSP integer variables are encoded (3636964 clauses, 66884600 bytes)
110.68/111.58	c 112	13941 (20%) CSP integer variables are encoded (5741822 clauses, 106876902 bytes)
112.86/113.74	c 114	20911 (30%) CSP integer variables are encoded (7469388 clauses, 139700656 bytes)
114.63/115.54	c 116	27881 (40%) CSP integer variables are encoded (8842020 clauses, 165780664 bytes)
115.32/116.26	c 116	34851 (50%) CSP integer variables are encoded (9401852 clauses, 176417472 bytes)
115.53/116.40	c 116	41821 (60%) CSP integer variables are encoded (9501729 clauses, 178315135 bytes)
115.63/116.52	c 117	48791 (70%) CSP integer variables are encoded (9582375 clauses, 179847409 bytes)
116.21/117.10	c 117	55761 (80%) CSP integer variables are encoded (10033710 clauses, 188601551 bytes)
116.40/117.31	c 117	62731 (90%) CSP integer variables are encoded (10170547 clauses, 191475128 bytes)
116.50/117.47	c 117	69701 (100%) CSP integer variables are encoded (10289412 clauses, 193971293 bytes)
300.24/302.77	c 303	36495 (10%) CSP clauses are encoded (30325753 clauses, 706593221 bytes)
429.99/433.76	c 434	72990 (20%) CSP clauses are encoded (46531278 clauses, 1134150929 bytes)
550.86/556.01	c 556	109485 (30%) CSP clauses are encoded (61895465 clauses, 1550080115 bytes)
658.76/665.18	c 665	145980 (40%) CSP clauses are encoded (76421302 clauses, 1943970559 bytes)
712.76/719.71	c 720	ERROR Exception Too large HOME/temp.cnf
712.76/719.71	c 720	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:219)
712.76/719.71	c 720	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:130)
712.76/719.71	c 720	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:258)
712.76/719.71	s UNKNOWN
712.81/719.81	c 720	CPU 700.31 (0.05 0.02 700.26 12.51)
712.81/719.81	c 720	END Sat Jul 12 16:54:07 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-1112769-1215873727/watcher-1112769-1215873727 -o /tmp/evaluation-result-1112769-1215873727/solver-1112769-1215873727 -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-1112769-1215873727.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.00 2.00 1.93 4/80 16522
/proc/meminfo: memFree=1875248/2055920 swapFree=4192812/4192956
[pid=16522] ppid=16520 vsize=4708 CPUtime=0
/proc/16522/stat : 16522 (sugar++) R 16520 16522 16350 0 -1 4194304 58 0 0 0 0 0 0 0 20 0 1 0 44071246 4820992 43 996147200 4194304 4206940 548682068528 18446744073709551615 218073462153 0 0 4096 0 0 0 0 17 1 0 0
/proc/16522/statm: 1177 43 33 3 0 8 0

[startup+0.030152 s]
/proc/loadavg: 2.00 2.00 1.93 4/80 16522
/proc/meminfo: memFree=1875248/2055920 swapFree=4192812/4192956
[pid=16522] ppid=16520 vsize=12676 CPUtime=0.01
/proc/16522/stat : 16522 (sugar++) D 16520 16522 16350 0 -1 4194304 531 0 0 0 1 0 0 0 18 0 1 0 44071246 12980224 499 996147200 4194304 4206940 548682068528 18446744073709551615 218076248677 0 2147483391 4224 0 18446744072099781622 0 0 17 1 0 0
/proc/16522/statm: 3169 499 315 3 0 269 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 12676

[startup+0.101657 s]
/proc/loadavg: 2.00 2.00 1.93 4/80 16522
/proc/meminfo: memFree=1875248/2055920 swapFree=4192812/4192956
[pid=16522] ppid=16520 vsize=13468 CPUtime=0.03
/proc/16522/stat : 16522 (sugar++) D 16520 16522 16350 0 -1 4194304 756 0 0 0 2 1 0 0 18 0 1 0 44071246 13791232 724 996147200 4194304 4206940 548682068528 18446744073709551615 218084978786 0 0 4224 0 18446744071563479169 0 0 17 1 0 0
/proc/16522/statm: 3367 724 338 3 0 467 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13468

[startup+0.301672 s]
/proc/loadavg: 2.00 2.00 1.93 4/80 16522
/proc/meminfo: memFree=1875248/2055920 swapFree=4192812/4192956
[pid=16522] ppid=16520 vsize=16740 CPUtime=0.06
/proc/16522/stat : 16522 (sugar++) S 16520 16522 16350 0 -1 4194304 1219 128 0 0 5 1 0 0 19 0 1 0 44071246 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16522/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.701707 s]
/proc/loadavg: 2.00 2.00 1.93 4/80 16522
/proc/meminfo: memFree=1875248/2055920 swapFree=4192812/4192956
[pid=16522] ppid=16520 vsize=16740 CPUtime=0.06
/proc/16522/stat : 16522 (sugar++) S 16520 16522 16350 0 -1 4194304 1219 128 0 0 5 1 0 0 19 0 1 0 44071246 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16522/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+1.50278 s]
/proc/loadavg: 2.00 2.00 1.93 4/91 16534
/proc/meminfo: memFree=1779352/2055920 swapFree=4192812/4192956
[pid=16522] ppid=16520 vsize=16740 CPUtime=0.06
/proc/16522/stat : 16522 (sugar++) S 16520 16522 16350 0 -1 4194304 1219 128 0 0 5 1 0 0 19 0 1 0 44071246 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16522/statm: 4185 1104 409 3 0 764 0
[pid=16525] ppid=16522 vsize=5356 CPUtime=0
/proc/16525/stat : 16525 (sh) S 16522 16522 16350 0 -1 4194304 277 0 0 0 0 0 0 0 21 0 1 0 44071264 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16525/statm: 1339 233 193 169 0 50 0
[pid=16526] ppid=16525 vsize=864660 CPUtime=1.3
/proc/16526/stat : 16526 (java) S 16525 16522 16350 0 -1 0 16376 0 1 0 121 9 0 0 18 0 9 0 44071264 885411840 14427 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16526/statm: 216165 14427 2529 9 0 210747 0
[pid=16526/tid=16527] ppid=16525 vsize=864660 CPUtime=0.62
/proc/16526/task/16527/stat : 16527 (java) R 16525 16522 16350 0 -1 64 3006 0 1 0 61 1 0 0 18 0 9 0 44071265 885411840 14427 996147200 134512640 134550740 4294956000 18446744073709551615 4126688876 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16526/tid=16528] ppid=16525 vsize=864660 CPUtime=0.53
/proc/16526/task/16528/stat : 16528 (java) S 16525 16522 16350 0 -1 64 12169 0 0 0 47 6 0 0 16 0 9 0 44071266 885411840 14427 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16526/tid=16529] ppid=16525 vsize=864660 CPUtime=0
/proc/16526/task/16529/stat : 16529 (java) S 16525 16522 16350 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 44071266 885411840 14427 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16526/tid=16530] ppid=16525 vsize=864660 CPUtime=0
/proc/16526/task/16530/stat : 16530 (java) S 16525 16522 16350 0 -1 64 11 0 0 0 0 0 0 0 15 0 9 0 44071266 885411840 14427 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16526/tid=16531] ppid=16525 vsize=864660 CPUtime=0
/proc/16526/task/16531/stat : 16531 (java) S 16525 16522 16350 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 44071268 885411840 14427 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16526/tid=16532] ppid=16525 vsize=864660 CPUtime=0.12
/proc/16526/task/16532/stat : 16532 (java) S 16525 16522 16350 0 -1 64 501 0 0 0 12 0 0 0 16 0 9 0 44071268 885411840 14427 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16526/tid=16533] ppid=16525 vsize=864660 CPUtime=0
/proc/16526/task/16533/stat : 16533 (java) S 16525 16522 16350 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 44071269 885411840 14427 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16526/tid=16534] ppid=16525 vsize=864660 CPUtime=0
/proc/16526/task/16534/stat : 16534 (java) S 16525 16522 16350 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 44071269 885411840 14427 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.36
Current children cumulated vsize (KiB) 886756

[startup+3.10292 s]
/proc/loadavg: 2.00 2.00 1.93 3/91 16534
/proc/meminfo: memFree=1743128/2055920 swapFree=4192812/4192956
[pid=16522] ppid=16520 vsize=16740 CPUtime=2.06
/proc/16522/stat : 16522 (sugar++) S 16520 16522 16350 0 -1 4194304 1297 18910 0 1 5 1 189 11 15 0 1 0 44071246 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16522/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 2.06
Current children cumulated vsize (KiB) 16740

[startup+6.3012 s]
/proc/loadavg: 2.16 2.03 1.94 3/91 16544
/proc/meminfo: memFree=1746784/2055920 swapFree=4192812/4192956
[pid=16522] ppid=16520 vsize=16740 CPUtime=2.06
/proc/16522/stat : 16522 (sugar++) S 16520 16522 16350 0 -1 4194304 1297 18910 0 1 5 1 189 11 15 0 1 0 44071246 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16522/statm: 4185 1104 409 3 0 764 0
[pid=16535] ppid=16522 vsize=5356 CPUtime=0
/proc/16535/stat : 16535 (sh) S 16522 16522 16350 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44071472 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16535/statm: 1339 233 193 169 0 50 0
[pid=16536] ppid=16535 vsize=868468 CPUtime=4
/proc/16536/stat : 16536 (java) S 16535 16522 16350 0 -1 0 14340 0 1 0 391 9 0 0 18 0 9 0 44071473 889311232 12919 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16536/statm: 217117 12919 2544 9 0 211692 0
[pid=16536/tid=16537] ppid=16535 vsize=868468 CPUtime=2.99
/proc/16536/task/16537/stat : 16537 (java) R 16535 16522 16350 0 -1 64 3075 0 1 0 298 1 0 0 25 0 9 0 44071474 889311232 12919 996147200 134512640 134550740 4294955920 18446744073709551615 4126605667 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16536/tid=16538] ppid=16535 vsize=868468 CPUtime=0.76
/proc/16536/task/16538/stat : 16538 (java) S 16535 16522 16350 0 -1 64 9084 0 0 0 71 5 0 0 16 0 9 0 44071475 889311232 12919 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16536/tid=16539] ppid=16535 vsize=868468 CPUtime=0
/proc/16536/task/16539/stat : 16539 (java) S 16535 16522 16350 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44071475 889311232 12919 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16536/tid=16540] ppid=16535 vsize=868468 CPUtime=0
/proc/16536/task/16540/stat : 16540 (java) S 16535 16522 16350 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 44071475 889311232 12919 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16536/tid=16541] ppid=16535 vsize=868468 CPUtime=0
/proc/16536/task/16541/stat : 16541 (java) S 16535 16522 16350 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 44071477 889311232 12919 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16536/tid=16542] ppid=16535 vsize=868468 CPUtime=0.22
/proc/16536/task/16542/stat : 16542 (java) S 16535 16522 16350 0 -1 64 1483 0 0 0 21 1 0 0 15 0 9 0 44071477 889311232 12919 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16536/tid=16543] ppid=16535 vsize=868468 CPUtime=0
/proc/16536/task/16543/stat : 16543 (java) S 16535 16522 16350 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 44071477 889311232 12919 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16536/tid=16544] ppid=16535 vsize=868468 CPUtime=0
/proc/16536/task/16544/stat : 16544 (java) S 16535 16522 16350 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44071477 889311232 12919 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.06
Current children cumulated vsize (KiB) 890564

[startup+12.7028 s]
/proc/loadavg: 2.15 2.03 1.94 4/91 16544
/proc/meminfo: memFree=1722472/2055920 swapFree=4192812/4192956
[pid=16522] ppid=16520 vsize=16740 CPUtime=2.06
/proc/16522/stat : 16522 (sugar++) S 16520 16522 16350 0 -1 4194304 1297 18910 0 1 5 1 189 11 16 0 1 0 44071246 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16522/statm: 4185 1104 409 3 0 764 0
[pid=16535] ppid=16522 vsize=5356 CPUtime=0
/proc/16535/stat : 16535 (sh) S 16522 16522 16350 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44071472 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16535/statm: 1339 233 193 169 0 50 0
[pid=16536] ppid=16535 vsize=868468 CPUtime=10.37
/proc/16536/stat : 16536 (java) S 16535 16522 16350 0 -1 0 22389 0 1 0 1022 15 0 0 18 0 9 0 44071473 889311232 17256 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16536/statm: 217117 17256 2541 9 0 211692 0
[pid=16536/tid=16537] ppid=16535 vsize=868468 CPUtime=8.63
/proc/16536/task/16537/stat : 16537 (java) R 16535 16522 16350 0 -1 64 3500 0 1 0 861 2 0 0 25 0 9 0 44071474 889311232 17256 996147200 134512640 134550740 4294955920 18446744073709551615 4126672179 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16536/tid=16538] ppid=16535 vsize=868468 CPUtime=1.49
/proc/16536/task/16538/stat : 16538 (java) S 16535 16522 16350 0 -1 64 16707 0 0 0 139 10 0 0 16 0 9 0 44071475 889311232 17256 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16536/tid=16539] ppid=16535 vsize=868468 CPUtime=0
/proc/16536/task/16539/stat : 16539 (java) S 16535 16522 16350 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44071475 889311232 17256 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16536/tid=16540] ppid=16535 vsize=868468 CPUtime=0
/proc/16536/task/16540/stat : 16540 (java) S 16535 16522 16350 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44071475 889311232 17256 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16536/tid=16541] ppid=16535 vsize=868468 CPUtime=0
/proc/16536/task/16541/stat : 16541 (java) S 16535 16522 16350 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 44071477 889311232 17256 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16536/tid=16542] ppid=16535 vsize=868468 CPUtime=0.23
/proc/16536/task/16542/stat : 16542 (java) S 16535 16522 16350 0 -1 64 1484 0 0 0 22 1 0 0 15 0 9 0 44071477 889311232 17256 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16536/tid=16543] ppid=16535 vsize=868468 CPUtime=0
/proc/16536/task/16543/stat : 16543 (java) S 16535 16522 16350 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 44071477 889311232 17256 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16536/tid=16544] ppid=16535 vsize=868468 CPUtime=0
/proc/16536/task/16544/stat : 16544 (java) S 16535 16522 16350 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44071477 889311232 17256 996147200 134512640 134550740 4294955920 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) 890564

[startup+25.5029 s]
/proc/loadavg: 2.11 2.03 1.94 3/91 16544
/proc/meminfo: memFree=1651944/2055920 swapFree=4192812/4192956
[pid=16522] ppid=16520 vsize=16740 CPUtime=2.06
/proc/16522/stat : 16522 (sugar++) S 16520 16522 16350 0 -1 4194304 1297 18910 0 1 5 1 189 11 16 0 1 0 44071246 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16522/statm: 4185 1104 409 3 0 764 0
[pid=16535] ppid=16522 vsize=5356 CPUtime=0
/proc/16535/stat : 16535 (sh) S 16522 16522 16350 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44071472 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16535/statm: 1339 233 193 169 0 50 0
[pid=16536] ppid=16535 vsize=868468 CPUtime=23.1
/proc/16536/stat : 16536 (java) S 16535 16522 16350 0 -1 0 36488 0 1 0 2287 23 0 0 18 0 9 0 44071473 889311232 27027 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16536/statm: 217117 27027 2541 9 0 211692 0
[pid=16536/tid=16537] ppid=16535 vsize=868468 CPUtime=20.06
/proc/16536/task/16537/stat : 16537 (java) R 16535 16522 16350 0 -1 64 4117 0 1 0 2004 2 0 0 25 0 9 0 44071474 889311232 27027 996147200 134512640 134550740 4294955920 18446744073709551615 4126673403 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16536/tid=16538] ppid=16535 vsize=868468 CPUtime=2.78
/proc/16536/task/16538/stat : 16538 (java) S 16535 16522 16350 0 -1 64 30179 0 0 0 260 18 0 0 16 0 9 0 44071475 889311232 27027 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16536/tid=16539] ppid=16535 vsize=868468 CPUtime=0
/proc/16536/task/16539/stat : 16539 (java) S 16535 16522 16350 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44071475 889311232 27027 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16536/tid=16540] ppid=16535 vsize=868468 CPUtime=0
/proc/16536/task/16540/stat : 16540 (java) S 16535 16522 16350 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44071475 889311232 27027 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16536/tid=16541] ppid=16535 vsize=868468 CPUtime=0
/proc/16536/task/16541/stat : 16541 (java) S 16535 16522 16350 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 44071477 889311232 27027 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16536/tid=16542] ppid=16535 vsize=868468 CPUtime=0.24
/proc/16536/task/16542/stat : 16542 (java) S 16535 16522 16350 0 -1 64 1494 0 0 0 23 1 0 0 16 0 9 0 44071477 889311232 27027 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16536/tid=16543] ppid=16535 vsize=868468 CPUtime=0
/proc/16536/task/16543/stat : 16543 (java) S 16535 16522 16350 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 44071477 889311232 27027 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16536/tid=16544] ppid=16535 vsize=868468 CPUtime=0
/proc/16536/task/16544/stat : 16544 (java) S 16535 16522 16350 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44071477 889311232 27027 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.16
Current children cumulated vsize (KiB) 890564

[startup+51.1021 s]
/proc/loadavg: 2.14 2.04 1.95 3/91 16544
/proc/meminfo: memFree=1576232/2055920 swapFree=4192812/4192956
[pid=16522] ppid=16520 vsize=16740 CPUtime=2.06
/proc/16522/stat : 16522 (sugar++) S 16520 16522 16350 0 -1 4194304 1297 18910 0 1 5 1 189 11 16 0 1 0 44071246 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16522/statm: 4185 1104 409 3 0 764 0
[pid=16535] ppid=16522 vsize=5356 CPUtime=0
/proc/16535/stat : 16535 (sh) S 16522 16522 16350 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44071472 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16535/statm: 1339 233 193 169 0 50 0
[pid=16536] ppid=16535 vsize=868468 CPUtime=48.56
/proc/16536/stat : 16536 (java) S 16535 16522 16350 0 -1 0 60148 0 1 0 4821 35 0 0 18 0 9 0 44071473 889311232 46316 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0

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

[startup+702.302 s]
/proc/loadavg: 2.03 2.27 2.16 3/91 16544
/proc/meminfo: memFree=15080/2055920 swapFree=4192812/4192956
[pid=16522] ppid=16520 vsize=16740 CPUtime=2.07
/proc/16522/stat : 16522 (sugar++) S 16520 16522 16350 0 -1 4194304 1297 18910 0 1 5 2 189 11 16 0 1 0 44071246 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16522/statm: 4185 1104 409 3 0 764 0
[pid=16535] ppid=16522 vsize=5356 CPUtime=0
/proc/16535/stat : 16535 (sh) S 16522 16522 16350 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44071472 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16535/statm: 1339 233 193 169 0 50 0
[pid=16536] ppid=16535 vsize=868580 CPUtime=693.49
/proc/16536/stat : 16536 (java) S 16535 16522 16350 0 -1 0 105459 0 1 0 68148 1201 0 0 18 0 9 0 44071473 889425920 80101 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16536/statm: 217145 80101 2566 9 0 211692 0
[pid=16536/tid=16537] ppid=16535 vsize=868580 CPUtime=679.5
/proc/16536/task/16537/stat : 16537 (java) R 16535 16522 16350 0 -1 64 9747 0 1 0 66809 1141 0 0 25 0 9 0 44071474 889425920 80101 996147200 134512640 134550740 4294955920 18446744073709551615 4127155768 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16536/tid=16538] ppid=16535 vsize=868580 CPUtime=13.61
/proc/16536/task/16538/stat : 16538 (java) S 16535 16522 16350 0 -1 64 93462 0 0 0 1304 57 0 0 16 0 9 0 44071475 889425920 80101 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16536/tid=16539] ppid=16535 vsize=868580 CPUtime=0
/proc/16536/task/16539/stat : 16539 (java) S 16535 16522 16350 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44071475 889425920 80101 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16536/tid=16540] ppid=16535 vsize=868580 CPUtime=0
/proc/16536/task/16540/stat : 16540 (java) S 16535 16522 16350 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44071475 889425920 80101 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16536/tid=16541] ppid=16535 vsize=868580 CPUtime=0
/proc/16536/task/16541/stat : 16541 (java) S 16535 16522 16350 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 44071477 889425920 80101 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16536/tid=16542] ppid=16535 vsize=868580 CPUtime=0.34
/proc/16536/task/16542/stat : 16542 (java) S 16535 16522 16350 0 -1 64 1552 0 0 0 33 1 0 0 15 0 9 0 44071477 889425920 80101 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16536/tid=16543] ppid=16535 vsize=868580 CPUtime=0
/proc/16536/task/16543/stat : 16543 (java) S 16535 16522 16350 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 44071477 889425920 80101 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16536/tid=16544] ppid=16535 vsize=868580 CPUtime=0
/proc/16536/task/16544/stat : 16544 (java) S 16535 16522 16350 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44071477 889425920 80101 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 695.56
Current children cumulated vsize (KiB) 890676

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

[startup+703.902 s]
/proc/loadavg: 2.03 2.27 2.16 3/91 16544
/proc/meminfo: memFree=15784/2055920 swapFree=4192812/4192956
[pid=16522] ppid=16520 vsize=16740 CPUtime=2.07
/proc/16522/stat : 16522 (sugar++) S 16520 16522 16350 0 -1 4194304 1297 18910 0 1 5 2 189 11 16 0 1 0 44071246 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16522/statm: 4185 1104 409 3 0 764 0
[pid=16535] ppid=16522 vsize=5356 CPUtime=0
/proc/16535/stat : 16535 (sh) S 16522 16522 16350 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44071472 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16535/statm: 1339 233 193 169 0 50 0
[pid=16536] ppid=16535 vsize=868580 CPUtime=695.07
/proc/16536/stat : 16536 (java) S 16535 16522 16350 0 -1 0 105463 0 1 0 68304 1203 0 0 18 0 9 0 44071473 889425920 80101 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16536/statm: 217145 80101 2566 9 0 211692 0
[pid=16536/tid=16537] ppid=16535 vsize=868580 CPUtime=681.08
/proc/16536/task/16537/stat : 16537 (java) R 16535 16522 16350 0 -1 64 9751 0 1 0 66965 1143 0 0 25 0 9 0 44071474 889425920 80101 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16536/tid=16538] ppid=16535 vsize=868580 CPUtime=13.61
/proc/16536/task/16538/stat : 16538 (java) S 16535 16522 16350 0 -1 64 93462 0 0 0 1304 57 0 0 16 0 9 0 44071475 889425920 80101 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16536/tid=16539] ppid=16535 vsize=868580 CPUtime=0
/proc/16536/task/16539/stat : 16539 (java) S 16535 16522 16350 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44071475 889425920 80101 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16536/tid=16540] ppid=16535 vsize=868580 CPUtime=0
/proc/16536/task/16540/stat : 16540 (java) S 16535 16522 16350 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44071475 889425920 80101 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16536/tid=16541] ppid=16535 vsize=868580 CPUtime=0
/proc/16536/task/16541/stat : 16541 (java) S 16535 16522 16350 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 44071477 889425920 80101 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16536/tid=16542] ppid=16535 vsize=868580 CPUtime=0.34
/proc/16536/task/16542/stat : 16542 (java) S 16535 16522 16350 0 -1 64 1552 0 0 0 33 1 0 0 15 0 9 0 44071477 889425920 80101 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16536/tid=16543] ppid=16535 vsize=868580 CPUtime=0
/proc/16536/task/16543/stat : 16543 (java) S 16535 16522 16350 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 44071477 889425920 80101 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16536/tid=16544] ppid=16535 vsize=868580 CPUtime=0
/proc/16536/task/16544/stat : 16544 (java) S 16535 16522 16350 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44071477 889425920 80101 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 697.14
Current children cumulated vsize (KiB) 890676

[startup+710.303 s]
/proc/loadavg: 2.02 2.26 2.16 3/91 16544
/proc/meminfo: memFree=15976/2055920 swapFree=4192812/4192956
[pid=16522] ppid=16520 vsize=16740 CPUtime=2.07
/proc/16522/stat : 16522 (sugar++) S 16520 16522 16350 0 -1 4194304 1297 18910 0 1 5 2 189 11 16 0 1 0 44071246 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16522/statm: 4185 1104 409 3 0 764 0
[pid=16535] ppid=16522 vsize=5356 CPUtime=0
/proc/16535/stat : 16535 (sh) S 16522 16522 16350 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44071472 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16535/statm: 1339 233 193 169 0 50 0
[pid=16536] ppid=16535 vsize=868580 CPUtime=701.38
/proc/16536/stat : 16536 (java) S 16535 16522 16350 0 -1 0 105482 0 1 0 68922 1216 0 0 18 0 9 0 44071473 889425920 80101 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16536/statm: 217145 80101 2566 9 0 211692 0
[pid=16536/tid=16537] ppid=16535 vsize=868580 CPUtime=687.37
/proc/16536/task/16537/stat : 16537 (java) R 16535 16522 16350 0 -1 64 9770 0 1 0 67581 1156 0 0 25 0 9 0 44071474 889425920 80101 996147200 134512640 134550740 4294955920 18446744073709551615 4127153392 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16536/tid=16538] ppid=16535 vsize=868580 CPUtime=13.63
/proc/16536/task/16538/stat : 16538 (java) S 16535 16522 16350 0 -1 64 93462 0 0 0 1306 57 0 0 16 0 9 0 44071475 889425920 80101 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16536/tid=16539] ppid=16535 vsize=868580 CPUtime=0
/proc/16536/task/16539/stat : 16539 (java) S 16535 16522 16350 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44071475 889425920 80101 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16536/tid=16540] ppid=16535 vsize=868580 CPUtime=0
/proc/16536/task/16540/stat : 16540 (java) S 16535 16522 16350 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44071475 889425920 80101 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16536/tid=16541] ppid=16535 vsize=868580 CPUtime=0
/proc/16536/task/16541/stat : 16541 (java) S 16535 16522 16350 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 44071477 889425920 80101 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16536/tid=16542] ppid=16535 vsize=868580 CPUtime=0.34
/proc/16536/task/16542/stat : 16542 (java) S 16535 16522 16350 0 -1 64 1552 0 0 0 33 1 0 0 15 0 9 0 44071477 889425920 80101 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16536/tid=16543] ppid=16535 vsize=868580 CPUtime=0
/proc/16536/task/16543/stat : 16543 (java) S 16535 16522 16350 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 44071477 889425920 80101 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16536/tid=16544] ppid=16535 vsize=868580 CPUtime=0
/proc/16536/task/16544/stat : 16544 (java) S 16535 16522 16350 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44071477 889425920 80101 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 703.45
Current children cumulated vsize (KiB) 890676

[startup+716.701 s]
/proc/loadavg: 2.02 2.25 2.16 3/91 16544
/proc/meminfo: memFree=15976/2055920 swapFree=4192812/4192956
[pid=16522] ppid=16520 vsize=16740 CPUtime=2.07
/proc/16522/stat : 16522 (sugar++) S 16520 16522 16350 0 -1 4194304 1297 18910 0 1 5 2 189 11 16 0 1 0 44071246 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16522/statm: 4185 1104 409 3 0 764 0
[pid=16535] ppid=16522 vsize=5356 CPUtime=0
/proc/16535/stat : 16535 (sh) S 16522 16522 16350 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44071472 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16535/statm: 1339 233 193 169 0 50 0
[pid=16536] ppid=16535 vsize=868580 CPUtime=707.72
/proc/16536/stat : 16536 (java) S 16535 16522 16350 0 -1 0 105499 0 1 0 69543 1229 0 0 18 0 9 0 44071473 889425920 80101 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16536/statm: 217145 80101 2566 9 0 211692 0
[pid=16536/tid=16537] ppid=16535 vsize=868580 CPUtime=693.68
/proc/16536/task/16537/stat : 16537 (java) R 16535 16522 16350 0 -1 64 9787 0 1 0 68200 1168 0 0 25 0 9 0 44071474 889425920 80101 996147200 134512640 134550740 4294955920 18446744073709551615 4127155719 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16536/tid=16538] ppid=16535 vsize=868580 CPUtime=13.65
/proc/16536/task/16538/stat : 16538 (java) S 16535 16522 16350 0 -1 64 93462 0 0 0 1308 57 0 0 16 0 9 0 44071475 889425920 80101 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16536/tid=16539] ppid=16535 vsize=868580 CPUtime=0
/proc/16536/task/16539/stat : 16539 (java) S 16535 16522 16350 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44071475 889425920 80101 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16536/tid=16540] ppid=16535 vsize=868580 CPUtime=0
/proc/16536/task/16540/stat : 16540 (java) S 16535 16522 16350 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44071475 889425920 80101 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16536/tid=16541] ppid=16535 vsize=868580 CPUtime=0
/proc/16536/task/16541/stat : 16541 (java) S 16535 16522 16350 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 44071477 889425920 80101 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16536/tid=16542] ppid=16535 vsize=868580 CPUtime=0.34
/proc/16536/task/16542/stat : 16542 (java) S 16535 16522 16350 0 -1 64 1552 0 0 0 33 1 0 0 15 0 9 0 44071477 889425920 80101 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16536/tid=16543] ppid=16535 vsize=868580 CPUtime=0
/proc/16536/task/16543/stat : 16543 (java) S 16535 16522 16350 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 44071477 889425920 80101 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16536/tid=16544] ppid=16535 vsize=868580 CPUtime=0
/proc/16536/task/16544/stat : 16544 (java) S 16535 16522 16350 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44071477 889425920 80101 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 709.79
Current children cumulated vsize (KiB) 890676

[startup+719.903 s]
/proc/loadavg: 2.02 2.25 2.16 3/91 16544
/proc/meminfo: memFree=15208/2055920 swapFree=4192812/4192956
[pid=16522] ppid=16520 vsize=16740 CPUtime=712.91
/proc/16522/stat : 16522 (sugar++) R 16520 16522 16350 0 -1 4194304 1320 124716 0 2 5 9 70026 1251 16 0 1 0 44071246 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 218076255273 0 0 4224 16386 0 0 0 17 0 0 0
/proc/16522/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 712.91
Current children cumulated vsize (KiB) 16740

[startup+720.702 s]
/proc/loadavg: 2.02 2.25 2.16 3/81 16544
/proc/meminfo: memFree=1638720/2055920 swapFree=4192812/4192956
[pid=16522] ppid=16520 vsize=16740 CPUtime=713.57
/proc/16522/stat : 16522 (sugar++) D 16520 16522 16350 0 -1 4194304 1320 124716 0 2 5 75 70026 1251 15 0 1 0 44071246 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 218076255273 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/16522/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 713.57
Current children cumulated vsize (KiB) 16740

[startup+721.502 s]
/proc/loadavg: 2.02 2.25 2.16 2/81 16544
/proc/meminfo: memFree=1815104/2055920 swapFree=4192812/4192956
[pid=16522] ppid=16520 vsize=16740 CPUtime=713.6
/proc/16522/stat : 16522 (sugar++) D 16520 16522 16350 0 -1 4194304 1320 124716 0 2 5 78 70026 1251 15 0 1 0 44071246 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 218076255273 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/16522/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 713.6
Current children cumulated vsize (KiB) 16740

[startup+721.702 s]
/proc/loadavg: 2.02 2.25 2.16 2/81 16544
/proc/meminfo: memFree=1815104/2055920 swapFree=4192812/4192956
[pid=16522] ppid=16520 vsize=16740 CPUtime=713.61
/proc/16522/stat : 16522 (sugar++) D 16520 16522 16350 0 -1 4194304 1320 124716 0 2 5 79 70026 1251 15 0 1 0 44071246 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 218076255273 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/16522/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 713.61
Current children cumulated vsize (KiB) 16740

[startup+721.802 s]
/proc/loadavg: 2.02 2.25 2.16 2/81 16544
/proc/meminfo: memFree=1815104/2055920 swapFree=4192812/4192956
[pid=16522] ppid=16520 vsize=16740 CPUtime=713.61
/proc/16522/stat : 16522 (sugar++) D 16520 16522 16350 0 -1 4194304 1320 124716 0 2 5 79 70026 1251 15 0 1 0 44071246 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 218076255273 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/16522/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 713.61
Current children cumulated vsize (KiB) 16740

Child status: 0
Real time (s): 721.855
CPU time (s): 713.638
CPU user time (s): 700.323
CPU system time (s): 13.315
CPU usage (%): 98.8616
Max. virtual memory (cumulated for all children) (KiB): 904816

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 700.323
system time used= 13.315
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 126092
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 36128
involuntary context switches= 36463

runsolver used 0.970852 second user time and 2.36164 second system time

The end

Launcher Data (download as text)

Begin job on node57 at 2008-07-12 16:42:07
IDJOB=1112769
IDBENCH=61471
IDSOLVER=367
FILE ID=node57/1112769-1215873727
PBS_JOBID= 7903566
Free space on /tmp= 66540 MiB

SOLVER NAME= Sugar++ v1.13+minisat-inc
BENCH NAME= CPAI08/csp/fapp/fapp22/normalized-fapp22-1750-0.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-1112769-1215873727/watcher-1112769-1215873727 -o /tmp/evaluation-result-1112769-1215873727/solver-1112769-1215873727 -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-1112769-1215873727.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 9a4e6098c7014d2e43e37229a7ed8846
RANDOM SEED=1240612733

node57.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.234
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.234
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:       1876112 kB
Buffers:         14080 kB
Cached:          78808 kB
SwapCached:          0 kB
Active:          82128 kB
Inactive:        41616 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1876112 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           11748 kB
Writeback:           0 kB
Mapped:          48656 kB
Slab:            41488 kB
Committed_AS:   951652 kB
PageTables:       1804 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= 66536 MiB
End job on node57 at 2008-07-12 16:54:09