Trace number 1112775

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? 848.893 856.733

General information on the benchmark

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

Solver Data (download as text)

0.05/0.22	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.05/0.22	c 0	BEGIN Sat Jul 12 16:42:36 2008
0.05/0.22	c 0	PID 19405
0.05/0.23	c 0	HOST node31.alineos.net
0.05/0.23	c 0	CONVERTING HOME/instance-1112775-1215873755.xml TO HOME/temp.csp
0.05/0.23	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1112775-1215873755.xml' 'HOME/temp.csp'
2.31/2.53	c 2	30 domains, 1750 variables, 8 predicates, 0 relations, 32049 constraints
2.31/2.59	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
2.31/2.59	c 2	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -incremental -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
2.36/2.67	c 2	Parsing HOME/temp.csp
2.94/3.23	c 3	parsed 10000 expressions
3.24/3.54	c 3	parsed 20000 expressions
3.54/3.87	c 3	parsed 30000 expressions
3.64/3.98	c 4	parsed 33837 expressions
3.64/3.99	c 4	Heap : 15 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
4.04/4.33	c 4	MAX CSP: 32049 constraints
4.04/4.33	c 4	Converting to clausal form CSP
10.21/10.55	c 10	converted 6589 (10%) expressions
17.96/18.35	c 18	converted 13178 (20%) expressions
25.12/25.53	c 25	converted 19767 (30%) expressions
32.38/32.89	c 32	converted 26356 (40%) expressions
39.25/39.76	c 39	converted 32945 (50%) expressions
45.72/46.23	c 46	converted 39534 (60%) expressions
51.78/52.31	c 52	converted 46123 (70%) expressions
59.05/59.65	c 59	converted 52712 (80%) expressions
64.62/65.27	c 65	converted 59301 (90%) expressions
73.28/73.91	c 73	converted 65889 (100%) expressions
73.28/73.92	c 74	CSP : 69701 integers, 125641 booleans, 297306 clauses, largest domain size 48074
73.28/73.92	c 74	Heap : 253 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
73.28/73.92	c 74	Propagation in CSP
81.44/82.18	c 82	32040 values, 0 unsatisfiable literals, and 0 valid clauses are removed
81.44/82.19	c 82	CSP : 69701 integers, 125641 booleans, 297306 clauses, largest domain size 32050
81.44/82.19	c 82	Heap : 270 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
81.54/82.28	c 82	Simplifing CSP by introducing new Boolean variables
81.93/82.61	c 82	CSP : 69701 integers, 193285 booleans, 364950 clauses, largest domain size 32050
81.93/82.61	c 82	Heap : 298 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
83.83/84.56	c 84	Encoding CSP to SAT : HOME/temp.cnf
113.15/114.10	c 114	6971 (10%) CSP integer variables are encoded (3636964 clauses, 66884600 bytes)
115.93/116.83	c 116	13941 (20%) CSP integer variables are encoded (5741822 clauses, 106876902 bytes)
118.19/119.15	c 119	20911 (30%) CSP integer variables are encoded (7469388 clauses, 139700656 bytes)
120.07/121.01	c 121	27881 (40%) CSP integer variables are encoded (8842020 clauses, 165780664 bytes)
120.77/121.77	c 121	34851 (50%) CSP integer variables are encoded (9401852 clauses, 176417472 bytes)
120.97/121.91	c 121	41821 (60%) CSP integer variables are encoded (9501729 clauses, 178315135 bytes)
121.06/122.03	c 122	48791 (70%) CSP integer variables are encoded (9582375 clauses, 179847409 bytes)
121.63/122.65	c 122	55761 (80%) CSP integer variables are encoded (10033710 clauses, 188601551 bytes)
121.83/122.85	c 122	62731 (90%) CSP integer variables are encoded (10170547 clauses, 191475128 bytes)
122.03/123.02	c 123	69701 (100%) CSP integer variables are encoded (10289412 clauses, 193971293 bytes)
349.04/351.82	c 351	36495 (10%) CSP clauses are encoded (30331463 clauses, 706753118 bytes)
509.14/513.53	c 513	72990 (20%) CSP clauses are encoded (46543022 clauses, 1134480327 bytes)
654.84/660.50	c 660	109485 (30%) CSP clauses are encoded (61913659 clauses, 1550592490 bytes)
784.35/790.86	c 790	145980 (40%) CSP clauses are encoded (76445630 clauses, 1944656882 bytes)
848.08/855.14	c 855	ERROR Exception Too large HOME/temp.cnf
848.08/855.14	c 855	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:219)
848.08/855.14	c 855	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:130)
848.08/855.14	c 855	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:258)
848.08/855.14	s UNKNOWN
848.12/855.26	c 855	CPU 834.19 (0.06 0.02 834.13 13.98)
848.12/855.26	c 855	END Sat Jul 12 16:56:51 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-1112775-1215873755/watcher-1112775-1215873755 -o /tmp/evaluation-result-1112775-1215873755/solver-1112775-1215873755 -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-1112775-1215873755.xml 

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 19405
/proc/meminfo: memFree=1457240/2055920 swapFree=4178212/4192956
[pid=19405] ppid=19403 vsize=18572 CPUtime=0
/proc/19405/stat : 19405 (runsolver) R 19403 19405 18345 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 44077636 19017728 292 996147200 4194304 4296836 548682068192 18446744073709551615 225612197159 0 0 4096 24578 0 0 0 17 1 0 0
/proc/19405/statm: 4643 292 257 25 0 2626 0

[startup+0.0888551 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 19405
/proc/meminfo: memFree=1457240/2055920 swapFree=4178212/4192956
[pid=19405] ppid=19403 vsize=12272 CPUtime=0
/proc/19405/stat : 19405 (sugar++) D 19403 19405 18345 0 -1 4194304 400 0 0 0 0 0 0 0 18 0 1 0 44077636 12566528 368 996147200 4194304 4206940 548682068528 18446744073709551615 225621094498 0 0 4224 0 18446744071563479169 0 0 17 1 0 0
/proc/19405/statm: 3068 368 274 3 0 168 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12272

[startup+0.101852 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 19405
/proc/meminfo: memFree=1457240/2055920 swapFree=4178212/4192956
[pid=19405] ppid=19403 vsize=12412 CPUtime=0
/proc/19405/stat : 19405 (sugar++) D 19403 19405 18345 0 -1 4194304 414 0 0 0 0 0 0 0 18 0 1 0 44077636 12709888 382 996147200 4194304 4206940 548682068528 18446744073709551615 225621094498 0 0 4224 0 18446744071563479169 0 0 17 1 0 0
/proc/19405/statm: 3103 382 275 3 0 203 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12412

[startup+0.301877 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 19405
/proc/meminfo: memFree=1457240/2055920 swapFree=4178212/4192956
[pid=19405] ppid=19403 vsize=16740 CPUtime=0.07
/proc/19405/stat : 19405 (sugar++) S 19403 19405 18345 0 -1 4194304 1219 128 0 0 5 2 0 0 19 0 1 0 44077636 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19405/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.701911 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 19405
/proc/meminfo: memFree=1457240/2055920 swapFree=4178212/4192956
[pid=19405] ppid=19403 vsize=16740 CPUtime=0.07
/proc/19405/stat : 19405 (sugar++) S 19403 19405 18345 0 -1 4194304 1219 128 0 0 5 2 0 0 19 0 1 0 44077636 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19405/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+1.50298 s]
/proc/loadavg: 2.00 2.00 2.00 3/92 19417
/proc/meminfo: memFree=1433984/2055920 swapFree=4178212/4192956
[pid=19405] ppid=19403 vsize=16740 CPUtime=0.07
/proc/19405/stat : 19405 (sugar++) S 19403 19405 18345 0 -1 4194304 1219 128 0 0 5 2 0 0 19 0 1 0 44077636 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19405/statm: 4185 1104 409 3 0 764 0
[pid=19408] ppid=19405 vsize=5356 CPUtime=0
/proc/19408/stat : 19408 (sh) S 19405 19405 18345 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 44077659 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19408/statm: 1339 233 193 169 0 50 0
[pid=19409] ppid=19408 vsize=864676 CPUtime=1.24
/proc/19409/stat : 19409 (java) S 19408 19405 18345 0 -1 0 12458 0 1 0 116 8 0 0 18 0 9 0 44077659 885428224 10510 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19409/statm: 216169 10510 2529 9 0 210751 0
[pid=19409/tid=19410] ppid=19408 vsize=864676 CPUtime=0.69
/proc/19409/task/19410/stat : 19410 (java) R 19408 19405 18345 0 -1 64 3015 0 1 0 66 3 0 0 18 0 9 0 44077660 885428224 10510 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19409/tid=19411] ppid=19408 vsize=864676 CPUtime=0.41
/proc/19409/task/19411/stat : 19411 (java) R 19408 19405 18345 0 -1 64 8257 0 0 0 37 4 0 0 16 0 9 0 44077662 885428224 10510 996147200 134512640 134550740 4294956000 18446744073709551615 102723282 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19409/tid=19412] ppid=19408 vsize=864676 CPUtime=0
/proc/19409/task/19412/stat : 19412 (java) S 19408 19405 18345 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 44077662 885428224 10510 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19409/tid=19413] ppid=19408 vsize=864676 CPUtime=0
/proc/19409/task/19413/stat : 19413 (java) S 19408 19405 18345 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 44077662 885428224 10510 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19409/tid=19414] ppid=19408 vsize=864676 CPUtime=0
/proc/19409/task/19414/stat : 19414 (java) S 19408 19405 18345 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 44077664 885428224 10510 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19409/tid=19415] ppid=19408 vsize=864676 CPUtime=0.11
/proc/19409/task/19415/stat : 19415 (java) S 19408 19405 18345 0 -1 64 486 0 0 0 11 0 0 0 16 0 9 0 44077664 885428224 10510 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19409/tid=19416] ppid=19408 vsize=864676 CPUtime=0
/proc/19409/task/19416/stat : 19416 (java) S 19408 19405 18345 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 44077664 885428224 10510 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19409/tid=19417] ppid=19408 vsize=864676 CPUtime=0
/proc/19409/task/19417/stat : 19417 (java) S 19408 19405 18345 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44077664 885428224 10510 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 886772

[startup+3.10112 s]
/proc/loadavg: 2.00 2.00 2.00 3/92 19417
/proc/meminfo: memFree=1402496/2055920 swapFree=4178212/4192956
[pid=19405] ppid=19403 vsize=16740 CPUtime=2.36
/proc/19405/stat : 19405 (sugar++) S 19403 19405 18345 0 -1 4194304 1297 18920 0 1 5 2 216 13 16 0 1 0 44077636 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19405/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 2.36
Current children cumulated vsize (KiB) 16740

[startup+6.3024 s]
/proc/loadavg: 2.00 2.00 2.00 3/92 19427
/proc/meminfo: memFree=1412672/2055920 swapFree=4178212/4192956
[pid=19405] ppid=19403 vsize=16740 CPUtime=2.36
/proc/19405/stat : 19405 (sugar++) S 19403 19405 18345 0 -1 4194304 1297 18920 0 1 5 2 216 13 15 0 1 0 44077636 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19405/statm: 4185 1104 409 3 0 764 0
[pid=19418] ppid=19405 vsize=5356 CPUtime=0
/proc/19418/stat : 19418 (sh) S 19405 19405 18345 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44077896 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19418/statm: 1339 233 193 169 0 50 0
[pid=19419] ppid=19418 vsize=868444 CPUtime=3.67
/proc/19419/stat : 19419 (java) S 19418 19405 18345 0 -1 0 14089 0 1 0 357 10 0 0 18 0 9 0 44077896 889286656 12681 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19419/statm: 217111 12681 2544 9 0 211686 0
[pid=19419/tid=19420] ppid=19418 vsize=868444 CPUtime=2.66
/proc/19419/task/19420/stat : 19420 (java) R 19418 19405 18345 0 -1 64 3063 0 1 0 263 3 0 0 25 0 9 0 44077897 889286656 12681 996147200 134512640 134550740 4294955920 18446744073709551615 4126602592 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19419/tid=19421] ppid=19418 vsize=868444 CPUtime=0.75
/proc/19419/task/19421/stat : 19421 (java) S 19418 19405 18345 0 -1 64 8857 0 0 0 70 5 0 0 16 0 9 0 44077898 889286656 12681 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19419/tid=19422] ppid=19418 vsize=868444 CPUtime=0
/proc/19419/task/19422/stat : 19422 (java) S 19418 19405 18345 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44077898 889286656 12681 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19419/tid=19423] ppid=19418 vsize=868444 CPUtime=0
/proc/19419/task/19423/stat : 19423 (java) S 19418 19405 18345 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 44077898 889286656 12681 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19419/tid=19424] ppid=19418 vsize=868444 CPUtime=0
/proc/19419/task/19424/stat : 19424 (java) S 19418 19405 18345 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 44077900 889286656 12681 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19419/tid=19425] ppid=19418 vsize=868444 CPUtime=0.22
/proc/19419/task/19425/stat : 19425 (java) S 19418 19405 18345 0 -1 64 1472 0 0 0 22 0 0 0 16 0 9 0 44077900 889286656 12681 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19419/tid=19426] ppid=19418 vsize=868444 CPUtime=0
/proc/19419/task/19426/stat : 19426 (java) S 19418 19405 18345 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 44077900 889286656 12681 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19419/tid=19427] ppid=19418 vsize=868444 CPUtime=0
/proc/19419/task/19427/stat : 19427 (java) S 19418 19405 18345 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44077900 889286656 12681 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.03
Current children cumulated vsize (KiB) 890540

[startup+12.7032 s]
/proc/loadavg: 2.00 2.00 2.00 3/92 19427
/proc/meminfo: memFree=1395904/2055920 swapFree=4178212/4192956
[pid=19405] ppid=19403 vsize=16740 CPUtime=2.36
/proc/19405/stat : 19405 (sugar++) S 19403 19405 18345 0 -1 4194304 1297 18920 0 1 5 2 216 13 16 0 1 0 44077636 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19405/statm: 4185 1104 409 3 0 764 0
[pid=19418] ppid=19405 vsize=5356 CPUtime=0
/proc/19418/stat : 19418 (sh) S 19405 19405 18345 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44077896 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19418/statm: 1339 233 193 169 0 50 0
[pid=19419] ppid=19418 vsize=868444 CPUtime=10.03
/proc/19419/stat : 19419 (java) S 19418 19405 18345 0 -1 0 22405 0 1 0 987 16 0 0 18 0 9 0 44077896 889286656 16962 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19419/statm: 217111 16962 2541 9 0 211686 0
[pid=19419/tid=19420] ppid=19418 vsize=868444 CPUtime=8.25
/proc/19419/task/19420/stat : 19420 (java) R 19418 19405 18345 0 -1 64 3475 0 1 0 822 3 0 0 25 0 9 0 44077897 889286656 16962 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19419/tid=19421] ppid=19418 vsize=868444 CPUtime=1.52
/proc/19419/task/19421/stat : 19421 (java) S 19418 19405 18345 0 -1 64 16758 0 0 0 142 10 0 0 15 0 9 0 44077898 889286656 16962 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19419/tid=19422] ppid=19418 vsize=868444 CPUtime=0
/proc/19419/task/19422/stat : 19422 (java) S 19418 19405 18345 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44077898 889286656 16962 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19419/tid=19423] ppid=19418 vsize=868444 CPUtime=0
/proc/19419/task/19423/stat : 19423 (java) S 19418 19405 18345 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44077898 889286656 16962 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19419/tid=19424] ppid=19418 vsize=868444 CPUtime=0
/proc/19419/task/19424/stat : 19424 (java) S 19418 19405 18345 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 44077900 889286656 16962 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19419/tid=19425] ppid=19418 vsize=868444 CPUtime=0.22
/proc/19419/task/19425/stat : 19425 (java) S 19418 19405 18345 0 -1 64 1475 0 0 0 22 0 0 0 15 0 9 0 44077900 889286656 16962 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19419/tid=19426] ppid=19418 vsize=868444 CPUtime=0
/proc/19419/task/19426/stat : 19426 (java) S 19418 19405 18345 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 44077900 889286656 16962 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19419/tid=19427] ppid=19418 vsize=868444 CPUtime=0
/proc/19419/task/19427/stat : 19427 (java) S 19418 19405 18345 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44077900 889286656 16962 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.39
Current children cumulated vsize (KiB) 890540

[startup+25.5021 s]
/proc/loadavg: 2.00 2.00 2.00 3/92 19427
/proc/meminfo: memFree=1356800/2055920 swapFree=4178212/4192956
[pid=19405] ppid=19403 vsize=16740 CPUtime=2.36
/proc/19405/stat : 19405 (sugar++) S 19403 19405 18345 0 -1 4194304 1297 18920 0 1 5 2 216 13 16 0 1 0 44077636 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19405/statm: 4185 1104 409 3 0 764 0
[pid=19418] ppid=19405 vsize=5356 CPUtime=0
/proc/19418/stat : 19418 (sh) S 19405 19405 18345 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44077896 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19418/statm: 1339 233 193 169 0 50 0
[pid=19419] ppid=19418 vsize=868444 CPUtime=22.76
/proc/19419/stat : 19419 (java) S 19418 19405 18345 0 -1 0 36026 0 1 0 2250 26 0 0 18 0 9 0 44077896 889286656 26257 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19419/statm: 217111 26257 2541 9 0 211686 0
[pid=19419/tid=19420] ppid=19418 vsize=868444 CPUtime=19.61
/proc/19419/task/19420/stat : 19420 (java) R 19418 19405 18345 0 -1 64 4090 0 1 0 1957 4 0 0 25 0 9 0 44077897 889286656 26257 996147200 134512640 134550740 4294955920 18446744073709551615 4126491115 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19419/tid=19421] ppid=19418 vsize=868444 CPUtime=2.88
/proc/19419/task/19421/stat : 19421 (java) S 19418 19405 18345 0 -1 64 29754 0 0 0 268 20 0 0 16 0 9 0 44077898 889286656 26257 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19419/tid=19422] ppid=19418 vsize=868444 CPUtime=0
/proc/19419/task/19422/stat : 19422 (java) S 19418 19405 18345 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44077898 889286656 26257 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19419/tid=19423] ppid=19418 vsize=868444 CPUtime=0
/proc/19419/task/19423/stat : 19423 (java) S 19418 19405 18345 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44077898 889286656 26257 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19419/tid=19424] ppid=19418 vsize=868444 CPUtime=0
/proc/19419/task/19424/stat : 19424 (java) S 19418 19405 18345 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 44077900 889286656 26257 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19419/tid=19425] ppid=19418 vsize=868444 CPUtime=0.23
/proc/19419/task/19425/stat : 19425 (java) S 19418 19405 18345 0 -1 64 1485 0 0 0 23 0 0 0 16 0 9 0 44077900 889286656 26257 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19419/tid=19426] ppid=19418 vsize=868444 CPUtime=0
/proc/19419/task/19426/stat : 19426 (java) S 19418 19405 18345 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 44077900 889286656 26257 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19419/tid=19427] ppid=19418 vsize=868444 CPUtime=0
/proc/19419/task/19427/stat : 19427 (java) S 19418 19405 18345 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44077900 889286656 26257 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.12
Current children cumulated vsize (KiB) 890540

[startup+51.1023 s]
/proc/loadavg: 2.00 2.00 2.00 3/92 19427
/proc/meminfo: memFree=1283328/2055920 swapFree=4178212/4192956
[pid=19405] ppid=19403 vsize=16740 CPUtime=2.37
/proc/19405/stat : 19405 (sugar++) S 19403 19405 18345 0 -1 4194304 1297 18920 0 1 6 2 216 13 16 0 1 0 44077636 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19405/statm: 4185 1104 409 3 0 764 0
[pid=19418] ppid=19405 vsize=5356 CPUtime=0
/proc/19418/stat : 19418 (sh) S 19405 19405 18345 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44077896 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19418/statm: 1339 233 193 169 0 50 0
[pid=19419] ppid=19418 vsize=868444 CPUtime=48.22
/proc/19419/stat : 19419 (java) S 19418 19405 18345 0 -1 0 59127 0 1 0 4780 42 0 0 18 0 9 0 44077896 889286656 44915 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0

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

/proc/19419/task/19420/stat : 19420 (java) R 19418 19405 18345 0 -1 64 9671 0 1 0 78573 1242 0 0 25 0 9 0 44077897 889401344 79576 996147200 134512640 134550740 4294955920 18446744073709551615 4126668880 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19419/tid=19421] ppid=19418 vsize=868556 CPUtime=14.71
/proc/19419/task/19421/stat : 19421 (java) S 19418 19405 18345 0 -1 64 93514 0 0 0 1401 70 0 0 16 0 9 0 44077898 889401344 79576 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19419/tid=19422] ppid=19418 vsize=868556 CPUtime=0
/proc/19419/task/19422/stat : 19422 (java) S 19418 19405 18345 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44077898 889401344 79576 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19419/tid=19423] ppid=19418 vsize=868556 CPUtime=0
/proc/19419/task/19423/stat : 19423 (java) S 19418 19405 18345 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44077898 889401344 79576 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19419/tid=19424] ppid=19418 vsize=868556 CPUtime=0
/proc/19419/task/19424/stat : 19424 (java) S 19418 19405 18345 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 44077900 889401344 79576 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19419/tid=19425] ppid=19418 vsize=868556 CPUtime=0.35
/proc/19419/task/19425/stat : 19425 (java) S 19418 19405 18345 0 -1 64 1540 0 0 0 35 0 0 0 15 0 9 0 44077900 889401344 79576 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19419/tid=19426] ppid=19418 vsize=868556 CPUtime=0
/proc/19419/task/19426/stat : 19426 (java) S 19418 19405 18345 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 44077900 889401344 79576 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19419/tid=19427] ppid=19418 vsize=868556 CPUtime=0
/proc/19419/task/19427/stat : 19427 (java) S 19418 19405 18345 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44077900 889401344 79576 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 815.62
Current children cumulated vsize (KiB) 890652

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

[startup+831.902 s]
/proc/loadavg: 2.13 2.08 2.01 3/92 19427
/proc/meminfo: memFree=15296/2055920 swapFree=4178212/4192956
[pid=19405] ppid=19403 vsize=16740 CPUtime=2.37
/proc/19405/stat : 19405 (sugar++) S 19403 19405 18345 0 -1 4194304 1297 18920 0 1 6 2 216 13 16 0 1 0 44077636 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19405/statm: 4185 1104 409 3 0 764 0
[pid=19418] ppid=19405 vsize=5356 CPUtime=0
/proc/19418/stat : 19418 (sh) S 19405 19405 18345 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44077896 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19418/statm: 1339 233 193 169 0 50 0
[pid=19419] ppid=19418 vsize=868556 CPUtime=822.8
/proc/19419/stat : 19419 (java) S 19418 19405 18345 0 -1 0 105447 0 1 0 80945 1335 0 0 18 0 9 0 44077896 889401344 79576 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19419/statm: 217139 79576 2566 9 0 211686 0
[pid=19419/tid=19420] ppid=19418 vsize=868556 CPUtime=807.66
/proc/19419/task/19420/stat : 19420 (java) R 19418 19405 18345 0 -1 64 9696 0 1 0 79504 1262 0 0 25 0 9 0 44077897 889401344 79576 996147200 134512640 134550740 4294955920 18446744073709551615 4127154261 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19419/tid=19421] ppid=19418 vsize=868556 CPUtime=14.74
/proc/19419/task/19421/stat : 19421 (java) S 19418 19405 18345 0 -1 64 93514 0 0 0 1404 70 0 0 16 0 9 0 44077898 889401344 79576 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19419/tid=19422] ppid=19418 vsize=868556 CPUtime=0
/proc/19419/task/19422/stat : 19422 (java) S 19418 19405 18345 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44077898 889401344 79576 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19419/tid=19423] ppid=19418 vsize=868556 CPUtime=0
/proc/19419/task/19423/stat : 19423 (java) S 19418 19405 18345 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44077898 889401344 79576 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19419/tid=19424] ppid=19418 vsize=868556 CPUtime=0
/proc/19419/task/19424/stat : 19424 (java) S 19418 19405 18345 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 44077900 889401344 79576 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19419/tid=19425] ppid=19418 vsize=868556 CPUtime=0.35
/proc/19419/task/19425/stat : 19425 (java) S 19418 19405 18345 0 -1 64 1540 0 0 0 35 0 0 0 15 0 9 0 44077900 889401344 79576 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19419/tid=19426] ppid=19418 vsize=868556 CPUtime=0
/proc/19419/task/19426/stat : 19426 (java) S 19418 19405 18345 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 44077900 889401344 79576 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19419/tid=19427] ppid=19418 vsize=868556 CPUtime=0
/proc/19419/task/19427/stat : 19427 (java) S 19418 19405 18345 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44077900 889401344 79576 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 825.17
Current children cumulated vsize (KiB) 890652

[startup+844.702 s]
/proc/loadavg: 2.11 2.08 2.01 3/92 19427
/proc/meminfo: memFree=15488/2055920 swapFree=4178212/4192956
[pid=19405] ppid=19403 vsize=16740 CPUtime=2.37
/proc/19405/stat : 19405 (sugar++) S 19403 19405 18345 0 -1 4194304 1297 18920 0 1 6 2 216 13 16 0 1 0 44077636 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19405/statm: 4185 1104 409 3 0 764 0
[pid=19418] ppid=19405 vsize=5356 CPUtime=0
/proc/19418/stat : 19418 (sh) S 19405 19405 18345 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44077896 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19418/statm: 1339 233 193 169 0 50 0
[pid=19419] ppid=19418 vsize=868556 CPUtime=835.53
/proc/19419/stat : 19419 (java) S 19418 19405 18345 0 -1 0 105478 0 1 0 82192 1361 0 0 18 0 9 0 44077896 889401344 79576 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19419/statm: 217139 79576 2566 9 0 211686 0
[pid=19419/tid=19420] ppid=19418 vsize=868556 CPUtime=820.35
/proc/19419/task/19420/stat : 19420 (java) R 19418 19405 18345 0 -1 64 9727 0 1 0 80747 1288 0 0 25 0 9 0 44077897 889401344 79576 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19419/tid=19421] ppid=19418 vsize=868556 CPUtime=14.78
/proc/19419/task/19421/stat : 19421 (java) S 19418 19405 18345 0 -1 64 93514 0 0 0 1408 70 0 0 16 0 9 0 44077898 889401344 79576 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19419/tid=19422] ppid=19418 vsize=868556 CPUtime=0
/proc/19419/task/19422/stat : 19422 (java) S 19418 19405 18345 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44077898 889401344 79576 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19419/tid=19423] ppid=19418 vsize=868556 CPUtime=0
/proc/19419/task/19423/stat : 19423 (java) S 19418 19405 18345 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44077898 889401344 79576 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19419/tid=19424] ppid=19418 vsize=868556 CPUtime=0
/proc/19419/task/19424/stat : 19424 (java) S 19418 19405 18345 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 44077900 889401344 79576 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19419/tid=19425] ppid=19418 vsize=868556 CPUtime=0.35
/proc/19419/task/19425/stat : 19425 (java) S 19418 19405 18345 0 -1 64 1540 0 0 0 35 0 0 0 15 0 9 0 44077900 889401344 79576 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19419/tid=19426] ppid=19418 vsize=868556 CPUtime=0
/proc/19419/task/19426/stat : 19426 (java) S 19418 19405 18345 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 44077900 889401344 79576 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19419/tid=19427] ppid=19418 vsize=868556 CPUtime=0
/proc/19419/task/19427/stat : 19427 (java) S 19418 19405 18345 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44077900 889401344 79576 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 837.9
Current children cumulated vsize (KiB) 890652

[startup+851.102 s]
/proc/loadavg: 2.09 2.08 2.01 3/92 19427
/proc/meminfo: memFree=15104/2055920 swapFree=4178212/4192956
[pid=19405] ppid=19403 vsize=16740 CPUtime=2.37
/proc/19405/stat : 19405 (sugar++) S 19403 19405 18345 0 -1 4194304 1297 18920 0 1 6 2 216 13 16 0 1 0 44077636 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19405/statm: 4185 1104 409 3 0 764 0
[pid=19418] ppid=19405 vsize=5356 CPUtime=0
/proc/19418/stat : 19418 (sh) S 19405 19405 18345 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44077896 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19418/statm: 1339 233 193 169 0 50 0
[pid=19419] ppid=19418 vsize=868556 CPUtime=841.89
/proc/19419/stat : 19419 (java) S 19418 19405 18345 0 -1 0 105493 0 1 0 82818 1371 0 0 18 0 9 0 44077896 889401344 79576 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19419/statm: 217139 79576 2566 9 0 211686 0
[pid=19419/tid=19420] ppid=19418 vsize=868556 CPUtime=826.7
/proc/19419/task/19420/stat : 19420 (java) R 19418 19405 18345 0 -1 64 9742 0 1 0 81371 1299 0 0 25 0 9 0 44077897 889401344 79576 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19419/tid=19421] ppid=19418 vsize=868556 CPUtime=14.8
/proc/19419/task/19421/stat : 19421 (java) S 19418 19405 18345 0 -1 64 93514 0 0 0 1410 70 0 0 16 0 9 0 44077898 889401344 79576 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19419/tid=19422] ppid=19418 vsize=868556 CPUtime=0
/proc/19419/task/19422/stat : 19422 (java) S 19418 19405 18345 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44077898 889401344 79576 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19419/tid=19423] ppid=19418 vsize=868556 CPUtime=0
/proc/19419/task/19423/stat : 19423 (java) S 19418 19405 18345 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44077898 889401344 79576 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19419/tid=19424] ppid=19418 vsize=868556 CPUtime=0
/proc/19419/task/19424/stat : 19424 (java) S 19418 19405 18345 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 44077900 889401344 79576 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19419/tid=19425] ppid=19418 vsize=868556 CPUtime=0.35
/proc/19419/task/19425/stat : 19425 (java) S 19418 19405 18345 0 -1 64 1540 0 0 0 35 0 0 0 15 0 9 0 44077900 889401344 79576 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19419/tid=19426] ppid=19418 vsize=868556 CPUtime=0
/proc/19419/task/19426/stat : 19426 (java) S 19418 19405 18345 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 44077900 889401344 79576 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19419/tid=19427] ppid=19418 vsize=868556 CPUtime=0
/proc/19419/task/19427/stat : 19427 (java) S 19418 19405 18345 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44077900 889401344 79576 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 844.26
Current children cumulated vsize (KiB) 890652

[startup+854.301 s]
/proc/loadavg: 2.09 2.08 2.01 3/92 19427
/proc/meminfo: memFree=16064/2055920 swapFree=4178212/4192956
[pid=19405] ppid=19403 vsize=16740 CPUtime=2.37
/proc/19405/stat : 19405 (sugar++) S 19403 19405 18345 0 -1 4194304 1297 18920 0 1 6 2 216 13 16 0 1 0 44077636 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19405/statm: 4185 1104 409 3 0 764 0
[pid=19418] ppid=19405 vsize=5356 CPUtime=0
/proc/19418/stat : 19418 (sh) S 19405 19405 18345 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44077896 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19418/statm: 1339 233 193 169 0 50 0
[pid=19419] ppid=19418 vsize=868556 CPUtime=844.91
/proc/19419/stat : 19419 (java) S 19418 19405 18345 0 -1 0 105501 0 1 0 83113 1378 0 0 18 0 9 0 44077896 889401344 79576 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19419/statm: 217139 79576 2566 9 0 211686 0
[pid=19419/tid=19420] ppid=19418 vsize=868556 CPUtime=829.71
/proc/19419/task/19420/stat : 19420 (java) R 19418 19405 18345 0 -1 64 9750 0 1 0 81665 1306 0 0 25 0 9 0 44077897 889401344 79576 996147200 134512640 134550740 4294955920 18446744073709551615 4127154224 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19419/tid=19421] ppid=19418 vsize=868556 CPUtime=14.82
/proc/19419/task/19421/stat : 19421 (java) S 19418 19405 18345 0 -1 64 93514 0 0 0 1411 71 0 0 16 0 9 0 44077898 889401344 79576 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19419/tid=19422] ppid=19418 vsize=868556 CPUtime=0
/proc/19419/task/19422/stat : 19422 (java) S 19418 19405 18345 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44077898 889401344 79576 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19419/tid=19423] ppid=19418 vsize=868556 CPUtime=0
/proc/19419/task/19423/stat : 19423 (java) S 19418 19405 18345 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44077898 889401344 79576 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19419/tid=19424] ppid=19418 vsize=868556 CPUtime=0
/proc/19419/task/19424/stat : 19424 (java) S 19418 19405 18345 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 44077900 889401344 79576 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19419/tid=19425] ppid=19418 vsize=868556 CPUtime=0.35
/proc/19419/task/19425/stat : 19425 (java) S 19418 19405 18345 0 -1 64 1540 0 0 0 35 0 0 0 15 0 9 0 44077900 889401344 79576 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19419/tid=19426] ppid=19418 vsize=868556 CPUtime=0
/proc/19419/task/19426/stat : 19426 (java) S 19418 19405 18345 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 44077900 889401344 79576 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19419/tid=19427] ppid=19418 vsize=868556 CPUtime=0
/proc/19419/task/19427/stat : 19427 (java) S 19418 19405 18345 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44077900 889401344 79576 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 847.28
Current children cumulated vsize (KiB) 890652

[startup+855.902 s]
/proc/loadavg: 2.08 2.07 2.01 3/82 19427
/proc/meminfo: memFree=1230416/2055920 swapFree=4178212/4192956
[pid=19405] ppid=19403 vsize=16740 CPUtime=848.79
/proc/19405/stat : 19405 (sugar++) D 19403 19405 18345 0 -1 4194304 1320 124721 0 2 6 62 83413 1398 21 0 1 0 44077636 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 225612370985 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/19405/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 848.79
Current children cumulated vsize (KiB) 16740

[startup+856.302 s]
/proc/loadavg: 2.08 2.07 2.01 3/82 19427
/proc/meminfo: memFree=1230416/2055920 swapFree=4178212/4192956
[pid=19405] ppid=19403 vsize=16740 CPUtime=848.83
/proc/19405/stat : 19405 (sugar++) D 19403 19405 18345 0 -1 4194304 1320 124721 0 2 6 66 83413 1398 18 0 1 0 44077636 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 225612370985 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/19405/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 848.83
Current children cumulated vsize (KiB) 16740

[startup+856.702 s]
/proc/loadavg: 2.08 2.07 2.01 3/82 19427
/proc/meminfo: memFree=1230416/2055920 swapFree=4178212/4192956
[pid=19405] ppid=19403 vsize=16740 CPUtime=848.87
/proc/19405/stat : 19405 (sugar++) D 19403 19405 18345 0 -1 4194304 1320 124721 0 2 6 70 83413 1398 18 0 1 0 44077636 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 225612370985 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/19405/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 848.87
Current children cumulated vsize (KiB) 16740

Child status: 0
Real time (s): 856.733
CPU time (s): 848.893
CPU user time (s): 834.199
CPU system time (s): 14.6938
CPU usage (%): 99.0848
Max. virtual memory (cumulated for all children) (KiB): 903352

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 834.199
system time used= 14.6938
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 126097
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= 38775
involuntary context switches= 46420

runsolver used 1.01784 second user time and 2.96455 second system time

The end

Launcher Data (download as text)

Begin job on node31 at 2008-07-12 16:42:36
IDJOB=1112775
IDBENCH=61472
IDSOLVER=367
FILE ID=node31/1112775-1215873755
PBS_JOBID= 7903517
Free space on /tmp= 66484 MiB

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

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 3874290cda754699d3686661cf7c347b
RANDOM SEED=110185381

node31.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.236
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.236
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:       1457720 kB
Buffers:          9076 kB
Cached:          45932 kB
SwapCached:       7756 kB
Active:         543208 kB
Inactive:        12244 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1457720 kB
SwapTotal:     4192956 kB
SwapFree:      4178212 kB
Dirty:            5340 kB
Writeback:           0 kB
Mapped:         516556 kB
Slab:            26664 kB
Committed_AS:  1007068 kB
PageTables:       2976 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= 66484 MiB
End job on node31 at 2008-07-12 16:56:52