Trace number 203257

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? 330.58 331.025

General information on the benchmark

Namerandom/rand-3-28-28-fcd/
rand-3-28-28-93-632-fcd-31_ext.xml
MD5SUMf5ecaec08d08919111e7f4ff1a48bc68
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/203257-1170095918/sugar-v0-40.jar)
0.05	
0.05	c # MAIN  BEGIN : /tmp/evaluation/203257-1170095918/unknown.xml [Mon Jan 29 19:38:39 2007]
0.05	c # CONVERT_XML  BEGIN : /tmp/evaluation/203257-1170095918/unknown.xml /tmp/evaluation/203257-1170095918/sugar21406.csp [Mon Jan 29 19:38:39 2007]
0.05	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/203257-1170095918/sugar-v0-40.jar -convert /tmp/evaluation/203257-1170095918/unknown.xml /tmp/evaluation/203257-1170095918/sugar21406.csp
0.18	c BEGIN convert /tmp/evaluation/203257-1170095918/unknown.xml
6.44	c END convert (6.258987 seconds)
6.47	c # CONVERT_XML  END : /tmp/evaluation/203257-1170095918/sugar21406.csp 33604089 bytes (6 seconds) [Mon Jan 29 19:38:45 2007]
6.47	c # CONVERT_XML  CPU : 6.32 = 0 + 0 + 6.03 + 0.29
6.47	
6.47	c # GENERATE_SAT  BEGIN : /tmp/evaluation/203257-1170095918/sugar21406.bcnf [Mon Jan 29 19:38:45 2007]
6.47	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/203257-1170095918/sugar-v0-40.jar -bcnf -map /tmp/evaluation/203257-1170095918/sugar21406.map /tmp/evaluation/203257-1170095918/sugar21406.csp /tmp/evaluation/203257-1170095918/sugar21406.bcnf
6.60	c BEGIN parse /tmp/evaluation/203257-1170095918/sugar21406.csp
330.90	c Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
331.00	s UNKNOWN
331.01	c # ERROR /tmp/evaluation/203257-1170095918/sugar21406.bcnf is not generated, at /tmp/evaluation/203257-1170095918/sugar line 310.
331.01	
331.01	c # MAIN  END :  (331 seconds) [Mon Jan 29 19:44:10 2007]
331.01	c # MAIN  CPU : 6.33 = 0.01 + 0 + 6.03 + 0.29
331.01	

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/node29/watcher-203257-1170095918 -o ROOT/results/node29/solver-203257-1170095918 -C 1800 -M 900 /tmp/evaluation/203257-1170095918/solver /tmp/evaluation/203257-1170095918 /tmp/evaluation/203257-1170095918/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: 1.96 2.04 2.08 5/94 21407
/proc/meminfo: memFree=864680/2055920 swapFree=4192956/4192956
[pid=21406] ppid=21404 vsize=6268 CPUtime=0
/proc/21406/stat : 21406 (sugar) R 21404 21406 20715 0 -1 4194304 311 0 0 0 0 0 0 0 20 0 1 0 3356113 6418432 47 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 221778081257 0 0 4096 0 0 0 0 17 1 0 0
/proc/21406/statm: 1567 47 36 3 0 8 0

[startup+0.104726 s]
/proc/loadavg: 1.96 2.04 2.08 5/94 21407
/proc/meminfo: memFree=864680/2055920 swapFree=4192956/4192956
[pid=21406] ppid=21404 vsize=13724 CPUtime=0.03
/proc/21406/stat : 21406 (sugar) S 21404 21406 20715 0 -1 4194304 1112 0 0 0 2 1 0 0 18 0 1 0 3356113 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21406/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13724

[startup+0.51275 s]
/proc/loadavg: 1.96 2.04 2.08 5/94 21407
/proc/meminfo: memFree=864680/2055920 swapFree=4192956/4192956
[pid=21406] ppid=21404 vsize=13724 CPUtime=0.03
/proc/21406/stat : 21406 (sugar) S 21404 21406 20715 0 -1 4194304 1121 0 0 0 2 1 0 0 15 0 1 0 3356113 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21406/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13724

[startup+1.33583 s]
/proc/loadavg: 1.96 2.04 2.08 3/102 21415
/proc/meminfo: memFree=816168/2055920 swapFree=4192956/4192956
[pid=21406] ppid=21404 vsize=13724 CPUtime=0.03
/proc/21406/stat : 21406 (sugar) S 21404 21406 20715 0 -1 4194304 1121 0 0 0 2 1 0 0 15 0 1 0 3356113 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21406/statm: 3431 805 368 3 0 531 0
[pid=21408] ppid=21406 vsize=807124 CPUtime=1.25
/proc/21408/stat : 21408 (java) R 21406 21406 20715 0 -1 0 15676 0 1 0 115 10 0 0 21 0 8 0 3356119 826494976 15419 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21408/statm: 201781 15419 1693 14 0 189059 0
[pid=21408/tid=21409] ppid=21406 vsize=807124 CPUtime=0.16
/proc/21408/task/21409/stat : 21409 (java) R 21406 21406 20715 0 -1 64 9201 0 0 0 12 4 0 0 16 0 8 0 3356122 826494976 15419 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4153968433 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21408/tid=21410] ppid=21406 vsize=807124 CPUtime=0
/proc/21408/task/21410/stat : 21410 (java) S 21406 21406 20715 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 3356123 826494976 15419 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21408/tid=21411] ppid=21406 vsize=807124 CPUtime=0
/proc/21408/task/21411/stat : 21411 (java) S 21406 21406 20715 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 3356123 826494976 15419 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21408/tid=21412] ppid=21406 vsize=807124 CPUtime=0
/proc/21408/task/21412/stat : 21412 (java) S 21406 21406 20715 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 3356126 826494976 15419 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21408/tid=21413] ppid=21406 vsize=807124 CPUtime=0.07
/proc/21408/task/21413/stat : 21413 (java) S 21406 21406 20715 0 -1 64 305 0 0 0 7 0 0 0 16 0 8 0 3356126 826494976 15419 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21408/tid=21414] ppid=21406 vsize=807124 CPUtime=0
/proc/21408/task/21414/stat : 21414 (java) S 21406 21406 20715 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 3356127 826494976 15419 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21408/tid=21415] ppid=21406 vsize=807124 CPUtime=0
/proc/21408/task/21415/stat : 21415 (java) S 21406 21406 20715 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 3356127 826494976 15419 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.28
Current children cumulated vsize (KiB) 820848

[startup+2.9889 s]
/proc/loadavg: 1.96 2.04 2.08 3/102 21415
/proc/meminfo: memFree=792616/2055920 swapFree=4192956/4192956
[pid=21406] ppid=21404 vsize=13724 CPUtime=0.03
/proc/21406/stat : 21406 (sugar) S 21404 21406 20715 0 -1 4194304 1121 0 0 0 2 1 0 0 15 0 1 0 3356113 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21406/statm: 3431 805 368 3 0 531 0
[pid=21408] ppid=21406 vsize=807124 CPUtime=2.89
/proc/21408/stat : 21408 (java) R 21406 21406 20715 0 -1 0 19248 0 1 0 272 17 0 0 25 0 8 0 3356119 826494976 18960 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4153380220 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21408/statm: 201781 18960 1696 14 0 189059 0
[pid=21408/tid=21409] ppid=21406 vsize=807124 CPUtime=0.35
/proc/21408/task/21409/stat : 21409 (java) S 21406 21406 20715 0 -1 64 12717 0 0 0 28 7 0 0 16 0 8 0 3356122 826494976 18960 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21408/tid=21410] ppid=21406 vsize=807124 CPUtime=0
/proc/21408/task/21410/stat : 21410 (java) S 21406 21406 20715 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 3356123 826494976 18960 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21408/tid=21411] ppid=21406 vsize=807124 CPUtime=0
/proc/21408/task/21411/stat : 21411 (java) S 21406 21406 20715 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 3356123 826494976 18960 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21408/tid=21412] ppid=21406 vsize=807124 CPUtime=0
/proc/21408/task/21412/stat : 21412 (java) S 21406 21406 20715 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 3356126 826494976 18960 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21408/tid=21413] ppid=21406 vsize=807124 CPUtime=0.09
/proc/21408/task/21413/stat : 21413 (java) S 21406 21406 20715 0 -1 64 317 0 0 0 9 0 0 0 16 0 8 0 3356126 826494976 18960 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21408/tid=21414] ppid=21406 vsize=807124 CPUtime=0
/proc/21408/task/21414/stat : 21414 (java) S 21406 21406 20715 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 3356127 826494976 18960 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21408/tid=21415] ppid=21406 vsize=807124 CPUtime=0
/proc/21408/task/21415/stat : 21415 (java) S 21406 21406 20715 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 3356127 826494976 18960 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.92
Current children cumulated vsize (KiB) 820848

[startup+6.28813 s]
/proc/loadavg: 1.96 2.04 2.08 3/102 21415
/proc/meminfo: memFree=761200/2055920 swapFree=4192956/4192956
[pid=21406] ppid=21404 vsize=13724 CPUtime=0.03
/proc/21406/stat : 21406 (sugar) S 21404 21406 20715 0 -1 4194304 1121 0 0 0 2 1 0 0 15 0 1 0 3356113 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21406/statm: 3431 805 368 3 0 531 0
[pid=21408] ppid=21406 vsize=807124 CPUtime=6.15
/proc/21408/stat : 21408 (java) R 21406 21406 20715 0 -1 0 20810 0 1 0 588 27 0 0 25 0 8 0 3356119 826494976 20449 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4073601470 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21408/statm: 201781 20449 1696 14 0 189059 0
[pid=21408/tid=21409] ppid=21406 vsize=807124 CPUtime=0.71
/proc/21408/task/21409/stat : 21409 (java) S 21406 21406 20715 0 -1 64 14201 0 0 0 63 8 0 0 16 0 8 0 3356122 826494976 20449 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21408/tid=21410] ppid=21406 vsize=807124 CPUtime=0
/proc/21408/task/21410/stat : 21410 (java) S 21406 21406 20715 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 3356123 826494976 20449 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21408/tid=21411] ppid=21406 vsize=807124 CPUtime=0
/proc/21408/task/21411/stat : 21411 (java) S 21406 21406 20715 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 3356123 826494976 20449 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21408/tid=21412] ppid=21406 vsize=807124 CPUtime=0
/proc/21408/task/21412/stat : 21412 (java) S 21406 21406 20715 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 3356126 826494976 20449 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21408/tid=21413] ppid=21406 vsize=807124 CPUtime=0.11
/proc/21408/task/21413/stat : 21413 (java) S 21406 21406 20715 0 -1 64 322 0 0 0 10 1 0 0 16 0 8 0 3356126 826494976 20449 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21408/tid=21414] ppid=21406 vsize=807124 CPUtime=0
/proc/21408/task/21414/stat : 21414 (java) S 21406 21406 20715 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 3356127 826494976 20449 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21408/tid=21415] ppid=21406 vsize=807124 CPUtime=0
/proc/21408/task/21415/stat : 21415 (java) S 21406 21406 20715 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 3356127 826494976 20449 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 820848

[startup+12.6955 s]
/proc/loadavg: 1.96 2.04 2.08 2/89 21438
/proc/meminfo: memFree=1369944/2055920 swapFree=4192956/4192956
[pid=21406] ppid=21404 vsize=13724 CPUtime=6.35
/proc/21406/stat : 21406 (sugar) S 21404 21406 20715 0 -1 4194304 1190 20822 0 1 2 1 603 29 16 0 1 0 3356113 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21406/statm: 3431 809 371 3 0 531 0
[pid=21416] ppid=21406 vsize=807064 CPUtime=6.15
/proc/21416/stat : 21416 (java) R 21406 21406 20715 0 -1 0 33354 0 1 0 597 18 0 0 16 0 8 0 3356761 826433536 33049 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073560775 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21416/statm: 201766 33049 1494 14 0 189044 0
[pid=21416/tid=21417] ppid=21406 vsize=807064 CPUtime=1.72
/proc/21416/task/21417/stat : 21417 (java) S 21406 21406 20715 0 -1 64 27247 0 0 0 160 12 0 0 16 0 8 0 3356764 826433536 33049 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21416/tid=21418] ppid=21406 vsize=807064 CPUtime=0
/proc/21416/task/21418/stat : 21418 (java) S 21406 21406 20715 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 3356765 826433536 33049 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21416/tid=21419] ppid=21406 vsize=807064 CPUtime=0
/proc/21416/task/21419/stat : 21419 (java) S 21406 21406 20715 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 3356765 826433536 33049 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21416/tid=21420] ppid=21406 vsize=807064 CPUtime=0
/proc/21416/task/21420/stat : 21420 (java) S 21406 21406 20715 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 3356768 826433536 33049 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21416/tid=21421] ppid=21406 vsize=807064 CPUtime=0.05
/proc/21416/task/21421/stat : 21421 (java) S 21406 21406 20715 0 -1 64 291 0 0 0 5 0 0 0 16 0 8 0 3356768 826433536 33049 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21416/tid=21422] ppid=21406 vsize=807064 CPUtime=0
/proc/21416/task/21422/stat : 21422 (java) S 21406 21406 20715 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 3356768 826433536 33049 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21416/tid=21423] ppid=21406 vsize=807064 CPUtime=0
/proc/21416/task/21423/stat : 21423 (java) S 21406 21406 20715 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 3356768 826433536 33049 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.5
Current children cumulated vsize (KiB) 820788

[startup+25.5661 s]
/proc/loadavg: 2.05 2.05 2.08 4/102 21486
/proc/meminfo: memFree=981600/2055920 swapFree=4192956/4192956
[pid=21406] ppid=21404 vsize=13724 CPUtime=6.35
/proc/21406/stat : 21406 (sugar) S 21404 21406 20715 0 -1 4194304 1190 20822 0 1 2 1 603 29 16 0 1 0 3356113 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21406/statm: 3431 809 371 3 0 531 0
[pid=21416] ppid=21406 vsize=807064 CPUtime=18.94
/proc/21416/stat : 21416 (java) R 21406 21406 20715 0 -1 0 89006 0 1 0 1847 47 0 0 25 0 8 0 3356761 826433536 88617 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073507695 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21416/statm: 201766 88617 1495 14 0 189044 0
[pid=21416/tid=21417] ppid=21406 vsize=807064 CPUtime=6.38
/proc/21416/task/21417/stat : 21417 (java) S 21406 21406 20715 0 -1 64 81454 0 0 0 601 37 0 0 16 0 8 0 3356764 826433536 88617 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21416/tid=21418] ppid=21406 vsize=807064 CPUtime=0
/proc/21416/task/21418/stat : 21418 (java) S 21406 21406 20715 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 3356765 826433536 88617 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21416/tid=21419] ppid=21406 vsize=807064 CPUtime=0
/proc/21416/task/21419/stat : 21419 (java) S 21406 21406 20715 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 3356765 826433536 88617 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21416/tid=21420] ppid=21406 vsize=807064 CPUtime=0
/proc/21416/task/21420/stat : 21420 (java) S 21406 21406 20715 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 3356768 826433536 88617 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21416/tid=21421] ppid=21406 vsize=807064 CPUtime=0.05
/proc/21416/task/21421/stat : 21421 (java) S 21406 21406 20715 0 -1 64 292 0 0 0 5 0 0 0 17 0 8 0 3356768 826433536 88617 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21416/tid=21422] ppid=21406 vsize=807064 CPUtime=0
/proc/21416/task/21422/stat : 21422 (java) S 21406 21406 20715 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 3356768 826433536 88617 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21416/tid=21423] ppid=21406 vsize=807064 CPUtime=0
/proc/21416/task/21423/stat : 21423 (java) S 21406 21406 20715 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 3356768 826433536 88617 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.29
Current children cumulated vsize (KiB) 820788

[startup+51.2647 s]
/proc/loadavg: 2.16 2.08 2.09 3/102 21486
/proc/meminfo: memFree=263648/2055920 swapFree=4192956/4192956
[pid=21406] ppid=21404 vsize=13724 CPUtime=6.35
/proc/21406/stat : 21406 (sugar) S 21404 21406 20715 0 -1 4194304 1190 20822 0 1 2 1 603 29 16 0 1 0 3356113 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21406/statm: 3431 809 371 3 0 531 0
[pid=21416] ppid=21406 vsize=807064 CPUtime=44.62
/proc/21416/stat : 21416 (java) S 21406 21406 20715 0 -1 0 151758 0 1 0 4385 77 0 0 18 0 8 0 3356761 826433536 151325 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21416/statm: 201766 151325 1495 14 0 189044 0
[pid=21416/tid=21417] ppid=21406 vsize=807064 CPUtime=23.1
/proc/21416/task/21417/stat : 21417 (java) R 21406 21406 20715 0 -1 64 141858 0 0 0 2245 65 0 0 25 0 8 0 3356764 826433536 151325 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4155523593 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21416/tid=21418] ppid=21406 vsize=807064 CPUtime=0
/proc/21416/task/21418/stat : 21418 (java) S 21406 21406 20715 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 3356765 826433536 151325 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21416/tid=21419] ppid=21406 vsize=807064 CPUtime=0
/proc/21416/task/21419/stat : 21419 (java) S 21406 21406 20715 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 3356765 826433536 151325 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21416/tid=21420] ppid=21406 vsize=807064 CPUtime=0
/proc/21416/task/21420/stat : 21420 (java) S 21406 21406 20715 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 3356768 826433536 151325 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21416/tid=21421] ppid=21406 vsize=807064 CPUtime=0.06
/proc/21416/task/21421/stat : 21421 (java) S 21406 21406 20715 0 -1 64 293 0 0 0 6 0 0 0 17 0 8 0 3356768 826433536 151325 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21416/tid=21422] ppid=21406 vsize=807064 CPUtime=0
/proc/21416/task/21422/stat : 21422 (java) S 21406 21406 20715 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 3356768 826433536 151325 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21416/tid=21423] ppid=21406 vsize=807064 CPUtime=0
/proc/21416/task/21423/stat : 21423 (java) S 21406 21406 20715 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 3356768 826433536 151325 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.97
Current children cumulated vsize (KiB) 820788

[startup+102.47 s]
/proc/loadavg: 2.29 2.12 2.10 3/102 21486
/proc/meminfo: memFree=205408/2055920 swapFree=4192956/4192956
[pid=21406] ppid=21404 vsize=13724 CPUtime=6.35
/proc/21406/stat : 21406 (sugar) S 21404 21406 20715 0 -1 4194304 1190 20822 0 1 2 1 603 29 16 0 1 0 3356113 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21406/statm: 3431 809 371 3 0 531 0
[pid=21416] ppid=21406 vsize=807064 CPUtime=95.82
/proc/21416/stat : 21416 (java) S 21406 21406 20715 0 -1 0 156487 0 1 0 9502 80 0 0 17 0 8 0 3356761 826433536 156039 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21416/statm: 201766 156039 1495 14 0 189044 0
[pid=21416/tid=21417] ppid=21406 vsize=807064 CPUtime=71.11
/proc/21416/task/21417/stat : 21417 (java) R 21406 21406 20715 0 -1 64 146572 0 0 0 7044 67 0 0 25 0 8 0 3356764 826433536 156039 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4155525070 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21416/tid=21418] ppid=21406 vsize=807064 CPUtime=0
/proc/21416/task/21418/stat : 21418 (java) S 21406 21406 20715 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 3356765 826433536 156039 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21416/tid=21419] ppid=21406 vsize=807064 CPUtime=0
/proc/21416/task/21419/stat : 21419 (java) S 21406 21406 20715 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 3356765 826433536 156039 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21416/tid=21420] ppid=21406 vsize=807064 CPUtime=0
/proc/21416/task/21420/stat : 21420 (java) S 21406 21406 20715 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 3356768 826433536 156039 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21416/tid=21421] ppid=21406 vsize=807064 CPUtime=0.06
/proc/21416/task/21421/stat : 21421 (java) S 21406 21406 20715 0 -1 64 293 0 0 0 6 0 0 0 17 0 8 0 3356768 826433536 156039 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21416/tid=21422] ppid=21406 vsize=807064 CPUtime=0
/proc/21416/task/21422/stat : 21422 (java) S 21406 21406 20715 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 3356768 826433536 156039 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21416/tid=21423] ppid=21406 vsize=807064 CPUtime=0
/proc/21416/task/21423/stat : 21423 (java) S 21406 21406 20715 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 3356768 826433536 156039 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 102.17
Current children cumulated vsize (KiB) 820788

[startup+162.549 s]
/proc/loadavg: 2.14 2.11 2.10 3/102 21486
/proc/meminfo: memFree=205344/2055920 swapFree=4192956/4192956
[pid=21406] ppid=21404 vsize=13724 CPUtime=6.35
/proc/21406/stat : 21406 (sugar) S 21404 21406 20715 0 -1 4194304 1190 20822 0 1 2 1 603 29 16 0 1 0 3356113 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21406/statm: 3431 809 371 3 0 531 0
[pid=21416] ppid=21406 vsize=807064 CPUtime=155.88
/proc/21416/stat : 21416 (java) S 21406 21406 20715 0 -1 0 156505 0 1 0 15508 80 0 0 17 0 8 0 3356761 826433536 156039 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21416/statm: 201766 156039 1495 14 0 189044 0
[pid=21416/tid=21417] ppid=21406 vsize=807064 CPUtime=130.16
/proc/21416/task/21417/stat : 21417 (java) R 21406 21406 20715 0 -1 64 146572 0 0 0 12949 67 0 0 25 0 8 0 3356764 826433536 156039 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4155525103 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21416/tid=21418] ppid=21406 vsize=807064 CPUtime=0
/proc/21416/task/21418/stat : 21418 (java) S 21406 21406 20715 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 3356765 826433536 156039 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21416/tid=21419] ppid=21406 vsize=807064 CPUtime=0
/proc/21416/task/21419/stat : 21419 (java) S 21406 21406 20715 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 3356765 826433536 156039 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21416/tid=21420] ppid=21406 vsize=807064 CPUtime=0
/proc/21416/task/21420/stat : 21420 (java) S 21406 21406 20715 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 3356768 826433536 156039 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21416/tid=21421] ppid=21406 vsize=807064 CPUtime=0.06
/proc/21416/task/21421/stat : 21421 (java) S 21406 21406 20715 0 -1 64 293 0 0 0 6 0 0 0 17 0 8 0 3356768 826433536 156039 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21416/tid=21422] ppid=21406 vsize=807064 CPUtime=0
/proc/21416/task/21422/stat : 21422 (java) S 21406 21406 20715 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 3356768 826433536 156039 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21416/tid=21423] ppid=21406 vsize=807064 CPUtime=0
/proc/21416/task/21423/stat : 21423 (java) S 21406 21406 20715 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 3356768 826433536 156039 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 820788

[startup+222.619 s]
/proc/loadavg: 2.09 2.10 2.09 3/102 21486
/proc/meminfo: memFree=205280/2055920 swapFree=4192956/4192956
[pid=21406] ppid=21404 vsize=13724 CPUtime=6.35
/proc/21406/stat : 21406 (sugar) S 21404 21406 20715 0 -1 4194304 1190 20822 0 1 2 1 603 29 16 0 1 0 3356113 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21406/statm: 3431 809 371 3 0 531 0
[pid=21416] ppid=21406 vsize=807064 CPUtime=215.94
/proc/21416/stat : 21416 (java) S 21406 21406 20715 0 -1 0 156524 0 1 0 21513 81 0 0 17 0 8 0 3356761 826433536 156039 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21416/statm: 201766 156039 1495 14 0 189044 0
[pid=21416/tid=21417] ppid=21406 vsize=807064 CPUtime=190.15
/proc/21416/task/21417/stat : 21417 (java) R 21406 21406 20715 0 -1 64 146572 0 0 0 18948 67 0 0 25 0 8 0 3356764 826433536 156039 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4155134188 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21416/tid=21418] ppid=21406 vsize=807064 CPUtime=0
/proc/21416/task/21418/stat : 21418 (java) S 21406 21406 20715 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 3356765 826433536 156039 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21416/tid=21419] ppid=21406 vsize=807064 CPUtime=0
/proc/21416/task/21419/stat : 21419 (java) S 21406 21406 20715 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 3356765 826433536 156039 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21416/tid=21420] ppid=21406 vsize=807064 CPUtime=0
/proc/21416/task/21420/stat : 21420 (java) S 21406 21406 20715 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 3356768 826433536 156039 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21416/tid=21421] ppid=21406 vsize=807064 CPUtime=0.06
/proc/21416/task/21421/stat : 21421 (java) S 21406 21406 20715 0 -1 64 293 0 0 0 6 0 0 0 17 0 8 0 3356768 826433536 156039 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21416/tid=21422] ppid=21406 vsize=807064 CPUtime=0
/proc/21416/task/21422/stat : 21422 (java) S 21406 21406 20715 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 3356768 826433536 156039 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21416/tid=21423] ppid=21406 vsize=807064 CPUtime=0
/proc/21416/task/21423/stat : 21423 (java) S 21406 21406 20715 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 3356768 826433536 156039 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 820788

[startup+282.683 s]
/proc/loadavg: 2.03 2.08 2.08 3/102 21486
/proc/meminfo: memFree=205280/2055920 swapFree=4192956/4192956
[pid=21406] ppid=21404 vsize=13724 CPUtime=6.35
/proc/21406/stat : 21406 (sugar) S 21404 21406 20715 0 -1 4194304 1190 20822 0 1 2 1 603 29 16 0 1 0 3356113 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21406/statm: 3431 809 371 3 0 531 0
[pid=21416] ppid=21406 vsize=807064 CPUtime=276
/proc/21416/stat : 21416 (java) S 21406 21406 20715 0 -1 0 156542 0 1 0 27519 81 0 0 17 0 8 0 3356761 826433536 156039 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21416/statm: 201766 156039 1495 14 0 189044 0
[pid=21416/tid=21417] ppid=21406 vsize=807064 CPUtime=250.21
/proc/21416/task/21417/stat : 21417 (java) R 21406 21406 20715 0 -1 64 146572 0 0 0 24953 68 0 0 25 0 8 0 3356764 826433536 156039 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4154022744 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21416/tid=21418] ppid=21406 vsize=807064 CPUtime=0
/proc/21416/task/21418/stat : 21418 (java) S 21406 21406 20715 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 3356765 826433536 156039 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21416/tid=21419] ppid=21406 vsize=807064 CPUtime=0
/proc/21416/task/21419/stat : 21419 (java) S 21406 21406 20715 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 3356765 826433536 156039 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21416/tid=21420] ppid=21406 vsize=807064 CPUtime=0
/proc/21416/task/21420/stat : 21420 (java) S 21406 21406 20715 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 3356768 826433536 156039 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21416/tid=21421] ppid=21406 vsize=807064 CPUtime=0.06
/proc/21416/task/21421/stat : 21421 (java) S 21406 21406 20715 0 -1 64 293 0 0 0 6 0 0 0 17 0 8 0 3356768 826433536 156039 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21416/tid=21422] ppid=21406 vsize=807064 CPUtime=0
/proc/21416/task/21422/stat : 21422 (java) S 21406 21406 20715 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 3356768 826433536 156039 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21416/tid=21423] ppid=21406 vsize=807064 CPUtime=0
/proc/21416/task/21423/stat : 21423 (java) S 21406 21406 20715 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 3356768 826433536 156039 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 282.35
Current children cumulated vsize (KiB) 820788

Child status: 1

!!! problem with CPU time !!!
wait4(...,&childrusage) returns 21406 and gives childrusage.ru_utime.tv_sec=6 childrusage.ru_utime.tv_usec=62078 childrusage.ru_stime.tv_sec=0 childrusage.ru_stime.tv_usec=336948
CPU time returned by wait4() is 6.39903
while last known CPU time is 330.58

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

Real time (s): 331.025
CPU time (s): 330.58
CPU user time (s): 329.45
CPU system time (s): 1.13
CPU usage (%): 99.8657
Max. virtual memory (cumulated for all children) (KiB): 820848

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 6.06208
system time used= 0.336948
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22090
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= 1375
involuntary context switches= 1513

runsolver used 0.435933 s user time and 1.18682 s system time

The end

Launcher Data (download as text)

Begin job on node29 on Mon Jan 29 18:38:39 UTC 2007


IDJOB= 203257
IDBENCH= 3941
IDSOLVER= 86
FILE ID= node29/203257-1170095918

PBS_JOBID= 3689598

Free space on /tmp= 66522 MiB

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

META MD5SUM SOLVER= 0a27e717dfe98d83d9802fe0eea45073
MD5SUM BENCH=  f5ecaec08d08919111e7f4ff1a48bc68

RANDOM SEED= 640778390

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.209
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	: 5931.00
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.209
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:        866824 kB
Buffers:         43844 kB
Cached:         339404 kB
SwapCached:          0 kB
Active:         886656 kB
Inactive:       230164 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        866824 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            6604 kB
Writeback:           0 kB
Mapped:         759132 kB
Slab:            55380 kB
Committed_AS:   901068 kB
PageTables:       3944 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= 66520 MiB



End job on node29 on Mon Jan 29 18:44:10 UTC 2007