Trace number 202196

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? 319.71 322.793

General information on the benchmark

Namefapp/fapp21-25/fapp24/
fapp24-2000-8.xml
MD5SUM63a0d5813af6ab4196259e2912804508
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark11.3953
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables2000
Number of constraints26753
Maximum constraint arity2
Maximum domain size302
Number of constraints which are defined in extension0
Number of constraints which are defined in intension26753
Global constraints used (with number of constraints)

Solver Data (download as text)

0.05	c # Sugar v0-40 (/tmp/evaluation/202196-1170095019/sugar-v0-40.jar)
0.05	
0.05	c # MAIN  BEGIN : /tmp/evaluation/202196-1170095019/unknown.xml [Mon Jan 29 19:23:39 2007]
0.05	c # CONVERT_XML  BEGIN : /tmp/evaluation/202196-1170095019/unknown.xml /tmp/evaluation/202196-1170095019/sugar25232.csp [Mon Jan 29 19:23:39 2007]
0.05	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/202196-1170095019/sugar-v0-40.jar -convert /tmp/evaluation/202196-1170095019/unknown.xml /tmp/evaluation/202196-1170095019/sugar25232.csp
0.17	c BEGIN convert /tmp/evaluation/202196-1170095019/unknown.xml
4.28	c END convert (4.10684 seconds)
4.30	c # CONVERT_XML  END : /tmp/evaluation/202196-1170095019/sugar25232.csp 23043456 bytes (4 seconds) [Mon Jan 29 19:23:43 2007]
4.30	c # CONVERT_XML  CPU : 4.08 = 0 + 0 + 3.81 + 0.27
4.30	
4.30	c # GENERATE_SAT  BEGIN : /tmp/evaluation/202196-1170095019/sugar25232.bcnf [Mon Jan 29 19:23:43 2007]
4.30	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/202196-1170095019/sugar-v0-40.jar -bcnf -map /tmp/evaluation/202196-1170095019/sugar25232.map /tmp/evaluation/202196-1170095019/sugar25232.csp /tmp/evaluation/202196-1170095019/sugar25232.bcnf
4.43	c BEGIN parse /tmp/evaluation/202196-1170095019/sugar25232.csp
322.14	c Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
322.71	s UNKNOWN
322.71	c # ERROR /tmp/evaluation/202196-1170095019/sugar25232.bcnf is not generated, at /tmp/evaluation/202196-1170095019/sugar line 310.
322.71	
322.71	c # MAIN  END :  (323 seconds) [Mon Jan 29 19:29:02 2007]
322.71	c # MAIN  CPU : 4.08 = 0 + 0 + 3.81 + 0.27
322.71	

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/node2/watcher-202196-1170095019 -o ROOT/results/node2/solver-202196-1170095019 -C 1800 -M 900 /tmp/evaluation/202196-1170095019/solver /tmp/evaluation/202196-1170095019 /tmp/evaluation/202196-1170095019/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.58 3.05 2.89 3/94 25233
/proc/meminfo: memFree=16000/2055920 swapFree=4192812/4192956
[pid=25232] ppid=25230 vsize=3004 CPUtime=0
/proc/25232/stat : 25232 (solver) R 25230 25232 25101 0 -1 4194304 56 0 0 0 0 0 0 0 20 0 1 0 29456857 3076096 40 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 206378694025 0 0 4096 0 0 0 0 17 1 0 0
/proc/25232/statm: 751 40 30 169 0 9 0

[startup+0.103284 s]
/proc/loadavg: 2.58 3.05 2.89 3/94 25233
/proc/meminfo: memFree=16000/2055920 swapFree=4192812/4192956
[pid=25232] ppid=25230 vsize=13724 CPUtime=0.03
/proc/25232/stat : 25232 (sugar) S 25230 25232 25101 0 -1 4194304 1112 0 0 0 3 0 0 0 20 0 1 0 29456857 14053376 805 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25232/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13724

[startup+0.523331 s]
/proc/loadavg: 2.58 3.05 2.89 3/94 25233
/proc/meminfo: memFree=16000/2055920 swapFree=4192812/4192956
[pid=25232] ppid=25230 vsize=13724 CPUtime=0.03
/proc/25232/stat : 25232 (sugar) S 25230 25232 25101 0 -1 4194304 1121 0 0 0 3 0 0 0 15 0 1 0 29456857 14053376 805 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25232/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13724

[startup+1.34541 s]
/proc/loadavg: 2.58 3.05 2.89 4/102 25241
/proc/meminfo: memFree=14848/2055920 swapFree=4192812/4192956
[pid=25232] ppid=25230 vsize=13724 CPUtime=0.03
/proc/25232/stat : 25232 (sugar) S 25230 25232 25101 0 -1 4194304 1121 0 0 0 3 0 0 0 15 0 1 0 29456857 14053376 805 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25232/statm: 3431 805 368 3 0 531 0
[pid=25234] ppid=25232 vsize=807420 CPUtime=1.2
/proc/25234/stat : 25234 (java) R 25232 25232 25101 0 -1 0 15109 0 1 0 110 10 0 0 25 0 8 0 29456862 826798080 14855 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4072926792 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25234/statm: 201855 14855 1690 14 0 189133 0
[pid=25234/tid=25235] ppid=25232 vsize=807420 CPUtime=0.18
/proc/25234/task/25235/stat : 25235 (java) S 25232 25232 25101 0 -1 64 8538 0 0 0 15 3 0 0 16 0 8 0 29456866 826798080 14855 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25234/tid=25236] ppid=25232 vsize=807420 CPUtime=0
/proc/25234/task/25236/stat : 25236 (java) S 25232 25232 25101 0 -1 64 10 0 0 0 0 0 0 0 19 0 8 0 29456866 826798080 14855 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25234/tid=25237] ppid=25232 vsize=807420 CPUtime=0
/proc/25234/task/25237/stat : 25237 (java) S 25232 25232 25101 0 -1 64 3 0 0 0 0 0 0 0 20 0 8 0 29456866 826798080 14855 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25234/tid=25238] ppid=25232 vsize=807420 CPUtime=0
/proc/25234/task/25238/stat : 25238 (java) S 25232 25232 25101 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 29456870 826798080 14855 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25234/tid=25239] ppid=25232 vsize=807420 CPUtime=0.14
/proc/25234/task/25239/stat : 25239 (java) S 25232 25232 25101 0 -1 64 403 0 0 0 13 1 0 0 16 0 8 0 29456870 826798080 14855 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25234/tid=25240] ppid=25232 vsize=807420 CPUtime=0
/proc/25234/task/25240/stat : 25240 (java) S 25232 25232 25101 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 29456870 826798080 14855 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25234/tid=25241] ppid=25232 vsize=807420 CPUtime=0
/proc/25234/task/25241/stat : 25241 (java) S 25232 25232 25101 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 29456870 826798080 14855 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) 821144

[startup+2.98259 s]
/proc/loadavg: 2.58 3.05 2.89 3/102 25241
/proc/meminfo: memFree=15104/2055920 swapFree=4192812/4192956
[pid=25232] ppid=25230 vsize=13724 CPUtime=0.03
/proc/25232/stat : 25232 (sugar) S 25230 25232 25101 0 -1 4194304 1121 0 0 0 3 0 0 0 15 0 1 0 29456857 14053376 805 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25232/statm: 3431 805 368 3 0 531 0
[pid=25234] ppid=25232 vsize=807420 CPUtime=2.79
/proc/25234/stat : 25234 (java) R 25232 25232 25101 0 -1 0 19374 0 1 0 259 20 0 0 25 0 8 0 29456862 826798080 19095 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4073812214 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25234/statm: 201855 19095 1691 14 0 189133 0
[pid=25234/tid=25235] ppid=25232 vsize=807420 CPUtime=0.38
/proc/25234/task/25235/stat : 25235 (java) S 25232 25232 25101 0 -1 64 12753 0 0 0 32 6 0 0 16 0 8 0 29456866 826798080 19095 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25234/tid=25236] ppid=25232 vsize=807420 CPUtime=0
/proc/25234/task/25236/stat : 25236 (java) S 25232 25232 25101 0 -1 64 10 0 0 0 0 0 0 0 19 0 8 0 29456866 826798080 19095 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25234/tid=25237] ppid=25232 vsize=807420 CPUtime=0
/proc/25234/task/25237/stat : 25237 (java) S 25232 25232 25101 0 -1 64 3 0 0 0 0 0 0 0 20 0 8 0 29456866 826798080 19095 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25234/tid=25238] ppid=25232 vsize=807420 CPUtime=0
/proc/25234/task/25238/stat : 25238 (java) S 25232 25232 25101 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 29456870 826798080 19095 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25234/tid=25239] ppid=25232 vsize=807420 CPUtime=0.18
/proc/25234/task/25239/stat : 25239 (java) S 25232 25232 25101 0 -1 64 421 0 0 0 17 1 0 0 16 0 8 0 29456870 826798080 19095 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25234/tid=25240] ppid=25232 vsize=807420 CPUtime=0
/proc/25234/task/25240/stat : 25240 (java) S 25232 25232 25101 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 29456870 826798080 19095 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25234/tid=25241] ppid=25232 vsize=807420 CPUtime=0
/proc/25234/task/25241/stat : 25241 (java) S 25232 25232 25101 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 29456870 826798080 19095 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.82
Current children cumulated vsize (KiB) 821144

[startup+6.18592 s]
/proc/loadavg: 2.86 3.10 2.91 3/102 25249
/proc/meminfo: memFree=25792/2055920 swapFree=4192812/4192956
[pid=25232] ppid=25230 vsize=13724 CPUtime=4.11
/proc/25232/stat : 25232 (sugar) S 25230 25232 25101 0 -1 4194304 1190 19425 0 1 3 0 381 27 15 0 1 0 29456857 14053376 809 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25232/statm: 3431 809 371 3 0 531 0
[pid=25242] ppid=25232 vsize=807064 CPUtime=1.83
/proc/25242/stat : 25242 (java) R 25232 25232 25101 0 -1 0 12949 0 1 0 177 6 0 0 25 0 8 0 29457288 826433536 12686 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25242/statm: 201766 12686 1494 14 0 189044 0
[pid=25242/tid=25243] ppid=25232 vsize=807064 CPUtime=0.48
/proc/25242/task/25243/stat : 25243 (java) R 25232 25232 25101 0 -1 64 6884 0 0 0 46 2 0 0 16 0 8 0 29457291 826433536 12686 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4154023775 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25242/tid=25244] ppid=25232 vsize=807064 CPUtime=0
/proc/25242/task/25244/stat : 25244 (java) S 25232 25232 25101 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 29457291 826433536 12686 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25242/tid=25245] ppid=25232 vsize=807064 CPUtime=0
/proc/25242/task/25245/stat : 25245 (java) S 25232 25232 25101 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 29457292 826433536 12686 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25242/tid=25246] ppid=25232 vsize=807064 CPUtime=0
/proc/25242/task/25246/stat : 25246 (java) S 25232 25232 25101 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 29457295 826433536 12686 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25242/tid=25247] ppid=25232 vsize=807064 CPUtime=0.05
/proc/25242/task/25247/stat : 25247 (java) S 25232 25232 25101 0 -1 64 292 0 0 0 5 0 0 0 16 0 8 0 29457295 826433536 12686 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25242/tid=25248] ppid=25232 vsize=807064 CPUtime=0
/proc/25242/task/25248/stat : 25248 (java) S 25232 25232 25101 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 29457295 826433536 12686 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25242/tid=25249] ppid=25232 vsize=807064 CPUtime=0
/proc/25242/task/25249/stat : 25249 (java) S 25232 25232 25101 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 29457295 826433536 12686 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.94
Current children cumulated vsize (KiB) 820788

[startup+12.6816 s]
/proc/loadavg: 2.96 3.12 2.91 3/102 25249
/proc/meminfo: memFree=15360/2055920 swapFree=4192812/4192956
[pid=25232] ppid=25230 vsize=13724 CPUtime=4.11
/proc/25232/stat : 25232 (sugar) S 25230 25232 25101 0 -1 4194304 1190 19425 0 1 3 0 381 27 15 0 1 0 29456857 14053376 809 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25232/statm: 3431 809 371 3 0 531 0
[pid=25242] ppid=25232 vsize=807064 CPUtime=8.2
/proc/25242/stat : 25242 (java) R 25232 25232 25101 0 -1 0 38612 0 1 0 796 24 0 0 25 0 8 0 29457288 826433536 38294 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073504508 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/25242/statm: 201766 38294 1494 14 0 189044 0
[pid=25242/tid=25243] ppid=25232 vsize=807064 CPUtime=2.45
/proc/25242/task/25243/stat : 25243 (java) S 25232 25232 25101 0 -1 64 32492 0 0 0 229 16 0 0 16 0 8 0 29457291 826433536 38294 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25242/tid=25244] ppid=25232 vsize=807064 CPUtime=0
/proc/25242/task/25244/stat : 25244 (java) S 25232 25232 25101 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 29457291 826433536 38294 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25242/tid=25245] ppid=25232 vsize=807064 CPUtime=0
/proc/25242/task/25245/stat : 25245 (java) S 25232 25232 25101 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 29457292 826433536 38294 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25242/tid=25246] ppid=25232 vsize=807064 CPUtime=0
/proc/25242/task/25246/stat : 25246 (java) S 25232 25232 25101 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 29457295 826433536 38294 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25242/tid=25247] ppid=25232 vsize=807064 CPUtime=0.05
/proc/25242/task/25247/stat : 25247 (java) S 25232 25232 25101 0 -1 64 292 0 0 0 5 0 0 0 17 0 8 0 29457295 826433536 38294 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25242/tid=25248] ppid=25232 vsize=807064 CPUtime=0
/proc/25242/task/25248/stat : 25248 (java) S 25232 25232 25101 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 29457295 826433536 38294 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25242/tid=25249] ppid=25232 vsize=807064 CPUtime=0
/proc/25242/task/25249/stat : 25249 (java) S 25232 25232 25101 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 29457295 826433536 38294 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.31
Current children cumulated vsize (KiB) 820788

[startup+25.5795 s]
/proc/loadavg: 3.04 3.13 2.92 5/102 25249
/proc/meminfo: memFree=14828/2055920 swapFree=4192812/4192956
[pid=25232] ppid=25230 vsize=13724 CPUtime=4.11
/proc/25232/stat : 25232 (sugar) S 25230 25232 25101 0 -1 4194304 1190 19425 0 1 3 0 381 27 15 0 1 0 29456857 14053376 809 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25232/statm: 3431 809 371 3 0 531 0
[pid=25242] ppid=25232 vsize=811096 CPUtime=20.95
/proc/25242/stat : 25242 (java) R 25232 25232 25101 0 -1 0 91636 0 1 0 2041 54 0 0 25 0 8 0 29457288 830562304 89549 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/25242/statm: 202774 89549 1495 14 0 190052 0
[pid=25242/tid=25243] ppid=25232 vsize=811096 CPUtime=7.32
/proc/25242/task/25243/stat : 25243 (java) R 25232 25232 25101 0 -1 64 84092 0 0 0 691 41 0 0 16 0 8 0 29457291 830562304 89549 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4154022593 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25242/tid=25244] ppid=25232 vsize=811096 CPUtime=0
/proc/25242/task/25244/stat : 25244 (java) S 25232 25232 25101 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 29457291 830562304 89549 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25242/tid=25245] ppid=25232 vsize=811096 CPUtime=0
/proc/25242/task/25245/stat : 25245 (java) S 25232 25232 25101 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 29457292 830562304 89549 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25242/tid=25246] ppid=25232 vsize=811096 CPUtime=0
/proc/25242/task/25246/stat : 25246 (java) S 25232 25232 25101 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 29457295 830562304 89549 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25242/tid=25247] ppid=25232 vsize=811096 CPUtime=0.05
/proc/25242/task/25247/stat : 25247 (java) S 25232 25232 25101 0 -1 64 295 0 0 0 5 0 0 0 16 0 8 0 29457295 830562304 89549 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25242/tid=25248] ppid=25232 vsize=811096 CPUtime=0
/proc/25242/task/25248/stat : 25248 (java) S 25232 25232 25101 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 29457295 830562304 89549 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25242/tid=25249] ppid=25232 vsize=811096 CPUtime=0
/proc/25242/task/25249/stat : 25249 (java) S 25232 25232 25101 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 29457295 830562304 89549 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.06
Current children cumulated vsize (KiB) 824820

[startup+51.2646 s]
/proc/loadavg: 3.43 3.21 2.95 4/102 25249
/proc/meminfo: memFree=15680/2055920 swapFree=4192812/4192956
[pid=25232] ppid=25230 vsize=13724 CPUtime=4.11
/proc/25232/stat : 25232 (sugar) S 25230 25232 25101 0 -1 4194304 1190 19425 0 1 3 0 381 27 15 0 1 0 29456857 14053376 809 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25232/statm: 3431 809 371 3 0 531 0
[pid=25242] ppid=25232 vsize=811416 CPUtime=46.46
/proc/25242/stat : 25242 (java) S 25232 25232 25101 0 -1 0 157530 0 1 0 4553 93 0 0 19 0 8 0 29457288 830889984 149043 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/25242/statm: 202854 149043 1507 14 0 190132 0
[pid=25242/tid=25243] ppid=25232 vsize=811416 CPUtime=19.65
/proc/25242/task/25243/stat : 25243 (java) R 25232 25232 25101 0 -1 64 147554 0 0 0 1893 72 0 0 25 0 8 0 29457291 830889984 149043 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4155134386 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25242/tid=25244] ppid=25232 vsize=811416 CPUtime=0
/proc/25242/task/25244/stat : 25244 (java) S 25232 25232 25101 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 29457291 830889984 149043 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25242/tid=25245] ppid=25232 vsize=811416 CPUtime=0
/proc/25242/task/25245/stat : 25245 (java) S 25232 25232 25101 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 29457292 830889984 149043 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25242/tid=25246] ppid=25232 vsize=811416 CPUtime=0
/proc/25242/task/25246/stat : 25246 (java) S 25232 25232 25101 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 29457295 830889984 149043 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25242/tid=25247] ppid=25232 vsize=811416 CPUtime=0.12
/proc/25242/task/25247/stat : 25247 (java) S 25232 25232 25101 0 -1 64 396 0 0 0 12 0 0 0 17 0 8 0 29457295 830889984 149043 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25242/tid=25248] ppid=25232 vsize=811416 CPUtime=0
/proc/25242/task/25248/stat : 25248 (java) S 25232 25232 25101 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 29457295 830889984 149043 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25242/tid=25249] ppid=25232 vsize=811416 CPUtime=0
/proc/25242/task/25249/stat : 25249 (java) S 25232 25232 25101 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 29457295 830889984 149043 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.57
Current children cumulated vsize (KiB) 825140

[startup+102.499 s]
/proc/loadavg: 3.78 3.32 3.00 3/102 25249
/proc/meminfo: memFree=15104/2055920 swapFree=4192812/4192956
[pid=25232] ppid=25230 vsize=13724 CPUtime=4.11
/proc/25232/stat : 25232 (sugar) S 25230 25232 25101 0 -1 4194304 1190 19425 0 1 3 0 381 27 15 0 1 0 29456857 14053376 809 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25232/statm: 3431 809 371 3 0 531 0
[pid=25242] ppid=25232 vsize=811416 CPUtime=97.26
/proc/25242/stat : 25242 (java) S 25232 25232 25101 0 -1 0 199940 0 1 0 9599 127 0 0 18 0 8 0 29457288 830889984 157088 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25242/statm: 202854 157088 1507 14 0 190132 0
[pid=25242/tid=25243] ppid=25232 vsize=811416 CPUtime=65.46
/proc/25242/task/25243/stat : 25243 (java) R 25232 25232 25101 0 -1 64 189944 0 0 0 6442 104 0 0 25 0 8 0 29457291 830889984 157088 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4155222384 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25242/tid=25244] ppid=25232 vsize=811416 CPUtime=0
/proc/25242/task/25244/stat : 25244 (java) S 25232 25232 25101 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 29457291 830889984 157088 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25242/tid=25245] ppid=25232 vsize=811416 CPUtime=0
/proc/25242/task/25245/stat : 25245 (java) S 25232 25232 25101 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 29457292 830889984 157088 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25242/tid=25246] ppid=25232 vsize=811416 CPUtime=0
/proc/25242/task/25246/stat : 25246 (java) S 25232 25232 25101 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 29457295 830889984 157088 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25242/tid=25247] ppid=25232 vsize=811416 CPUtime=0.12
/proc/25242/task/25247/stat : 25247 (java) S 25232 25232 25101 0 -1 64 397 0 0 0 12 0 0 0 17 0 8 0 29457295 830889984 157088 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25242/tid=25248] ppid=25232 vsize=811416 CPUtime=0
/proc/25242/task/25248/stat : 25248 (java) S 25232 25232 25101 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 29457295 830889984 157088 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25242/tid=25249] ppid=25232 vsize=811416 CPUtime=0
/proc/25242/task/25249/stat : 25249 (java) S 25232 25232 25101 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 29457295 830889984 157088 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.37
Current children cumulated vsize (KiB) 825140

[startup+162.583 s]
/proc/loadavg: 3.68 3.40 3.05 3/102 25249
/proc/meminfo: memFree=15872/2055920 swapFree=4192812/4192956
[pid=25232] ppid=25230 vsize=13724 CPUtime=4.11
/proc/25232/stat : 25232 (sugar) S 25230 25232 25101 0 -1 4194304 1190 19425 0 1 3 0 381 27 15 0 1 0 29456857 14053376 809 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25232/statm: 3431 809 371 3 0 531 0
[pid=25242] ppid=25232 vsize=811416 CPUtime=156.44
/proc/25242/stat : 25242 (java) S 25232 25232 25101 0 -1 0 244345 0 1 0 15471 173 0 0 17 0 8 0 29457288 830889984 157118 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25242/statm: 202854 157118 1507 14 0 190132 0
[pid=25242/tid=25243] ppid=25232 vsize=811416 CPUtime=122.94
/proc/25242/task/25243/stat : 25243 (java) R 25232 25232 25101 0 -1 64 234326 0 0 0 12144 150 0 0 25 0 8 0 29457291 830889984 157118 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4155525095 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25242/tid=25244] ppid=25232 vsize=811416 CPUtime=0
/proc/25242/task/25244/stat : 25244 (java) S 25232 25232 25101 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 29457291 830889984 157118 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25242/tid=25245] ppid=25232 vsize=811416 CPUtime=0
/proc/25242/task/25245/stat : 25245 (java) S 25232 25232 25101 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 29457292 830889984 157118 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25242/tid=25246] ppid=25232 vsize=811416 CPUtime=0
/proc/25242/task/25246/stat : 25246 (java) S 25232 25232 25101 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 29457295 830889984 157118 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25242/tid=25247] ppid=25232 vsize=811416 CPUtime=0.12
/proc/25242/task/25247/stat : 25247 (java) S 25232 25232 25101 0 -1 64 397 0 0 0 12 0 0 0 17 0 8 0 29457295 830889984 157118 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25242/tid=25248] ppid=25232 vsize=811416 CPUtime=0
/proc/25242/task/25248/stat : 25248 (java) S 25232 25232 25101 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 29457295 830889984 157118 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25242/tid=25249] ppid=25232 vsize=811416 CPUtime=0
/proc/25242/task/25249/stat : 25249 (java) S 25232 25232 25101 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 29457295 830889984 157118 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 160.55
Current children cumulated vsize (KiB) 825140

[startup+222.621 s]
/proc/loadavg: 2.80 3.21 3.00 3/102 25249
/proc/meminfo: memFree=14848/2055920 swapFree=4192812/4192956
[pid=25232] ppid=25230 vsize=13724 CPUtime=4.11
/proc/25232/stat : 25232 (sugar) S 25230 25232 25101 0 -1 4194304 1190 19425 0 1 3 0 381 27 15 0 1 0 29456857 14053376 809 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25232/statm: 3431 809 371 3 0 531 0
[pid=25242] ppid=25232 vsize=811416 CPUtime=216.23
/proc/25242/stat : 25242 (java) S 25232 25232 25101 0 -1 0 292839 0 1 0 21400 223 0 0 17 0 8 0 29457288 830889984 157119 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/25242/statm: 202854 157119 1507 14 0 190132 0
[pid=25242/tid=25243] ppid=25232 vsize=811416 CPUtime=182.63
/proc/25242/task/25243/stat : 25243 (java) R 25232 25232 25101 0 -1 64 282795 0 0 0 18064 199 0 0 25 0 8 0 29457291 830889984 157119 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4155222384 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25242/tid=25244] ppid=25232 vsize=811416 CPUtime=0
/proc/25242/task/25244/stat : 25244 (java) S 25232 25232 25101 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 29457291 830889984 157119 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25242/tid=25245] ppid=25232 vsize=811416 CPUtime=0
/proc/25242/task/25245/stat : 25245 (java) S 25232 25232 25101 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 29457292 830889984 157119 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25242/tid=25246] ppid=25232 vsize=811416 CPUtime=0
/proc/25242/task/25246/stat : 25246 (java) S 25232 25232 25101 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 29457295 830889984 157119 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25242/tid=25247] ppid=25232 vsize=811416 CPUtime=0.12
/proc/25242/task/25247/stat : 25247 (java) S 25232 25232 25101 0 -1 64 397 0 0 0 12 0 0 0 17 0 8 0 29457295 830889984 157119 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25242/tid=25248] ppid=25232 vsize=811416 CPUtime=0
/proc/25242/task/25248/stat : 25248 (java) S 25232 25232 25101 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 29457295 830889984 157119 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25242/tid=25249] ppid=25232 vsize=811416 CPUtime=0
/proc/25242/task/25249/stat : 25249 (java) S 25232 25232 25101 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 29457295 830889984 157119 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 220.34
Current children cumulated vsize (KiB) 825140

[startup+282.658 s]
/proc/loadavg: 2.62 3.07 2.97 3/102 25249
/proc/meminfo: memFree=16256/2055920 swapFree=4192812/4192956
[pid=25232] ppid=25230 vsize=13724 CPUtime=4.11
/proc/25232/stat : 25232 (sugar) S 25230 25232 25101 0 -1 4194304 1190 19425 0 1 3 0 381 27 15 0 1 0 29456857 14053376 809 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25232/statm: 3431 809 371 3 0 531 0
[pid=25242] ppid=25232 vsize=811416 CPUtime=276.12
/proc/25242/stat : 25242 (java) S 25232 25232 25101 0 -1 0 343279 0 1 0 27341 271 0 0 16 0 8 0 29457288 830889984 157119 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/25242/statm: 202854 157119 1507 14 0 190132 0
[pid=25242/tid=25243] ppid=25232 vsize=811416 CPUtime=242.52
/proc/25242/task/25243/stat : 25243 (java) R 25232 25232 25101 0 -1 64 333209 0 0 0 24005 247 0 0 25 0 8 0 29457291 830889984 157119 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4155134386 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25242/tid=25244] ppid=25232 vsize=811416 CPUtime=0
/proc/25242/task/25244/stat : 25244 (java) S 25232 25232 25101 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 29457291 830889984 157119 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25242/tid=25245] ppid=25232 vsize=811416 CPUtime=0
/proc/25242/task/25245/stat : 25245 (java) S 25232 25232 25101 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 29457292 830889984 157119 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25242/tid=25246] ppid=25232 vsize=811416 CPUtime=0
/proc/25242/task/25246/stat : 25246 (java) S 25232 25232 25101 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 29457295 830889984 157119 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25242/tid=25247] ppid=25232 vsize=811416 CPUtime=0.12
/proc/25242/task/25247/stat : 25247 (java) S 25232 25232 25101 0 -1 64 397 0 0 0 12 0 0 0 17 0 8 0 29457295 830889984 157119 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25242/tid=25248] ppid=25232 vsize=811416 CPUtime=0
/proc/25242/task/25248/stat : 25248 (java) S 25232 25232 25101 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 29457295 830889984 157119 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25242/tid=25249] ppid=25232 vsize=811416 CPUtime=0
/proc/25242/task/25249/stat : 25249 (java) S 25232 25232 25101 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 29457295 830889984 157119 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 280.23
Current children cumulated vsize (KiB) 825140

Child status: 1

!!! problem with CPU time !!!
wait4(...,&childrusage) returns 25232 and gives childrusage.ru_utime.tv_sec=3 childrusage.ru_utime.tv_usec=855413 childrusage.ru_stime.tv_sec=0 childrusage.ru_stime.tv_usec=283956
CPU time returned by wait4() is 4.13937
while last known CPU time is 319.71

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

Real time (s): 322.793
CPU time (s): 319.71
CPU user time (s): 316.35
CPU system time (s): 3.36
CPU usage (%): 99.0447
Max. virtual memory (cumulated for all children) (KiB): 827144

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3.85541
system time used= 0.283956
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20691
page faults= 3
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1277
involuntary context switches= 1489

runsolver used 0.367944 s user time and 1.16082 s system time

The end

Launcher Data (download as text)

Begin job on node2 on Mon Jan 29 18:23:39 UTC 2007


IDJOB= 202196
IDBENCH= 3818
IDSOLVER= 86
FILE ID= node2/202196-1170095019

PBS_JOBID= 3689442

Free space on /tmp= 48098 MiB

SOLVER NAME= sugar 0.40
BENCH NAME= HOME/pub/bench/CPAI06/fapp/fapp21-25/fapp24/fapp24-2000-8.xml
COMMAND LINE= /tmp/evaluation/202196-1170095019/solver /tmp/evaluation/202196-1170095019 /tmp/evaluation/202196-1170095019/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node2/watcher-202196-1170095019 -o ROOT/results/node2/solver-202196-1170095019 -C 1800 -M 900  /tmp/evaluation/202196-1170095019/solver /tmp/evaluation/202196-1170095019 /tmp/evaluation/202196-1170095019/unknown.xml

META MD5SUM SOLVER= 0a27e717dfe98d83d9802fe0eea45073
MD5SUM BENCH=  63a0d5813af6ab4196259e2912804508

RANDOM SEED= 374121380

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.247
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.247
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:         16480 kB
Buffers:          3048 kB
Cached:        1813640 kB
SwapCached:          0 kB
Active:         166500 kB
Inactive:      1778256 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:         16480 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:          803612 kB
Writeback:           0 kB
Mapped:         153596 kB
Slab:            79200 kB
Committed_AS:   560144 kB
PageTables:       2356 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= 42929 MiB



End job on node2 on Mon Jan 29 18:29:02 UTC 2007