Trace number 1109924

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? 165.696 175.369

General information on the benchmark

Namecsp/pseudo/mpsReduced/
normalized-mps-red-bandm.xml
MD5SUM2e689f8063f4b75fb1edd7df8c8edad7
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmark
Best Number of falsified constraints
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables14160
Number of constraints610
Maximum constraint arity2100
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension610
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Sat Jul 12 00:03:40 2008
0.00/0.04	c 0	PID 13464
0.00/0.05	c 0	HOST node5.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1109924-1215813819.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1109924-1215813819.xml' 'HOME/temp.csp'
2.54/2.63	c 3	1 domains, 14160 variables, 363 predicates, 0 relations, 610 constraints
2.54/2.66	c 3	ENCODING HOME/temp.csp TO HOME/temp.cnf
2.54/2.66	c 3	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
2.58/2.74	c 3	Parsing HOME/temp.csp
2.58/3.05	c 3	parsed 10000 expressions
11.79/12.09	c 12	parsed 15134 expressions
11.79/12.10	c 12	Heap : 62 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
11.88/12.12	c 12	MAX CSP: 610 constraints
11.88/12.12	c 12	Converting to clausal form CSP
11.88/12.16	c 12	converted 1575 (10%) expressions
11.88/12.17	c 12	converted 3150 (20%) expressions
11.88/12.17	c 12	converted 4725 (30%) expressions
11.88/12.17	c 12	converted 6299 (40%) expressions
11.88/12.17	c 12	converted 7874 (50%) expressions
11.88/12.17	c 12	converted 9449 (60%) expressions
11.88/12.18	c 12	converted 11023 (70%) expressions
11.88/12.18	c 12	converted 12598 (80%) expressions
11.88/12.19	c 12	converted 14173 (90%) expressions
23.88/24.29	c 24	converted 15747 (100%) expressions
23.97/24.31	c 24	CSP : 160020 integers, 0 booleans, 291109 clauses, largest domain size 349689
23.97/24.31	c 24	Heap : 236 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
23.97/24.31	c 24	Propagation in CSP
26.45/26.86	c 27	606 values, 0 unsatisfiable literals, and 0 valid clauses are removed
26.45/26.88	c 27	CSP : 160020 integers, 0 booleans, 291109 clauses, largest domain size 349689
26.45/26.88	c 27	Heap : 232 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
26.55/26.95	c 27	Simplifing CSP by introducing new Boolean variables
26.64/27.06	c 27	CSP : 160020 integers, 0 booleans, 291109 clauses, largest domain size 349689
26.64/27.06	c 27	Heap : 235 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
27.73/28.14	c 28	Encoding CSP to SAT : HOME/temp.cnf
164.72/170.86	c 171	ERROR Exception Too large HOME/temp.cnf
164.76/171.08	c 171	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:201)
164.76/171.08	c 171	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:130)
164.76/171.08	c 171	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:258)
164.76/171.08	s UNKNOWN
164.82/171.44	c 171	CPU 151.77 (0.04 0 151.73 13.05)
164.82/171.44	c 171	END Sat Jul 12 00:06:31 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-1109924-1215813819/watcher-1109924-1215813819 -o /tmp/evaluation-result-1109924-1215813819/solver-1109924-1215813819 -C 3600 -W 4000 -M 900 --output-limit 1,15 HOME/sugar -max -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-1109924-1215813819.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.27 2.17 2.04 4/80 13464
/proc/meminfo: memFree=1802192/2055920 swapFree=4181128/4192956
[pid=13464] ppid=13462 vsize=12268 CPUtime=0
/proc/13464/stat : 13464 (sugar) R 13462 13464 13116 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 38085298 12562432 316 996147200 4194304 4206940 548682068592 18446744073709551615 226913647205 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/13464/statm: 3067 316 241 3 0 167 0

[startup+0.077667 s]
/proc/loadavg: 2.27 2.17 2.04 4/80 13464
/proc/meminfo: memFree=1802192/2055920 swapFree=4181128/4192956
[pid=13464] ppid=13462 vsize=13600 CPUtime=0.03
/proc/13464/stat : 13464 (sugar) S 13462 13464 13116 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 38085298 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13464/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101432 s]
/proc/loadavg: 2.27 2.17 2.04 4/80 13464
/proc/meminfo: memFree=1802192/2055920 swapFree=4181128/4192956
[pid=13464] ppid=13462 vsize=13600 CPUtime=0.03
/proc/13464/stat : 13464 (sugar) S 13462 13464 13116 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 38085298 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13464/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301449 s]
/proc/loadavg: 2.27 2.17 2.04 4/80 13464
/proc/meminfo: memFree=1802192/2055920 swapFree=4181128/4192956
[pid=13464] ppid=13462 vsize=13600 CPUtime=0.03
/proc/13464/stat : 13464 (sugar) S 13462 13464 13116 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 38085298 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13464/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701499 s]
/proc/loadavg: 2.27 2.17 2.04 4/80 13464
/proc/meminfo: memFree=1802192/2055920 swapFree=4181128/4192956
[pid=13464] ppid=13462 vsize=13600 CPUtime=0.03
/proc/13464/stat : 13464 (sugar) S 13462 13464 13116 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 38085298 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13464/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50259 s]
/proc/loadavg: 2.27 2.17 2.04 5/91 13476
/proc/meminfo: memFree=1770424/2055920 swapFree=4181128/4192956
[pid=13464] ppid=13462 vsize=13600 CPUtime=0.03
/proc/13464/stat : 13464 (sugar) S 13462 13464 13116 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 38085298 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13464/statm: 3400 796 370 3 0 500 0
[pid=13467] ppid=13464 vsize=5356 CPUtime=0
/proc/13467/stat : 13467 (sh) S 13464 13464 13116 0 -1 4194304 277 0 0 0 0 0 0 0 20 0 1 0 38085303 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13467/statm: 1339 233 193 169 0 50 0
[pid=13468] ppid=13467 vsize=865744 CPUtime=1.43
/proc/13468/stat : 13468 (java) S 13467 13464 13116 0 -1 0 11271 0 1 0 136 7 0 0 18 0 9 0 38085304 886521856 10237 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13468/statm: 216436 10237 2529 9 0 211018 0
[pid=13468/tid=13469] ppid=13467 vsize=865744 CPUtime=0.94
/proc/13468/task/13469/stat : 13469 (java) R 13467 13464 13116 0 -1 64 2894 0 1 0 92 2 0 0 25 0 9 0 38085305 886521856 10237 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13468/tid=13470] ppid=13467 vsize=865744 CPUtime=0.29
/proc/13468/task/13470/stat : 13470 (java) S 13467 13464 13116 0 -1 64 7148 0 0 0 26 3 0 0 16 0 9 0 38085306 886521856 10237 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13468/tid=13471] ppid=13467 vsize=865744 CPUtime=0
/proc/13468/task/13471/stat : 13471 (java) S 13467 13464 13116 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 38085306 886521856 10237 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13468/tid=13472] ppid=13467 vsize=865744 CPUtime=0
/proc/13468/task/13472/stat : 13472 (java) S 13467 13464 13116 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 38085306 886521856 10237 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13468/tid=13473] ppid=13467 vsize=865744 CPUtime=0
/proc/13468/task/13473/stat : 13473 (java) S 13467 13464 13116 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 38085308 886521856 10237 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13468/tid=13474] ppid=13467 vsize=865744 CPUtime=0.16
/proc/13468/task/13474/stat : 13474 (java) R 13467 13464 13116 0 -1 64 529 0 0 0 16 0 0 0 16 0 9 0 38085308 886521856 10237 996147200 134512640 134550740 4294956000 18446744073709551615 101768098 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13468/tid=13475] ppid=13467 vsize=865744 CPUtime=0
/proc/13468/task/13475/stat : 13475 (java) S 13467 13464 13116 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 38085308 886521856 10237 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13468/tid=13476] ppid=13467 vsize=865744 CPUtime=0
/proc/13468/task/13476/stat : 13476 (java) S 13467 13464 13116 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 38085308 886521856 10237 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 884700

[startup+3.10177 s]
/proc/loadavg: 2.27 2.17 2.04 3/91 13476
/proc/meminfo: memFree=1764984/2055920 swapFree=4181128/4192956
[pid=13464] ppid=13462 vsize=13600 CPUtime=2.58
/proc/13464/stat : 13464 (sugar) S 13462 13464 13116 0 -1 4194304 974 12267 0 1 3 0 245 10 15 0 1 0 38085298 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13464/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 2.58
Current children cumulated vsize (KiB) 13600

[startup+6.30214 s]
/proc/loadavg: 2.25 2.17 2.04 4/91 13486
/proc/meminfo: memFree=1766200/2055920 swapFree=4181128/4192956
[pid=13464] ppid=13462 vsize=13600 CPUtime=2.58
/proc/13464/stat : 13464 (sugar) S 13462 13464 13116 0 -1 4194304 974 12267 0 1 3 0 245 10 15 0 1 0 38085298 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13464/statm: 3400 797 370 3 0 500 0
[pid=13477] ppid=13464 vsize=5356 CPUtime=0
/proc/13477/stat : 13477 (sh) S 13464 13464 13116 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 38085564 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13477/statm: 1339 233 193 169 0 50 0
[pid=13478] ppid=13477 vsize=864084 CPUtime=3.56
/proc/13478/stat : 13478 (java) S 13477 13464 13116 0 -1 0 12462 0 1 0 345 11 0 0 18 0 9 0 38085565 884822016 10793 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13478/statm: 216021 10793 2532 9 0 210603 0
[pid=13478/tid=13479] ppid=13477 vsize=864084 CPUtime=2.09
/proc/13478/task/13479/stat : 13479 (java) R 13477 13464 13116 0 -1 64 2917 0 1 0 206 3 0 0 25 0 9 0 38085566 884822016 10793 996147200 134512640 134550740 4294955936 18446744073709551615 4126428353 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13478/tid=13480] ppid=13477 vsize=864084 CPUtime=1.37
/proc/13478/task/13480/stat : 13480 (java) S 13477 13464 13116 0 -1 64 8512 0 0 0 131 6 0 0 16 0 9 0 38085567 884822016 10793 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13478/tid=13481] ppid=13477 vsize=864084 CPUtime=0
/proc/13478/task/13481/stat : 13481 (java) S 13477 13464 13116 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 38085567 884822016 10793 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13478/tid=13482] ppid=13477 vsize=864084 CPUtime=0
/proc/13478/task/13482/stat : 13482 (java) S 13477 13464 13116 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 38085567 884822016 10793 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13478/tid=13483] ppid=13477 vsize=864084 CPUtime=0
/proc/13478/task/13483/stat : 13483 (java) S 13477 13464 13116 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 38085569 884822016 10793 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13478/tid=13484] ppid=13477 vsize=864084 CPUtime=0.07
/proc/13478/task/13484/stat : 13484 (java) S 13477 13464 13116 0 -1 64 337 0 0 0 7 0 0 0 17 0 9 0 38085569 884822016 10793 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13478/tid=13485] ppid=13477 vsize=864084 CPUtime=0
/proc/13478/task/13485/stat : 13485 (java) S 13477 13464 13116 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 38085569 884822016 10793 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13478/tid=13486] ppid=13477 vsize=864084 CPUtime=0
/proc/13478/task/13486/stat : 13486 (java) S 13477 13464 13116 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 38085569 884822016 10793 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 883040

[startup+12.7078 s]
/proc/loadavg: 2.23 2.16 2.04 4/91 13486
/proc/meminfo: memFree=1723448/2055920 swapFree=4181128/4192956
[pid=13464] ppid=13462 vsize=13600 CPUtime=2.59
/proc/13464/stat : 13464 (sugar) S 13462 13464 13116 0 -1 4194304 974 12267 0 1 4 0 245 10 16 0 1 0 38085298 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13464/statm: 3400 797 370 3 0 500 0
[pid=13477] ppid=13464 vsize=5356 CPUtime=0
/proc/13477/stat : 13477 (sh) S 13464 13464 13116 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 38085564 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13477/statm: 1339 233 193 169 0 50 0
[pid=13478] ppid=13477 vsize=868468 CPUtime=9.9
/proc/13478/stat : 13478 (java) S 13477 13464 13116 0 -1 0 34717 0 1 0 963 27 0 0 18 0 9 0 38085565 889311232 24835 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13478/statm: 217117 24835 2543 9 0 211692 0
[pid=13478/tid=13479] ppid=13477 vsize=868468 CPUtime=6.28
/proc/13478/task/13479/stat : 13479 (java) R 13477 13464 13116 0 -1 64 3775 0 1 0 622 6 0 0 25 0 9 0 38085566 889311232 24835 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13478/tid=13480] ppid=13477 vsize=868468 CPUtime=3.36
/proc/13478/task/13480/stat : 13480 (java) R 13477 13464 13116 0 -1 64 28763 0 0 0 317 19 0 0 15 0 9 0 38085567 889311232 24835 996147200 134512640 134550740 4294955936 18446744073709551615 102514241 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13478/tid=13481] ppid=13477 vsize=868468 CPUtime=0
/proc/13478/task/13481/stat : 13481 (java) S 13477 13464 13116 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 38085567 889311232 24835 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13478/tid=13482] ppid=13477 vsize=868468 CPUtime=0
/proc/13478/task/13482/stat : 13482 (java) S 13477 13464 13116 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 38085567 889311232 24835 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13478/tid=13483] ppid=13477 vsize=868468 CPUtime=0
/proc/13478/task/13483/stat : 13483 (java) S 13477 13464 13116 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 38085569 889311232 24835 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13478/tid=13484] ppid=13477 vsize=868468 CPUtime=0.23
/proc/13478/task/13484/stat : 13484 (java) S 13477 13464 13116 0 -1 64 1483 0 0 0 22 1 0 0 16 0 9 0 38085569 889311232 24835 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13478/tid=13485] ppid=13477 vsize=868468 CPUtime=0
/proc/13478/task/13485/stat : 13485 (java) S 13477 13464 13116 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 38085569 889311232 24835 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13478/tid=13486] ppid=13477 vsize=868468 CPUtime=0
/proc/13478/task/13486/stat : 13486 (java) S 13477 13464 13116 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 38085569 889311232 24835 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.49
Current children cumulated vsize (KiB) 887424

[startup+25.5023 s]
/proc/loadavg: 2.24 2.17 2.04 3/91 13486
/proc/meminfo: memFree=1541624/2055920 swapFree=4181128/4192956
[pid=13464] ppid=13462 vsize=13600 CPUtime=2.59
/proc/13464/stat : 13464 (sugar) S 13462 13464 13116 0 -1 4194304 974 12267 0 1 4 0 245 10 16 0 1 0 38085298 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13464/statm: 3400 797 370 3 0 500 0
[pid=13477] ppid=13464 vsize=5356 CPUtime=0
/proc/13477/stat : 13477 (sh) S 13464 13464 13116 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 38085564 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13477/statm: 1339 233 193 169 0 50 0
[pid=13478] ppid=13477 vsize=868468 CPUtime=22.57
/proc/13478/stat : 13478 (java) S 13477 13464 13116 0 -1 0 78209 0 1 0 2207 50 0 0 18 0 9 0 38085565 889311232 65647 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13478/statm: 217117 65647 2541 9 0 211692 0
[pid=13478/tid=13479] ppid=13477 vsize=868468 CPUtime=14.99
/proc/13478/task/13479/stat : 13479 (java) R 13477 13464 13116 0 -1 64 5392 0 1 0 1492 7 0 0 25 0 9 0 38085566 889311232 65647 996147200 134512640 134550740 4294955936 18446744073709551615 4127004344 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13478/tid=13480] ppid=13477 vsize=868468 CPUtime=7.3
/proc/13478/task/13480/stat : 13480 (java) S 13477 13464 13116 0 -1 64 70627 0 0 0 690 40 0 0 16 0 9 0 38085567 889311232 65647 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13478/tid=13481] ppid=13477 vsize=868468 CPUtime=0
/proc/13478/task/13481/stat : 13481 (java) S 13477 13464 13116 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 38085567 889311232 65647 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13478/tid=13482] ppid=13477 vsize=868468 CPUtime=0
/proc/13478/task/13482/stat : 13482 (java) S 13477 13464 13116 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 38085567 889311232 65647 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13478/tid=13483] ppid=13477 vsize=868468 CPUtime=0
/proc/13478/task/13483/stat : 13483 (java) S 13477 13464 13116 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 38085569 889311232 65647 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13478/tid=13484] ppid=13477 vsize=868468 CPUtime=0.25
/proc/13478/task/13484/stat : 13484 (java) S 13477 13464 13116 0 -1 64 1494 0 0 0 24 1 0 0 16 0 9 0 38085569 889311232 65647 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13478/tid=13485] ppid=13477 vsize=868468 CPUtime=0
/proc/13478/task/13485/stat : 13485 (java) S 13477 13464 13116 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 38085569 889311232 65647 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13478/tid=13486] ppid=13477 vsize=868468 CPUtime=0
/proc/13478/task/13486/stat : 13486 (java) S 13477 13464 13116 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 38085569 889311232 65647 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.16
Current children cumulated vsize (KiB) 887424

[startup+51.1021 s]
/proc/loadavg: 3.08 2.37 2.11 3/91 13486
/proc/meminfo: memFree=1208120/2055920 swapFree=4181128/4192956
[pid=13464] ppid=13462 vsize=13600 CPUtime=2.59
/proc/13464/stat : 13464 (sugar) S 13462 13464 13116 0 -1 4194304 974 12267 0 1 4 0 245 10 16 0 1 0 38085298 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13464/statm: 3400 797 370 3 0 500 0
[pid=13477] ppid=13464 vsize=5356 CPUtime=0
/proc/13477/stat : 13477 (sh) S 13464 13464 13116 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 38085564 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13477/statm: 1339 233 193 169 0 50 0
[pid=13478] ppid=13477 vsize=868580 CPUtime=47.29
/proc/13478/stat : 13478 (java) S 13477 13464 13116 0 -1 0 80205 0 1 0 4477 252 0 0 18 0 9 0 38085565 889425920 65736 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0

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

[startup+102.307 s]
/proc/loadavg: 3.75 2.67 2.23 3/91 13490
/proc/meminfo: memFree=427320/2055920 swapFree=4181128/4192956
[pid=13464] ppid=13462 vsize=13600 CPUtime=2.59
/proc/13464/stat : 13464 (sugar) S 13462 13464 13116 0 -1 4194304 974 12267 0 1 4 0 245 10 16 0 1 0 38085298 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13464/statm: 3400 797 370 3 0 500 0
[pid=13477] ppid=13464 vsize=5356 CPUtime=0
/proc/13477/stat : 13477 (sh) S 13464 13464 13116 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 38085564 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13477/statm: 1339 233 193 169 0 50 0
[pid=13478] ppid=13477 vsize=868580 CPUtime=96.71
/proc/13478/stat : 13478 (java) S 13477 13464 13116 0 -1 0 81028 0 1 0 8977 694 0 0 18 0 9 0 38085565 889425920 65736 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13478/statm: 217145 65736 2565 9 0 211692 0
[pid=13478/tid=13479] ppid=13477 vsize=868580 CPUtime=87.07
/proc/13478/task/13479/stat : 13479 (java) R 13477 13464 13116 0 -1 64 6659 0 1 0 8064 643 0 0 25 0 9 0 38085566 889425920 65736 996147200 134512640 134550740 4294955936 18446744073709551615 4127071099 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13478/tid=13480] ppid=13477 vsize=868580 CPUtime=9.33
/proc/13478/task/13480/stat : 13480 (java) S 13477 13464 13116 0 -1 64 72155 0 0 0 884 49 0 0 16 0 9 0 38085567 889425920 65736 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13478/tid=13481] ppid=13477 vsize=868580 CPUtime=0
/proc/13478/task/13481/stat : 13481 (java) S 13477 13464 13116 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 38085567 889425920 65736 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13478/tid=13482] ppid=13477 vsize=868580 CPUtime=0
/proc/13478/task/13482/stat : 13482 (java) S 13477 13464 13116 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 38085567 889425920 65736 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13478/tid=13483] ppid=13477 vsize=868580 CPUtime=0
/proc/13478/task/13483/stat : 13483 (java) S 13477 13464 13116 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 38085569 889425920 65736 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13478/tid=13484] ppid=13477 vsize=868580 CPUtime=0.29
/proc/13478/task/13484/stat : 13484 (java) S 13477 13464 13116 0 -1 64 1518 0 0 0 28 1 0 0 16 0 9 0 38085569 889425920 65736 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13478/tid=13485] ppid=13477 vsize=868580 CPUtime=0
/proc/13478/task/13485/stat : 13485 (java) S 13477 13464 13116 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 38085569 889425920 65736 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13478/tid=13486] ppid=13477 vsize=868580 CPUtime=0
/proc/13478/task/13486/stat : 13486 (java) S 13477 13464 13116 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 38085569 889425920 65736 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 99.3
Current children cumulated vsize (KiB) 887536

[startup+162.301 s]
/proc/loadavg: 3.16 2.70 2.26 3/91 13490
/proc/meminfo: memFree=15736/2055920 swapFree=4181128/4192956
[pid=13464] ppid=13462 vsize=13600 CPUtime=2.59
/proc/13464/stat : 13464 (sugar) S 13462 13464 13116 0 -1 4194304 974 12267 0 1 4 0 245 10 16 0 1 0 38085298 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13464/statm: 3400 797 370 3 0 500 0
[pid=13477] ppid=13464 vsize=5356 CPUtime=0
/proc/13477/stat : 13477 (sh) S 13464 13464 13116 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 38085564 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13477/statm: 1339 233 193 169 0 50 0
[pid=13478] ppid=13477 vsize=868580 CPUtime=153.89
/proc/13478/stat : 13478 (java) S 13477 13464 13116 0 -1 0 81982 0 1 0 14175 1214 0 0 18 0 9 0 38085565 889425920 65736 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13478/statm: 217145 65736 2565 9 0 211692 0
[pid=13478/tid=13479] ppid=13477 vsize=868580 CPUtime=143.42
/proc/13478/task/13479/stat : 13479 (java) R 13477 13464 13116 0 -1 64 7613 0 1 0 13188 1154 0 0 25 0 9 0 38085566 889425920 65736 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13478/tid=13480] ppid=13477 vsize=868580 CPUtime=10.15
/proc/13478/task/13480/stat : 13480 (java) S 13477 13464 13116 0 -1 64 72155 0 0 0 958 57 0 0 16 0 9 0 38085567 889425920 65736 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13478/tid=13481] ppid=13477 vsize=868580 CPUtime=0
/proc/13478/task/13481/stat : 13481 (java) S 13477 13464 13116 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 38085567 889425920 65736 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13478/tid=13482] ppid=13477 vsize=868580 CPUtime=0
/proc/13478/task/13482/stat : 13482 (java) S 13477 13464 13116 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 38085567 889425920 65736 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13478/tid=13483] ppid=13477 vsize=868580 CPUtime=0
/proc/13478/task/13483/stat : 13483 (java) S 13477 13464 13116 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 38085569 889425920 65736 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13478/tid=13484] ppid=13477 vsize=868580 CPUtime=0.29
/proc/13478/task/13484/stat : 13484 (java) S 13477 13464 13116 0 -1 64 1518 0 0 0 28 1 0 0 16 0 9 0 38085569 889425920 65736 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13478/tid=13485] ppid=13477 vsize=868580 CPUtime=0
/proc/13478/task/13485/stat : 13485 (java) S 13477 13464 13116 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 38085569 889425920 65736 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13478/tid=13486] ppid=13477 vsize=868580 CPUtime=0
/proc/13478/task/13486/stat : 13486 (java) S 13477 13464 13116 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 38085569 889425920 65736 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 156.48
Current children cumulated vsize (KiB) 887536

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

[startup+166.602 s]
/proc/loadavg: 3.07 2.69 2.26 3/91 13490
/proc/meminfo: memFree=15608/2055920 swapFree=4181128/4192956
[pid=13464] ppid=13462 vsize=13600 CPUtime=2.59
/proc/13464/stat : 13464 (sugar) S 13462 13464 13116 0 -1 4194304 974 12267 0 1 4 0 245 10 16 0 1 0 38085298 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13464/statm: 3400 797 370 3 0 500 0
[pid=13477] ppid=13464 vsize=5356 CPUtime=0
/proc/13477/stat : 13477 (sh) S 13464 13464 13116 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 38085564 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13477/statm: 1339 233 193 169 0 50 0
[pid=13478] ppid=13477 vsize=868580 CPUtime=158.05
/proc/13478/stat : 13478 (java) S 13477 13464 13116 0 -1 0 82054 0 1 0 14555 1250 0 0 18 0 9 0 38085565 889425920 65736 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13478/statm: 217145 65736 2565 9 0 211692 0
[pid=13478/tid=13479] ppid=13477 vsize=868580 CPUtime=147.52
/proc/13478/task/13479/stat : 13479 (java) R 13477 13464 13116 0 -1 64 7685 0 1 0 13562 1190 0 0 25 0 9 0 38085566 889425920 65736 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13478/tid=13480] ppid=13477 vsize=868580 CPUtime=10.21
/proc/13478/task/13480/stat : 13480 (java) S 13477 13464 13116 0 -1 64 72155 0 0 0 964 57 0 0 16 0 9 0 38085567 889425920 65736 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13478/tid=13481] ppid=13477 vsize=868580 CPUtime=0
/proc/13478/task/13481/stat : 13481 (java) S 13477 13464 13116 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 38085567 889425920 65736 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13478/tid=13482] ppid=13477 vsize=868580 CPUtime=0
/proc/13478/task/13482/stat : 13482 (java) S 13477 13464 13116 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 38085567 889425920 65736 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13478/tid=13483] ppid=13477 vsize=868580 CPUtime=0
/proc/13478/task/13483/stat : 13483 (java) S 13477 13464 13116 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 38085569 889425920 65736 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13478/tid=13484] ppid=13477 vsize=868580 CPUtime=0.29
/proc/13478/task/13484/stat : 13484 (java) S 13477 13464 13116 0 -1 64 1518 0 0 0 28 1 0 0 16 0 9 0 38085569 889425920 65736 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13478/tid=13485] ppid=13477 vsize=868580 CPUtime=0
/proc/13478/task/13485/stat : 13485 (java) S 13477 13464 13116 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 38085569 889425920 65736 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13478/tid=13486] ppid=13477 vsize=868580 CPUtime=0
/proc/13478/task/13486/stat : 13486 (java) S 13477 13464 13116 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 38085569 889425920 65736 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 160.64
Current children cumulated vsize (KiB) 887536

[startup+169.801 s]
/proc/loadavg: 3.07 2.69 2.26 3/91 13490
/proc/meminfo: memFree=15800/2055920 swapFree=4181128/4192956
[pid=13464] ppid=13462 vsize=13600 CPUtime=2.59
/proc/13464/stat : 13464 (sugar) S 13462 13464 13116 0 -1 4194304 974 12267 0 1 4 0 245 10 16 0 1 0 38085298 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13464/statm: 3400 797 370 3 0 500 0
[pid=13477] ppid=13464 vsize=5356 CPUtime=0
/proc/13477/stat : 13477 (sh) S 13464 13464 13116 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 38085564 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13477/statm: 1339 233 193 169 0 50 0
[pid=13478] ppid=13477 vsize=868580 CPUtime=161.17
/proc/13478/stat : 13478 (java) S 13477 13464 13116 0 -1 0 82106 0 1 0 14837 1280 0 0 18 0 9 0 38085565 889425920 65736 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13478/statm: 217145 65736 2565 9 0 211692 0
[pid=13478/tid=13479] ppid=13477 vsize=868580 CPUtime=150.61
/proc/13478/task/13479/stat : 13479 (java) R 13477 13464 13116 0 -1 64 7737 0 1 0 13841 1220 0 0 25 0 9 0 38085566 889425920 65736 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13478/tid=13480] ppid=13477 vsize=868580 CPUtime=10.25
/proc/13478/task/13480/stat : 13480 (java) S 13477 13464 13116 0 -1 64 72155 0 0 0 967 58 0 0 16 0 9 0 38085567 889425920 65736 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13478/tid=13481] ppid=13477 vsize=868580 CPUtime=0
/proc/13478/task/13481/stat : 13481 (java) S 13477 13464 13116 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 38085567 889425920 65736 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13478/tid=13482] ppid=13477 vsize=868580 CPUtime=0
/proc/13478/task/13482/stat : 13482 (java) S 13477 13464 13116 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 38085567 889425920 65736 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13478/tid=13483] ppid=13477 vsize=868580 CPUtime=0
/proc/13478/task/13483/stat : 13483 (java) S 13477 13464 13116 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 38085569 889425920 65736 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13478/tid=13484] ppid=13477 vsize=868580 CPUtime=0.29
/proc/13478/task/13484/stat : 13484 (java) S 13477 13464 13116 0 -1 64 1518 0 0 0 28 1 0 0 16 0 9 0 38085569 889425920 65736 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13478/tid=13485] ppid=13477 vsize=868580 CPUtime=0
/proc/13478/task/13485/stat : 13485 (java) S 13477 13464 13116 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 38085569 889425920 65736 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13478/tid=13486] ppid=13477 vsize=868580 CPUtime=0
/proc/13478/task/13486/stat : 13486 (java) S 13477 13464 13116 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 38085569 889425920 65736 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 163.76
Current children cumulated vsize (KiB) 887536

[startup+173.007 s]
/proc/loadavg: 3.14 2.71 2.27 3/83 13492
/proc/meminfo: memFree=1799864/2055920 swapFree=4181128/4192956
[pid=13464] ppid=13462 vsize=13600 CPUtime=165.5
/proc/13464/stat : 13464 (sugar) D 13462 13464 13116 0 -1 4194304 997 94687 0 2 4 68 15173 1305 18 0 1 0 38085298 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 226913653801 0 0 4224 16386 18446744071563608069 0 0 17 1 0 0
/proc/13464/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 165.5
Current children cumulated vsize (KiB) 13600

[startup+174.602 s]
/proc/loadavg: 3.14 2.71 2.27 2/82 13492
/proc/meminfo: memFree=1822016/2055920 swapFree=4181128/4192956
[pid=13464] ppid=13462 vsize=13600 CPUtime=165.62
/proc/13464/stat : 13464 (sugar) D 13462 13464 13116 0 -1 4194304 997 94687 0 2 4 80 15173 1305 18 0 1 0 38085298 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 226913653801 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/13464/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 165.62
Current children cumulated vsize (KiB) 13600

[startup+175.001 s]
/proc/loadavg: 3.14 2.71 2.27 2/82 13492
/proc/meminfo: memFree=1822016/2055920 swapFree=4181128/4192956
[pid=13464] ppid=13462 vsize=13600 CPUtime=165.64
/proc/13464/stat : 13464 (sugar) D 13462 13464 13116 0 -1 4194304 997 94687 0 2 4 82 15173 1305 18 0 1 0 38085298 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 226913653801 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/13464/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 165.64
Current children cumulated vsize (KiB) 13600

[startup+175.206 s]
/proc/loadavg: 3.13 2.71 2.28 3/82 13492
/proc/meminfo: memFree=1839360/2055920 swapFree=4181128/4192956
[pid=13464] ppid=13462 vsize=13600 CPUtime=165.65
/proc/13464/stat : 13464 (sugar) D 13462 13464 13116 0 -1 4194304 997 94687 0 2 4 83 15173 1305 18 0 1 0 38085298 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 226913653801 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/13464/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 165.65
Current children cumulated vsize (KiB) 13600

[startup+175.301 s]
/proc/loadavg: 3.13 2.71 2.28 3/82 13492
/proc/meminfo: memFree=1839360/2055920 swapFree=4181128/4192956
[pid=13464] ppid=13462 vsize=13600 CPUtime=165.66
/proc/13464/stat : 13464 (sugar) D 13462 13464 13116 0 -1 4194304 997 94687 0 2 4 84 15173 1305 18 0 1 0 38085298 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 226913653801 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/13464/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 165.66
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 175.369
CPU time (s): 165.696
CPU user time (s): 151.783
CPU system time (s): 13.9129
CPU usage (%): 94.4839
Max. virtual memory (cumulated for all children) (KiB): 892552

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 151.783
system time used= 13.9129
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 95714
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= 28769
involuntary context switches= 32585

runsolver used 0.240963 second user time and 0.600908 second system time

The end

Launcher Data (download as text)

Begin job on node5 at 2008-07-12 00:03:40
IDJOB=1109924
IDBENCH=61036
IDSOLVER=368
FILE ID=node5/1109924-1215813819
PBS_JOBID= 7903326
Free space on /tmp= 66528 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/pseudo/mpsReduced/normalized-mps-red-bandm.xml
COMMAND LINE= DIR/sugar -max -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1109924-1215813819/watcher-1109924-1215813819 -o /tmp/evaluation-result-1109924-1215813819/solver-1109924-1215813819 -C 3600 -W 4000 -M 900 --output-limit 1,15  HOME/sugar -max -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-1109924-1215813819.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 2e689f8063f4b75fb1edd7df8c8edad7
RANDOM SEED=1615803694

node5.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.212
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.212
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:       1802672 kB
Buffers:          8556 kB
Cached:          61228 kB
SwapCached:       5356 kB
Active:         179540 kB
Inactive:        23104 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1802672 kB
SwapTotal:     4192956 kB
SwapFree:      4181128 kB
Dirty:            8160 kB
Writeback:           0 kB
Mapped:         149296 kB
Slab:            35764 kB
Committed_AS:   950152 kB
PageTables:       2020 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= 66524 MiB
End job on node5 at 2008-07-12 00:06:35