Trace number 1112357

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? 207.488 215.863

General information on the benchmark

Namecsp/haystacks/
normalized-haystacks-36.xml
MD5SUM87cb5ec2449d8c75ad96262506f10f50
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints1
Best CPU time to get the best result obtained on this benchmark3600.03
Satisfiable
(Un)Satisfiability was proved
Number of variables1296
Number of constraints22715
Maximum constraint arity2
Maximum domain size36
Number of constraints which are defined in extension0
Number of constraints which are defined in intension22715
Global constraints used (with number of constraints)

Solver Data (download as text)

0.03/0.56	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.03/0.58	c 0	BEGIN Thu Aug  7 20:23:03 2008
0.03/0.58	c 0	PID 12163
0.03/0.58	c 0	HOST node74.alineos.net
0.03/0.58	c 0	CONVERTING HOME/instance-1112357-1218133382.xml TO HOME/temp.csp
0.03/0.58	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1112357-1218133382.xml' 'HOME/temp.csp'
1.54/2.11	c 2	1 domains, 1296 variables, 4 predicates, 0 relations, 22715 constraints
1.54/2.16	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.54/2.16	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'
1.58/2.24	c 2	Parsing HOME/temp.csp
1.95/2.50	c 2	parsed 10000 expressions
2.05/2.69	c 2	parsed 20000 expressions
2.14/2.75	c 2	parsed 24016 expressions
2.14/2.76	c 2	Heap : 7 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.35/2.94	c 2	MAX CSP: 22715 constraints
2.35/2.94	c 2	Converting to clausal form CSP
2.96/3.42	c 3	converted 4674 (10%) expressions
3.27/3.79	c 3	converted 9347 (20%) expressions
3.76/4.30	c 4	converted 14021 (30%) expressions
4.16/4.67	c 4	converted 18694 (40%) expressions
4.57/5.04	c 5	converted 23367 (50%) expressions
4.96/5.42	c 5	converted 28041 (60%) expressions
5.56/6.02	c 6	converted 32714 (70%) expressions
5.95/6.40	c 6	converted 37388 (80%) expressions
6.26/6.78	c 6	converted 42061 (90%) expressions
8.97/9.48	c 9	converted 46734 (100%) expressions
8.97/9.49	c 9	CSP : 46726 integers, 33843 booleans, 124969 clauses, largest domain size 34073
8.97/9.49	c 9	Heap : 81 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
8.97/9.49	c 9	Propagation in CSP
10.48/10.90	c 10	22706 values, 0 unsatisfiable literals, and 0 valid clauses are removed
10.48/10.91	c 10	CSP : 46726 integers, 33843 booleans, 124969 clauses, largest domain size 22716
10.48/10.91	c 10	Heap : 87 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
10.48/10.94	c 10	Simplifing CSP by introducing new Boolean variables
10.69/11.12	c 11	CSP : 46726 integers, 57481 booleans, 148607 clauses, largest domain size 22716
10.69/11.12	c 11	Heap : 94 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
11.17/11.64	c 11	Encoding CSP to SAT : HOME/temp.cnf
11.41/11.88	c 11	4673 (10%) CSP integer variables are encoded (44064 clauses, 639446 bytes)
11.41/11.89	c 11	9346 (20%) CSP integer variables are encoded (44064 clauses, 639446 bytes)
11.41/11.89	c 11	14018 (30%) CSP integer variables are encoded (44064 clauses, 639446 bytes)
11.50/11.90	c 11	18691 (40%) CSP integer variables are encoded (44064 clauses, 639446 bytes)
11.50/11.91	c 11	23363 (50%) CSP integer variables are encoded (44064 clauses, 639446 bytes)
11.50/11.99	c 11	28036 (60%) CSP integer variables are encoded (106136 clauses, 1632945 bytes)
11.60/12.06	c 12	32709 (70%) CSP integer variables are encoded (163572 clauses, 2609357 bytes)
11.71/12.15	c 12	37381 (80%) CSP integer variables are encoded (227084 clauses, 3689061 bytes)
11.81/12.22	c 12	42054 (90%) CSP integer variables are encoded (282896 clauses, 4637865 bytes)
12.21/12.66	c 12	46726 (100%) CSP integer variables are encoded (647326 clauses, 10833175 bytes)
13.92/14.32	c 14	14861 (10%) CSP clauses are encoded (1001832 clauses, 20131615 bytes)
15.41/15.88	c 15	29722 (20%) CSP clauses are encoded (1353699 clauses, 29511643 bytes)
17.11/17.51	c 17	44583 (30%) CSP clauses are encoded (1702377 clauses, 38917342 bytes)
18.69/19.15	c 19	59443 (40%) CSP clauses are encoded (2058323 clauses, 48804334 bytes)
20.39/20.80	c 20	74304 (50%) CSP clauses are encoded (2414372 clauses, 58722024 bytes)
21.96/24.19	c 24	89165 (60%) CSP clauses are encoded (2768338 clauses, 68502704 bytes)
23.76/25.97	c 25	104025 (70%) CSP clauses are encoded (3236916 clauses, 80565567 bytes)
88.24/91.67	c 91	118886 (80%) CSP clauses are encoded (38054409 clauses, 929837876 bytes)
206.68/212.79	c 212	ERROR Exception Too large HOME/temp.cnf
206.78/213.05	c 212	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:219)
206.78/213.05	c 212	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:130)
206.78/213.05	c 212	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:258)
206.78/213.05	s UNKNOWN
206.80/213.69	c 213	CPU 191.15 (0.05 0.02 191.1 15.64)
206.80/213.69	c 213	END Thu Aug  7 20:26:36 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-1112357-1218133382/watcher-1112357-1218133382 -o /tmp/evaluation-result-1112357-1218133382/solver-1112357-1218133382 -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-1112357-1218133382.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: 1.34 1.42 0.75 3/83 12163
/proc/meminfo: memFree=1214152/2055920 swapFree=4180352/4192956
[pid=12163] ppid=12161 vsize=18572 CPUtime=0
/proc/12163/stat : 12163 (runsolver) D 12161 12163 11954 0 -1 4194368 15 0 0 0 0 0 0 0 18 0 1 0 140425030 19017728 292 996147200 4194304 4296836 548682068192 18446744073709551615 228774702375 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/12163/statm: 4643 292 257 25 0 2626 0

[startup+0.106017 s]
/proc/loadavg: 1.34 1.42 0.75 3/83 12163
/proc/meminfo: memFree=1214152/2055920 swapFree=4180352/4192956
[pid=12163] ppid=12161 vsize=12272 CPUtime=0
/proc/12163/stat : 12163 (sugar++) D 12161 12163 11954 0 -1 4194304 362 0 0 0 0 0 0 0 18 0 1 0 140425030 12566528 330 996147200 4194304 4206940 548682068528 18446744073709551615 228783599714 0 0 4224 0 18446744071563608240 0 0 17 1 0 0
/proc/12163/statm: 3068 330 246 3 0 168 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12272

[startup+0.201034 s]
/proc/loadavg: 1.34 1.42 0.75 3/83 12163
/proc/meminfo: memFree=1214152/2055920 swapFree=4180352/4192956
[pid=12163] ppid=12161 vsize=12272 CPUtime=0
/proc/12163/stat : 12163 (sugar++) D 12161 12163 11954 0 -1 4194304 396 0 0 0 0 0 0 0 18 0 1 0 140425030 12566528 364 996147200 4194304 4206940 548682068528 18446744073709551615 228783599714 0 0 4224 0 18446744071563479169 0 0 17 1 0 0
/proc/12163/statm: 3068 364 274 3 0 168 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12272

[startup+0.301054 s]
/proc/loadavg: 1.34 1.42 0.75 3/83 12163
/proc/meminfo: memFree=1214152/2055920 swapFree=4180352/4192956
[pid=12163] ppid=12161 vsize=12272 CPUtime=0
/proc/12163/stat : 12163 (sugar++) D 12161 12163 11954 0 -1 4194304 400 0 0 0 0 0 0 0 18 0 1 0 140425030 12566528 368 996147200 4194304 4206940 548682068528 18446744073709551615 228783599714 0 0 4224 0 18446744071563479169 0 0 17 1 0 0
/proc/12163/statm: 3068 368 274 3 0 168 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12272

[startup+0.701134 s]
/proc/loadavg: 1.34 1.42 0.75 3/83 12163
/proc/meminfo: memFree=1214152/2055920 swapFree=4180352/4192956
[pid=12163] ppid=12161 vsize=16740 CPUtime=0.07
/proc/12163/stat : 12163 (sugar++) S 12161 12163 11954 0 -1 4194304 1217 128 2 0 5 2 0 0 16 0 1 0 140425030 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12163/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+1.50349 s]
/proc/loadavg: 1.34 1.42 0.75 2/94 12175
/proc/meminfo: memFree=1189872/2055920 swapFree=4180352/4192956
[pid=12163] ppid=12161 vsize=16740 CPUtime=0.07
/proc/12163/stat : 12163 (sugar++) S 12161 12163 11954 0 -1 4194304 1217 128 2 0 5 2 0 0 16 0 1 0 140425030 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12163/statm: 4185 1104 409 3 0 764 0
[pid=12166] ppid=12163 vsize=5356 CPUtime=0
/proc/12166/stat : 12166 (sh) S 12163 12163 11954 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 140425089 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12166/statm: 1339 233 193 169 0 50 0
[pid=12167] ppid=12166 vsize=864664 CPUtime=0.84
/proc/12167/stat : 12167 (java) S 12166 12163 11954 0 -1 0 10824 0 61 0 76 8 0 0 18 0 9 0 140425090 885415936 9407 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12167/statm: 216166 9409 2529 9 0 210748 0
[pid=12167/tid=12168] ppid=12166 vsize=864664 CPUtime=0.46
/proc/12167/task/12168/stat : 12168 (java) S 12166 12163 11954 0 -1 64 2819 0 27 0 42 4 0 0 16 0 9 0 140425095 885415936 9409 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12167/tid=12169] ppid=12166 vsize=864664 CPUtime=0.24
/proc/12167/task/12169/stat : 12169 (java) R 12166 12163 11954 0 -1 64 6848 0 0 0 22 2 0 0 15 0 9 0 140425106 885415936 9411 996147200 134512640 134550740 4294956000 18446744073709551615 102674864 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12167/tid=12170] ppid=12166 vsize=864664 CPUtime=0
/proc/12167/task/12170/stat : 12170 (java) S 12166 12163 11954 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 140425106 885415936 9413 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12167/tid=12171] ppid=12166 vsize=864664 CPUtime=0
/proc/12167/task/12171/stat : 12171 (java) S 12166 12163 11954 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 140425107 885415936 9414 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12167/tid=12172] ppid=12166 vsize=864664 CPUtime=0
/proc/12167/task/12172/stat : 12172 (java) S 12166 12163 11954 0 -1 64 1 0 0 0 0 0 0 0 21 0 9 0 140425109 885415936 9416 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12167/tid=12173] ppid=12166 vsize=864664 CPUtime=0.11
/proc/12167/task/12173/stat : 12173 (java) S 12166 12163 11954 0 -1 64 496 0 0 0 11 0 0 0 16 0 9 0 140425109 885415936 9417 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12167/tid=12174] ppid=12166 vsize=864664 CPUtime=0
/proc/12167/task/12174/stat : 12174 (java) S 12166 12163 11954 0 -1 64 1 0 0 0 0 0 0 0 22 0 9 0 140425109 885415936 9419 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12167/tid=12175] ppid=12166 vsize=864664 CPUtime=0
/proc/12167/task/12175/stat : 12175 (java) S 12166 12163 11954 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 140425109 885415936 9420 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 0.91
Current children cumulated vsize (KiB) 886760

[startup+3.1028 s]
/proc/loadavg: 1.34 1.42 0.75 2/90 12181
/proc/meminfo: memFree=1198544/2055920 swapFree=4180352/4192956
[pid=12163] ppid=12161 vsize=16740 CPUtime=1.56
/proc/12163/stat : 12163 (sugar++) S 12161 12163 11954 0 -1 4194304 1295 14159 2 61 5 2 137 12 15 0 1 0 140425030 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12163/statm: 4185 1104 409 3 0 764 0
[pid=12176] ppid=12163 vsize=5356 CPUtime=0
/proc/12176/stat : 12176 (sh) S 12163 12163 11954 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 140425247 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12176/statm: 1339 233 193 169 0 50 0
[pid=12177] ppid=12176 vsize=865080 CPUtime=1
/proc/12177/stat : 12177 (java) S 12176 12163 11954 0 -1 0 8679 0 1 0 97 3 0 0 20 0 9 0 140425247 885841920 7561 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12177/statm: 216270 7561 2542 9 0 210845 0
[pid=12177/tid=12178] ppid=12176 vsize=865080 CPUtime=0.57
/proc/12177/task/12178/stat : 12178 (java) R 12176 12163 11954 0 -1 64 2689 0 1 0 57 0 0 0 16 0 9 0 140425248 885841920 7561 996147200 134512640 134550740 4294955920 18446744073709551615 4126095702 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12177/tid=12179] ppid=12176 vsize=865080 CPUtime=0.31
/proc/12177/task/12179/stat : 12179 (java) S 12176 12163 11954 0 -1 64 4922 0 0 0 30 1 0 0 17 0 9 0 140425249 885841920 7561 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12177/tid=12180] ppid=12176 vsize=865080 CPUtime=0
/proc/12177/task/12180/stat : 12180 (java) S 12176 12163 11954 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 140425249 885841920 7561 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12177/tid=12181] ppid=12176 vsize=865080 CPUtime=0
/proc/12177/task/12181/stat : 12181 (java) S 12176 12163 11954 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 140425249 885841920 7561 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.56
Current children cumulated vsize (KiB) 887176

[startup+6.30242 s]
/proc/loadavg: 1.39 1.43 0.75 2/94 12185
/proc/meminfo: memFree=1153584/2055920 swapFree=4180352/4192956
[pid=12163] ppid=12161 vsize=16740 CPUtime=1.56
/proc/12163/stat : 12163 (sugar++) S 12161 12163 11954 0 -1 4194304 1295 14159 2 61 5 2 137 12 16 0 1 0 140425030 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12163/statm: 4185 1104 409 3 0 764 0
[pid=12176] ppid=12163 vsize=5356 CPUtime=0
/proc/12176/stat : 12176 (sh) S 12163 12163 11954 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 140425247 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12176/statm: 1339 233 193 169 0 50 0
[pid=12177] ppid=12176 vsize=869284 CPUtime=4.3
/proc/12177/stat : 12177 (java) S 12176 12163 11954 0 -1 0 17885 0 1 0 423 7 0 0 20 0 9 0 140425247 890146816 16220 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12177/statm: 217321 16220 2540 9 0 211896 0
[pid=12177/tid=12178] ppid=12176 vsize=869284 CPUtime=3.03
/proc/12177/task/12178/stat : 12178 (java) R 12176 12163 11954 0 -1 64 3284 0 1 0 302 1 0 0 17 0 9 0 140425248 890146816 16220 996147200 134512640 134550740 4294955920 18446744073709551615 4126479863 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12177/tid=12179] ppid=12176 vsize=869284 CPUtime=1.06
/proc/12177/task/12179/stat : 12179 (java) S 12176 12163 11954 0 -1 64 12415 0 0 0 101 5 0 0 15 0 9 0 140425249 890146816 16220 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12177/tid=12180] ppid=12176 vsize=869284 CPUtime=0
/proc/12177/task/12180/stat : 12180 (java) S 12176 12163 11954 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 140425249 890146816 16220 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12177/tid=12181] ppid=12176 vsize=869284 CPUtime=0
/proc/12177/task/12181/stat : 12181 (java) S 12176 12163 11954 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 140425249 890146816 16220 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12177/tid=12182] ppid=12176 vsize=869284 CPUtime=0
/proc/12177/task/12182/stat : 12182 (java) S 12176 12163 11954 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 140425252 890146816 16220 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12177/tid=12183] ppid=12176 vsize=869284 CPUtime=0.19
/proc/12177/task/12183/stat : 12183 (java) S 12176 12163 11954 0 -1 64 1489 0 0 0 19 0 0 0 16 0 9 0 140425252 890146816 16220 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12177/tid=12184] ppid=12176 vsize=869284 CPUtime=0
/proc/12177/task/12184/stat : 12184 (java) S 12176 12163 11954 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 140425252 890146816 16220 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12177/tid=12185] ppid=12176 vsize=869284 CPUtime=0
/proc/12177/task/12185/stat : 12185 (java) S 12176 12163 11954 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 140425252 890146816 16220 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.86
Current children cumulated vsize (KiB) 891380

[startup+12.7027 s]
/proc/loadavg: 1.36 1.42 0.76 2/94 12185
/proc/meminfo: memFree=1089904/2055920 swapFree=4180352/4192956
[pid=12163] ppid=12161 vsize=16740 CPUtime=1.56
/proc/12163/stat : 12163 (sugar++) S 12161 12163 11954 0 -1 4194304 1295 14159 2 61 5 2 137 12 16 0 1 0 140425030 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12163/statm: 4185 1104 409 3 0 764 0
[pid=12176] ppid=12163 vsize=5356 CPUtime=0
/proc/12176/stat : 12176 (sh) S 12163 12163 11954 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 140425247 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12176/statm: 1339 233 193 169 0 50 0
[pid=12177] ppid=12176 vsize=869396 CPUtime=10.75
/proc/12177/stat : 12177 (java) S 12176 12163 11954 0 -1 0 40487 0 1 0 1051 24 0 0 20 0 9 0 140425247 890261504 29542 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12177/statm: 217349 29542 2566 9 0 211896 0
[pid=12177/tid=12178] ppid=12176 vsize=869396 CPUtime=7.9
/proc/12177/task/12178/stat : 12178 (java) R 12176 12163 11954 0 -1 64 3874 0 1 0 782 8 0 0 17 0 9 0 140425248 890261504 29542 996147200 134512640 134550740 4294955920 18446744073709551615 4127137724 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12177/tid=12179] ppid=12176 vsize=869396 CPUtime=2.55
/proc/12177/task/12179/stat : 12179 (java) S 12176 12163 11954 0 -1 64 34364 0 0 0 241 14 0 0 16 0 9 0 140425249 890261504 29542 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12177/tid=12180] ppid=12176 vsize=869396 CPUtime=0
/proc/12177/task/12180/stat : 12180 (java) S 12176 12163 11954 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 140425249 890261504 29542 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12177/tid=12181] ppid=12176 vsize=869396 CPUtime=0
/proc/12177/task/12181/stat : 12181 (java) S 12176 12163 11954 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 140425249 890261504 29542 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12177/tid=12182] ppid=12176 vsize=869396 CPUtime=0
/proc/12177/task/12182/stat : 12182 (java) S 12176 12163 11954 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 140425252 890261504 29542 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12177/tid=12183] ppid=12176 vsize=869396 CPUtime=0.27
/proc/12177/task/12183/stat : 12183 (java) S 12176 12163 11954 0 -1 64 1552 0 0 0 27 0 0 0 16 0 9 0 140425252 890261504 29542 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12177/tid=12184] ppid=12176 vsize=869396 CPUtime=0
/proc/12177/task/12184/stat : 12184 (java) S 12176 12163 11954 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 140425252 890261504 29542 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12177/tid=12185] ppid=12176 vsize=869396 CPUtime=0
/proc/12177/task/12185/stat : 12185 (java) S 12176 12163 11954 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 140425252 890261504 29542 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.31
Current children cumulated vsize (KiB) 891492

[startup+25.5012 s]
/proc/loadavg: 1.52 1.45 0.77 2/94 12187
/proc/meminfo: memFree=1015392/2055920 swapFree=4180408/4192956
[pid=12163] ppid=12161 vsize=16740 CPUtime=1.56
/proc/12163/stat : 12163 (sugar++) S 12161 12163 11954 0 -1 4194304 1295 14159 2 61 5 2 137 12 16 0 1 0 140425030 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12163/statm: 4185 1104 409 3 0 764 0
[pid=12176] ppid=12163 vsize=5356 CPUtime=0
/proc/12176/stat : 12176 (sh) S 12163 12163 11954 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 140425247 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12176/statm: 1339 233 193 169 0 50 0
[pid=12177] ppid=12176 vsize=869396 CPUtime=21.79
/proc/12177/stat : 12177 (java) S 12176 12163 11954 0 -1 0 40782 0 1 0 2115 64 0 0 20 0 9 0 140425247 890261504 29551 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12177/statm: 217349 29551 2566 9 0 211896 0
[pid=12177/tid=12178] ppid=12176 vsize=869396 CPUtime=18.79
/proc/12177/task/12178/stat : 12178 (java) R 12176 12163 11954 0 -1 64 4160 0 1 0 1833 46 0 0 17 0 9 0 140425248 890261504 29551 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12177/tid=12179] ppid=12176 vsize=869396 CPUtime=2.68
/proc/12177/task/12179/stat : 12179 (java) R 12176 12163 11954 0 -1 64 34364 0 0 0 252 16 0 0 15 0 9 0 140425249 890261504 29551 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12177/tid=12180] ppid=12176 vsize=869396 CPUtime=0
/proc/12177/task/12180/stat : 12180 (java) S 12176 12163 11954 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 140425249 890261504 29551 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12177/tid=12181] ppid=12176 vsize=869396 CPUtime=0
/proc/12177/task/12181/stat : 12181 (java) S 12176 12163 11954 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 140425249 890261504 29551 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12177/tid=12182] ppid=12176 vsize=869396 CPUtime=0
/proc/12177/task/12182/stat : 12182 (java) S 12176 12163 11954 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 140425252 890261504 29551 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12177/tid=12183] ppid=12176 vsize=869396 CPUtime=0.28
/proc/12177/task/12183/stat : 12183 (java) S 12176 12163 11954 0 -1 64 1561 0 0 0 28 0 0 0 15 0 9 0 140425252 890261504 29551 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12177/tid=12184] ppid=12176 vsize=869396 CPUtime=0
/proc/12177/task/12184/stat : 12184 (java) S 12176 12163 11954 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 140425252 890261504 29551 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12177/tid=12185] ppid=12176 vsize=869396 CPUtime=0
/proc/12177/task/12185/stat : 12185 (java) S 12176 12163 11954 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 140425252 890261504 29551 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

[pid=12177/tid=12183] ppid=12176 vsize=869396 CPUtime=0.29
/proc/12177/task/12183/stat : 12183 (java) S 12176 12163 11954 0 -1 64 1562 0 0 0 29 0 0 0 16 0 9 0 140425252 890261504 29552 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12177/tid=12184] ppid=12176 vsize=869396 CPUtime=0
/proc/12177/task/12184/stat : 12184 (java) S 12176 12163 11954 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 140425252 890261504 29552 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12177/tid=12185] ppid=12176 vsize=869396 CPUtime=0
/proc/12177/task/12185/stat : 12185 (java) S 12176 12163 11954 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 140425252 890261504 29552 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 157.5
Current children cumulated vsize (KiB) 891492

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

[startup+179.202 s]
/proc/loadavg: 2.02 1.69 0.97 2/94 12187
/proc/meminfo: memFree=16176/2055920 swapFree=4180408/4192956
[pid=12163] ppid=12161 vsize=16740 CPUtime=1.56
/proc/12163/stat : 12163 (sugar++) S 12161 12163 11954 0 -1 4194304 1295 14159 2 61 5 2 137 12 16 0 1 0 140425030 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12163/statm: 4185 1104 409 3 0 764 0
[pid=12176] ppid=12163 vsize=5356 CPUtime=0
/proc/12176/stat : 12176 (sh) S 12163 12163 11954 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 140425247 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12176/statm: 1339 233 193 169 0 50 0
[pid=12177] ppid=12176 vsize=869396 CPUtime=172.45
/proc/12177/stat : 12177 (java) S 12176 12163 11954 0 -1 0 46669 0 1 0 15951 1294 0 0 20 0 9 0 140425247 890261504 29552 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12177/statm: 217349 29552 2566 9 0 211896 0
[pid=12177/tid=12178] ppid=12176 vsize=869396 CPUtime=166.63
/proc/12177/task/12178/stat : 12178 (java) R 12176 12163 11954 0 -1 64 10046 0 1 0 15424 1239 0 0 16 0 9 0 140425248 890261504 29552 996147200 134512640 134550740 4294955920 18446744073709551615 4127127604 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12177/tid=12179] ppid=12176 vsize=869396 CPUtime=5.5
/proc/12177/task/12179/stat : 12179 (java) S 12176 12163 11954 0 -1 64 34364 0 0 0 497 53 0 0 15 0 9 0 140425249 890261504 29552 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12177/tid=12180] ppid=12176 vsize=869396 CPUtime=0
/proc/12177/task/12180/stat : 12180 (java) S 12176 12163 11954 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 140425249 890261504 29552 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12177/tid=12181] ppid=12176 vsize=869396 CPUtime=0
/proc/12177/task/12181/stat : 12181 (java) S 12176 12163 11954 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 140425249 890261504 29552 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12177/tid=12182] ppid=12176 vsize=869396 CPUtime=0
/proc/12177/task/12182/stat : 12182 (java) S 12176 12163 11954 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 140425252 890261504 29552 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12177/tid=12183] ppid=12176 vsize=869396 CPUtime=0.29
/proc/12177/task/12183/stat : 12183 (java) S 12176 12163 11954 0 -1 64 1562 0 0 0 29 0 0 0 16 0 9 0 140425252 890261504 29552 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12177/tid=12184] ppid=12176 vsize=869396 CPUtime=0
/proc/12177/task/12184/stat : 12184 (java) S 12176 12163 11954 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 140425252 890261504 29552 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12177/tid=12185] ppid=12176 vsize=869396 CPUtime=0
/proc/12177/task/12185/stat : 12185 (java) S 12176 12163 11954 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 140425252 890261504 29552 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 174.01
Current children cumulated vsize (KiB) 891492

[startup+192.002 s]
/proc/loadavg: 2.02 1.70 0.98 2/94 12187
/proc/meminfo: memFree=15856/2055920 swapFree=4180408/4192956
[pid=12163] ppid=12161 vsize=16740 CPUtime=1.56
/proc/12163/stat : 12163 (sugar++) S 12161 12163 11954 0 -1 4194304 1295 14159 2 61 5 2 137 12 16 0 1 0 140425030 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12163/statm: 4185 1104 409 3 0 764 0
[pid=12176] ppid=12163 vsize=5356 CPUtime=0
/proc/12176/stat : 12176 (sh) S 12163 12163 11954 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 140425247 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12176/statm: 1339 233 193 169 0 50 0
[pid=12177] ppid=12176 vsize=869396 CPUtime=184.86
/proc/12177/stat : 12177 (java) S 12176 12163 11954 0 -1 0 47153 0 1 0 17092 1394 0 0 20 0 9 0 140425247 890261504 29552 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12177/statm: 217349 29552 2566 9 0 211896 0
[pid=12177/tid=12178] ppid=12176 vsize=869396 CPUtime=178.8
/proc/12177/task/12178/stat : 12178 (java) R 12176 12163 11954 0 -1 64 10530 0 1 0 16544 1336 0 0 17 0 9 0 140425248 890261504 29552 996147200 134512640 134550740 4294955920 18446744073709551615 4126476882 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12177/tid=12179] ppid=12176 vsize=869396 CPUtime=5.74
/proc/12177/task/12179/stat : 12179 (java) S 12176 12163 11954 0 -1 64 34364 0 0 0 518 56 0 0 15 0 9 0 140425249 890261504 29552 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12177/tid=12180] ppid=12176 vsize=869396 CPUtime=0
/proc/12177/task/12180/stat : 12180 (java) S 12176 12163 11954 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 140425249 890261504 29552 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12177/tid=12181] ppid=12176 vsize=869396 CPUtime=0
/proc/12177/task/12181/stat : 12181 (java) S 12176 12163 11954 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 140425249 890261504 29552 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12177/tid=12182] ppid=12176 vsize=869396 CPUtime=0
/proc/12177/task/12182/stat : 12182 (java) S 12176 12163 11954 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 140425252 890261504 29552 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12177/tid=12183] ppid=12176 vsize=869396 CPUtime=0.29
/proc/12177/task/12183/stat : 12183 (java) S 12176 12163 11954 0 -1 64 1562 0 0 0 29 0 0 0 16 0 9 0 140425252 890261504 29552 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12177/tid=12184] ppid=12176 vsize=869396 CPUtime=0
/proc/12177/task/12184/stat : 12184 (java) S 12176 12163 11954 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 140425252 890261504 29552 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12177/tid=12185] ppid=12176 vsize=869396 CPUtime=0
/proc/12177/task/12185/stat : 12185 (java) S 12176 12163 11954 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 140425252 890261504 29552 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 186.42
Current children cumulated vsize (KiB) 891492

[startup+204.802 s]
/proc/loadavg: 2.01 1.72 0.99 2/94 12187
/proc/meminfo: memFree=15664/2055920 swapFree=4180408/4192956
[pid=12163] ppid=12161 vsize=16740 CPUtime=1.56
/proc/12163/stat : 12163 (sugar++) S 12161 12163 11954 0 -1 4194304 1295 14159 2 61 5 2 137 12 16 0 1 0 140425030 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12163/statm: 4185 1104 409 3 0 764 0
[pid=12176] ppid=12163 vsize=5356 CPUtime=0
/proc/12176/stat : 12176 (sh) S 12163 12163 11954 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 140425247 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12176/statm: 1339 233 193 169 0 50 0
[pid=12177] ppid=12176 vsize=869396 CPUtime=197.36
/proc/12177/stat : 12177 (java) S 12176 12163 11954 0 -1 0 47626 0 1 0 18240 1496 0 0 20 0 9 0 140425247 890261504 29552 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12177/statm: 217349 29552 2566 9 0 211896 0
[pid=12177/tid=12178] ppid=12176 vsize=869396 CPUtime=191.06
/proc/12177/task/12178/stat : 12178 (java) R 12176 12163 11954 0 -1 64 11003 0 1 0 17671 1435 0 0 17 0 9 0 140425248 890261504 29552 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12177/tid=12179] ppid=12176 vsize=869396 CPUtime=5.97
/proc/12177/task/12179/stat : 12179 (java) S 12176 12163 11954 0 -1 64 34364 0 0 0 539 58 0 0 16 0 9 0 140425249 890261504 29552 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12177/tid=12180] ppid=12176 vsize=869396 CPUtime=0
/proc/12177/task/12180/stat : 12180 (java) S 12176 12163 11954 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 140425249 890261504 29552 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12177/tid=12181] ppid=12176 vsize=869396 CPUtime=0
/proc/12177/task/12181/stat : 12181 (java) S 12176 12163 11954 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 140425249 890261504 29552 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12177/tid=12182] ppid=12176 vsize=869396 CPUtime=0
/proc/12177/task/12182/stat : 12182 (java) S 12176 12163 11954 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 140425252 890261504 29552 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12177/tid=12183] ppid=12176 vsize=869396 CPUtime=0.29
/proc/12177/task/12183/stat : 12183 (java) S 12176 12163 11954 0 -1 64 1562 0 0 0 29 0 0 0 16 0 9 0 140425252 890261504 29552 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12177/tid=12184] ppid=12176 vsize=869396 CPUtime=0
/proc/12177/task/12184/stat : 12184 (java) S 12176 12163 11954 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 140425252 890261504 29552 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12177/tid=12185] ppid=12176 vsize=869396 CPUtime=0
/proc/12177/task/12185/stat : 12185 (java) S 12176 12163 11954 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 140425252 890261504 29552 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 198.92
Current children cumulated vsize (KiB) 891492

[startup+211.202 s]
/proc/loadavg: 2.01 1.72 1.00 2/94 12187
/proc/meminfo: memFree=15984/2055920 swapFree=4180408/4192956
[pid=12163] ppid=12161 vsize=16740 CPUtime=1.56
/proc/12163/stat : 12163 (sugar++) S 12161 12163 11954 0 -1 4194304 1295 14159 2 61 5 2 137 12 16 0 1 0 140425030 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12163/statm: 4185 1104 409 3 0 764 0
[pid=12176] ppid=12163 vsize=5356 CPUtime=0
/proc/12176/stat : 12176 (sh) S 12163 12163 11954 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 140425247 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12176/statm: 1339 233 193 169 0 50 0
[pid=12177] ppid=12176 vsize=869396 CPUtime=203.64
/proc/12177/stat : 12177 (java) S 12176 12163 11954 0 -1 0 47861 0 1 0 18827 1537 0 0 20 0 9 0 140425247 890261504 29552 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12177/statm: 217349 29552 2566 9 0 211896 0
[pid=12177/tid=12178] ppid=12176 vsize=869396 CPUtime=197.22
/proc/12177/task/12178/stat : 12178 (java) R 12176 12163 11954 0 -1 64 11238 0 1 0 18246 1476 0 0 17 0 9 0 140425248 890261504 29552 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12177/tid=12179] ppid=12176 vsize=869396 CPUtime=6.1
/proc/12177/task/12179/stat : 12179 (java) S 12176 12163 11954 0 -1 64 34364 0 0 0 551 59 0 0 16 0 9 0 140425249 890261504 29552 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12177/tid=12180] ppid=12176 vsize=869396 CPUtime=0
/proc/12177/task/12180/stat : 12180 (java) S 12176 12163 11954 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 140425249 890261504 29552 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12177/tid=12181] ppid=12176 vsize=869396 CPUtime=0
/proc/12177/task/12181/stat : 12181 (java) S 12176 12163 11954 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 140425249 890261504 29552 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12177/tid=12182] ppid=12176 vsize=869396 CPUtime=0
/proc/12177/task/12182/stat : 12182 (java) S 12176 12163 11954 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 140425252 890261504 29552 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12177/tid=12183] ppid=12176 vsize=869396 CPUtime=0.29
/proc/12177/task/12183/stat : 12183 (java) S 12176 12163 11954 0 -1 64 1562 0 0 0 29 0 0 0 16 0 9 0 140425252 890261504 29552 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12177/tid=12184] ppid=12176 vsize=869396 CPUtime=0
/proc/12177/task/12184/stat : 12184 (java) S 12176 12163 11954 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 140425252 890261504 29552 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12177/tid=12185] ppid=12176 vsize=869396 CPUtime=0
/proc/12177/task/12185/stat : 12185 (java) S 12176 12163 11954 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 140425252 890261504 29552 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 205.2
Current children cumulated vsize (KiB) 891492

[startup+214.402 s]
/proc/loadavg: 2.01 1.73 1.00 1/86 12187
/proc/meminfo: memFree=123824/2055920 swapFree=4180408/4192956
[pid=12163] ppid=12161 vsize=16740 CPUtime=207.25
/proc/12163/stat : 12163 (sugar++) R 12161 12163 11954 0 -1 4194304 1318 62374 2 64 5 46 19110 1564 16 0 1 0 140425030 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 228774876201 0 0 4224 16386 0 0 0 17 0 0 0
/proc/12163/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 207.25
Current children cumulated vsize (KiB) 16740

[startup+215.202 s]
/proc/loadavg: 2.01 1.73 1.00 1/84 12187
/proc/meminfo: memFree=1217536/2055920 swapFree=4180408/4192956
[pid=12163] ppid=12161 vsize=16740 CPUtime=207.42
/proc/12163/stat : 12163 (sugar++) D 12161 12163 11954 0 -1 4194304 1318 62374 2 64 5 63 19110 1564 15 0 1 0 140425030 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 228774876201 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/12163/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 207.42
Current children cumulated vsize (KiB) 16740

[startup+215.601 s]
/proc/loadavg: 2.01 1.73 1.00 1/84 12187
/proc/meminfo: memFree=1216704/2055920 swapFree=4180408/4192956
[pid=12163] ppid=12161 vsize=16740 CPUtime=207.45
/proc/12163/stat : 12163 (sugar++) D 12161 12163 11954 0 -1 4194304 1318 62374 2 64 5 66 19110 1564 15 0 1 0 140425030 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 228774876201 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/12163/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 207.45
Current children cumulated vsize (KiB) 16740

[startup+215.801 s]
/proc/loadavg: 2.01 1.73 1.00 1/84 12187
/proc/meminfo: memFree=1216704/2055920 swapFree=4180408/4192956
[pid=12163] ppid=12161 vsize=16740 CPUtime=207.46
/proc/12163/stat : 12163 (sugar++) D 12161 12163 11954 0 -1 4194304 1318 62374 2 64 5 67 19110 1564 15 0 1 0 140425030 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 228774876201 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/12163/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 207.46
Current children cumulated vsize (KiB) 16740

Child status: 0
Real time (s): 215.863
CPU time (s): 207.488
CPU user time (s): 191.166
CPU system time (s): 16.3225
CPU usage (%): 96.1204
Max. virtual memory (cumulated for all children) (KiB): 903636

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 191.166
system time used= 16.3225
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 63748
page faults= 66
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 42231
involuntary context switches= 36379

runsolver used 0.288956 second user time and 0.723889 second system time

The end

Launcher Data (download as text)

Begin job on node74 at 2008-08-07 20:23:02
IDJOB=1112357
IDBENCH=61404
IDSOLVER=367
FILE ID=node74/1112357-1218133382
PBS_JOBID= 8000829
Free space on /tmp= 103236 MiB

SOLVER NAME= Sugar++ v1.13+minisat-inc
BENCH NAME= CPAI08/csp/haystacks/normalized-haystacks-36.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-1112357-1218133382/watcher-1112357-1218133382 -o /tmp/evaluation-result-1112357-1218133382/solver-1112357-1218133382 -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-1112357-1218133382.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 87cb5ec2449d8c75ad96262506f10f50
RANDOM SEED=1989616170

node74.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.263
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.263
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:       1214824 kB
Buffers:          1352 kB
Cached:          28764 kB
SwapCached:       4632 kB
Active:         777660 kB
Inactive:         6948 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1214824 kB
SwapTotal:     4192956 kB
SwapFree:      4180352 kB
Dirty:            3592 kB
Writeback:           0 kB
Mapped:         771716 kB
Slab:            40144 kB
Committed_AS:   892780 kB
PageTables:       3356 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 103236 MiB
End job on node74 at 2008-08-07 20:26:38