Trace number 1112829

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? 403.068 425.364

General information on the benchmark

Namecsp/fapp/fapp12/
normalized-fapp12-1500-0.xml
MD5SUM34c3ac733a64f710448acdb70b41fbc9
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints92
Best CPU time to get the best result obtained on this benchmark3600.03
Satisfiable
(Un)Satisfiability was proved
Number of variables1500
Number of constraints25409
Maximum constraint arity2
Maximum domain size310
Number of constraints which are defined in extension0
Number of constraints which are defined in intension25409
Global constraints used (with number of constraints)

Solver Data (download as text)

0.06/0.20	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.06/0.22	c 0	BEGIN Sat Jul 12 16:53:54 2008
0.06/0.22	c 0	PID 18300
0.06/0.23	c 0	HOST node67.alineos.net
0.06/0.23	c 0	CONVERTING HOME/instance-1112829-1215874434.xml TO HOME/temp.csp
0.06/0.23	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1112829-1215874434.xml' 'HOME/temp.csp'
1.89/2.20	c 2	13 domains, 1500 variables, 8 predicates, 0 relations, 25409 constraints
1.89/2.23	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.89/2.23	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.91/2.32	c 2	Parsing HOME/temp.csp
1.91/2.76	c 3	parsed 10000 expressions
1.91/3.07	c 3	parsed 20000 expressions
2.85/3.26	c 3	parsed 26930 expressions
2.85/3.27	c 3	Heap : 12 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
3.05/3.48	c 4	MAX CSP: 25409 constraints
3.05/3.48	c 4	Converting to clausal form CSP
5.61/6.04	c 6	converted 5235 (10%) expressions
8.47/8.98	c 9	converted 10469 (20%) expressions
11.05/11.52	c 12	converted 15703 (30%) expressions
13.92/14.42	c 14	converted 20937 (40%) expressions
16.19/16.74	c 17	converted 26171 (50%) expressions
18.46/19.08	c 19	converted 31406 (60%) expressions
20.74/21.35	c 21	converted 36640 (70%) expressions
23.60/24.27	c 24	converted 41874 (80%) expressions
25.78/26.41	c 26	converted 47108 (90%) expressions
30.20/30.94	c 31	converted 52342 (100%) expressions
30.20/30.95	c 31	CSP : 55274 integers, 99607 booleans, 235763 clauses, largest domain size 38114
30.20/30.95	c 31	Heap : 152 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
30.20/30.95	c 31	Propagation in CSP
35.05/35.86	c 36	25403 values, 0 unsatisfiable literals, and 0 valid clauses are removed
35.05/35.87	c 36	CSP : 55274 integers, 99607 booleans, 235763 clauses, largest domain size 25410
35.05/35.87	c 36	Heap : 163 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
35.15/35.93	c 36	Simplifing CSP by introducing new Boolean variables
35.53/36.33	c 36	CSP : 55274 integers, 154897 booleans, 291053 clauses, largest domain size 25410
35.53/36.33	c 36	Heap : 171 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
36.53/37.36	c 37	Encoding CSP to SAT : HOME/temp.cnf
46.93/47.85	c 48	5528 (10%) CSP integer variables are encoded (3087414 clauses, 56443812 bytes)
49.28/50.26	c 50	11055 (20%) CSP integer variables are encoded (5161615 clauses, 95853631 bytes)
51.24/52.21	c 52	16583 (30%) CSP integer variables are encoded (6833455 clauses, 127618591 bytes)
52.39/53.40	c 53	22110 (40%) CSP integer variables are encoded (7804041 clauses, 146059725 bytes)
52.59/53.66	c 54	27637 (50%) CSP integer variables are encoded (8017595 clauses, 150117251 bytes)
52.69/53.74	c 54	33165 (60%) CSP integer variables are encoded (8077699 clauses, 151259227 bytes)
52.79/53.82	c 54	38692 (70%) CSP integer variables are encoded (8140124 clauses, 152445302 bytes)
53.17/54.25	c 54	44220 (80%) CSP integer variables are encoded (8496514 clauses, 159216712 bytes)
53.27/54.39	c 54	49747 (90%) CSP integer variables are encoded (8603521 clauses, 161249845 bytes)
53.47/54.51	c 55	55274 (100%) CSP integer variables are encoded (8696286 clauses, 163012380 bytes)
150.10/154.12	c 154	29106 (10%) CSP clauses are encoded (26965922 clauses, 609494758 bytes)
214.20/221.52	c 222	58211 (20%) CSP clauses are encoded (40978939 clauses, 969122816 bytes)
274.48/289.96	c 290	87316 (30%) CSP clauses are encoded (54461126 clauses, 1317679220 bytes)
331.02/347.24	c 347	116422 (40%) CSP clauses are encoded (67314302 clauses, 1653588221 bytes)
379.76/398.13	c 398	145527 (50%) CSP clauses are encoded (79526375 clauses, 1978981508 bytes)
402.52/421.95	c 422	ERROR Exception Too large HOME/temp.cnf
402.52/421.95	c 422	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:219)
402.52/421.95	c 422	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:130)
402.52/421.95	c 422	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:258)
402.52/421.95	s UNKNOWN
402.52/421.98	c 422	CPU 388.44 (0.06 0.01 388.38 14.17)
402.52/421.98	c 422	END Sat Jul 12 17:00:56 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-1112829-1215874434/watcher-1112829-1215874434 -o /tmp/evaluation-result-1112829-1215874434/solver-1112829-1215874434 -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-1112829-1215874434.xml 

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


[startup+0 s]
/proc/loadavg: 2.09 2.16 2.07 4/82 18300
/proc/meminfo: memFree=154336/2055920 swapFree=4181048/4192956
[pid=18300] ppid=18298 vsize=18572 CPUtime=0
/proc/18300/stat : 18300 (runsolver) R 18298 18300 17853 0 -1 4194368 15 0 0 0 0 0 0 0 19 0 1 0 44141326 19017728 292 996147200 4194304 4296836 548682068192 18446744073709551615 271638392103 0 0 4096 24578 0 0 0 17 1 0 0
/proc/18300/statm: 4643 292 257 25 0 2626 0

[startup+0.0549339 s]
/proc/loadavg: 2.09 2.16 2.07 4/82 18300
/proc/meminfo: memFree=154336/2055920 swapFree=4181048/4192956
[pid=18300] ppid=18298 vsize=12272 CPUtime=0
/proc/18300/stat : 18300 (sugar++) D 18298 18300 17853 0 -1 4194304 362 0 0 0 0 0 0 0 18 0 1 0 44141326 12566528 330 996147200 4194304 4206940 548682068528 18446744073709551615 271647289442 0 0 4224 0 18446744071563608240 0 0 17 1 0 0
/proc/18300/statm: 3068 330 246 3 0 168 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12272

[startup+0.10294 s]
/proc/loadavg: 2.09 2.16 2.07 4/82 18300
/proc/meminfo: memFree=154336/2055920 swapFree=4181048/4192956
[pid=18300] ppid=18298 vsize=12676 CPUtime=0.01
/proc/18300/stat : 18300 (sugar++) R 18298 18300 17853 0 -1 4194304 535 0 0 0 1 0 0 0 18 0 1 0 44141326 12980224 503 996147200 4194304 4206940 548682068528 18446744073709551615 271651897392 0 0 4224 0 0 0 0 17 1 0 0
/proc/18300/statm: 3169 503 315 3 0 269 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 12676

[startup+0.301962 s]
/proc/loadavg: 2.09 2.16 2.07 4/82 18300
/proc/meminfo: memFree=154336/2055920 swapFree=4181048/4192956
[pid=18300] ppid=18298 vsize=16740 CPUtime=0.07
/proc/18300/stat : 18300 (sugar++) S 18298 18300 17853 0 -1 4194304 1219 128 0 0 6 1 0 0 19 0 1 0 44141326 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18300/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.702004 s]
/proc/loadavg: 2.09 2.16 2.07 4/82 18300
/proc/meminfo: memFree=154336/2055920 swapFree=4181048/4192956
[pid=18300] ppid=18298 vsize=16740 CPUtime=0.07
/proc/18300/stat : 18300 (sugar++) S 18298 18300 17853 0 -1 4194304 1219 128 0 0 6 1 0 0 19 0 1 0 44141326 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18300/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+1.50209 s]
/proc/loadavg: 2.09 2.16 2.07 4/93 18312
/proc/meminfo: memFree=133384/2055920 swapFree=4181048/4192956
[pid=18300] ppid=18298 vsize=16740 CPUtime=0.07
/proc/18300/stat : 18300 (sugar++) S 18298 18300 17853 0 -1 4194304 1219 128 0 0 6 1 0 0 19 0 1 0 44141326 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18300/statm: 4185 1104 409 3 0 764 0
[pid=18303] ppid=18300 vsize=5356 CPUtime=0
/proc/18303/stat : 18303 (sh) S 18300 18300 17853 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 44141349 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18303/statm: 1339 233 193 169 0 50 0
[pid=18304] ppid=18303 vsize=864672 CPUtime=1.13
/proc/18304/stat : 18304 (java) S 18303 18300 17853 0 -1 0 11799 0 1 0 107 6 0 0 18 0 9 0 44141350 885424128 10308 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18304/statm: 216168 10308 2529 9 0 210750 0
[pid=18304/tid=18305] ppid=18303 vsize=864672 CPUtime=0.71
/proc/18304/task/18305/stat : 18305 (java) R 18303 18300 17853 0 -1 64 2846 0 1 0 69 2 0 0 18 0 9 0 44141353 885424128 10308 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18304/tid=18306] ppid=18303 vsize=864672 CPUtime=0.27
/proc/18304/task/18306/stat : 18306 (java) R 18303 18300 17853 0 -1 64 7753 0 0 0 25 2 0 0 16 0 9 0 44141363 885424128 10308 996147200 134512640 134550740 4294956000 18446744073709551615 102721253 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18304/tid=18307] ppid=18303 vsize=864672 CPUtime=0
/proc/18304/task/18307/stat : 18307 (java) S 18303 18300 17853 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 44141363 885424128 10308 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18304/tid=18308] ppid=18303 vsize=864672 CPUtime=0
/proc/18304/task/18308/stat : 18308 (java) S 18303 18300 17853 0 -1 64 11 0 0 0 0 0 0 0 15 0 9 0 44141363 885424128 10308 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18304/tid=18309] ppid=18303 vsize=864672 CPUtime=0
/proc/18304/task/18309/stat : 18309 (java) S 18303 18300 17853 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 44141365 885424128 10308 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18304/tid=18310] ppid=18303 vsize=864672 CPUtime=0.12
/proc/18304/task/18310/stat : 18310 (java) S 18303 18300 17853 0 -1 64 498 0 0 0 12 0 0 0 16 0 9 0 44141365 885424128 10308 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18304/tid=18311] ppid=18303 vsize=864672 CPUtime=0
/proc/18304/task/18311/stat : 18311 (java) S 18303 18300 17853 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 44141365 885424128 10308 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18304/tid=18312] ppid=18303 vsize=864672 CPUtime=0
/proc/18304/task/18312/stat : 18312 (java) S 18303 18300 17853 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44141365 885424128 10308 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.2
Current children cumulated vsize (KiB) 886768

[startup+3.10125 s]
/proc/loadavg: 2.09 2.16 2.07 3/93 18312
/proc/meminfo: memFree=101128/2055920 swapFree=4181048/4192956
[pid=18300] ppid=18298 vsize=16740 CPUtime=1.91
/proc/18300/stat : 18300 (sugar++) S 18298 18300 17853 0 -1 4194304 1297 15450 0 1 6 1 175 9 15 0 1 0 44141326 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18300/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 1.91
Current children cumulated vsize (KiB) 16740

[startup+6.30258 s]
/proc/loadavg: 2.08 2.15 2.07 3/93 18322
/proc/meminfo: memFree=96456/2055920 swapFree=4181048/4192956
[pid=18300] ppid=18298 vsize=16740 CPUtime=1.91
/proc/18300/stat : 18300 (sugar++) S 18298 18300 17853 0 -1 4194304 1297 15450 0 1 6 1 175 9 16 0 1 0 44141326 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18300/statm: 4185 1104 409 3 0 764 0
[pid=18313] ppid=18300 vsize=5356 CPUtime=0
/proc/18313/stat : 18313 (sh) S 18300 18300 17853 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44141550 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18313/statm: 1339 233 193 169 0 50 0
[pid=18314] ppid=18313 vsize=868444 CPUtime=4
/proc/18314/stat : 18314 (java) S 18313 18300 17853 0 -1 0 14014 0 1 0 391 9 0 0 18 0 9 0 44141550 889286656 12335 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18314/statm: 217111 12335 2542 9 0 211686 0
[pid=18314/tid=18315] ppid=18313 vsize=868444 CPUtime=2.97
/proc/18314/task/18315/stat : 18315 (java) R 18313 18300 17853 0 -1 64 3062 0 1 0 296 1 0 0 25 0 9 0 44141551 889286656 12335 996147200 134512640 134550740 4294955920 18446744073709551615 4126607027 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18314/tid=18316] ppid=18313 vsize=868444 CPUtime=0.77
/proc/18314/task/18316/stat : 18316 (java) S 18313 18300 17853 0 -1 64 8780 0 0 0 71 6 0 0 16 0 9 0 44141552 889286656 12335 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18314/tid=18317] ppid=18313 vsize=868444 CPUtime=0
/proc/18314/task/18317/stat : 18317 (java) S 18313 18300 17853 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44141553 889286656 12335 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18314/tid=18318] ppid=18313 vsize=868444 CPUtime=0
/proc/18314/task/18318/stat : 18318 (java) S 18313 18300 17853 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44141553 889286656 12335 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18314/tid=18319] ppid=18313 vsize=868444 CPUtime=0
/proc/18314/task/18319/stat : 18319 (java) S 18313 18300 17853 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 44141554 889286656 12335 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18314/tid=18320] ppid=18313 vsize=868444 CPUtime=0.22
/proc/18314/task/18320/stat : 18320 (java) S 18313 18300 17853 0 -1 64 1475 0 0 0 22 0 0 0 15 0 9 0 44141554 889286656 12335 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18314/tid=18321] ppid=18313 vsize=868444 CPUtime=0
/proc/18314/task/18321/stat : 18321 (java) S 18313 18300 17853 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 44141555 889286656 12335 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18314/tid=18322] ppid=18313 vsize=868444 CPUtime=0
/proc/18314/task/18322/stat : 18322 (java) S 18313 18300 17853 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44141555 889286656 12335 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.91
Current children cumulated vsize (KiB) 890540

[startup+12.7022 s]
/proc/loadavg: 2.07 2.15 2.07 3/93 18322
/proc/meminfo: memFree=49992/2055920 swapFree=4181048/4192956
[pid=18300] ppid=18298 vsize=16740 CPUtime=1.91
/proc/18300/stat : 18300 (sugar++) S 18298 18300 17853 0 -1 4194304 1297 15450 0 1 6 1 175 9 16 0 1 0 44141326 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18300/statm: 4185 1104 409 3 0 764 0
[pid=18313] ppid=18300 vsize=5356 CPUtime=0
/proc/18313/stat : 18313 (sh) S 18300 18300 17853 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44141550 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18313/statm: 1339 233 193 169 0 50 0
[pid=18314] ppid=18313 vsize=868444 CPUtime=10.32
/proc/18314/stat : 18314 (java) S 18313 18300 17853 0 -1 0 24733 0 1 0 1016 16 0 0 18 0 9 0 44141550 889286656 18990 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18314/statm: 217111 18990 2541 9 0 211686 0
[pid=18314/tid=18315] ppid=18313 vsize=868444 CPUtime=8.41
/proc/18314/task/18315/stat : 18315 (java) R 18313 18300 17853 0 -1 64 3505 0 1 0 838 3 0 0 25 0 9 0 44141551 889286656 18990 996147200 134512640 134550740 4294955920 18446744073709551615 4126610462 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18314/tid=18316] ppid=18313 vsize=868444 CPUtime=1.64
/proc/18314/task/18316/stat : 18316 (java) S 18313 18300 17853 0 -1 64 19047 0 0 0 152 12 0 0 16 0 9 0 44141552 889286656 18990 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18314/tid=18317] ppid=18313 vsize=868444 CPUtime=0
/proc/18314/task/18317/stat : 18317 (java) S 18313 18300 17853 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44141553 889286656 18990 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18314/tid=18318] ppid=18313 vsize=868444 CPUtime=0
/proc/18314/task/18318/stat : 18318 (java) S 18313 18300 17853 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44141553 889286656 18990 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18314/tid=18319] ppid=18313 vsize=868444 CPUtime=0
/proc/18314/task/18319/stat : 18319 (java) S 18313 18300 17853 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 44141554 889286656 18990 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18314/tid=18320] ppid=18313 vsize=868444 CPUtime=0.24
/proc/18314/task/18320/stat : 18320 (java) S 18313 18300 17853 0 -1 64 1484 0 0 0 24 0 0 0 15 0 9 0 44141554 889286656 18990 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18314/tid=18321] ppid=18313 vsize=868444 CPUtime=0
/proc/18314/task/18321/stat : 18321 (java) S 18313 18300 17853 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 44141555 889286656 18990 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18314/tid=18322] ppid=18313 vsize=868444 CPUtime=0
/proc/18314/task/18322/stat : 18322 (java) S 18313 18300 17853 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44141555 889286656 18990 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.23
Current children cumulated vsize (KiB) 890540

[startup+25.5025 s]
/proc/loadavg: 2.12 2.16 2.08 3/93 18322
/proc/meminfo: memFree=15816/2055920 swapFree=4181048/4192956
[pid=18300] ppid=18298 vsize=16740 CPUtime=1.91
/proc/18300/stat : 18300 (sugar++) S 18298 18300 17853 0 -1 4194304 1297 15450 0 1 6 1 175 9 16 0 1 0 44141326 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18300/statm: 4185 1104 409 3 0 764 0
[pid=18313] ppid=18300 vsize=5356 CPUtime=0
/proc/18313/stat : 18313 (sh) S 18300 18300 17853 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44141550 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18313/statm: 1339 233 193 169 0 50 0
[pid=18314] ppid=18313 vsize=868444 CPUtime=22.97
/proc/18314/stat : 18314 (java) S 18313 18300 17853 0 -1 0 47251 0 1 0 2268 29 0 0 18 0 9 0 44141550 889286656 32968 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18314/statm: 217111 32968 2541 9 0 211686 0
[pid=18314/tid=18315] ppid=18313 vsize=868444 CPUtime=18.91
/proc/18314/task/18315/stat : 18315 (java) R 18313 18300 17853 0 -1 64 4739 0 1 0 1886 5 0 0 25 0 9 0 44141551 889286656 32968 996147200 134512640 134550740 4294955920 18446744073709551615 4126658506 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18314/tid=18316] ppid=18313 vsize=868444 CPUtime=3.79
/proc/18314/task/18316/stat : 18316 (java) S 18313 18300 17853 0 -1 64 40331 0 0 0 356 23 0 0 16 0 9 0 44141552 889286656 32968 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18314/tid=18317] ppid=18313 vsize=868444 CPUtime=0
/proc/18314/task/18317/stat : 18317 (java) S 18313 18300 17853 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44141553 889286656 32968 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18314/tid=18318] ppid=18313 vsize=868444 CPUtime=0
/proc/18314/task/18318/stat : 18318 (java) S 18313 18300 17853 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44141553 889286656 32968 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18314/tid=18319] ppid=18313 vsize=868444 CPUtime=0
/proc/18314/task/18319/stat : 18319 (java) S 18313 18300 17853 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 44141554 889286656 32968 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18314/tid=18320] ppid=18313 vsize=868444 CPUtime=0.24
/proc/18314/task/18320/stat : 18320 (java) S 18313 18300 17853 0 -1 64 1484 0 0 0 24 0 0 0 16 0 9 0 44141554 889286656 32968 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18314/tid=18321] ppid=18313 vsize=868444 CPUtime=0
/proc/18314/task/18321/stat : 18321 (java) S 18313 18300 17853 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 44141555 889286656 32968 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18314/tid=18322] ppid=18313 vsize=868444 CPUtime=0
/proc/18314/task/18322/stat : 18322 (java) S 18313 18300 17853 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44141555 889286656 32968 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 24.88
Current children cumulated vsize (KiB) 890540

[startup+51.1022 s]
/proc/loadavg: 2.16 2.16 2.08 3/93 18322
/proc/meminfo: memFree=16008/2055920 swapFree=4181048/4192956
[pid=18300] ppid=18298 vsize=16740 CPUtime=1.91
/proc/18300/stat : 18300 (sugar++) S 18298 18300 17853 0 -1 4194304 1297 15450 0 1 6 1 175 9 16 0 1 0 44141326 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18300/statm: 4185 1104 409 3 0 764 0
[pid=18313] ppid=18300 vsize=5356 CPUtime=0
/proc/18313/stat : 18313 (sh) S 18300 18300 17853 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44141550 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18313/statm: 1339 233 193 169 0 50 0
[pid=18314] ppid=18313 vsize=868556 CPUtime=48.26
/proc/18314/stat : 18314 (java) S 18313 18300 17853 0 -1 0 70434 0 1 0 4722 104 0 0 18 0 9 0 44141550 889401344 50876 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0

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

[startup+342.303 s]
/proc/loadavg: 2.80 2.61 2.28 3/93 18370
/proc/meminfo: memFree=15800/2055920 swapFree=4181048/4192956
[pid=18300] ppid=18298 vsize=16740 CPUtime=1.91
/proc/18300/stat : 18300 (sugar++) S 18298 18300 17853 0 -1 4194304 1297 15450 0 1 6 1 175 9 16 0 1 0 44141326 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18300/statm: 4185 1104 409 3 0 764 0
[pid=18313] ppid=18300 vsize=5356 CPUtime=0
/proc/18313/stat : 18313 (sh) S 18300 18300 17853 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44141550 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18313/statm: 1339 233 193 169 0 50 0
[pid=18314] ppid=18313 vsize=868556 CPUtime=324.26
/proc/18314/stat : 18314 (java) S 18313 18300 17853 0 -1 0 72562 0 1 0 31356 1070 0 0 18 0 9 0 44141550 889401344 50888 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18314/statm: 217139 50888 2566 9 0 211686 0
[pid=18314/tid=18315] ppid=18313 vsize=868556 CPUtime=315.07
/proc/18314/task/18315/stat : 18315 (java) R 18313 18300 17853 0 -1 64 7889 0 1 0 30486 1021 0 0 25 0 9 0 44141551 889401344 50888 996147200 134512640 134550740 4294955920 18446744073709551615 4127144429 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18314/tid=18316] ppid=18313 vsize=868556 CPUtime=8.8
/proc/18314/task/18316/stat : 18316 (java) S 18313 18300 17853 0 -1 64 62438 0 0 0 834 46 0 0 16 0 9 0 44141552 889401344 50888 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18314/tid=18317] ppid=18313 vsize=868556 CPUtime=0
/proc/18314/task/18317/stat : 18317 (java) S 18313 18300 17853 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44141553 889401344 50888 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18314/tid=18318] ppid=18313 vsize=868556 CPUtime=0
/proc/18314/task/18318/stat : 18318 (java) S 18313 18300 17853 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44141553 889401344 50888 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18314/tid=18319] ppid=18313 vsize=868556 CPUtime=0
/proc/18314/task/18319/stat : 18319 (java) S 18313 18300 17853 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 44141554 889401344 50888 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18314/tid=18320] ppid=18313 vsize=868556 CPUtime=0.36
/proc/18314/task/18320/stat : 18320 (java) S 18313 18300 17853 0 -1 64 1538 0 0 0 35 1 0 0 15 0 9 0 44141554 889401344 50888 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18314/tid=18321] ppid=18313 vsize=868556 CPUtime=0
/proc/18314/task/18321/stat : 18321 (java) S 18313 18300 17853 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 44141555 889401344 50888 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18314/tid=18322] ppid=18313 vsize=868556 CPUtime=0
/proc/18314/task/18322/stat : 18322 (java) S 18313 18300 17853 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44141555 889401344 50888 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 326.17
Current children cumulated vsize (KiB) 890652

[startup+402.302 s]
/proc/loadavg: 2.57 2.57 2.28 3/85 18372
/proc/meminfo: memFree=16248/2055920 swapFree=4181048/4192956
[pid=18300] ppid=18298 vsize=16740 CPUtime=1.91
/proc/18300/stat : 18300 (sugar++) S 18298 18300 17853 0 -1 4194304 1297 15450 0 1 6 1 175 9 16 0 1 0 44141326 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18300/statm: 4185 1104 409 3 0 764 0
[pid=18313] ppid=18300 vsize=5356 CPUtime=0
/proc/18313/stat : 18313 (sh) S 18300 18300 17853 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44141550 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18313/statm: 1339 233 193 169 0 50 0
[pid=18314] ppid=18313 vsize=868556 CPUtime=382
/proc/18314/stat : 18314 (java) S 18313 18300 17853 0 -1 0 73080 0 1 0 36879 1321 0 0 18 0 9 0 44141550 889401344 50888 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18314/statm: 217139 50888 2566 9 0 211686 0
[pid=18314/tid=18315] ppid=18313 vsize=868556 CPUtime=372.39
/proc/18314/task/18315/stat : 18315 (java) R 18313 18300 17853 0 -1 64 8407 0 1 0 35971 1268 0 0 25 0 9 0 44141551 889401344 50888 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18314/tid=18316] ppid=18313 vsize=868556 CPUtime=9.21
/proc/18314/task/18316/stat : 18316 (java) S 18313 18300 17853 0 -1 64 62438 0 0 0 871 50 0 0 15 0 9 0 44141552 889401344 50888 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18314/tid=18317] ppid=18313 vsize=868556 CPUtime=0
/proc/18314/task/18317/stat : 18317 (java) S 18313 18300 17853 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44141553 889401344 50888 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18314/tid=18318] ppid=18313 vsize=868556 CPUtime=0
/proc/18314/task/18318/stat : 18318 (java) S 18313 18300 17853 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44141553 889401344 50888 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18314/tid=18319] ppid=18313 vsize=868556 CPUtime=0
/proc/18314/task/18319/stat : 18319 (java) S 18313 18300 17853 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 44141554 889401344 50888 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18314/tid=18320] ppid=18313 vsize=868556 CPUtime=0.36
/proc/18314/task/18320/stat : 18320 (java) S 18313 18300 17853 0 -1 64 1538 0 0 0 35 1 0 0 15 0 9 0 44141554 889401344 50888 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18314/tid=18321] ppid=18313 vsize=868556 CPUtime=0
/proc/18314/task/18321/stat : 18321 (java) S 18313 18300 17853 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 44141555 889401344 50888 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18314/tid=18322] ppid=18313 vsize=868556 CPUtime=0
/proc/18314/task/18322/stat : 18322 (java) S 18313 18300 17853 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44141555 889401344 50888 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 383.91
Current children cumulated vsize (KiB) 890652

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

[startup+409.503 s]
/proc/loadavg: 2.52 2.56 2.28 2/83 18373
/proc/meminfo: memFree=1261960/2055920 swapFree=4181048/4192956
[pid=18300] ppid=18298 vsize=16740 CPUtime=1.91
/proc/18300/stat : 18300 (sugar++) S 18298 18300 17853 0 -1 4194304 1297 15450 0 1 6 1 175 9 16 0 1 0 44141326 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18300/statm: 4185 1104 409 3 0 764 0
[pid=18313] ppid=18300 vsize=5356 CPUtime=0
/proc/18313/stat : 18313 (sh) S 18300 18300 17853 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44141550 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18313/statm: 1339 233 193 169 0 50 0
[pid=18314] ppid=18313 vsize=868556 CPUtime=388.38
/proc/18314/stat : 18314 (java) S 18313 18300 17853 0 -1 0 73143 0 1 0 37490 1348 0 0 18 0 9 0 44141550 889401344 50888 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18314/statm: 217139 50888 2566 9 0 211686 0
[pid=18314/tid=18315] ppid=18313 vsize=868556 CPUtime=378.72
/proc/18314/task/18315/stat : 18315 (java) R 18313 18300 17853 0 -1 64 8470 0 1 0 36577 1295 0 0 18 0 9 0 44141551 889401344 50888 996147200 134512640 134550740 4294955920 18446744073709551615 4126657043 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18314/tid=18316] ppid=18313 vsize=868556 CPUtime=9.26
/proc/18314/task/18316/stat : 18316 (java) S 18313 18300 17853 0 -1 64 62438 0 0 0 876 50 0 0 16 0 9 0 44141552 889401344 50888 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18314/tid=18317] ppid=18313 vsize=868556 CPUtime=0
/proc/18314/task/18317/stat : 18317 (java) S 18313 18300 17853 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44141553 889401344 50888 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18314/tid=18318] ppid=18313 vsize=868556 CPUtime=0
/proc/18314/task/18318/stat : 18318 (java) S 18313 18300 17853 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44141553 889401344 50888 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18314/tid=18319] ppid=18313 vsize=868556 CPUtime=0
/proc/18314/task/18319/stat : 18319 (java) S 18313 18300 17853 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 44141554 889401344 50888 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18314/tid=18320] ppid=18313 vsize=868556 CPUtime=0.36
/proc/18314/task/18320/stat : 18320 (java) S 18313 18300 17853 0 -1 64 1538 0 0 0 35 1 0 0 15 0 9 0 44141554 889401344 50888 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18314/tid=18321] ppid=18313 vsize=868556 CPUtime=0
/proc/18314/task/18321/stat : 18321 (java) S 18313 18300 17853 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 44141555 889401344 50888 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18314/tid=18322] ppid=18313 vsize=868556 CPUtime=0
/proc/18314/task/18322/stat : 18322 (java) S 18313 18300 17853 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44141555 889401344 50888 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 390.29
Current children cumulated vsize (KiB) 890652

[startup+415.902 s]
/proc/loadavg: 2.52 2.56 2.28 3/93 18421
/proc/meminfo: memFree=1174008/2055920 swapFree=4181048/4192956
[pid=18300] ppid=18298 vsize=16740 CPUtime=1.91
/proc/18300/stat : 18300 (sugar++) S 18298 18300 17853 0 -1 4194304 1297 15450 0 1 6 1 175 9 16 0 1 0 44141326 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18300/statm: 4185 1104 409 3 0 764 0
[pid=18313] ppid=18300 vsize=5356 CPUtime=0
/proc/18313/stat : 18313 (sh) S 18300 18300 17853 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44141550 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18313/statm: 1339 233 193 169 0 50 0
[pid=18314] ppid=18313 vsize=868556 CPUtime=394.66
/proc/18314/stat : 18314 (java) S 18313 18300 17853 0 -1 0 73202 0 1 0 38086 1380 0 0 18 0 9 0 44141550 889401344 50888 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18314/statm: 217139 50888 2566 9 0 211686 0
[pid=18314/tid=18315] ppid=18313 vsize=868556 CPUtime=384.96
/proc/18314/task/18315/stat : 18315 (java) R 18313 18300 17853 0 -1 64 8529 0 1 0 37169 1327 0 0 25 0 9 0 44141551 889401344 50888 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18314/tid=18316] ppid=18313 vsize=868556 CPUtime=9.31
/proc/18314/task/18316/stat : 18316 (java) S 18313 18300 17853 0 -1 64 62438 0 0 0 881 50 0 0 16 0 9 0 44141552 889401344 50888 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18314/tid=18317] ppid=18313 vsize=868556 CPUtime=0
/proc/18314/task/18317/stat : 18317 (java) S 18313 18300 17853 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44141553 889401344 50888 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18314/tid=18318] ppid=18313 vsize=868556 CPUtime=0
/proc/18314/task/18318/stat : 18318 (java) S 18313 18300 17853 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44141553 889401344 50888 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18314/tid=18319] ppid=18313 vsize=868556 CPUtime=0
/proc/18314/task/18319/stat : 18319 (java) S 18313 18300 17853 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 44141554 889401344 50888 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18314/tid=18320] ppid=18313 vsize=868556 CPUtime=0.36
/proc/18314/task/18320/stat : 18320 (java) S 18313 18300 17853 0 -1 64 1538 0 0 0 35 1 0 0 15 0 9 0 44141554 889401344 50888 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18314/tid=18321] ppid=18313 vsize=868556 CPUtime=0
/proc/18314/task/18321/stat : 18321 (java) S 18313 18300 17853 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 44141555 889401344 50888 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18314/tid=18322] ppid=18313 vsize=868556 CPUtime=0
/proc/18314/task/18322/stat : 18322 (java) S 18313 18300 17853 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44141555 889401344 50888 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 396.57
Current children cumulated vsize (KiB) 890652

[startup+422.301 s]
/proc/loadavg: 2.55 2.56 2.29 3/83 18421
/proc/meminfo: memFree=1890504/2055920 swapFree=4181048/4192956
[pid=18300] ppid=18298 vsize=16740 CPUtime=402.91
/proc/18300/stat : 18300 (sugar++) R 18298 18300 17853 0 -1 4194304 1320 89012 0 2 6 30 38838 1417 19 0 1 0 44141326 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 271638565929 0 0 4224 16386 0 0 0 17 0 0 0
/proc/18300/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 402.91
Current children cumulated vsize (KiB) 16740

[startup+423.901 s]
/proc/loadavg: 2.55 2.56 2.29 2/83 18421
/proc/meminfo: memFree=1888520/2055920 swapFree=4181048/4192956
[pid=18300] ppid=18298 vsize=16740 CPUtime=403
/proc/18300/stat : 18300 (sugar++) D 18298 18300 17853 0 -1 4194304 1320 89012 0 2 6 39 38838 1417 18 0 1 0 44141326 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 271638565929 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/18300/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 403
Current children cumulated vsize (KiB) 16740

[startup+424.701 s]
/proc/loadavg: 2.55 2.56 2.29 2/83 18421
/proc/meminfo: memFree=1885960/2055920 swapFree=4181048/4192956
[pid=18300] ppid=18298 vsize=16740 CPUtime=403.03
/proc/18300/stat : 18300 (sugar++) D 18298 18300 17853 0 -1 4194304 1320 89012 0 2 6 42 38838 1417 18 0 1 0 44141326 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 271638565929 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/18300/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 403.03
Current children cumulated vsize (KiB) 16740

[startup+425.101 s]
/proc/loadavg: 2.55 2.56 2.29 2/83 18421
/proc/meminfo: memFree=1885960/2055920 swapFree=4181048/4192956
[pid=18300] ppid=18298 vsize=16740 CPUtime=403.04
/proc/18300/stat : 18300 (sugar++) D 18298 18300 17853 0 -1 4194304 1320 89012 0 2 6 43 38838 1417 18 0 1 0 44141326 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 271638565929 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/18300/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 403.04
Current children cumulated vsize (KiB) 16740

[startup+425.301 s]
/proc/loadavg: 2.55 2.56 2.29 2/83 18421
/proc/meminfo: memFree=1885960/2055920 swapFree=4181048/4192956
[pid=18300] ppid=18298 vsize=16740 CPUtime=403.05
/proc/18300/stat : 18300 (sugar++) D 18298 18300 17853 0 -1 4194304 1320 89012 0 2 6 44 38838 1417 18 0 1 0 44141326 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 271638565929 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/18300/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 403.05
Current children cumulated vsize (KiB) 16740

Child status: 0
Real time (s): 425.364
CPU time (s): 403.068
CPU user time (s): 388.45
CPU system time (s): 14.6178
CPU usage (%): 94.7583
Max. virtual memory (cumulated for all children) (KiB): 902792

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

runsolver used 0.635903 second user time and 1.74473 second system time

The end

Launcher Data (download as text)

Begin job on node67 at 2008-07-12 16:53:54
IDJOB=1112829
IDBENCH=61481
IDSOLVER=367
FILE ID=node67/1112829-1215874434
PBS_JOBID= 7903557
Free space on /tmp= 64628 MiB

SOLVER NAME= Sugar++ v1.13+minisat-inc
BENCH NAME= CPAI08/csp/fapp/fapp12/normalized-fapp12-1500-0.xml
COMMAND LINE= DIR/sugar++ -max -incremental -c -vv -java="java -Xmx700M" -decjava="java -Xmx50M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat-inc" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1112829-1215874434/watcher-1112829-1215874434 -o /tmp/evaluation-result-1112829-1215874434/solver-1112829-1215874434 -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-1112829-1215874434.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 34c3ac733a64f710448acdb70b41fbc9
RANDOM SEED=837519466

node67.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.218
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.218
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:        154944 kB
Buffers:          2212 kB
Cached:        1398332 kB
SwapCached:       5560 kB
Active:        1314932 kB
Inactive:       512000 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        154944 kB
SwapTotal:     4192956 kB
SwapFree:      4181048 kB
Dirty:          211052 kB
Writeback:           0 kB
Mapped:         443816 kB
Slab:            58304 kB
Committed_AS:   758748 kB
PageTables:       2800 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= 66428 MiB
End job on node67 at 2008-07-12 17:00:59