Trace number 206861

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, and are wall clock time (not CPU 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 NameAnswerCPU timeWall clock time
sugar 0.40? 326.74 327.563

General information on the benchmark

Namerandom/rand-3-28-28/
rand-3-28-28-93-632-16_ext.xml
MD5SUM0d8c0cee3fe4dc25dc6d0f77c207051a
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables28
Number of constraints93
Maximum constraint arity3
Maximum domain size28
Number of constraints which are defined in extension93
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.05	c # Sugar v0-40 (/tmp/evaluation/206861-1170096888/sugar-v0-40.jar)
0.05	
0.05	c # MAIN  BEGIN : /tmp/evaluation/206861-1170096888/unknown.xml [Mon Jan 29 19:54:49 2007]
0.05	c # CONVERT_XML  BEGIN : /tmp/evaluation/206861-1170096888/unknown.xml /tmp/evaluation/206861-1170096888/sugar17133.csp [Mon Jan 29 19:54:49 2007]
0.05	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/206861-1170096888/sugar-v0-40.jar -convert /tmp/evaluation/206861-1170096888/unknown.xml /tmp/evaluation/206861-1170096888/sugar17133.csp
0.25	c BEGIN convert /tmp/evaluation/206861-1170096888/unknown.xml
6.48	c END convert (6.228985 seconds)
6.51	c # CONVERT_XML  END : /tmp/evaluation/206861-1170096888/sugar17133.csp 33732521 bytes (6 seconds) [Mon Jan 29 19:54:55 2007]
6.51	c # CONVERT_XML  CPU : 6.3 = 0 + 0 + 6 + 0.3
6.51	
6.51	c # GENERATE_SAT  BEGIN : /tmp/evaluation/206861-1170096888/sugar17133.bcnf [Mon Jan 29 19:54:55 2007]
6.51	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/206861-1170096888/sugar-v0-40.jar -bcnf -map /tmp/evaluation/206861-1170096888/sugar17133.map /tmp/evaluation/206861-1170096888/sugar17133.csp /tmp/evaluation/206861-1170096888/sugar17133.bcnf
6.63	c BEGIN parse /tmp/evaluation/206861-1170096888/sugar17133.csp
327.41	c Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
327.54	s UNKNOWN
327.54	c # ERROR /tmp/evaluation/206861-1170096888/sugar17133.bcnf is not generated, at /tmp/evaluation/206861-1170096888/sugar line 310.
327.54	
327.54	c # MAIN  END :  (327 seconds) [Mon Jan 29 20:00:16 2007]
327.54	c # MAIN  CPU : 6.3 = 0 + 0 + 6 + 0.3
327.54	

Verifier Data (download as text)

ERROR: Unexpected answer ! (SAT/UNSAT expected)
Got answer: UNKNOWN

Watcher Data (download as text)

runsolver version 3.1.3 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node40/watcher-206861-1170096888 -o ROOT/results/node40/solver-206861-1170096888 -C 1800 -M 900 /tmp/evaluation/206861-1170096888/solver /tmp/evaluation/206861-1170096888 /tmp/evaluation/206861-1170096888/unknown.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 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
Current StackSize limit: 10240 KiB

/proc/loadavg: 2.01 1.88 2.18 5/81 17134
/proc/meminfo: memFree=981544/2055920 swapFree=4192956/4192956
[pid=17133] ppid=17131 vsize=12268 CPUtime=0
/proc/17133/stat : 17133 (sugar) R 17131 17133 16922 0 -1 4194304 597 0 0 0 0 0 0 0 20 0 1 0 29644805 12562432 316 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 264519776869 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/17133/statm: 3067 316 241 3 0 167 0

[startup+0.106153 s]
/proc/loadavg: 2.01 1.88 2.18 5/81 17134
/proc/meminfo: memFree=981544/2055920 swapFree=4192956/4192956
[pid=17133] ppid=17131 vsize=13724 CPUtime=0.04
/proc/17133/stat : 17133 (sugar) S 17131 17133 16922 0 -1 4194304 1112 0 0 0 4 0 0 0 18 0 1 0 29644805 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17133/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13724

[startup+0.514286 s]
/proc/loadavg: 2.01 1.88 2.18 5/81 17134
/proc/meminfo: memFree=981544/2055920 swapFree=4192956/4192956
[pid=17133] ppid=17131 vsize=13724 CPUtime=0.04
/proc/17133/stat : 17133 (sugar) S 17131 17133 16922 0 -1 4194304 1121 0 0 0 4 0 0 0 15 0 1 0 29644805 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17133/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13724

[startup+1.33941 s]
/proc/loadavg: 2.01 1.88 2.18 3/89 17142
/proc/meminfo: memFree=932968/2055920 swapFree=4192956/4192956
[pid=17133] ppid=17131 vsize=13724 CPUtime=0.04
/proc/17133/stat : 17133 (sugar) S 17131 17133 16922 0 -1 4194304 1121 0 0 0 4 0 0 0 15 0 1 0 29644805 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17133/statm: 3431 805 368 3 0 531 0
[pid=17135] ppid=17133 vsize=807124 CPUtime=1.19
/proc/17135/stat : 17135 (java) R 17133 17133 16922 0 -1 0 14753 0 1 0 109 10 0 0 25 0 8 0 29644810 826494976 14497 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4073568983 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17135/statm: 201781 14497 1693 14 0 189059 0
[pid=17135/tid=17136] ppid=17133 vsize=807124 CPUtime=0.12
/proc/17135/task/17136/stat : 17136 (java) S 17133 17133 16922 0 -1 64 8280 0 0 0 8 4 0 0 16 0 8 0 29644814 826494976 14497 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17135/tid=17137] ppid=17133 vsize=807124 CPUtime=0
/proc/17135/task/17137/stat : 17137 (java) S 17133 17133 16922 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 29644815 826494976 14497 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17135/tid=17138] ppid=17133 vsize=807124 CPUtime=0
/proc/17135/task/17138/stat : 17138 (java) S 17133 17133 16922 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 29644815 826494976 14497 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17135/tid=17139] ppid=17133 vsize=807124 CPUtime=0
/proc/17135/task/17139/stat : 17139 (java) S 17133 17133 16922 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 29644818 826494976 14497 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17135/tid=17140] ppid=17133 vsize=807124 CPUtime=0.07
/proc/17135/task/17140/stat : 17140 (java) S 17133 17133 16922 0 -1 64 305 0 0 0 7 0 0 0 16 0 8 0 29644818 826494976 14497 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17135/tid=17141] ppid=17133 vsize=807124 CPUtime=0
/proc/17135/task/17141/stat : 17141 (java) S 17133 17133 16922 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 29644818 826494976 14497 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17135/tid=17142] ppid=17133 vsize=807124 CPUtime=0
/proc/17135/task/17142/stat : 17142 (java) S 17133 17133 16922 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 29644818 826494976 14497 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.23
Current children cumulated vsize (KiB) 820848

[startup+2.98475 s]
/proc/loadavg: 2.01 1.88 2.18 3/89 17142
/proc/meminfo: memFree=907496/2055920 swapFree=4192956/4192956
[pid=17133] ppid=17131 vsize=13724 CPUtime=0.04
/proc/17133/stat : 17133 (sugar) S 17131 17133 16922 0 -1 4194304 1121 0 0 0 4 0 0 0 15 0 1 0 29644805 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17133/statm: 3431 805 368 3 0 531 0
[pid=17135] ppid=17133 vsize=807124 CPUtime=2.81
/proc/17135/stat : 17135 (java) D 17133 17133 16922 0 -1 0 19101 0 1 0 266 15 0 0 25 0 8 0 29644810 826494976 18815 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17135/statm: 201781 18815 1696 14 0 189059 0
[pid=17135/tid=17136] ppid=17133 vsize=807124 CPUtime=0.33
/proc/17135/task/17136/stat : 17136 (java) S 17133 17133 16922 0 -1 64 12573 0 0 0 26 7 0 0 16 0 8 0 29644814 826494976 18815 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17135/tid=17137] ppid=17133 vsize=807124 CPUtime=0
/proc/17135/task/17137/stat : 17137 (java) S 17133 17133 16922 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 29644815 826494976 18815 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17135/tid=17138] ppid=17133 vsize=807124 CPUtime=0
/proc/17135/task/17138/stat : 17138 (java) S 17133 17133 16922 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 29644815 826494976 18815 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17135/tid=17139] ppid=17133 vsize=807124 CPUtime=0
/proc/17135/task/17139/stat : 17139 (java) S 17133 17133 16922 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 29644818 826494976 18815 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17135/tid=17140] ppid=17133 vsize=807124 CPUtime=0.09
/proc/17135/task/17140/stat : 17140 (java) S 17133 17133 16922 0 -1 64 317 0 0 0 9 0 0 0 15 0 8 0 29644818 826494976 18815 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17135/tid=17141] ppid=17133 vsize=807124 CPUtime=0
/proc/17135/task/17141/stat : 17141 (java) S 17133 17133 16922 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 29644818 826494976 18815 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17135/tid=17142] ppid=17133 vsize=807124 CPUtime=0
/proc/17135/task/17142/stat : 17142 (java) S 17133 17133 16922 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 29644818 826494976 18815 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.85
Current children cumulated vsize (KiB) 820848

[startup+6.19744 s]
/proc/loadavg: 2.01 1.88 2.18 3/89 17142
/proc/meminfo: memFree=881000/2055920 swapFree=4192956/4192956
[pid=17133] ppid=17131 vsize=13724 CPUtime=0.04
/proc/17133/stat : 17133 (sugar) S 17131 17133 16922 0 -1 4194304 1121 0 0 0 4 0 0 0 15 0 1 0 29644805 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17133/statm: 3431 805 368 3 0 531 0
[pid=17135] ppid=17133 vsize=807124 CPUtime=6.01
/proc/17135/stat : 17135 (java) R 17133 17133 16922 0 -1 0 19777 0 1 0 573 28 0 0 25 0 8 0 29644810 826494976 19419 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17135/statm: 201781 19419 1696 14 0 189059 0
[pid=17135/tid=17136] ppid=17133 vsize=807124 CPUtime=0.66
/proc/17135/task/17136/stat : 17136 (java) S 17133 17133 16922 0 -1 64 13172 0 0 0 58 8 0 0 16 0 8 0 29644814 826494976 19419 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17135/tid=17137] ppid=17133 vsize=807124 CPUtime=0
/proc/17135/task/17137/stat : 17137 (java) S 17133 17133 16922 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 29644815 826494976 19419 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17135/tid=17138] ppid=17133 vsize=807124 CPUtime=0
/proc/17135/task/17138/stat : 17138 (java) S 17133 17133 16922 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 29644815 826494976 19419 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17135/tid=17139] ppid=17133 vsize=807124 CPUtime=0
/proc/17135/task/17139/stat : 17139 (java) S 17133 17133 16922 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 29644818 826494976 19419 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17135/tid=17140] ppid=17133 vsize=807124 CPUtime=0.1
/proc/17135/task/17140/stat : 17140 (java) S 17133 17133 16922 0 -1 64 322 0 0 0 10 0 0 0 15 0 8 0 29644818 826494976 19419 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17135/tid=17141] ppid=17133 vsize=807124 CPUtime=0
/proc/17135/task/17141/stat : 17141 (java) S 17133 17133 16922 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 29644818 826494976 19419 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17135/tid=17142] ppid=17133 vsize=807124 CPUtime=0
/proc/17135/task/17142/stat : 17142 (java) S 17133 17133 16922 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 29644818 826494976 19419 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.05
Current children cumulated vsize (KiB) 820848

[startup+12.6938 s]
/proc/loadavg: 2.01 1.88 2.18 3/89 17150
/proc/meminfo: memFree=824752/2055920 swapFree=4192956/4192956
[pid=17133] ppid=17131 vsize=13724 CPUtime=6.34
/proc/17133/stat : 17133 (sugar) S 17131 17133 16922 0 -1 4194304 1189 19792 0 1 4 0 600 30 15 0 1 0 29644805 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17133/statm: 3431 809 371 3 0 531 0
[pid=17143] ppid=17133 vsize=807064 CPUtime=6.12
/proc/17143/stat : 17143 (java) R 17133 17133 16922 0 -1 0 32707 0 1 0 592 20 0 0 25 0 8 0 29645457 826433536 32403 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17143/statm: 201766 32403 1494 14 0 189044 0
[pid=17143/tid=17144] ppid=17133 vsize=807064 CPUtime=1.74
/proc/17143/task/17144/stat : 17144 (java) R 17133 17133 16922 0 -1 64 26602 0 0 0 162 12 0 0 16 0 8 0 29645460 826433536 32403 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4153968368 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17143/tid=17145] ppid=17133 vsize=807064 CPUtime=0
/proc/17143/task/17145/stat : 17145 (java) S 17133 17133 16922 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 29645460 826433536 32403 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17143/tid=17146] ppid=17133 vsize=807064 CPUtime=0
/proc/17143/task/17146/stat : 17146 (java) S 17133 17133 16922 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 29645460 826433536 32403 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17143/tid=17147] ppid=17133 vsize=807064 CPUtime=0
/proc/17143/task/17147/stat : 17147 (java) S 17133 17133 16922 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 29645464 826433536 32403 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17143/tid=17148] ppid=17133 vsize=807064 CPUtime=0.05
/proc/17143/task/17148/stat : 17148 (java) S 17133 17133 16922 0 -1 64 291 0 0 0 5 0 0 0 17 0 8 0 29645464 826433536 32403 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17143/tid=17149] ppid=17133 vsize=807064 CPUtime=0
/proc/17143/task/17149/stat : 17149 (java) S 17133 17133 16922 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 29645464 826433536 32403 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17143/tid=17150] ppid=17133 vsize=807064 CPUtime=0
/proc/17143/task/17150/stat : 17150 (java) S 17133 17133 16922 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 29645464 826433536 32403 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.46
Current children cumulated vsize (KiB) 820788

[startup+25.5943 s]
/proc/loadavg: 2.24 1.94 2.19 6/89 17213
/proc/meminfo: memFree=1100920/2055920 swapFree=4192956/4192956
[pid=17133] ppid=17131 vsize=13724 CPUtime=6.34
/proc/17133/stat : 17133 (sugar) S 17131 17133 16922 0 -1 4194304 1189 19792 0 1 4 0 600 30 15 0 1 0 29644805 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17133/statm: 3431 809 371 3 0 531 0
[pid=17143] ppid=17133 vsize=807064 CPUtime=18.96
/proc/17143/stat : 17143 (java) R 17133 17133 16922 0 -1 0 89039 0 1 0 1851 45 0 0 25 0 8 0 29645457 826433536 88650 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17143/statm: 201766 88650 1495 14 0 189044 0
[pid=17143/tid=17144] ppid=17133 vsize=807064 CPUtime=6.75
/proc/17143/task/17144/stat : 17144 (java) R 17133 17133 16922 0 -1 64 81488 0 0 0 640 35 0 0 16 0 8 0 29645460 826433536 88650 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4154022779 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17143/tid=17145] ppid=17133 vsize=807064 CPUtime=0
/proc/17143/task/17145/stat : 17145 (java) S 17133 17133 16922 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 29645460 826433536 88650 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17143/tid=17146] ppid=17133 vsize=807064 CPUtime=0
/proc/17143/task/17146/stat : 17146 (java) S 17133 17133 16922 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 29645460 826433536 88650 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17143/tid=17147] ppid=17133 vsize=807064 CPUtime=0
/proc/17143/task/17147/stat : 17147 (java) S 17133 17133 16922 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 29645464 826433536 88650 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17143/tid=17148] ppid=17133 vsize=807064 CPUtime=0.05
/proc/17143/task/17148/stat : 17148 (java) S 17133 17133 16922 0 -1 64 292 0 0 0 5 0 0 0 17 0 8 0 29645464 826433536 88650 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17143/tid=17149] ppid=17133 vsize=807064 CPUtime=0
/proc/17143/task/17149/stat : 17149 (java) S 17133 17133 16922 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 29645464 826433536 88650 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17143/tid=17150] ppid=17133 vsize=807064 CPUtime=0
/proc/17143/task/17150/stat : 17150 (java) S 17133 17133 16922 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 29645464 826433536 88650 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.3
Current children cumulated vsize (KiB) 820788

[startup+51.2737 s]
/proc/loadavg: 2.11 1.94 2.18 3/89 17276
/proc/meminfo: memFree=970096/2055920 swapFree=4192956/4192956
[pid=17133] ppid=17131 vsize=13724 CPUtime=6.34
/proc/17133/stat : 17133 (sugar) S 17131 17133 16922 0 -1 4194304 1189 19792 0 1 4 0 600 30 15 0 1 0 29644805 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17133/statm: 3431 809 371 3 0 531 0
[pid=17143] ppid=17133 vsize=807064 CPUtime=44.52
/proc/17143/stat : 17143 (java) S 17133 17133 16922 0 -1 0 152646 0 1 0 4375 77 0 0 18 0 8 0 29645457 826433536 152213 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17143/statm: 201766 152213 1495 14 0 189044 0
[pid=17143/tid=17144] ppid=17133 vsize=807064 CPUtime=23.72
/proc/17143/task/17144/stat : 17144 (java) R 17133 17133 16922 0 -1 64 142827 0 0 0 2309 63 0 0 18 0 8 0 29645460 826433536 152213 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4155222385 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17143/tid=17145] ppid=17133 vsize=807064 CPUtime=0
/proc/17143/task/17145/stat : 17145 (java) S 17133 17133 16922 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 29645460 826433536 152213 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17143/tid=17146] ppid=17133 vsize=807064 CPUtime=0
/proc/17143/task/17146/stat : 17146 (java) S 17133 17133 16922 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 29645460 826433536 152213 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17143/tid=17147] ppid=17133 vsize=807064 CPUtime=0
/proc/17143/task/17147/stat : 17147 (java) S 17133 17133 16922 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 29645464 826433536 152213 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17143/tid=17148] ppid=17133 vsize=807064 CPUtime=0.05
/proc/17143/task/17148/stat : 17148 (java) S 17133 17133 16922 0 -1 64 293 0 0 0 5 0 0 0 17 0 8 0 29645464 826433536 152213 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17143/tid=17149] ppid=17133 vsize=807064 CPUtime=0
/proc/17143/task/17149/stat : 17149 (java) S 17133 17133 16922 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 29645464 826433536 152213 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17143/tid=17150] ppid=17133 vsize=807064 CPUtime=0
/proc/17143/task/17150/stat : 17150 (java) S 17133 17133 16922 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 29645464 826433536 152213 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.86
Current children cumulated vsize (KiB) 820788

[startup+102.521 s]
/proc/loadavg: 1.83 1.89 2.15 3/89 17402
/proc/meminfo: memFree=802232/2055920 swapFree=4192956/4192956
[pid=17133] ppid=17131 vsize=13724 CPUtime=6.34
/proc/17133/stat : 17133 (sugar) S 17131 17133 16922 0 -1 4194304 1189 19792 0 1 4 0 600 30 15 0 1 0 29644805 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17133/statm: 3431 809 371 3 0 531 0
[pid=17143] ppid=17133 vsize=807064 CPUtime=95.61
/proc/17143/stat : 17143 (java) S 17133 17133 16922 0 -1 0 157176 0 1 0 9479 82 0 0 18 0 8 0 29645457 826433536 156727 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17143/statm: 201766 156727 1495 14 0 189044 0
[pid=17143/tid=17144] ppid=17133 vsize=807064 CPUtime=71.74
/proc/17143/task/17144/stat : 17144 (java) R 17133 17133 16922 0 -1 64 147341 0 0 0 7107 67 0 0 25 0 8 0 29645460 826433536 156727 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4155523552 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17143/tid=17145] ppid=17133 vsize=807064 CPUtime=0
/proc/17143/task/17145/stat : 17145 (java) S 17133 17133 16922 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 29645460 826433536 156727 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17143/tid=17146] ppid=17133 vsize=807064 CPUtime=0
/proc/17143/task/17146/stat : 17146 (java) S 17133 17133 16922 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 29645460 826433536 156727 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17143/tid=17147] ppid=17133 vsize=807064 CPUtime=0
/proc/17143/task/17147/stat : 17147 (java) S 17133 17133 16922 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 29645464 826433536 156727 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17143/tid=17148] ppid=17133 vsize=807064 CPUtime=0.05
/proc/17143/task/17148/stat : 17148 (java) S 17133 17133 16922 0 -1 64 293 0 0 0 5 0 0 0 17 0 8 0 29645464 826433536 156727 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17143/tid=17149] ppid=17133 vsize=807064 CPUtime=0
/proc/17143/task/17149/stat : 17149 (java) S 17133 17133 16922 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 29645464 826433536 156727 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17143/tid=17150] ppid=17133 vsize=807064 CPUtime=0
/proc/17143/task/17150/stat : 17150 (java) S 17133 17133 16922 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 29645464 826433536 156727 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 101.95
Current children cumulated vsize (KiB) 820788

[startup+162.567 s]
/proc/loadavg: 1.44 1.78 2.09 2/73 17416
/proc/meminfo: memFree=989944/2055920 swapFree=4192956/4192956
[pid=17133] ppid=17131 vsize=13724 CPUtime=6.34
/proc/17133/stat : 17133 (sugar) S 17131 17133 16922 0 -1 4194304 1189 19792 0 1 4 0 600 30 15 0 1 0 29644805 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17133/statm: 3431 809 371 3 0 531 0
[pid=17143] ppid=17133 vsize=807064 CPUtime=155.52
/proc/17143/stat : 17143 (java) S 17133 17133 16922 0 -1 0 157195 0 1 0 15469 83 0 0 16 0 8 0 29645457 826433536 156727 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17143/statm: 201766 156727 1495 14 0 189044 0
[pid=17143/tid=17144] ppid=17133 vsize=807064 CPUtime=130.85
/proc/17143/task/17144/stat : 17144 (java) R 17133 17133 16922 0 -1 64 147341 0 0 0 13017 68 0 0 21 0 8 0 29645460 826433536 156727 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4154035752 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17143/tid=17145] ppid=17133 vsize=807064 CPUtime=0
/proc/17143/task/17145/stat : 17145 (java) S 17133 17133 16922 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 29645460 826433536 156727 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17143/tid=17146] ppid=17133 vsize=807064 CPUtime=0
/proc/17143/task/17146/stat : 17146 (java) S 17133 17133 16922 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 29645460 826433536 156727 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17143/tid=17147] ppid=17133 vsize=807064 CPUtime=0
/proc/17143/task/17147/stat : 17147 (java) S 17133 17133 16922 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 29645464 826433536 156727 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17143/tid=17148] ppid=17133 vsize=807064 CPUtime=0.05
/proc/17143/task/17148/stat : 17148 (java) S 17133 17133 16922 0 -1 64 293 0 0 0 5 0 0 0 17 0 8 0 29645464 826433536 156727 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17143/tid=17149] ppid=17133 vsize=807064 CPUtime=0
/proc/17143/task/17149/stat : 17149 (java) S 17133 17133 16922 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 29645464 826433536 156727 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17143/tid=17150] ppid=17133 vsize=807064 CPUtime=0
/proc/17143/task/17150/stat : 17150 (java) S 17133 17133 16922 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 29645464 826433536 156727 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 161.86
Current children cumulated vsize (KiB) 820788

[startup+222.591 s]
/proc/loadavg: 1.16 1.63 2.02 2/73 17416
/proc/meminfo: memFree=990008/2055920 swapFree=4192956/4192956
[pid=17133] ppid=17131 vsize=13724 CPUtime=6.34
/proc/17133/stat : 17133 (sugar) S 17131 17133 16922 0 -1 4194304 1189 19792 0 1 4 0 600 30 15 0 1 0 29644805 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17133/statm: 3431 809 371 3 0 531 0
[pid=17143] ppid=17133 vsize=807064 CPUtime=215.52
/proc/17143/stat : 17143 (java) S 17133 17133 16922 0 -1 0 157215 0 1 0 21469 83 0 0 16 0 8 0 29645457 826433536 156727 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17143/statm: 201766 156727 1495 14 0 189044 0
[pid=17143/tid=17144] ppid=17133 vsize=807064 CPUtime=190.81
/proc/17143/task/17144/stat : 17144 (java) R 17133 17133 16922 0 -1 64 147341 0 0 0 19013 68 0 0 18 0 8 0 29645460 826433536 156727 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4155215728 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17143/tid=17145] ppid=17133 vsize=807064 CPUtime=0
/proc/17143/task/17145/stat : 17145 (java) S 17133 17133 16922 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 29645460 826433536 156727 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17143/tid=17146] ppid=17133 vsize=807064 CPUtime=0
/proc/17143/task/17146/stat : 17146 (java) S 17133 17133 16922 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 29645460 826433536 156727 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17143/tid=17147] ppid=17133 vsize=807064 CPUtime=0
/proc/17143/task/17147/stat : 17147 (java) S 17133 17133 16922 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 29645464 826433536 156727 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17143/tid=17148] ppid=17133 vsize=807064 CPUtime=0.05
/proc/17143/task/17148/stat : 17148 (java) S 17133 17133 16922 0 -1 64 293 0 0 0 5 0 0 0 17 0 8 0 29645464 826433536 156727 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17143/tid=17149] ppid=17133 vsize=807064 CPUtime=0
/proc/17143/task/17149/stat : 17149 (java) S 17133 17133 16922 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 29645464 826433536 156727 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17143/tid=17150] ppid=17133 vsize=807064 CPUtime=0
/proc/17143/task/17150/stat : 17150 (java) S 17133 17133 16922 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 29645464 826433536 156727 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 221.86
Current children cumulated vsize (KiB) 820788

[startup+282.617 s]
/proc/loadavg: 1.06 1.52 1.96 2/73 17416
/proc/meminfo: memFree=990008/2055920 swapFree=4192956/4192956
[pid=17133] ppid=17131 vsize=13724 CPUtime=6.34
/proc/17133/stat : 17133 (sugar) S 17131 17133 16922 0 -1 4194304 1189 19792 0 1 4 0 600 30 15 0 1 0 29644805 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17133/statm: 3431 809 371 3 0 531 0
[pid=17143] ppid=17133 vsize=807064 CPUtime=275.53
/proc/17143/stat : 17143 (java) S 17133 17133 16922 0 -1 0 157234 0 1 0 27469 84 0 0 16 0 8 0 29645457 826433536 156727 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17143/statm: 201766 156727 1495 14 0 189044 0
[pid=17143/tid=17144] ppid=17133 vsize=807064 CPUtime=250.82
/proc/17143/task/17144/stat : 17144 (java) R 17133 17133 16922 0 -1 64 147341 0 0 0 25013 69 0 0 19 0 8 0 29645460 826433536 156727 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4155525233 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17143/tid=17145] ppid=17133 vsize=807064 CPUtime=0
/proc/17143/task/17145/stat : 17145 (java) S 17133 17133 16922 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 29645460 826433536 156727 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17143/tid=17146] ppid=17133 vsize=807064 CPUtime=0
/proc/17143/task/17146/stat : 17146 (java) S 17133 17133 16922 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 29645460 826433536 156727 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17143/tid=17147] ppid=17133 vsize=807064 CPUtime=0
/proc/17143/task/17147/stat : 17147 (java) S 17133 17133 16922 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 29645464 826433536 156727 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17143/tid=17148] ppid=17133 vsize=807064 CPUtime=0.05
/proc/17143/task/17148/stat : 17148 (java) S 17133 17133 16922 0 -1 64 293 0 0 0 5 0 0 0 17 0 8 0 29645464 826433536 156727 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17143/tid=17149] ppid=17133 vsize=807064 CPUtime=0
/proc/17143/task/17149/stat : 17149 (java) S 17133 17133 16922 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 29645464 826433536 156727 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17143/tid=17150] ppid=17133 vsize=807064 CPUtime=0
/proc/17143/task/17150/stat : 17150 (java) S 17133 17133 16922 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 29645464 826433536 156727 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 281.87
Current children cumulated vsize (KiB) 820788

Child status: 1

!!! problem with CPU time !!!
wait4(...,&childrusage) returns 17133 and gives childrusage.ru_utime.tv_sec=6 childrusage.ru_utime.tv_usec=50080 childrusage.ru_stime.tv_sec=0 childrusage.ru_stime.tv_usec=331949
CPU time returned by wait4() is 6.38203
while last known CPU time is 326.74

Solver probably didn't/couldn't wait for its children
Using last known CPU time as value...

Real time (s): 327.563
CPU time (s): 326.74
CPU user time (s): 325.51
CPU system time (s): 1.23
CPU usage (%): 99.7486
Max. virtual memory (cumulated for all children) (KiB): 820848

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 6.05008
system time used= 0.331949
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21060
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1438
involuntary context switches= 1406

runsolver used 0.343947 s user time and 0.891864 s system time

The end

Launcher Data (download as text)

Begin job on node40 on Mon Jan 29 18:54:49 UTC 2007


IDJOB= 206861
IDBENCH= 4240
IDSOLVER= 86
FILE ID= node40/206861-1170096888

PBS_JOBID= 3689670

Free space on /tmp= 66520 MiB

SOLVER NAME= sugar 0.40
BENCH NAME= HOME/pub/bench/CPAI06/random/rand-3-28-28/rand-3-28-28-93-632-16_ext.xml
COMMAND LINE= /tmp/evaluation/206861-1170096888/solver /tmp/evaluation/206861-1170096888 /tmp/evaluation/206861-1170096888/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node40/watcher-206861-1170096888 -o ROOT/results/node40/solver-206861-1170096888 -C 1800 -M 900  /tmp/evaluation/206861-1170096888/solver /tmp/evaluation/206861-1170096888 /tmp/evaluation/206861-1170096888/unknown.xml

META MD5SUM SOLVER= 0a27e717dfe98d83d9802fe0eea45073
MD5SUM BENCH=  0d8c0cee3fe4dc25dc6d0f77c207051a

RANDOM SEED= 405323075

TIME LIMIT= 1800 seconds

MEMORY LIMIT= 900 MiB


/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.265
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.265
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:        981960 kB
Buffers:         43424 kB
Cached:         338532 kB
SwapCached:          0 kB
Active:         817756 kB
Inactive:       204940 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        981960 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            6572 kB
Writeback:           0 kB
Mapped:         657480 kB
Slab:            35408 kB
Committed_AS:   777532 kB
PageTables:       3060 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= 66558 MiB



End job on node40 on Mon Jan 29 19:00:16 UTC 2007