Trace number 1112459

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? 233.794 242.299

General information on the benchmark

Namecsp/super-os/super-os-taillard-20/
normalized-super-os-taillard-20-27.xml
MD5SUMec22dd72fedf3b6844826e496bf5d03b
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints90
Best CPU time to get the best result obtained on this benchmark3600.07
Satisfiable
(Un)Satisfiability was proved
Number of variables800
Number of constraints23200
Maximum constraint arity2
Maximum domain size1284
Number of constraints which are defined in extension0
Number of constraints which are defined in intension23200
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.10	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.00/0.10	c 0	BEGIN Sat Jul 12 15:16:19 2008
0.00/0.10	c 0	PID 17333
0.06/0.10	c 0	HOST node9.alineos.net
0.06/0.10	c 0	CONVERTING HOME/instance-1112459-1215868579.xml TO HOME/temp.csp
0.06/0.10	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1112459-1215868579.xml' 'HOME/temp.csp'
1.40/1.55	c 2	98 domains, 800 variables, 3 predicates, 0 relations, 23200 constraints
1.45/1.60	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.45/1.60	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.45/1.68	c 2	Parsing HOME/temp.csp
1.46/2.01	c 2	parsed 10000 expressions
2.03/2.23	c 2	parsed 20000 expressions
2.15/2.36	c 2	parsed 24101 expressions
2.15/2.36	c 2	Heap : 7 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.33/2.57	c 3	MAX CSP: 23200 constraints
2.33/2.57	c 3	Converting to clausal form CSP
2.63/2.88	c 3	converted 4731 (10%) expressions
2.73/2.99	c 3	converted 9461 (20%) expressions
2.93/3.11	c 3	converted 14192 (30%) expressions
3.13/3.36	c 3	converted 18922 (40%) expressions
3.22/3.47	c 4	converted 23652 (50%) expressions
3.33/3.59	c 4	converted 28383 (60%) expressions
3.52/3.70	c 4	converted 33113 (70%) expressions
3.63/3.82	c 4	converted 37844 (80%) expressions
3.72/3.93	c 4	converted 42574 (90%) expressions
6.31/6.53	c 7	converted 47304 (100%) expressions
6.31/6.54	c 7	CSP : 47200 integers, 0 booleans, 69599 clauses, largest domain size 34801
6.31/6.54	c 7	Heap : 64 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
6.31/6.54	c 7	Propagation in CSP
7.30/7.50	c 8	23194 values, 0 unsatisfiable literals, and 0 valid clauses are removed
7.30/7.51	c 8	CSP : 47200 integers, 0 booleans, 69599 clauses, largest domain size 23201
7.30/7.51	c 8	Heap : 65 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
7.30/7.54	c 8	Simplifing CSP by introducing new Boolean variables
7.61/7.82	c 8	CSP : 47200 integers, 46400 booleans, 115999 clauses, largest domain size 23201
7.61/7.82	c 8	Heap : 81 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
8.00/8.28	c 8	Encoding CSP to SAT : HOME/temp.cnf
9.29/9.53	c 10	4720 (10%) CSP integer variables are encoded (984630 clauses, 16516745 bytes)
9.29/9.54	c 10	9440 (20%) CSP integer variables are encoded (984630 clauses, 16516745 bytes)
9.29/9.54	c 10	14160 (30%) CSP integer variables are encoded (984630 clauses, 16516745 bytes)
9.29/9.55	c 10	18880 (40%) CSP integer variables are encoded (984630 clauses, 16516745 bytes)
9.29/9.56	c 10	23600 (50%) CSP integer variables are encoded (984630 clauses, 16516745 bytes)
9.69/9.99	c 10	28320 (60%) CSP integer variables are encoded (1322081 clauses, 22928314 bytes)
9.79/10.09	c 10	33040 (70%) CSP integer variables are encoded (1397755 clauses, 24366120 bytes)
9.99/10.20	c 10	37760 (80%) CSP integer variables are encoded (1474137 clauses, 25817378 bytes)
9.99/10.28	c 10	42480 (90%) CSP integer variables are encoded (1530938 clauses, 26896597 bytes)
10.10/10.37	c 11	47200 (100%) CSP integer variables are encoded (1601469 clauses, 28236686 bytes)
27.14/28.18	c 28	11600 (10%) CSP clauses are encoded (10840531 clauses, 255859020 bytes)
44.47/45.95	c 46	23200 (20%) CSP clauses are encoded (19989338 clauses, 493612007 bytes)
60.45/62.70	c 63	34800 (30%) CSP clauses are encoded (29065501 clauses, 729476250 bytes)
76.56/79.22	c 79	46400 (40%) CSP clauses are encoded (38146285 clauses, 965461521 bytes)
92.65/96.29	c 96	58000 (50%) CSP clauses are encoded (47324038 clauses, 1203970971 bytes)
109.00/113.33	c 113	69600 (60%) CSP clauses are encoded (56490719 clauses, 1442192549 bytes)
232.74/239.66	c 240	ERROR Exception Too large HOME/temp.cnf
232.81/239.80	c 240	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:219)
232.81/239.80	c 240	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:130)
232.81/239.80	c 240	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:258)
232.81/239.80	s UNKNOWN
232.83/240.11	c 240	CPU 219.92 (0.05 0.02 219.87 12.9)
232.83/240.11	c 240	END Sat Jul 12 15:20:19 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-1112459-1215868579/watcher-1112459-1215868579 -o /tmp/evaluation-result-1112459-1215868579/solver-1112459-1215868579 -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-1112459-1215868579.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.70 2.47 2.20 4/80 17333
/proc/meminfo: memFree=1825904/2055920 swapFree=4180384/4192956
[pid=17333] ppid=17331 vsize=12268 CPUtime=0
/proc/17333/stat : 17333 (sugar++) R 17331 17333 16491 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 43560827 12562432 316 996147200 4194304 4206940 548682068528 18446744073709551615 215419157093 0 2147483391 4224 0 0 0 0 17 0 0 0
/proc/17333/statm: 3067 316 241 3 0 167 0

[startup+0.107429 s]
/proc/loadavg: 2.70 2.47 2.20 4/80 17333
/proc/meminfo: memFree=1825904/2055920 swapFree=4180384/4192956
[pid=17333] ppid=17331 vsize=16740 CPUtime=0.06
/proc/17333/stat : 17333 (sugar++) S 17331 17333 16491 0 -1 4194304 1143 0 0 0 5 1 0 0 19 0 1 0 43560827 17141760 1099 996147200 4194304 4206940 548682068528 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17333/statm: 4185 1099 406 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.201487 s]
/proc/loadavg: 2.70 2.47 2.20 4/80 17333
/proc/meminfo: memFree=1825904/2055920 swapFree=4180384/4192956
[pid=17333] ppid=17331 vsize=16740 CPUtime=0.06
/proc/17333/stat : 17333 (sugar++) S 17331 17333 16491 0 -1 4194304 1219 128 0 0 5 1 0 0 21 0 1 0 43560827 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17333/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.302506 s]
/proc/loadavg: 2.70 2.47 2.20 4/80 17333
/proc/meminfo: memFree=1825904/2055920 swapFree=4180384/4192956
[pid=17333] ppid=17331 vsize=16740 CPUtime=0.06
/proc/17333/stat : 17333 (sugar++) S 17331 17333 16491 0 -1 4194304 1219 128 0 0 5 1 0 0 21 0 1 0 43560827 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17333/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.701582 s]
/proc/loadavg: 2.70 2.47 2.20 4/80 17333
/proc/meminfo: memFree=1825904/2055920 swapFree=4180384/4192956
[pid=17333] ppid=17331 vsize=16740 CPUtime=0.06
/proc/17333/stat : 17333 (sugar++) S 17331 17333 16491 0 -1 4194304 1219 128 0 0 5 1 0 0 21 0 1 0 43560827 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17333/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+1.50175 s]
/proc/loadavg: 2.70 2.47 2.20 3/91 17345
/proc/meminfo: memFree=1791184/2055920 swapFree=4180384/4192956
[pid=17333] ppid=17331 vsize=16740 CPUtime=0.06
/proc/17333/stat : 17333 (sugar++) S 17331 17333 16491 0 -1 4194304 1219 128 0 0 5 1 0 0 21 0 1 0 43560827 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17333/statm: 4185 1104 409 3 0 764 0
[pid=17336] ppid=17333 vsize=5356 CPUtime=0
/proc/17336/stat : 17336 (sh) S 17333 17333 16491 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 43560838 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17336/statm: 1339 233 193 169 0 50 0
[pid=17337] ppid=17336 vsize=864680 CPUtime=1.34
/proc/17337/stat : 17337 (java) S 17336 17333 16491 0 -1 0 14014 0 1 0 127 7 0 0 18 0 9 0 43560838 885432320 12057 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17337/statm: 216170 12057 2529 9 0 210752 0
[pid=17337/tid=17338] ppid=17336 vsize=864680 CPUtime=0.72
/proc/17337/task/17338/stat : 17338 (java) R 17336 17333 16491 0 -1 64 3022 0 1 0 70 2 0 0 25 0 9 0 43560840 885432320 12057 996147200 134512640 134550740 4294956000 18446744073709551615 4126744677 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17337/tid=17339] ppid=17336 vsize=864680 CPUtime=0.43
/proc/17337/task/17339/stat : 17339 (java) S 17336 17333 16491 0 -1 64 9763 0 0 0 40 3 0 0 16 0 9 0 43560844 885432320 12057 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17337/tid=17340] ppid=17336 vsize=864680 CPUtime=0
/proc/17337/task/17340/stat : 17340 (java) S 17336 17333 16491 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 43560844 885432320 12057 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17337/tid=17341] ppid=17336 vsize=864680 CPUtime=0
/proc/17337/task/17341/stat : 17341 (java) S 17336 17333 16491 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 43560844 885432320 12057 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17337/tid=17342] ppid=17336 vsize=864680 CPUtime=0
/proc/17337/task/17342/stat : 17342 (java) S 17336 17333 16491 0 -1 64 1 0 0 0 0 0 0 0 22 0 9 0 43560846 885432320 12057 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17337/tid=17343] ppid=17336 vsize=864680 CPUtime=0.15
/proc/17337/task/17343/stat : 17343 (java) S 17336 17333 16491 0 -1 64 529 0 0 0 15 0 0 0 16 0 9 0 43560846 885432320 12057 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17337/tid=17344] ppid=17336 vsize=864680 CPUtime=0
/proc/17337/task/17344/stat : 17344 (java) S 17336 17333 16491 0 -1 64 2 0 0 0 0 0 0 0 23 0 9 0 43560846 885432320 12057 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17337/tid=17345] ppid=17336 vsize=864680 CPUtime=0
/proc/17337/task/17345/stat : 17345 (java) S 17336 17333 16491 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 43560846 885432320 12057 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 886776

[startup+3.10205 s]
/proc/loadavg: 2.70 2.47 2.20 4/91 17355
/proc/meminfo: memFree=1810064/2055920 swapFree=4180384/4192956
[pid=17333] ppid=17331 vsize=16740 CPUtime=1.46
/proc/17333/stat : 17333 (sugar++) S 17331 17333 16491 0 -1 4194304 1297 14439 0 1 5 1 132 8 15 0 1 0 43560827 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17333/statm: 4185 1104 409 3 0 764 0
[pid=17346] ppid=17333 vsize=5356 CPUtime=0
/proc/17346/stat : 17346 (sh) S 17333 17333 16491 0 -1 4194304 278 0 0 0 0 0 0 0 17 0 1 0 43560988 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17346/statm: 1339 233 193 169 0 50 0
[pid=17347] ppid=17346 vsize=868440 CPUtime=1.47
/proc/17347/stat : 17347 (java) S 17346 17333 16491 0 -1 0 11582 0 1 0 141 6 0 0 18 0 9 0 43560988 889282560 10403 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17347/statm: 217110 10403 2543 9 0 211685 0
[pid=17347/tid=17348] ppid=17346 vsize=868440 CPUtime=0.85
/proc/17347/task/17348/stat : 17348 (java) R 17346 17333 16491 0 -1 64 2776 0 1 0 84 1 0 0 25 0 9 0 43560989 889282560 10403 996147200 134512640 134550740 4294955920 18446744073709551615 4126616177 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17347/tid=17349] ppid=17346 vsize=868440 CPUtime=0.39
/proc/17347/task/17349/stat : 17349 (java) S 17346 17333 16491 0 -1 64 6643 0 0 0 37 2 0 0 16 0 9 0 43560990 889282560 10403 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17347/tid=17350] ppid=17346 vsize=868440 CPUtime=0
/proc/17347/task/17350/stat : 17350 (java) S 17346 17333 16491 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 43560990 889282560 10403 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17347/tid=17351] ppid=17346 vsize=868440 CPUtime=0
/proc/17347/task/17351/stat : 17351 (java) S 17346 17333 16491 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 43560991 889282560 10403 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17347/tid=17352] ppid=17346 vsize=868440 CPUtime=0
/proc/17347/task/17352/stat : 17352 (java) S 17346 17333 16491 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 43560992 889282560 10403 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17347/tid=17353] ppid=17346 vsize=868440 CPUtime=0.2
/proc/17347/task/17353/stat : 17353 (java) S 17346 17333 16491 0 -1 64 1466 0 0 0 19 1 0 0 16 0 9 0 43560992 889282560 10403 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17347/tid=17354] ppid=17346 vsize=868440 CPUtime=0
/proc/17347/task/17354/stat : 17354 (java) S 17346 17333 16491 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 43560993 889282560 10403 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17347/tid=17355] ppid=17346 vsize=868440 CPUtime=0
/proc/17347/task/17355/stat : 17355 (java) S 17346 17333 16491 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 43560993 889282560 10403 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.93
Current children cumulated vsize (KiB) 890536

[startup+6.30266 s]
/proc/loadavg: 2.80 2.50 2.21 4/91 17355
/proc/meminfo: memFree=1756368/2055920 swapFree=4180384/4192956
[pid=17333] ppid=17331 vsize=16740 CPUtime=1.46
/proc/17333/stat : 17333 (sugar++) S 17331 17333 16491 0 -1 4194304 1297 14439 0 1 5 1 132 8 15 0 1 0 43560827 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17333/statm: 4185 1104 409 3 0 764 0
[pid=17346] ppid=17333 vsize=5356 CPUtime=0
/proc/17346/stat : 17346 (sh) S 17333 17333 16491 0 -1 4194304 278 0 0 0 0 0 0 0 17 0 1 0 43560988 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17346/statm: 1339 233 193 169 0 50 0
[pid=17347] ppid=17346 vsize=868440 CPUtime=4.65
/proc/17347/stat : 17347 (java) S 17346 17333 16491 0 -1 0 22931 0 1 0 453 12 0 0 18 0 9 0 43560988 889282560 21097 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17347/statm: 217110 21097 2540 9 0 211685 0
[pid=17347/tid=17348] ppid=17346 vsize=868440 CPUtime=2.86
/proc/17347/task/17348/stat : 17348 (java) R 17346 17333 16491 0 -1 64 3567 0 1 0 283 3 0 0 25 0 9 0 43560989 889282560 21097 996147200 134512640 134550740 4294955920 18446744073709551615 4126625428 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17347/tid=17349] ppid=17346 vsize=868440 CPUtime=1.54
/proc/17347/task/17349/stat : 17349 (java) S 17346 17333 16491 0 -1 64 17185 0 0 0 147 7 0 0 16 0 9 0 43560990 889282560 21097 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17347/tid=17350] ppid=17346 vsize=868440 CPUtime=0
/proc/17347/task/17350/stat : 17350 (java) S 17346 17333 16491 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 43560990 889282560 21097 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17347/tid=17351] ppid=17346 vsize=868440 CPUtime=0
/proc/17347/task/17351/stat : 17351 (java) S 17346 17333 16491 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 43560991 889282560 21097 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17347/tid=17352] ppid=17346 vsize=868440 CPUtime=0
/proc/17347/task/17352/stat : 17352 (java) S 17346 17333 16491 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 43560992 889282560 21097 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17347/tid=17353] ppid=17346 vsize=868440 CPUtime=0.22
/proc/17347/task/17353/stat : 17353 (java) S 17346 17333 16491 0 -1 64 1482 0 0 0 21 1 0 0 16 0 9 0 43560992 889282560 21097 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17347/tid=17354] ppid=17346 vsize=868440 CPUtime=0
/proc/17347/task/17354/stat : 17354 (java) S 17346 17333 16491 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 43560993 889282560 21097 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17347/tid=17355] ppid=17346 vsize=868440 CPUtime=0
/proc/17347/task/17355/stat : 17355 (java) S 17346 17333 16491 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 43560993 889282560 21097 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.11
Current children cumulated vsize (KiB) 890536

[startup+12.7029 s]
/proc/loadavg: 2.82 2.51 2.22 4/91 17355
/proc/meminfo: memFree=1675536/2055920 swapFree=4180384/4192956
[pid=17333] ppid=17331 vsize=16740 CPUtime=1.47
/proc/17333/stat : 17333 (sugar++) S 17331 17333 16491 0 -1 4194304 1297 14439 0 1 5 2 132 8 15 0 1 0 43560827 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17333/statm: 4185 1104 409 3 0 764 0
[pid=17346] ppid=17333 vsize=5356 CPUtime=0
/proc/17346/stat : 17346 (sh) S 17333 17333 16491 0 -1 4194304 278 0 0 0 0 0 0 0 17 0 1 0 43560988 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17346/statm: 1339 233 193 169 0 50 0
[pid=17347] ppid=17346 vsize=868552 CPUtime=11
/proc/17347/stat : 17347 (java) S 17346 17333 16491 0 -1 0 32655 0 1 0 1048 52 0 0 18 0 9 0 43560988 889397248 26401 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17347/statm: 217138 26401 2565 9 0 211685 0
[pid=17347/tid=17348] ppid=17346 vsize=868552 CPUtime=8.27
/proc/17347/task/17348/stat : 17348 (java) R 17346 17333 16491 0 -1 64 3865 0 1 0 791 36 0 0 25 0 9 0 43560989 889397248 26401 996147200 134512640 134550740 4294955920 18446744073709551615 4127137345 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17347/tid=17349] ppid=17346 vsize=868552 CPUtime=2.4
/proc/17347/task/17349/stat : 17349 (java) S 17346 17333 16491 0 -1 64 26566 0 0 0 227 13 0 0 16 0 9 0 43560990 889397248 26401 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17347/tid=17350] ppid=17346 vsize=868552 CPUtime=0
/proc/17347/task/17350/stat : 17350 (java) S 17346 17333 16491 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 43560990 889397248 26401 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17347/tid=17351] ppid=17346 vsize=868552 CPUtime=0
/proc/17347/task/17351/stat : 17351 (java) S 17346 17333 16491 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 43560991 889397248 26401 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17347/tid=17352] ppid=17346 vsize=868552 CPUtime=0
/proc/17347/task/17352/stat : 17352 (java) S 17346 17333 16491 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 43560992 889397248 26401 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17347/tid=17353] ppid=17346 vsize=868552 CPUtime=0.3
/proc/17347/task/17353/stat : 17353 (java) S 17346 17333 16491 0 -1 64 1527 0 0 0 29 1 0 0 15 0 9 0 43560992 889397248 26401 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17347/tid=17354] ppid=17346 vsize=868552 CPUtime=0
/proc/17347/task/17354/stat : 17354 (java) S 17346 17333 16491 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 43560993 889397248 26401 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17347/tid=17355] ppid=17346 vsize=868552 CPUtime=0
/proc/17347/task/17355/stat : 17355 (java) S 17346 17333 16491 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 43560993 889397248 26401 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.47
Current children cumulated vsize (KiB) 890648

[startup+25.5022 s]
/proc/loadavg: 2.86 2.53 2.23 3/91 17355
/proc/meminfo: memFree=1505552/2055920 swapFree=4180384/4192956
[pid=17333] ppid=17331 vsize=16740 CPUtime=1.47
/proc/17333/stat : 17333 (sugar++) S 17331 17333 16491 0 -1 4194304 1297 14439 0 1 5 2 132 8 15 0 1 0 43560827 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17333/statm: 4185 1104 409 3 0 764 0
[pid=17346] ppid=17333 vsize=5356 CPUtime=0
/proc/17346/stat : 17346 (sh) S 17333 17333 16491 0 -1 4194304 278 0 0 0 0 0 0 0 17 0 1 0 43560988 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17346/statm: 1339 233 193 169 0 50 0
[pid=17347] ppid=17346 vsize=868552 CPUtime=23.33
/proc/17347/stat : 17347 (java) S 17346 17333 16491 0 -1 0 33270 0 1 0 2183 150 0 0 18 0 9 0 43560988 889397248 26405 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17347/statm: 217138 26405 2565 9 0 211685 0
[pid=17347/tid=17348] ppid=17346 vsize=868552 CPUtime=20.3
/proc/17347/task/17348/stat : 17348 (java) R 17346 17333 16491 0 -1 64 4476 0 1 0 1899 131 0 0 25 0 9 0 43560989 889397248 26405 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17347/tid=17349] ppid=17346 vsize=868552 CPUtime=2.71
/proc/17347/task/17349/stat : 17349 (java) S 17346 17333 16491 0 -1 64 26566 0 0 0 254 17 0 0 16 0 9 0 43560990 889397248 26405 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17347/tid=17350] ppid=17346 vsize=868552 CPUtime=0
/proc/17347/task/17350/stat : 17350 (java) S 17346 17333 16491 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 43560990 889397248 26405 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17347/tid=17351] ppid=17346 vsize=868552 CPUtime=0
/proc/17347/task/17351/stat : 17351 (java) S 17346 17333 16491 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 43560991 889397248 26405 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

Current children cumulated CPU time (s) 98.46
Current children cumulated vsize (KiB) 890648

[startup+162.303 s]
/proc/loadavg: 2.96 2.73 2.34 3/91 17357
/proc/meminfo: memFree=271504/2055920 swapFree=4180384/4192956
[pid=17333] ppid=17331 vsize=16740 CPUtime=1.47
/proc/17333/stat : 17333 (sugar++) S 17331 17333 16491 0 -1 4194304 1297 14439 0 1 5 2 132 8 16 0 1 0 43560827 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17333/statm: 4185 1104 409 3 0 764 0
[pid=17346] ppid=17333 vsize=5356 CPUtime=0
/proc/17346/stat : 17346 (sh) S 17333 17333 16491 0 -1 4194304 278 0 0 0 0 0 0 0 17 0 1 0 43560988 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17346/statm: 1339 233 193 169 0 50 0
[pid=17347] ppid=17346 vsize=868552 CPUtime=156.12
/proc/17347/stat : 17347 (java) S 17346 17333 16491 0 -1 0 38541 0 1 0 14730 882 0 0 18 0 9 0 43560988 889397248 26405 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17347/statm: 217138 26405 2565 9 0 211685 0
[pid=17347/tid=17348] ppid=17346 vsize=868552 CPUtime=150.42
/proc/17347/task/17348/stat : 17348 (java) R 17346 17333 16491 0 -1 64 9747 0 1 0 14217 825 0 0 25 0 9 0 43560989 889397248 26405 996147200 134512640 134550740 4294955920 18446744073709551615 4127137345 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17347/tid=17349] ppid=17346 vsize=868552 CPUtime=5.36
/proc/17347/task/17349/stat : 17349 (java) S 17346 17333 16491 0 -1 64 26566 0 0 0 482 54 0 0 16 0 9 0 43560990 889397248 26405 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17347/tid=17350] ppid=17346 vsize=868552 CPUtime=0
/proc/17347/task/17350/stat : 17350 (java) S 17346 17333 16491 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 43560990 889397248 26405 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17347/tid=17351] ppid=17346 vsize=868552 CPUtime=0
/proc/17347/task/17351/stat : 17351 (java) S 17346 17333 16491 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 43560991 889397248 26405 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17347/tid=17352] ppid=17346 vsize=868552 CPUtime=0
/proc/17347/task/17352/stat : 17352 (java) S 17346 17333 16491 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 43560992 889397248 26405 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17347/tid=17353] ppid=17346 vsize=868552 CPUtime=0.3
/proc/17347/task/17353/stat : 17353 (java) S 17346 17333 16491 0 -1 64 1531 0 0 0 29 1 0 0 16 0 9 0 43560992 889397248 26405 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17347/tid=17354] ppid=17346 vsize=868552 CPUtime=0
/proc/17347/task/17354/stat : 17354 (java) S 17346 17333 16491 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 43560993 889397248 26405 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17347/tid=17355] ppid=17346 vsize=868552 CPUtime=0
/proc/17347/task/17355/stat : 17355 (java) S 17346 17333 16491 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 43560993 889397248 26405 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 157.59
Current children cumulated vsize (KiB) 890648

[startup+222.307 s]
/proc/loadavg: 3.49 2.89 2.42 4/91 17357
/proc/meminfo: memFree=15824/2055920 swapFree=4180384/4192956
[pid=17333] ppid=17331 vsize=16740 CPUtime=1.47
/proc/17333/stat : 17333 (sugar++) S 17331 17333 16491 0 -1 4194304 1297 14439 0 1 5 2 132 8 16 0 1 0 43560827 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17333/statm: 4185 1104 409 3 0 764 0
[pid=17346] ppid=17333 vsize=5356 CPUtime=0
/proc/17346/stat : 17346 (sh) S 17333 17333 16491 0 -1 4194304 278 0 0 0 0 0 0 0 17 0 1 0 43560988 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17346/statm: 1339 233 193 169 0 50 0
[pid=17347] ppid=17346 vsize=868552 CPUtime=214.83
/proc/17347/stat : 17347 (java) S 17346 17333 16491 0 -1 0 40614 0 1 0 20342 1141 0 0 18 0 9 0 43560988 889397248 26405 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17347/statm: 217138 26405 2565 9 0 211685 0
[pid=17347/tid=17348] ppid=17346 vsize=868552 CPUtime=208.09
/proc/17347/task/17348/stat : 17348 (java) R 17346 17333 16491 0 -1 64 11820 0 1 0 19741 1068 0 0 25 0 9 0 43560989 889397248 26405 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17347/tid=17349] ppid=17346 vsize=868552 CPUtime=6.39
/proc/17347/task/17349/stat : 17349 (java) S 17346 17333 16491 0 -1 64 26566 0 0 0 570 69 0 0 16 0 9 0 43560990 889397248 26405 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17347/tid=17350] ppid=17346 vsize=868552 CPUtime=0
/proc/17347/task/17350/stat : 17350 (java) S 17346 17333 16491 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 43560990 889397248 26405 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17347/tid=17351] ppid=17346 vsize=868552 CPUtime=0
/proc/17347/task/17351/stat : 17351 (java) S 17346 17333 16491 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 43560991 889397248 26405 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17347/tid=17352] ppid=17346 vsize=868552 CPUtime=0
/proc/17347/task/17352/stat : 17352 (java) S 17346 17333 16491 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 43560992 889397248 26405 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17347/tid=17353] ppid=17346 vsize=868552 CPUtime=0.3
/proc/17347/task/17353/stat : 17353 (java) S 17346 17333 16491 0 -1 64 1531 0 0 0 29 1 0 0 16 0 9 0 43560992 889397248 26405 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17347/tid=17354] ppid=17346 vsize=868552 CPUtime=0
/proc/17347/task/17354/stat : 17354 (java) S 17346 17333 16491 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 43560993 889397248 26405 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17347/tid=17355] ppid=17346 vsize=868552 CPUtime=0
/proc/17347/task/17355/stat : 17355 (java) S 17346 17333 16491 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 43560993 889397248 26405 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 216.3
Current children cumulated vsize (KiB) 890648

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

[startup+230.402 s]
/proc/loadavg: 3.95 3.01 2.46 3/91 17357
/proc/meminfo: memFree=15440/2055920 swapFree=4180384/4192956
[pid=17333] ppid=17331 vsize=16740 CPUtime=1.47
/proc/17333/stat : 17333 (sugar++) S 17331 17333 16491 0 -1 4194304 1297 14439 0 1 5 2 132 8 16 0 1 0 43560827 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17333/statm: 4185 1104 409 3 0 764 0
[pid=17346] ppid=17333 vsize=5356 CPUtime=0
/proc/17346/stat : 17346 (sh) S 17333 17333 16491 0 -1 4194304 278 0 0 0 0 0 0 0 17 0 1 0 43560988 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17346/statm: 1339 233 193 169 0 50 0
[pid=17347] ppid=17346 vsize=868552 CPUtime=222.53
/proc/17347/stat : 17347 (java) S 17346 17333 16491 0 -1 0 41020 0 1 0 21046 1207 0 0 18 0 9 0 43560988 889397248 26405 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17347/statm: 217138 26405 2565 9 0 211685 0
[pid=17347/tid=17348] ppid=17346 vsize=868552 CPUtime=215.6
/proc/17347/task/17348/stat : 17348 (java) R 17346 17333 16491 0 -1 64 12226 0 1 0 20428 1132 0 0 25 0 9 0 43560989 889397248 26405 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17347/tid=17349] ppid=17346 vsize=868552 CPUtime=6.59
/proc/17347/task/17349/stat : 17349 (java) S 17346 17333 16491 0 -1 64 26566 0 0 0 587 72 0 0 16 0 9 0 43560990 889397248 26405 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17347/tid=17350] ppid=17346 vsize=868552 CPUtime=0
/proc/17347/task/17350/stat : 17350 (java) S 17346 17333 16491 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 43560990 889397248 26405 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17347/tid=17351] ppid=17346 vsize=868552 CPUtime=0
/proc/17347/task/17351/stat : 17351 (java) S 17346 17333 16491 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 43560991 889397248 26405 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17347/tid=17352] ppid=17346 vsize=868552 CPUtime=0
/proc/17347/task/17352/stat : 17352 (java) S 17346 17333 16491 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 43560992 889397248 26405 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17347/tid=17353] ppid=17346 vsize=868552 CPUtime=0.3
/proc/17347/task/17353/stat : 17353 (java) S 17346 17333 16491 0 -1 64 1531 0 0 0 29 1 0 0 16 0 9 0 43560992 889397248 26405 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17347/tid=17354] ppid=17346 vsize=868552 CPUtime=0
/proc/17347/task/17354/stat : 17354 (java) S 17346 17333 16491 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 43560993 889397248 26405 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17347/tid=17355] ppid=17346 vsize=868552 CPUtime=0
/proc/17347/task/17355/stat : 17355 (java) S 17346 17333 16491 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 43560993 889397248 26405 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 224
Current children cumulated vsize (KiB) 890648

[startup+236.803 s]
/proc/loadavg: 4.03 3.04 2.47 3/91 17357
/proc/meminfo: memFree=15888/2055920 swapFree=4180384/4192956
[pid=17333] ppid=17331 vsize=16740 CPUtime=1.47
/proc/17333/stat : 17333 (sugar++) S 17331 17333 16491 0 -1 4194304 1297 14439 0 1 5 2 132 8 16 0 1 0 43560827 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17333/statm: 4185 1104 409 3 0 764 0
[pid=17346] ppid=17333 vsize=5356 CPUtime=0
/proc/17346/stat : 17346 (sh) S 17333 17333 16491 0 -1 4194304 278 0 0 0 0 0 0 0 17 0 1 0 43560988 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17346/statm: 1339 233 193 169 0 50 0
[pid=17347] ppid=17346 vsize=868552 CPUtime=228.54
/proc/17347/stat : 17347 (java) S 17346 17333 16491 0 -1 0 41338 0 1 0 21596 1258 0 0 18 0 9 0 43560988 889397248 26405 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17347/statm: 217138 26405 2565 9 0 211685 0
[pid=17347/tid=17348] ppid=17346 vsize=868552 CPUtime=221.44
/proc/17347/task/17348/stat : 17348 (java) R 17346 17333 16491 0 -1 64 12544 0 1 0 20963 1181 0 0 25 0 9 0 43560989 889397248 26405 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17347/tid=17349] ppid=17346 vsize=868552 CPUtime=6.76
/proc/17347/task/17349/stat : 17349 (java) S 17346 17333 16491 0 -1 64 26566 0 0 0 602 74 0 0 16 0 9 0 43560990 889397248 26405 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17347/tid=17350] ppid=17346 vsize=868552 CPUtime=0
/proc/17347/task/17350/stat : 17350 (java) S 17346 17333 16491 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 43560990 889397248 26405 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17347/tid=17351] ppid=17346 vsize=868552 CPUtime=0
/proc/17347/task/17351/stat : 17351 (java) S 17346 17333 16491 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 43560991 889397248 26405 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17347/tid=17352] ppid=17346 vsize=868552 CPUtime=0
/proc/17347/task/17352/stat : 17352 (java) S 17346 17333 16491 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 43560992 889397248 26405 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17347/tid=17353] ppid=17346 vsize=868552 CPUtime=0.3
/proc/17347/task/17353/stat : 17353 (java) S 17346 17333 16491 0 -1 64 1531 0 0 0 29 1 0 0 16 0 9 0 43560992 889397248 26405 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17347/tid=17354] ppid=17346 vsize=868552 CPUtime=0
/proc/17347/task/17354/stat : 17354 (java) S 17346 17333 16491 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 43560993 889397248 26405 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17347/tid=17355] ppid=17346 vsize=868552 CPUtime=0
/proc/17347/task/17355/stat : 17355 (java) S 17346 17333 16491 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 43560993 889397248 26405 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 230.01
Current children cumulated vsize (KiB) 890648

[startup+240.003 s]
/proc/loadavg: 4.19 3.09 2.49 3/89 17357
/proc/meminfo: memFree=15696/2055920 swapFree=4180384/4192956
[pid=17333] ppid=17331 vsize=16740 CPUtime=1.47
/proc/17333/stat : 17333 (sugar++) S 17331 17333 16491 0 -1 4194304 1298 14439 0 1 5 2 132 8 16 0 1 0 43560827 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17333/statm: 4185 1104 409 3 0 764 0
[pid=17346] ppid=17333 vsize=5356 CPUtime=0
/proc/17346/stat : 17346 (sh) S 17333 17333 16491 0 -1 4194304 278 0 0 0 0 0 0 0 17 0 1 0 43560988 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17346/statm: 1339 233 193 169 0 50 0
[pid=17347] ppid=17346 vsize=0 CPUtime=231.36
/proc/17347/stat : 17347 (java) Z 17346 17333 16491 0 -1 1036 41497 0 1 0 21855 1281 0 0 16 0 2 0 43560988 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17347/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 232.83
Current children cumulated vsize (KiB) 22096

[startup+241.602 s]
/proc/loadavg: 4.19 3.09 2.49 3/81 17357
/proc/meminfo: memFree=1261536/2055920 swapFree=4180384/4192956
[pid=17333] ppid=17331 vsize=16740 CPUtime=233.74
/proc/17333/stat : 17333 (sugar++) D 17331 17333 16491 0 -1 4194304 1320 56222 0 2 5 92 21987 1290 15 0 1 0 43560827 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 215419163689 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/17333/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 233.74
Current children cumulated vsize (KiB) 16740

[startup+242.002 s]
/proc/loadavg: 4.19 3.09 2.49 3/81 17357
/proc/meminfo: memFree=1877728/2055920 swapFree=4180384/4192956
[pid=17333] ppid=17331 vsize=16740 CPUtime=233.76
/proc/17333/stat : 17333 (sugar++) D 17331 17333 16491 0 -1 4194304 1320 56222 0 2 5 94 21987 1290 15 0 1 0 43560827 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 215419163689 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/17333/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 233.76
Current children cumulated vsize (KiB) 16740

[startup+242.202 s]
/proc/loadavg: 4.19 3.09 2.49 3/81 17357
/proc/meminfo: memFree=1877728/2055920 swapFree=4180384/4192956
[pid=17333] ppid=17331 vsize=16740 CPUtime=233.76
/proc/17333/stat : 17333 (sugar++) D 17331 17333 16491 0 -1 4194304 1320 56222 0 2 5 94 21987 1290 15 0 1 0 43560827 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 215419163689 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/17333/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 233.76
Current children cumulated vsize (KiB) 16740

Child status: 0
Real time (s): 242.299
CPU time (s): 233.794
CPU user time (s): 219.937
CPU system time (s): 13.8579
CPU usage (%): 96.4901
Max. virtual memory (cumulated for all children) (KiB): 900784

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 219.937
system time used= 13.8579
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 57598
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= 71680
involuntary context switches= 78461

runsolver used 0.309952 second user time and 0.820875 second system time

The end

Launcher Data (download as text)

Begin job on node9 at 2008-07-12 15:16:19
IDJOB=1112459
IDBENCH=61421
IDSOLVER=367
FILE ID=node9/1112459-1215868579
PBS_JOBID= 7903491
Free space on /tmp= 66548 MiB

SOLVER NAME= Sugar++ v1.13+minisat-inc
BENCH NAME= CPAI08/csp/super-os/super-os-taillard-20/normalized-super-os-taillard-20-27.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-1112459-1215868579/watcher-1112459-1215868579 -o /tmp/evaluation-result-1112459-1215868579/solver-1112459-1215868579 -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-1112459-1215868579.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= ec22dd72fedf3b6844826e496bf5d03b
RANDOM SEED=1302241421

node9.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.260
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.260
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:       1826384 kB
Buffers:         25964 kB
Cached:          58068 kB
SwapCached:       6340 kB
Active:         147428 kB
Inactive:        29744 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1826384 kB
SwapTotal:     4192956 kB
SwapFree:      4180384 kB
Dirty:            3752 kB
Writeback:           0 kB
Mapped:         109460 kB
Slab:            37588 kB
Committed_AS:  1038968 kB
PageTables:       1940 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= 66548 MiB
End job on node9 at 2008-07-12 15:20:21