Trace number 1132350

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.13+minisat? 293.134 298.477

General information on the benchmark

Namecsp/CabinetStart1/
normalized-cabinet-5569.xml
MD5SUM47e179d71727ec724eb6a9387dce9554
Bench CategoryGLOBAL (global constraints)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.268958
Satisfiable
(Un)Satisfiability was proved
Number of variables120
Number of constraints126
Maximum constraint arity15
Maximum domain size84591
Number of constraints which are defined in extension0
Number of constraints which are defined in intension21
Global constraints used (with number of constraints)element(98),weightedsum(7)

Solver Data (download as text)

0.02/0.21	c 0	Sugar v1-13 + HOME/minisat
0.02/0.21	c 0	BEGIN Mon Sep  1 18:28:26 2008
0.02/0.21	c 0	PID 30035
0.02/0.21	c 0	HOST node37.alineos.net
0.02/0.21	c 0	CONVERTING HOME/instance-1132350-1220286506.xml TO HOME/temp.csp
0.02/0.21	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1132350-1220286506.xml' 'HOME/temp.csp'
0.04/0.54	c 1	107 domains, 120 variables, 3 predicates, 0 relations, 126 constraints
0.04/0.60	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/0.60	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.39/0.67	c 1	Parsing HOME/temp.csp
0.39/0.78	c 1	parsed 356 expressions
0.39/0.83	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.39/0.83	c 1	Converting to clausal form CSP
0.39/0.85	c 1	converted 36 (10%) expressions
0.39/0.85	c 1	converted 72 (20%) expressions
0.39/0.85	c 1	converted 107 (30%) expressions
0.39/0.86	c 1	converted 143 (40%) expressions
0.39/0.86	c 1	converted 178 (50%) expressions
0.39/0.86	c 1	converted 214 (60%) expressions
0.39/0.90	c 1	converted 250 (70%) expressions
0.87/1.11	c 1	converted 285 (80%) expressions
0.87/1.14	c 1	converted 321 (90%) expressions
1.07/1.37	c 2	converted 356 (100%) expressions
1.07/1.37	c 2	CSP : 308 integers, 0 booleans, 1104 clauses, largest domain size 131481
1.07/1.37	c 2	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.07/1.37	c 2	Propagation in CSP
1.26/1.53	c 2	2842035 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.26/1.53	c 2	CSP : 308 integers, 0 booleans, 1104 clauses, largest domain size 20314
1.26/1.53	c 2	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.26/1.53	c 2	Simplifing CSP by introducing new Boolean variables
1.26/1.54	c 2	CSP : 308 integers, 38 booleans, 1142 clauses, largest domain size 20314
1.26/1.54	c 2	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.26/1.57	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.26/1.58	c 2	31 (10%) CSP integer variables are encoded (70 clauses, 679 bytes)
1.26/1.59	c 2	62 (20%) CSP integer variables are encoded (70 clauses, 679 bytes)
1.26/1.60	c 2	93 (30%) CSP integer variables are encoded (70 clauses, 679 bytes)
1.36/1.69	c 2	124 (40%) CSP integer variables are encoded (66874 clauses, 981419 bytes)
1.56/1.81	c 2	154 (50%) CSP integer variables are encoded (140656 clauses, 2169714 bytes)
1.66/1.93	c 2	185 (60%) CSP integer variables are encoded (208875 clauses, 3329437 bytes)
1.76/2.02	c 2	216 (70%) CSP integer variables are encoded (261146 clauses, 4218044 bytes)
1.86/2.15	c 2	247 (80%) CSP integer variables are encoded (333358 clauses, 5445648 bytes)
1.96/2.27	c 2	278 (90%) CSP integer variables are encoded (401030 clauses, 6596072 bytes)
2.05/2.37	c 3	308 (100%) CSP integer variables are encoded (449829 clauses, 7425655 bytes)
2.05/2.38	c 3	115 (10%) CSP clauses are encoded (449965 clauses, 7427419 bytes)
2.05/2.38	c 3	229 (20%) CSP clauses are encoded (450093 clauses, 7429160 bytes)
2.05/2.38	c 3	343 (30%) CSP clauses are encoded (450243 clauses, 7431142 bytes)
2.05/2.39	c 3	457 (40%) CSP clauses are encoded (450357 clauses, 7432554 bytes)
2.05/2.39	c 3	571 (50%) CSP clauses are encoded (450471 clauses, 7433922 bytes)
2.05/2.39	c 3	686 (60%) CSP clauses are encoded (450580 clauses, 7435222 bytes)
114.13/116.49	c 117	800 (70%) CSP clauses are encoded (43145468 clauses, 757574376 bytes)
292.12/296.83	c 297	ERROR Exception Too large HOME/temp.cnf
292.12/296.85	c 297	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:219)
292.12/296.85	c 297	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:130)
292.12/296.85	c 297	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:258)
292.12/296.85	s UNKNOWN
292.12/296.88	c 297	CPU 273.46 (0.03 0.01 273.43 18.7)
292.12/296.88	c 297	END Mon Sep  1 18:33:23 2008

Verifier Data (download as text)

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

Watcher Data (download as text)

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

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

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


[startup+0 s]
/proc/loadavg: 1.88 1.94 1.82 4/80 30035
/proc/meminfo: memFree=1688216/2055920 swapFree=4180744/4192956
[pid=30035] ppid=30033 vsize=18572 CPUtime=0
/proc/30035/stat : 30035 (runsolver) D 30033 30035 29583 0 -1 4194368 15 0 0 0 0 0 0 0 24 0 1 0 355739818 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 213116316967 0 0 4096 24578 18446744071563479169 0 0 17 1 0 0
/proc/30035/statm: 4643 292 257 25 0 2626 0

[startup+0.020891 s]
/proc/loadavg: 1.88 1.94 1.82 4/80 30035
/proc/meminfo: memFree=1688216/2055920 swapFree=4180744/4192956
[pid=30035] ppid=30033 vsize=18572 CPUtime=0
/proc/30035/stat : 30035 (runsolver) D 30033 30035 29583 0 -1 4194368 15 0 0 0 0 0 0 0 24 0 1 0 355739818 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 213116316967 0 0 4096 24578 18446744071563479169 0 0 17 1 0 0
/proc/30035/statm: 4643 292 257 25 0 2626 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18572

[startup+0.101916 s]
/proc/loadavg: 1.88 1.94 1.82 4/80 30035
/proc/meminfo: memFree=1688216/2055920 swapFree=4180744/4192956
[pid=30035] ppid=30033 vsize=12268 CPUtime=0
/proc/30035/stat : 30035 (sugar) D 30033 30035 29583 0 -1 4194304 333 0 15 0 0 0 0 0 18 0 1 0 355739818 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 213116484197 0 2147483391 4224 0 18446744072099781622 0 0 17 1 0 0
/proc/30035/statm: 3067 316 241 3 0 167 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12268

[startup+0.301927 s]
/proc/loadavg: 1.88 1.94 1.82 4/80 30035
/proc/meminfo: memFree=1688216/2055920 swapFree=4180744/4192956
[pid=30035] ppid=30033 vsize=13600 CPUtime=0.04
/proc/30035/stat : 30035 (sugar) S 30033 30035 29583 0 -1 4194304 884 127 16 0 3 1 0 0 19 0 1 0 355739818 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30035/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701969 s]
/proc/loadavg: 1.88 1.94 1.82 4/80 30035
/proc/meminfo: memFree=1688216/2055920 swapFree=4180744/4192956
[pid=30035] ppid=30033 vsize=13600 CPUtime=0.39
/proc/30035/stat : 30035 (sugar) S 30033 30035 29583 0 -1 4194304 957 4470 16 1 3 1 33 2 16 0 1 0 355739818 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30035/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.39
Current children cumulated vsize (KiB) 13600

[startup+1.50206 s]
/proc/loadavg: 1.88 1.94 1.82 4/91 30057
/proc/meminfo: memFree=1678272/2055920 swapFree=4180744/4192956
[pid=30035] ppid=30033 vsize=13600 CPUtime=0.39
/proc/30035/stat : 30035 (sugar) S 30033 30035 29583 0 -1 4194304 958 4470 16 1 3 1 33 2 15 0 1 0 355739818 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30035/statm: 3400 797 370 3 0 500 0
[pid=30048] ppid=30035 vsize=5356 CPUtime=0
/proc/30048/stat : 30048 (sh) S 30035 30035 29583 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 355739878 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30048/statm: 1339 233 193 169 0 50 0
[pid=30049] ppid=30048 vsize=868356 CPUtime=0.87
/proc/30049/stat : 30049 (java) S 30048 30035 29583 0 -1 0 5423 0 1 0 84 3 0 0 18 0 9 0 355739878 889196544 4829 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30049/statm: 217089 4829 1730 9 0 211664 0
[pid=30049/tid=30050] ppid=30048 vsize=868356 CPUtime=0.63
/proc/30049/task/30050/stat : 30050 (java) R 30048 30035 29583 0 -1 64 2665 0 1 0 62 1 0 0 18 0 9 0 355739879 889196544 4829 996147200 134512640 134550740 4294955952 18446744073709551615 4125924532 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30049/tid=30051] ppid=30048 vsize=868356 CPUtime=0.04
/proc/30049/task/30051/stat : 30051 (java) S 30048 30035 29583 0 -1 64 637 0 0 0 4 0 0 0 16 0 9 0 355739880 889196544 4829 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30049/tid=30052] ppid=30048 vsize=868356 CPUtime=0
/proc/30049/task/30052/stat : 30052 (java) S 30048 30035 29583 0 -1 64 9 0 0 0 0 0 0 0 19 0 9 0 355739880 889196544 4829 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30049/tid=30053] ppid=30048 vsize=868356 CPUtime=0
/proc/30049/task/30053/stat : 30053 (java) S 30048 30035 29583 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 355739880 889196544 4829 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30049/tid=30054] ppid=30048 vsize=868356 CPUtime=0
/proc/30049/task/30054/stat : 30054 (java) S 30048 30035 29583 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 355739882 889196544 4829 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30049/tid=30055] ppid=30048 vsize=868356 CPUtime=0.17
/proc/30049/task/30055/stat : 30055 (java) S 30048 30035 29583 0 -1 64 1429 0 0 0 17 0 0 0 16 0 9 0 355739882 889196544 4829 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30049/tid=30056] ppid=30048 vsize=868356 CPUtime=0
/proc/30049/task/30056/stat : 30056 (java) S 30048 30035 29583 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 355739882 889196544 4829 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30049/tid=30057] ppid=30048 vsize=868356 CPUtime=0
/proc/30049/task/30057/stat : 30057 (java) S 30048 30035 29583 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 355739882 889196544 4829 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.26
Current children cumulated vsize (KiB) 887312

[startup+3.10223 s]
/proc/loadavg: 1.89 1.94 1.82 3/91 30057
/proc/meminfo: memFree=1665792/2055920 swapFree=4180744/4192956
[pid=30035] ppid=30033 vsize=13600 CPUtime=0.39
/proc/30035/stat : 30035 (sugar) S 30033 30035 29583 0 -1 4194304 958 4470 16 1 3 1 33 2 15 0 1 0 355739818 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30035/statm: 3400 797 370 3 0 500 0
[pid=30048] ppid=30035 vsize=5356 CPUtime=0
/proc/30048/stat : 30048 (sh) S 30035 30035 29583 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 355739878 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30048/statm: 1339 233 193 169 0 50 0
[pid=30049] ppid=30048 vsize=868468 CPUtime=2.45
/proc/30049/stat : 30049 (java) S 30048 30035 29583 0 -1 0 6998 0 1 0 234 11 0 0 18 0 9 0 355739878 889311232 5888 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30049/statm: 217117 5888 2563 9 0 211664 0
[pid=30049/tid=30050] ppid=30048 vsize=868468 CPUtime=2.05
/proc/30049/task/30050/stat : 30050 (java) R 30048 30035 29583 0 -1 64 3062 0 1 0 198 7 0 0 25 0 9 0 355739879 889311232 5888 996147200 134512640 134550740 4294955952 18446744073709551615 4126891267 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30049/tid=30051] ppid=30048 vsize=868468 CPUtime=0.15
/proc/30049/task/30051/stat : 30051 (java) S 30048 30035 29583 0 -1 64 1785 0 0 0 13 2 0 0 16 0 9 0 355739880 889311232 5888 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30049/tid=30052] ppid=30048 vsize=868468 CPUtime=0
/proc/30049/task/30052/stat : 30052 (java) S 30048 30035 29583 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 355739880 889311232 5888 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30049/tid=30053] ppid=30048 vsize=868468 CPUtime=0
/proc/30049/task/30053/stat : 30053 (java) S 30048 30035 29583 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 355739880 889311232 5888 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30049/tid=30054] ppid=30048 vsize=868468 CPUtime=0
/proc/30049/task/30054/stat : 30054 (java) S 30048 30035 29583 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 355739882 889311232 5888 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30049/tid=30055] ppid=30048 vsize=868468 CPUtime=0.22
/proc/30049/task/30055/stat : 30055 (java) S 30048 30035 29583 0 -1 64 1458 0 0 0 22 0 0 0 16 0 9 0 355739882 889311232 5888 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30049/tid=30056] ppid=30048 vsize=868468 CPUtime=0
/proc/30049/task/30056/stat : 30056 (java) S 30048 30035 29583 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 355739882 889311232 5888 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30049/tid=30057] ppid=30048 vsize=868468 CPUtime=0
/proc/30049/task/30057/stat : 30057 (java) S 30048 30035 29583 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 355739882 889311232 5888 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.84
Current children cumulated vsize (KiB) 887424

[startup+6.30158 s]
/proc/loadavg: 1.89 1.94 1.82 3/91 30057
/proc/meminfo: memFree=1649344/2055920 swapFree=4180744/4192956
[pid=30035] ppid=30033 vsize=13600 CPUtime=0.39
/proc/30035/stat : 30035 (sugar) S 30033 30035 29583 0 -1 4194304 958 4470 16 1 3 1 33 2 15 0 1 0 355739818 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30035/statm: 3400 797 370 3 0 500 0
[pid=30048] ppid=30035 vsize=5356 CPUtime=0
/proc/30048/stat : 30048 (sh) S 30035 30035 29583 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 355739878 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30048/statm: 1339 233 193 169 0 50 0
[pid=30049] ppid=30048 vsize=868468 CPUtime=5.62
/proc/30049/stat : 30049 (java) S 30048 30035 29583 0 -1 0 7726 0 1 0 536 26 0 0 18 0 9 0 355739878 889311232 5888 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30049/statm: 217117 5888 2563 9 0 211664 0
[pid=30049/tid=30050] ppid=30048 vsize=868468 CPUtime=5.03
/proc/30049/task/30050/stat : 30050 (java) R 30048 30035 29583 0 -1 64 3790 0 1 0 484 19 0 0 25 0 9 0 355739879 889311232 5888 996147200 134512640 134550740 4294955952 18446744073709551615 4126803676 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30049/tid=30051] ppid=30048 vsize=868468 CPUtime=0.34
/proc/30049/task/30051/stat : 30051 (java) S 30048 30035 29583 0 -1 64 1785 0 0 0 29 5 0 0 16 0 9 0 355739880 889311232 5888 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30049/tid=30052] ppid=30048 vsize=868468 CPUtime=0
/proc/30049/task/30052/stat : 30052 (java) S 30048 30035 29583 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 355739880 889311232 5888 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30049/tid=30053] ppid=30048 vsize=868468 CPUtime=0
/proc/30049/task/30053/stat : 30053 (java) S 30048 30035 29583 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 355739880 889311232 5888 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30049/tid=30054] ppid=30048 vsize=868468 CPUtime=0
/proc/30049/task/30054/stat : 30054 (java) S 30048 30035 29583 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 355739882 889311232 5888 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30049/tid=30055] ppid=30048 vsize=868468 CPUtime=0.22
/proc/30049/task/30055/stat : 30055 (java) S 30048 30035 29583 0 -1 64 1458 0 0 0 22 0 0 0 16 0 9 0 355739882 889311232 5888 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30049/tid=30056] ppid=30048 vsize=868468 CPUtime=0
/proc/30049/task/30056/stat : 30056 (java) S 30048 30035 29583 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 355739882 889311232 5888 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30049/tid=30057] ppid=30048 vsize=868468 CPUtime=0
/proc/30049/task/30057/stat : 30057 (java) S 30048 30035 29583 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 355739882 889311232 5888 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.01
Current children cumulated vsize (KiB) 887424

[startup+12.7023 s]
/proc/loadavg: 1.91 1.94 1.82 3/91 30057
/proc/meminfo: memFree=1609920/2055920 swapFree=4180744/4192956
[pid=30035] ppid=30033 vsize=13600 CPUtime=0.39
/proc/30035/stat : 30035 (sugar) S 30033 30035 29583 0 -1 4194304 958 4470 16 1 3 1 33 2 15 0 1 0 355739818 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30035/statm: 3400 797 370 3 0 500 0
[pid=30048] ppid=30035 vsize=5356 CPUtime=0
/proc/30048/stat : 30048 (sh) S 30035 30035 29583 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 355739878 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30048/statm: 1339 233 193 169 0 50 0
[pid=30049] ppid=30048 vsize=868468 CPUtime=11.94
/proc/30049/stat : 30049 (java) S 30048 30035 29583 0 -1 0 9428 0 1 0 1131 63 0 0 18 0 9 0 355739878 889311232 5888 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30049/statm: 217117 5888 2563 9 0 211664 0
[pid=30049/tid=30050] ppid=30048 vsize=868468 CPUtime=10.97
/proc/30049/task/30050/stat : 30050 (java) R 30048 30035 29583 0 -1 64 5492 0 1 0 1050 47 0 0 25 0 9 0 355739879 889311232 5888 996147200 134512640 134550740 4294955952 18446744073709551615 4126939491 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30049/tid=30051] ppid=30048 vsize=868468 CPUtime=0.72
/proc/30049/task/30051/stat : 30051 (java) S 30048 30035 29583 0 -1 64 1785 0 0 0 58 14 0 0 16 0 9 0 355739880 889311232 5888 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30049/tid=30052] ppid=30048 vsize=868468 CPUtime=0
/proc/30049/task/30052/stat : 30052 (java) S 30048 30035 29583 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 355739880 889311232 5888 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30049/tid=30053] ppid=30048 vsize=868468 CPUtime=0
/proc/30049/task/30053/stat : 30053 (java) S 30048 30035 29583 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 355739880 889311232 5888 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30049/tid=30054] ppid=30048 vsize=868468 CPUtime=0
/proc/30049/task/30054/stat : 30054 (java) S 30048 30035 29583 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 355739882 889311232 5888 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30049/tid=30055] ppid=30048 vsize=868468 CPUtime=0.22
/proc/30049/task/30055/stat : 30055 (java) S 30048 30035 29583 0 -1 64 1458 0 0 0 22 0 0 0 17 0 9 0 355739882 889311232 5888 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30049/tid=30056] ppid=30048 vsize=868468 CPUtime=0
/proc/30049/task/30056/stat : 30056 (java) S 30048 30035 29583 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 355739882 889311232 5888 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30049/tid=30057] ppid=30048 vsize=868468 CPUtime=0
/proc/30049/task/30057/stat : 30057 (java) S 30048 30035 29583 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 355739882 889311232 5888 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.33
Current children cumulated vsize (KiB) 887424

[startup+25.5017 s]
/proc/loadavg: 1.99 1.96 1.83 3/91 30057
/proc/meminfo: memFree=1523776/2055920 swapFree=4180744/4192956
[pid=30035] ppid=30033 vsize=13600 CPUtime=0.39
/proc/30035/stat : 30035 (sugar) S 30033 30035 29583 0 -1 4194304 958 4470 16 1 3 1 33 2 15 0 1 0 355739818 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30035/statm: 3400 797 370 3 0 500 0
[pid=30048] ppid=30035 vsize=5356 CPUtime=0
/proc/30048/stat : 30048 (sh) S 30035 30035 29583 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 355739878 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30048/statm: 1339 233 193 169 0 50 0
[pid=30049] ppid=30048 vsize=868468 CPUtime=24.58
/proc/30049/stat : 30049 (java) S 30048 30035 29583 0 -1 0 12990 0 1 0 2314 144 0 0 18 0 9 0 355739878 889311232 5888 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30049/statm: 217117 5888 2563 9 0 211664 0
[pid=30049/tid=30050] ppid=30048 vsize=868468 CPUtime=22.72
/proc/30049/task/30050/stat : 30050 (java) R 30048 30035 29583 0 -1 64 9054 0 1 0 2166 106 0 0 25 0 9 0 355739879 889311232 5888 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30049/tid=30051] ppid=30048 vsize=868468 CPUtime=1.61
/proc/30049/task/30051/stat : 30051 (java) S 30048 30035 29583 0 -1 64 1785 0 0 0 125 36 0 0 15 0 9 0 355739880 889311232 5888 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30049/tid=30052] ppid=30048 vsize=868468 CPUtime=0
/proc/30049/task/30052/stat : 30052 (java) S 30048 30035 29583 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 355739880 889311232 5888 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30049/tid=30053] ppid=30048 vsize=868468 CPUtime=0
/proc/30049/task/30053/stat : 30053 (java) S 30048 30035 29583 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 355739880 889311232 5888 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

[pid=30049/tid=30055] ppid=30048 vsize=868468 CPUtime=0.22
/proc/30049/task/30055/stat : 30055 (java) S 30048 30035 29583 0 -1 64 1460 0 0 0 22 0 0 0 16 0 9 0 355739882 889311232 5890 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30049/tid=30056] ppid=30048 vsize=868468 CPUtime=0
/proc/30049/task/30056/stat : 30056 (java) S 30048 30035 29583 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 355739882 889311232 5890 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30049/tid=30057] ppid=30048 vsize=868468 CPUtime=0
/proc/30049/task/30057/stat : 30057 (java) S 30048 30035 29583 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 355739882 889311232 5890 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 218.87
Current children cumulated vsize (KiB) 887424

[startup+282.302 s]
/proc/loadavg: 2.74 2.29 1.98 3/91 30057
/proc/meminfo: memFree=14848/2055920 swapFree=4180744/4192956
[pid=30035] ppid=30033 vsize=13600 CPUtime=0.39
/proc/30035/stat : 30035 (sugar) S 30033 30035 29583 0 -1 4194304 958 4470 16 1 3 1 33 2 16 0 1 0 355739818 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30035/statm: 3400 797 370 3 0 500 0
[pid=30048] ppid=30035 vsize=5356 CPUtime=0
/proc/30048/stat : 30048 (sh) S 30035 30035 29583 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 355739878 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30048/statm: 1339 233 193 169 0 50 0
[pid=30049] ppid=30048 vsize=868468 CPUtime=277.58
/proc/30049/stat : 30049 (java) S 30048 30035 29583 0 -1 0 87397 0 1 0 25995 1763 0 0 18 0 9 0 355739878 889311232 5890 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30049/statm: 217117 5890 2563 9 0 211664 0
[pid=30049/tid=30050] ppid=30048 vsize=868468 CPUtime=259.14
/proc/30049/task/30050/stat : 30050 (java) R 30048 30035 29583 0 -1 64 83459 0 1 0 24583 1331 0 0 25 0 9 0 355739879 889311232 5890 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30049/tid=30051] ppid=30048 vsize=868468 CPUtime=18.17
/proc/30049/task/30051/stat : 30051 (java) S 30048 30035 29583 0 -1 64 1785 0 0 0 1388 429 0 0 16 0 9 0 355739880 889311232 5890 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30049/tid=30052] ppid=30048 vsize=868468 CPUtime=0
/proc/30049/task/30052/stat : 30052 (java) S 30048 30035 29583 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 355739880 889311232 5890 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30049/tid=30053] ppid=30048 vsize=868468 CPUtime=0
/proc/30049/task/30053/stat : 30053 (java) S 30048 30035 29583 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 355739880 889311232 5890 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30049/tid=30054] ppid=30048 vsize=868468 CPUtime=0
/proc/30049/task/30054/stat : 30054 (java) S 30048 30035 29583 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 355739882 889311232 5890 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30049/tid=30055] ppid=30048 vsize=868468 CPUtime=0.22
/proc/30049/task/30055/stat : 30055 (java) S 30048 30035 29583 0 -1 64 1460 0 0 0 22 0 0 0 16 0 9 0 355739882 889311232 5890 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30049/tid=30056] ppid=30048 vsize=868468 CPUtime=0
/proc/30049/task/30056/stat : 30056 (java) S 30048 30035 29583 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 355739882 889311232 5890 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30049/tid=30057] ppid=30048 vsize=868468 CPUtime=0
/proc/30049/task/30057/stat : 30057 (java) S 30048 30035 29583 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 355739882 889311232 5890 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 277.97
Current children cumulated vsize (KiB) 887424

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

[startup+287.902 s]
/proc/loadavg: 2.76 2.30 1.98 3/91 30057
/proc/meminfo: memFree=16256/2055920 swapFree=4180744/4192956
[pid=30035] ppid=30033 vsize=13600 CPUtime=0.39
/proc/30035/stat : 30035 (sugar) S 30033 30035 29583 0 -1 4194304 958 4470 16 1 3 1 33 2 16 0 1 0 355739818 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30035/statm: 3400 797 370 3 0 500 0
[pid=30048] ppid=30035 vsize=5356 CPUtime=0
/proc/30048/stat : 30048 (sh) S 30035 30035 29583 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 355739878 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30048/statm: 1339 233 193 169 0 50 0
[pid=30049] ppid=30048 vsize=868468 CPUtime=283.03
/proc/30049/stat : 30049 (java) S 30048 30035 29583 0 -1 0 89146 0 1 0 26501 1802 0 0 18 0 9 0 355739878 889311232 5890 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30049/statm: 217117 5890 2563 9 0 211664 0
[pid=30049/tid=30050] ppid=30048 vsize=868468 CPUtime=264.24
/proc/30049/task/30050/stat : 30050 (java) R 30048 30035 29583 0 -1 64 85208 0 1 0 25061 1363 0 0 25 0 9 0 355739879 889311232 5890 996147200 134512640 134550740 4294955952 18446744073709551615 4126941364 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30049/tid=30051] ppid=30048 vsize=868468 CPUtime=18.54
/proc/30049/task/30051/stat : 30051 (java) S 30048 30035 29583 0 -1 64 1785 0 0 0 1417 437 0 0 16 0 9 0 355739880 889311232 5890 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30049/tid=30052] ppid=30048 vsize=868468 CPUtime=0
/proc/30049/task/30052/stat : 30052 (java) S 30048 30035 29583 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 355739880 889311232 5890 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30049/tid=30053] ppid=30048 vsize=868468 CPUtime=0
/proc/30049/task/30053/stat : 30053 (java) S 30048 30035 29583 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 355739880 889311232 5890 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30049/tid=30054] ppid=30048 vsize=868468 CPUtime=0
/proc/30049/task/30054/stat : 30054 (java) S 30048 30035 29583 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 355739882 889311232 5890 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30049/tid=30055] ppid=30048 vsize=868468 CPUtime=0.22
/proc/30049/task/30055/stat : 30055 (java) S 30048 30035 29583 0 -1 64 1460 0 0 0 22 0 0 0 16 0 9 0 355739882 889311232 5890 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30049/tid=30056] ppid=30048 vsize=868468 CPUtime=0
/proc/30049/task/30056/stat : 30056 (java) S 30048 30035 29583 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 355739882 889311232 5890 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30049/tid=30057] ppid=30048 vsize=868468 CPUtime=0
/proc/30049/task/30057/stat : 30057 (java) S 30048 30035 29583 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 355739882 889311232 5890 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 283.42
Current children cumulated vsize (KiB) 887424

[startup+294.303 s]
/proc/loadavg: 2.78 2.31 1.99 3/91 30057
/proc/meminfo: memFree=15808/2055920 swapFree=4180744/4192956
[pid=30035] ppid=30033 vsize=13600 CPUtime=0.39
/proc/30035/stat : 30035 (sugar) S 30033 30035 29583 0 -1 4194304 958 4470 16 1 3 1 33 2 16 0 1 0 355739818 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30035/statm: 3400 797 370 3 0 500 0
[pid=30048] ppid=30035 vsize=5356 CPUtime=0
/proc/30048/stat : 30048 (sh) S 30035 30035 29583 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 355739878 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30048/statm: 1339 233 193 169 0 50 0
[pid=30049] ppid=30048 vsize=868468 CPUtime=289.29
/proc/30049/stat : 30049 (java) S 30048 30035 29583 0 -1 0 91123 0 1 0 27081 1848 0 0 18 0 9 0 355739878 889311232 5890 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30049/statm: 217117 5890 2563 9 0 211664 0
[pid=30049/tid=30050] ppid=30048 vsize=868468 CPUtime=270.05
/proc/30049/task/30050/stat : 30050 (java) R 30048 30035 29583 0 -1 64 87185 0 1 0 25608 1397 0 0 25 0 9 0 355739879 889311232 5890 996147200 134512640 134550740 4294955952 18446744073709551615 102064734 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30049/tid=30051] ppid=30048 vsize=868468 CPUtime=18.98
/proc/30049/task/30051/stat : 30051 (java) S 30048 30035 29583 0 -1 64 1785 0 0 0 1449 449 0 0 16 0 9 0 355739880 889311232 5890 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30049/tid=30052] ppid=30048 vsize=868468 CPUtime=0
/proc/30049/task/30052/stat : 30052 (java) S 30048 30035 29583 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 355739880 889311232 5890 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30049/tid=30053] ppid=30048 vsize=868468 CPUtime=0
/proc/30049/task/30053/stat : 30053 (java) S 30048 30035 29583 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 355739880 889311232 5890 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30049/tid=30054] ppid=30048 vsize=868468 CPUtime=0
/proc/30049/task/30054/stat : 30054 (java) S 30048 30035 29583 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 355739882 889311232 5890 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30049/tid=30055] ppid=30048 vsize=868468 CPUtime=0.22
/proc/30049/task/30055/stat : 30055 (java) S 30048 30035 29583 0 -1 64 1460 0 0 0 22 0 0 0 16 0 9 0 355739882 889311232 5890 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30049/tid=30056] ppid=30048 vsize=868468 CPUtime=0
/proc/30049/task/30056/stat : 30056 (java) S 30048 30035 29583 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 355739882 889311232 5890 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30049/tid=30057] ppid=30048 vsize=868468 CPUtime=0
/proc/30049/task/30057/stat : 30057 (java) S 30048 30035 29583 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 355739882 889311232 5890 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 289.68
Current children cumulated vsize (KiB) 887424

[startup+295.907 s]
/proc/loadavg: 2.78 2.31 1.99 3/91 30057
/proc/meminfo: memFree=15104/2055920 swapFree=4180744/4192956
[pid=30035] ppid=30033 vsize=13600 CPUtime=0.39
/proc/30035/stat : 30035 (sugar) S 30033 30035 29583 0 -1 4194304 958 4470 16 1 3 1 33 2 16 0 1 0 355739818 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30035/statm: 3400 797 370 3 0 500 0
[pid=30048] ppid=30035 vsize=5356 CPUtime=0
/proc/30048/stat : 30048 (sh) S 30035 30035 29583 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 355739878 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30048/statm: 1339 233 193 169 0 50 0
[pid=30049] ppid=30048 vsize=868468 CPUtime=290.84
/proc/30049/stat : 30049 (java) S 30048 30035 29583 0 -1 0 91611 0 1 0 27224 1860 0 0 18 0 9 0 355739878 889311232 5890 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30049/statm: 217117 5890 2563 9 0 211664 0
[pid=30049/tid=30050] ppid=30048 vsize=868468 CPUtime=271.51
/proc/30049/task/30050/stat : 30050 (java) R 30048 30035 29583 0 -1 64 87673 0 1 0 25744 1407 0 0 25 0 9 0 355739879 889311232 5890 996147200 134512640 134550740 4294955952 18446744073709551615 4126499401 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30049/tid=30051] ppid=30048 vsize=868468 CPUtime=19.08
/proc/30049/task/30051/stat : 30051 (java) S 30048 30035 29583 0 -1 64 1785 0 0 0 1457 451 0 0 16 0 9 0 355739880 889311232 5890 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30049/tid=30052] ppid=30048 vsize=868468 CPUtime=0
/proc/30049/task/30052/stat : 30052 (java) S 30048 30035 29583 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 355739880 889311232 5890 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30049/tid=30053] ppid=30048 vsize=868468 CPUtime=0
/proc/30049/task/30053/stat : 30053 (java) S 30048 30035 29583 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 355739880 889311232 5890 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30049/tid=30054] ppid=30048 vsize=868468 CPUtime=0
/proc/30049/task/30054/stat : 30054 (java) S 30048 30035 29583 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 355739882 889311232 5890 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30049/tid=30055] ppid=30048 vsize=868468 CPUtime=0.22
/proc/30049/task/30055/stat : 30055 (java) S 30048 30035 29583 0 -1 64 1460 0 0 0 22 0 0 0 16 0 9 0 355739882 889311232 5890 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30049/tid=30056] ppid=30048 vsize=868468 CPUtime=0
/proc/30049/task/30056/stat : 30056 (java) S 30048 30035 29583 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 355739882 889311232 5890 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30049/tid=30057] ppid=30048 vsize=868468 CPUtime=0
/proc/30049/task/30057/stat : 30057 (java) S 30048 30035 29583 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 355739882 889311232 5890 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 291.23
Current children cumulated vsize (KiB) 887424

[startup+297.502 s]
/proc/loadavg: 2.80 2.32 2.00 2/81 30057
/proc/meminfo: memFree=29200/2055920 swapFree=4180744/4192956
[pid=30035] ppid=30033 vsize=13600 CPUtime=292.76
/proc/30035/stat : 30035 (sugar) R 30033 30035 29583 0 -1 4194304 980 96664 16 2 3 60 27343 1870 17 0 1 0 355739818 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 213116490793 0 0 4224 16386 0 0 0 17 0 0 0
/proc/30035/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 292.76
Current children cumulated vsize (KiB) 13600

[startup+297.902 s]
/proc/loadavg: 2.80 2.32 2.00 2/81 30057
/proc/meminfo: memFree=29200/2055920 swapFree=4180744/4192956
[pid=30035] ppid=30033 vsize=13600 CPUtime=293.08
/proc/30035/stat : 30035 (sugar) D 30033 30035 29583 0 -1 4194304 980 96664 16 2 3 92 27343 1870 16 0 1 0 355739818 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 213116490793 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/30035/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 293.08
Current children cumulated vsize (KiB) 13600

[startup+298.302 s]
/proc/loadavg: 2.80 2.32 2.00 2/81 30057
/proc/meminfo: memFree=1897872/2055920 swapFree=4180744/4192956
[pid=30035] ppid=30033 vsize=13600 CPUtime=293.1
/proc/30035/stat : 30035 (sugar) D 30033 30035 29583 0 -1 4194304 980 96664 16 2 3 94 27343 1870 15 0 1 0 355739818 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 213116490793 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/30035/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 293.1
Current children cumulated vsize (KiB) 13600

[startup+298.402 s]
/proc/loadavg: 2.80 2.32 2.00 2/81 30057
/proc/meminfo: memFree=1897872/2055920 swapFree=4180744/4192956
[pid=30035] ppid=30033 vsize=13600 CPUtime=293.1
/proc/30035/stat : 30035 (sugar) D 30033 30035 29583 0 -1 4194304 980 96664 16 2 3 94 27343 1870 15 0 1 0 355739818 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 213116490793 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/30035/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 293.1
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 298.477
CPU time (s): 293.134
CPU user time (s): 273.477
CPU system time (s): 19.657
CPU usage (%): 98.21
Max. virtual memory (cumulated for all children) (KiB): 887424

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 273.477
system time used= 19.657
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 97674
page faults= 18
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 603631
involuntary context switches= 607572

runsolver used 0.395939 second user time and 0.98285 second system time

The end

Launcher Data (download as text)

Begin job on node37 at 2008-09-01 18:28:26
IDJOB=1132350
IDBENCH=66162
IDSOLVER=346
FILE ID=node37/1132350-1220286506
PBS_JOBID= 8108527
Free space on /tmp= 66560 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 47e179d71727ec724eb6a9387dce9554
RANDOM SEED=1109999259

node37.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.211
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.211
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:       1688760 kB
Buffers:         19032 kB
Cached:         223748 kB
SwapCached:       6032 kB
Active:         127764 kB
Inactive:       185192 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1688760 kB
SwapTotal:     4192956 kB
SwapFree:      4180744 kB
Dirty:            3656 kB
Writeback:           0 kB
Mapped:          86412 kB
Slab:            39560 kB
Committed_AS:   908504 kB
PageTables:       1872 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= 66560 MiB
End job on node37 at 2008-09-01 18:33:25