Trace number 232283

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? (TO) 1800.12 1802.39

General information on the benchmark

Nametaillard/
js-taillard-20/js-taillard-20-95-6.xml
MD5SUMe7f314495f795a42e6623c58e98048b2
Bench Category2-ARY-INT (binary constraints in intension)
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 variables400
Number of constraints4180
Maximum constraint arity2
Maximum domain size1619
Number of constraints which are defined in extension0
Number of constraints which are defined in intension4180
Global constraints used (with number of constraints)

Solver Data (download as text)

0.04	c # Sugar v0-40 (/tmp/evaluation/232283-1170106513/sugar-v0-40.jar)
0.04	
0.04	c # MAIN  BEGIN : /tmp/evaluation/232283-1170106513/unknown.xml [Mon Jan 29 22:35:18 2007]
0.04	c # CONVERT_XML  BEGIN : /tmp/evaluation/232283-1170106513/unknown.xml /tmp/evaluation/232283-1170106513/sugar27861.csp [Mon Jan 29 22:35:18 2007]
0.04	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/232283-1170106513/sugar-v0-40.jar -convert /tmp/evaluation/232283-1170106513/unknown.xml /tmp/evaluation/232283-1170106513/sugar27861.csp
0.16	c BEGIN convert /tmp/evaluation/232283-1170106513/unknown.xml
0.90	c END convert (0.734171 seconds)
0.91	c # CONVERT_XML  END : /tmp/evaluation/232283-1170106513/sugar27861.csp 201601 bytes (1 seconds) [Mon Jan 29 22:35:19 2007]
0.91	c # CONVERT_XML  CPU : 0.85 = 0 + 0 + 0.78 + 0.07
0.91	
0.91	c # GENERATE_SAT  BEGIN : /tmp/evaluation/232283-1170106513/sugar27861.bcnf [Mon Jan 29 22:35:19 2007]
0.91	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/232283-1170106513/sugar-v0-40.jar -bcnf -map /tmp/evaluation/232283-1170106513/sugar27861.map /tmp/evaluation/232283-1170106513/sugar27861.csp /tmp/evaluation/232283-1170106513/sugar27861.bcnf
1.03	c BEGIN parse /tmp/evaluation/232283-1170106513/sugar27861.csp
1.73	c END parse (0.700313 seconds)
1.73	c BEGIN simplify
1.76	c END simplify (0.034612 seconds)
1.76	c BEGIN encode /tmp/evaluation/232283-1170106513/sugar27861.bcnf
13.39	c END encode (11.627691 seconds)
13.51	c # GENERATE_SAT  END : 634109 variables 12724181 clauses 198699300 bytes (12 seconds) [Mon Jan 29 22:35:31 2007]
13.51	c # GENERATE_SAT  CPU : 12.48 = 0.07 + 0 + 11.48 + 0.93
13.51	
13.51	c # SOLVE_SAT  BEGIN : /tmp/evaluation/232283-1170106513/sugar27861.bcnf [Mon Jan 29 22:35:31 2007]
13.51	c # CMD : /tmp/evaluation/232283-1170106513/minisat /tmp/evaluation/232283-1170106513/sugar27861.bcnf /tmp/evaluation/232283-1170106513/sugar27861.out
26.89	c ==================================[MINISAT]===================================
26.89	c | Conflicts |     ORIGINAL     |              LEARNT              | Progress |
26.89	c |           | Clauses Literals |   Limit Clauses Literals  Lit/Cl |          |
26.89	c ==============================================================================
26.89	c |         0 | 4659248 12979590 | 1553082       0        0     nan |  0.000 % |
29.95	c |       100 | 4659248 12979590 | 1708390     100     1562    15.6 | 63.524 % |
33.13	c |       250 | 4659248 12979590 | 1879229     250     3908    15.6 | 63.524 % |
36.85	c |       475 | 4659248 12979590 | 2067152     475     8115    17.1 | 63.524 % |
41.70	c |       812 | 4659248 12979590 | 2273867     812    14676    18.1 | 63.524 % |
48.19	c |      1318 | 4659249 12979590 | 2501254    1317    26148    19.9 | 63.524 % |
59.95	c |      2078 | 4659249 12979590 | 2751379    2077    37593    18.1 | 63.524 % |
76.80	c |      3217 | 4659253 12979590 | 3026517    3212    55398    17.2 | 63.524 % |
102.23	c |      4925 | 4659256 12979590 | 3329169    4917    81840    16.6 | 63.524 % |
139.27	c |      7487 | 4659262 12979590 | 3662086    7473   128039    17.1 | 63.524 % |
195.04	c |     11331 | 4659270 12979590 | 4028294   11309   197033    17.4 | 63.524 % |
289.00	c |     17097 | 4659274 12979590 | 4431124   17071   306626    18.0 | 63.524 % |
405.96	c |     25747 | 4659281 12979590 | 4874236   25714   457891    17.8 | 63.524 % |
595.00	c |     38721 | 4659295 12979590 | 5361660   38674   700956    18.1 | 63.524 % |
893.28	c |     58182 | 4659303 12979590 | 5897826   58127  1222974    21.0 | 63.524 % |
1338.82	c |     87374 | 4659311 12979590 | 6487608   87311  2003946    23.0 | 63.524 % |
1801.28	
1801.28	s UNKNOWN
1801.28	c # INTERRUPTED
1801.28	c # MAIN  END :  (1801 seconds) [Mon Jan 29 23:05:19 2007]
1801.28	c # MAIN  CPU : 13.33 = 0.07 + 0 + 12.26 + 1
1801.28	

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/node6/watcher-232283-1170106513 -o ROOT/results/node6/solver-232283-1170106513 -C 1800 -M 900 /tmp/evaluation/232283-1170106513/solver /tmp/evaluation/232283-1170106513 /tmp/evaluation/232283-1170106513/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.40 2.66 2.95 5/88 27862
/proc/meminfo: memFree=1846032/2055924 swapFree=4192812/4192956
[pid=27861] ppid=27859 vsize=12268 CPUtime=0
/proc/27861/stat : 27861 (sugar) R 27859 27861 27795 0 -1 4194304 596 0 0 0 0 0 0 0 18 0 1 0 30606491 12562432 315 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 268583008869 0 0 4224 0 0 0 0 17 1 0 0
/proc/27861/statm: 3067 315 241 3 0 167 0

[startup+0.107212 s]
/proc/loadavg: 1.40 2.66 2.95 5/88 27862
/proc/meminfo: memFree=1846032/2055924 swapFree=4192812/4192956
[pid=27861] ppid=27859 vsize=13724 CPUtime=0.04
/proc/27861/stat : 27861 (sugar) S 27859 27861 27795 0 -1 4194304 1112 0 0 0 3 1 0 0 18 0 1 0 30606491 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27861/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13724

[startup+0.515294 s]
/proc/loadavg: 1.40 2.66 2.95 5/88 27862
/proc/meminfo: memFree=1846032/2055924 swapFree=4192812/4192956
[pid=27861] ppid=27859 vsize=13724 CPUtime=0.04
/proc/27861/stat : 27861 (sugar) S 27859 27861 27795 0 -1 4194304 1121 0 0 0 3 1 0 0 15 0 1 0 30606491 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27861/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13724

[startup+1.33746 s]
/proc/loadavg: 1.45 2.65 2.95 5/96 27878
/proc/meminfo: memFree=1837520/2055924 swapFree=4192812/4192956
[pid=27861] ppid=27859 vsize=13724 CPUtime=0.89
/proc/27861/stat : 27861 (sugar) S 27859 27861 27795 0 -1 4194304 1190 9562 0 1 3 1 78 7 15 0 1 0 30606491 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27861/statm: 3431 809 371 3 0 531 0
[pid=27871] ppid=27861 vsize=807064 CPUtime=0.41
/proc/27871/stat : 27871 (java) R 27861 27861 27795 0 -1 0 6544 0 1 0 37 4 0 0 21 0 8 0 30606582 826433536 6294 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073507715 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27871/statm: 201766 6294 1494 14 0 189044 0
[pid=27871/tid=27872] ppid=27861 vsize=807064 CPUtime=0.02
/proc/27871/task/27872/stat : 27872 (java) S 27861 27861 27795 0 -1 64 492 0 0 0 2 0 0 0 16 0 8 0 30606585 826433536 6294 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27871/tid=27873] ppid=27861 vsize=807064 CPUtime=0
/proc/27871/task/27873/stat : 27873 (java) S 27861 27861 27795 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30606586 826433536 6294 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27871/tid=27874] ppid=27861 vsize=807064 CPUtime=0
/proc/27871/task/27874/stat : 27874 (java) S 27861 27861 27795 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30606586 826433536 6294 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27871/tid=27875] ppid=27861 vsize=807064 CPUtime=0
/proc/27871/task/27875/stat : 27875 (java) S 27861 27861 27795 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 30606589 826433536 6294 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27871/tid=27876] ppid=27861 vsize=807064 CPUtime=0.05
/proc/27871/task/27876/stat : 27876 (java) S 27861 27861 27795 0 -1 64 292 0 0 0 5 0 0 0 16 0 8 0 30606589 826433536 6294 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27871/tid=27877] ppid=27861 vsize=807064 CPUtime=0
/proc/27871/task/27877/stat : 27877 (java) S 27861 27861 27795 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 30606589 826433536 6294 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27871/tid=27878] ppid=27861 vsize=807064 CPUtime=0
/proc/27871/task/27878/stat : 27878 (java) S 27861 27861 27795 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 30606589 826433536 6294 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 820788

[startup+2.99078 s]
/proc/loadavg: 1.45 2.65 2.95 3/96 27878
/proc/meminfo: memFree=1806800/2055924 swapFree=4192812/4192956
[pid=27861] ppid=27859 vsize=13724 CPUtime=0.89
/proc/27861/stat : 27861 (sugar) S 27859 27861 27795 0 -1 4194304 1190 9562 0 1 3 1 78 7 16 0 1 0 30606491 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27861/statm: 3431 809 371 3 0 531 0
[pid=27871] ppid=27861 vsize=807344 CPUtime=2.06
/proc/27871/stat : 27871 (java) R 27861 27861 27795 0 -1 0 8784 0 1 0 190 16 0 0 25 0 8 0 30606582 826720256 8530 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073816319 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27871/statm: 201836 8530 1510 14 0 189114 0
[pid=27871/tid=27872] ppid=27861 vsize=807344 CPUtime=0.13
/proc/27871/task/27872/stat : 27872 (java) S 27861 27861 27795 0 -1 64 2552 0 0 0 12 1 0 0 16 0 8 0 30606585 826720256 8530 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27871/tid=27873] ppid=27861 vsize=807344 CPUtime=0
/proc/27871/task/27873/stat : 27873 (java) S 27861 27861 27795 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30606586 826720256 8530 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27871/tid=27874] ppid=27861 vsize=807344 CPUtime=0
/proc/27871/task/27874/stat : 27874 (java) S 27861 27861 27795 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30606586 826720256 8530 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27871/tid=27875] ppid=27861 vsize=807344 CPUtime=0
/proc/27871/task/27875/stat : 27875 (java) S 27861 27861 27795 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 30606589 826720256 8530 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27871/tid=27876] ppid=27861 vsize=807344 CPUtime=0.16
/proc/27871/task/27876/stat : 27876 (java) S 27861 27861 27795 0 -1 64 420 0 0 0 15 1 0 0 16 0 8 0 30606589 826720256 8530 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27871/tid=27877] ppid=27861 vsize=807344 CPUtime=0
/proc/27871/task/27877/stat : 27877 (java) S 27861 27861 27795 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 30606589 826720256 8530 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27871/tid=27878] ppid=27861 vsize=807344 CPUtime=0
/proc/27871/task/27878/stat : 27878 (java) S 27861 27861 27795 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 30606589 826720256 8530 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 821068

[startup+6.27843 s]
/proc/loadavg: 1.49 2.64 2.94 3/96 27878
/proc/meminfo: memFree=1748240/2055924 swapFree=4192812/4192956
[pid=27861] ppid=27859 vsize=13724 CPUtime=0.89
/proc/27861/stat : 27861 (sugar) S 27859 27861 27795 0 -1 4194304 1190 9562 0 1 3 1 78 7 16 0 1 0 30606491 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27861/statm: 3431 809 371 3 0 531 0
[pid=27871] ppid=27861 vsize=807344 CPUtime=5.34
/proc/27871/stat : 27871 (java) R 27861 27861 27795 0 -1 0 8785 0 1 0 495 39 0 0 25 0 8 0 30606582 826720256 8531 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27871/statm: 201836 8531 1510 14 0 189114 0
[pid=27871/tid=27872] ppid=27861 vsize=807344 CPUtime=0.13
/proc/27871/task/27872/stat : 27872 (java) S 27861 27861 27795 0 -1 64 2552 0 0 0 12 1 0 0 16 0 8 0 30606585 826720256 8531 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27871/tid=27873] ppid=27861 vsize=807344 CPUtime=0
/proc/27871/task/27873/stat : 27873 (java) S 27861 27861 27795 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30606586 826720256 8531 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27871/tid=27874] ppid=27861 vsize=807344 CPUtime=0
/proc/27871/task/27874/stat : 27874 (java) S 27861 27861 27795 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30606586 826720256 8531 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27871/tid=27875] ppid=27861 vsize=807344 CPUtime=0
/proc/27871/task/27875/stat : 27875 (java) S 27861 27861 27795 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 30606589 826720256 8531 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27871/tid=27876] ppid=27861 vsize=807344 CPUtime=0.16
/proc/27871/task/27876/stat : 27876 (java) S 27861 27861 27795 0 -1 64 421 0 0 0 15 1 0 0 16 0 8 0 30606589 826720256 8531 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27871/tid=27877] ppid=27861 vsize=807344 CPUtime=0
/proc/27871/task/27877/stat : 27877 (java) S 27861 27861 27795 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 30606589 826720256 8531 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27871/tid=27878] ppid=27861 vsize=807344 CPUtime=0
/proc/27871/task/27878/stat : 27878 (java) S 27861 27861 27795 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 30606589 826720256 8531 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 821068

[startup+12.7747 s]
/proc/loadavg: 1.61 2.65 2.94 3/96 27880
/proc/meminfo: memFree=1635088/2055924 swapFree=4192812/4192956
[pid=27861] ppid=27859 vsize=13724 CPUtime=0.89
/proc/27861/stat : 27861 (sugar) S 27859 27861 27795 0 -1 4194304 1190 9562 0 1 3 1 78 7 16 0 1 0 30606491 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27861/statm: 3431 809 371 3 0 531 0
[pid=27871] ppid=27861 vsize=807344 CPUtime=11.78
/proc/27871/stat : 27871 (java) R 27861 27861 27795 0 -1 0 8785 0 1 0 1090 88 0 0 25 0 8 0 30606582 826720256 8531 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27871/statm: 201836 8531 1510 14 0 189114 0
[pid=27871/tid=27872] ppid=27861 vsize=807344 CPUtime=0.13
/proc/27871/task/27872/stat : 27872 (java) S 27861 27861 27795 0 -1 64 2552 0 0 0 12 1 0 0 16 0 8 0 30606585 826720256 8531 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27871/tid=27873] ppid=27861 vsize=807344 CPUtime=0
/proc/27871/task/27873/stat : 27873 (java) S 27861 27861 27795 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30606586 826720256 8531 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27871/tid=27874] ppid=27861 vsize=807344 CPUtime=0
/proc/27871/task/27874/stat : 27874 (java) S 27861 27861 27795 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30606586 826720256 8531 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27871/tid=27875] ppid=27861 vsize=807344 CPUtime=0
/proc/27871/task/27875/stat : 27875 (java) S 27861 27861 27795 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 30606589 826720256 8531 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27871/tid=27876] ppid=27861 vsize=807344 CPUtime=0.16
/proc/27871/task/27876/stat : 27876 (java) S 27861 27861 27795 0 -1 64 421 0 0 0 15 1 0 0 16 0 8 0 30606589 826720256 8531 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27871/tid=27877] ppid=27861 vsize=807344 CPUtime=0
/proc/27871/task/27877/stat : 27877 (java) S 27861 27861 27795 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 30606589 826720256 8531 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27871/tid=27878] ppid=27861 vsize=807344 CPUtime=0
/proc/27871/task/27878/stat : 27878 (java) S 27861 27861 27795 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 30606589 826720256 8531 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 821068

[startup+25.6113 s]
/proc/loadavg: 1.74 2.64 2.94 3/89 27881
/proc/meminfo: memFree=1117648/2055924 swapFree=4192812/4192956
[pid=27861] ppid=27859 vsize=18372 CPUtime=13.37
/proc/27861/stat : 27861 (sugar) S 27859 27861 27795 0 -1 4194304 2413 18363 0 2 10 1 1226 100 18 0 1 0 30606491 18812928 1934 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27861/statm: 4593 1934 373 3 0 1693 0
[pid=27881] ppid=27861 vsize=532392 CPUtime=12.04
/proc/27881/stat : 27881 (minisat) R 27861 27861 27795 0 -1 0 132150 0 0 0 1113 91 0 0 25 0 1 0 30607842 545169408 130919 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134522283 0 0 4096 0 0 0 0 17 1 0 0
/proc/27881/statm: 133098 130919 36 112 0 132982 0
Current children cumulated CPU time (s) 25.41
Current children cumulated vsize (KiB) 550764

[startup+51.3013 s]
/proc/loadavg: 1.92 2.59 2.91 3/89 27881
/proc/meminfo: memFree=1116112/2055924 swapFree=4192812/4192956
[pid=27861] ppid=27859 vsize=18372 CPUtime=13.37
/proc/27861/stat : 27861 (sugar) S 27859 27861 27795 0 -1 4194304 2423 18363 0 2 10 1 1226 100 16 0 1 0 30606491 18812928 1934 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27861/statm: 4593 1934 373 3 0 1693 0
[pid=27881] ppid=27861 vsize=533312 CPUtime=37.72
/proc/27881/stat : 27881 (minisat) R 27861 27861 27795 0 -1 0 132323 0 0 0 3681 91 0 0 25 0 1 0 30607842 546111488 131092 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528316 0 0 4096 3 0 0 0 17 1 0 0
/proc/27881/statm: 133328 131092 51 112 0 133212 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 551684

[startup+102.546 s]
/proc/loadavg: 1.96 2.50 2.86 3/89 27881
/proc/meminfo: memFree=1114128/2055924 swapFree=4192812/4192956
[pid=27861] ppid=27859 vsize=18372 CPUtime=13.37
/proc/27861/stat : 27861 (sugar) S 27859 27861 27795 0 -1 4194304 2423 18363 0 2 10 1 1226 100 16 0 1 0 30606491 18812928 1934 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27861/statm: 4593 1934 373 3 0 1693 0
[pid=27881] ppid=27861 vsize=533312 CPUtime=88.79
/proc/27881/stat : 27881 (minisat) R 27861 27861 27795 0 -1 0 132340 0 0 0 8788 91 0 0 25 0 1 0 30607842 546111488 131109 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/27881/statm: 133328 131109 51 112 0 133212 0
Current children cumulated CPU time (s) 102.16
Current children cumulated vsize (KiB) 551684

[startup+162.622 s]
/proc/loadavg: 1.98 2.41 2.81 3/89 27881
/proc/meminfo: memFree=1113040/2055924 swapFree=4192812/4192956
[pid=27861] ppid=27859 vsize=18372 CPUtime=13.37
/proc/27861/stat : 27861 (sugar) S 27859 27861 27795 0 -1 4194304 2423 18363 0 2 10 1 1226 100 16 0 1 0 30606491 18812928 1934 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27861/statm: 4593 1934 373 3 0 1693 0
[pid=27881] ppid=27861 vsize=533312 CPUtime=148.84
/proc/27881/stat : 27881 (minisat) R 27861 27861 27795 0 -1 0 132340 0 0 0 14793 91 0 0 25 0 1 0 30607842 546111488 131109 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134525130 0 0 4096 3 0 0 0 17 1 0 0
/proc/27881/statm: 133328 131109 51 112 0 133212 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 551684

[startup+222.703 s]
/proc/loadavg: 1.99 2.33 2.75 3/89 27881
/proc/meminfo: memFree=1111248/2055924 swapFree=4192812/4192956
[pid=27861] ppid=27859 vsize=18372 CPUtime=13.37
/proc/27861/stat : 27861 (sugar) S 27859 27861 27795 0 -1 4194304 2423 18363 0 2 10 1 1226 100 16 0 1 0 30606491 18812928 1934 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27861/statm: 4593 1934 373 3 0 1693 0
[pid=27881] ppid=27861 vsize=533312 CPUtime=208.9
/proc/27881/stat : 27881 (minisat) R 27861 27861 27795 0 -1 0 132340 0 0 0 20799 91 0 0 25 0 1 0 30607842 546111488 131109 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528342 0 0 4096 3 0 0 0 17 1 0 0
/proc/27881/statm: 133328 131109 51 112 0 133212 0
Current children cumulated CPU time (s) 222.27
Current children cumulated vsize (KiB) 551684

[startup+282.799 s]
/proc/loadavg: 1.99 2.27 2.70 3/89 27881

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

/proc/loadavg: 2.00 2.02 2.27 3/89 27881
/proc/meminfo: memFree=1100568/2055924 swapFree=4192812/4192956
[pid=27861] ppid=27859 vsize=18372 CPUtime=13.37
/proc/27861/stat : 27861 (sugar) S 27859 27861 27795 0 -1 4194304 2423 18363 0 2 10 1 1226 100 16 0 1 0 30606491 18812928 1934 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27861/statm: 4593 1934 373 3 0 1693 0
[pid=27881] ppid=27861 vsize=533312 CPUtime=1109.49
/proc/27881/stat : 27881 (minisat) R 27861 27861 27795 0 -1 0 132340 0 0 0 110855 94 0 0 25 0 1 0 30607842 546111488 131109 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528342 0 0 4096 3 0 0 0 17 1 0 0
/proc/27881/statm: 133328 131109 51 112 0 133212 0
Current children cumulated CPU time (s) 1122.86
Current children cumulated vsize (KiB) 551684

[startup+1183.63 s]
/proc/loadavg: 2.04 2.03 2.25 3/89 27881
/proc/meminfo: memFree=1100120/2055924 swapFree=4192812/4192956
[pid=27861] ppid=27859 vsize=18372 CPUtime=13.37
/proc/27861/stat : 27861 (sugar) S 27859 27861 27795 0 -1 4194304 2423 18363 0 2 10 1 1226 100 16 0 1 0 30606491 18812928 1934 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27861/statm: 4593 1934 373 3 0 1693 0
[pid=27881] ppid=27861 vsize=533312 CPUtime=1169.47
/proc/27881/stat : 27881 (minisat) R 27861 27861 27795 0 -1 0 132340 0 0 0 116853 94 0 0 25 0 1 0 30607842 546111488 131109 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528342 0 0 4096 3 0 0 0 17 1 0 0
/proc/27881/statm: 133328 131109 51 112 0 133212 0
Current children cumulated CPU time (s) 1182.84
Current children cumulated vsize (KiB) 551684

[startup+1243.64 s]
/proc/loadavg: 2.01 2.02 2.24 3/89 27881
/proc/meminfo: memFree=1099800/2055924 swapFree=4192812/4192956
[pid=27861] ppid=27859 vsize=18372 CPUtime=13.37
/proc/27861/stat : 27861 (sugar) S 27859 27861 27795 0 -1 4194304 2423 18363 0 2 10 1 1226 100 16 0 1 0 30606491 18812928 1934 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27861/statm: 4593 1934 373 3 0 1693 0
[pid=27881] ppid=27861 vsize=533312 CPUtime=1229.45
/proc/27881/stat : 27881 (minisat) R 27861 27861 27795 0 -1 0 132340 0 0 0 122851 94 0 0 25 0 1 0 30607842 546111488 131109 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/27881/statm: 133328 131109 51 112 0 133212 0
Current children cumulated CPU time (s) 1242.82
Current children cumulated vsize (KiB) 551684

[startup+1303.65 s]
/proc/loadavg: 2.05 2.03 2.22 3/89 27881
/proc/meminfo: memFree=1099544/2055924 swapFree=4192812/4192956
[pid=27861] ppid=27859 vsize=18372 CPUtime=13.37
/proc/27861/stat : 27861 (sugar) S 27859 27861 27795 0 -1 4194304 2423 18363 0 2 10 1 1226 100 16 0 1 0 30606491 18812928 1934 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27861/statm: 4593 1934 373 3 0 1693 0
[pid=27881] ppid=27861 vsize=533312 CPUtime=1289.43
/proc/27881/stat : 27881 (minisat) R 27861 27861 27795 0 -1 0 132340 0 0 0 128849 94 0 0 25 0 1 0 30607842 546111488 131109 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528342 0 0 4096 3 0 0 0 17 1 0 0
/proc/27881/statm: 133328 131109 51 112 0 133212 0
Current children cumulated CPU time (s) 1302.8
Current children cumulated vsize (KiB) 551684

[startup+1363.74 s]
/proc/loadavg: 2.02 2.02 2.21 3/89 27881
/proc/meminfo: memFree=1099096/2055924 swapFree=4192812/4192956
[pid=27861] ppid=27859 vsize=18372 CPUtime=13.37
/proc/27861/stat : 27861 (sugar) S 27859 27861 27795 0 -1 4194304 2423 18363 0 2 10 1 1226 100 16 0 1 0 30606491 18812928 1934 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27861/statm: 4593 1934 373 3 0 1693 0
[pid=27881] ppid=27861 vsize=533312 CPUtime=1349.5
/proc/27881/stat : 27881 (minisat) R 27861 27861 27795 0 -1 0 132340 0 0 0 134856 94 0 0 25 0 1 0 30607842 546111488 131109 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528342 0 0 4096 3 0 0 0 17 1 0 0
/proc/27881/statm: 133328 131109 51 112 0 133212 0
Current children cumulated CPU time (s) 1362.87
Current children cumulated vsize (KiB) 551684

[startup+1423.84 s]
/proc/loadavg: 2.05 2.03 2.19 3/89 27881
/proc/meminfo: memFree=1098648/2055924 swapFree=4192812/4192956
[pid=27861] ppid=27859 vsize=18372 CPUtime=13.37
/proc/27861/stat : 27861 (sugar) S 27859 27861 27795 0 -1 4194304 2423 18363 0 2 10 1 1226 100 16 0 1 0 30606491 18812928 1934 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27861/statm: 4593 1934 373 3 0 1693 0
[pid=27881] ppid=27861 vsize=533856 CPUtime=1409.59
/proc/27881/stat : 27881 (minisat) R 27861 27861 27795 0 -1 0 132431 0 0 0 140864 95 0 0 25 0 1 0 30607842 546668544 131200 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/27881/statm: 133464 131200 51 112 0 133348 0
Current children cumulated CPU time (s) 1422.96
Current children cumulated vsize (KiB) 552228

[startup+1483.85 s]
/proc/loadavg: 2.15 2.07 2.19 3/89 27881
/proc/meminfo: memFree=1098392/2055924 swapFree=4192812/4192956
[pid=27861] ppid=27859 vsize=18372 CPUtime=13.37
/proc/27861/stat : 27861 (sugar) S 27859 27861 27795 0 -1 4194304 2423 18363 0 2 10 1 1226 100 16 0 1 0 30606491 18812928 1934 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27861/statm: 4593 1934 373 3 0 1693 0
[pid=27881] ppid=27861 vsize=533856 CPUtime=1469.57
/proc/27881/stat : 27881 (minisat) R 27861 27861 27795 0 -1 0 132434 0 0 0 146862 95 0 0 25 0 1 0 30607842 546668544 131203 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528027 0 0 4096 3 0 0 0 17 1 0 0
/proc/27881/statm: 133464 131203 51 112 0 133348 0
Current children cumulated CPU time (s) 1482.94
Current children cumulated vsize (KiB) 552228

[startup+1543.85 s]
/proc/loadavg: 2.05 2.05 2.18 3/95 27907
/proc/meminfo: memFree=1096544/2055924 swapFree=4192812/4192956
[pid=27861] ppid=27859 vsize=18372 CPUtime=13.37
/proc/27861/stat : 27861 (sugar) S 27859 27861 27795 0 -1 4194304 2423 18363 0 2 10 1 1226 100 16 0 1 0 30606491 18812928 1934 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27861/statm: 4593 1934 373 3 0 1693 0
[pid=27881] ppid=27861 vsize=533856 CPUtime=1529.52
/proc/27881/stat : 27881 (minisat) R 27861 27861 27795 0 -1 0 132438 0 0 0 152857 95 0 0 25 0 1 0 30607842 546668544 131207 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528342 0 0 4096 3 0 0 0 17 1 0 0
/proc/27881/statm: 133464 131207 51 112 0 133348 0
Current children cumulated CPU time (s) 1542.89
Current children cumulated vsize (KiB) 552228

[startup+1603.88 s]
/proc/loadavg: 2.02 2.04 2.17 4/94 28025
/proc/meminfo: memFree=1096240/2055924 swapFree=4192812/4192956
[pid=27861] ppid=27859 vsize=18372 CPUtime=13.37
/proc/27861/stat : 27861 (sugar) S 27859 27861 27795 0 -1 4194304 2423 18363 0 2 10 1 1226 100 16 0 1 0 30606491 18812928 1934 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27861/statm: 4593 1934 373 3 0 1693 0
[pid=27881] ppid=27861 vsize=533856 CPUtime=1589.4
/proc/27881/stat : 27881 (minisat) R 27861 27861 27795 0 -1 0 132441 0 0 0 158845 95 0 0 25 0 1 0 30607842 546668544 131210 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528342 0 0 4096 3 0 0 0 17 1 0 0
/proc/27881/statm: 133464 131210 51 112 0 133348 0
Current children cumulated CPU time (s) 1602.77
Current children cumulated vsize (KiB) 552228

[startup+1663.9 s]
/proc/loadavg: 2.00 2.03 2.15 3/89 28079
/proc/meminfo: memFree=1095760/2055924 swapFree=4192812/4192956
[pid=27861] ppid=27859 vsize=18372 CPUtime=13.37
/proc/27861/stat : 27861 (sugar) S 27859 27861 27795 0 -1 4194304 2423 18363 0 2 10 1 1226 100 16 0 1 0 30606491 18812928 1934 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27861/statm: 4593 1934 373 3 0 1693 0
[pid=27881] ppid=27861 vsize=533856 CPUtime=1649.32
/proc/27881/stat : 27881 (minisat) R 27861 27861 27795 0 -1 0 132445 0 0 0 164837 95 0 0 25 0 1 0 30607842 546668544 131214 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/27881/statm: 133464 131214 51 112 0 133348 0
Current children cumulated CPU time (s) 1662.69
Current children cumulated vsize (KiB) 552228

[startup+1724 s]
/proc/loadavg: 2.00 2.02 2.14 3/89 28079
/proc/meminfo: memFree=1095568/2055924 swapFree=4192812/4192956
[pid=27861] ppid=27859 vsize=18372 CPUtime=13.37
/proc/27861/stat : 27861 (sugar) S 27859 27861 27795 0 -1 4194304 2423 18363 0 2 10 1 1226 100 16 0 1 0 30606491 18812928 1934 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27861/statm: 4593 1934 373 3 0 1693 0
[pid=27881] ppid=27861 vsize=533856 CPUtime=1709.4
/proc/27881/stat : 27881 (minisat) R 27861 27861 27795 0 -1 0 132448 0 0 0 170845 95 0 0 25 0 1 0 30607842 546668544 131217 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/27881/statm: 133464 131217 51 112 0 133348 0
Current children cumulated CPU time (s) 1722.77
Current children cumulated vsize (KiB) 552228

[startup+1784 s]
/proc/loadavg: 2.00 2.02 2.13 3/89 28079
/proc/meminfo: memFree=1095312/2055924 swapFree=4192812/4192956
[pid=27861] ppid=27859 vsize=18372 CPUtime=13.37
/proc/27861/stat : 27861 (sugar) S 27859 27861 27795 0 -1 4194304 2423 18363 0 2 10 1 1226 100 16 0 1 0 30606491 18812928 1934 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27861/statm: 4593 1934 373 3 0 1693 0
[pid=27881] ppid=27861 vsize=533856 CPUtime=1769.39
/proc/27881/stat : 27881 (minisat) R 27861 27861 27795 0 -1 0 132452 0 0 0 176843 96 0 0 25 0 1 0 30607842 546668544 131221 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528342 0 0 4096 3 0 0 0 17 1 0 0
/proc/27881/statm: 133464 131221 51 112 0 133348 0
Current children cumulated CPU time (s) 1782.76
Current children cumulated vsize (KiB) 552228



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.27 s]
/proc/loadavg: 2.00 2.02 2.13 2/82 28092
/proc/meminfo: memFree=1127176/2055924 swapFree=4192812/4192956
[pid=27861] ppid=27859 vsize=18372 CPUtime=13.37
/proc/27861/stat : 27861 (sugar) S 27859 27861 27795 0 -1 4194304 2423 18363 0 2 10 1 1226 100 16 0 1 0 30606491 18812928 1934 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27861/statm: 4593 1934 373 3 0 1693 0
[pid=27881] ppid=27861 vsize=533856 CPUtime=1786.65
/proc/27881/stat : 27881 (minisat) R 27861 27861 27795 0 -1 0 132453 0 0 0 178569 96 0 0 25 0 1 0 30607842 546668544 131222 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/27881/statm: 133464 131222 51 112 0 133348 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 552228

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Child status: 1

!!! problem with CPU time !!!
wait4(...,&childrusage) returns 27861 and gives childrusage.ru_utime.tv_sec=12 childrusage.ru_utime.tv_usec=374118 childrusage.ru_stime.tv_sec=1 childrusage.ru_stime.tv_usec=121829
CPU time returned by wait4() is 13.4959
while last known CPU time is 1800.12

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

Real time (s): 1802.39
CPU time (s): 1800.12
CPU user time (s): 1798.05
CPU system time (s): 2.07
CPU usage (%): 99.8742
Max. virtual memory (cumulated for all children) (KiB): 821068

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 12.3741
system time used= 1.12183
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20871
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1692
involuntary context switches= 1895

runsolver used 2.16867 s user time and 5.62614 s system time

The end

Launcher Data (download as text)

Begin job on node6 on Mon Jan 29 21:35:17 UTC 2007


IDJOB= 232283
IDBENCH= 6510
IDSOLVER= 86
FILE ID= node6/232283-1170106513

PBS_JOBID= 3689880

Free space on /tmp= 66558 MiB

SOLVER NAME= sugar 0.40
BENCH NAME= HOME/pub/bench/CPAI06/taillard/js-taillard-20/js-taillard-20-95-6.xml
COMMAND LINE= /tmp/evaluation/232283-1170106513/solver /tmp/evaluation/232283-1170106513 /tmp/evaluation/232283-1170106513/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node6/watcher-232283-1170106513 -o ROOT/results/node6/solver-232283-1170106513 -C 1800 -M 900  /tmp/evaluation/232283-1170106513/solver /tmp/evaluation/232283-1170106513 /tmp/evaluation/232283-1170106513/unknown.xml

META MD5SUM SOLVER= 0a27e717dfe98d83d9802fe0eea45073
MD5SUM BENCH=  e7f314495f795a42e6623c58e98048b2

RANDOM SEED= 589668538

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.277
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.277
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:      2055924 kB
MemFree:       1846768 kB
Buffers:         29116 kB
Cached:          63976 kB
SwapCached:          0 kB
Active:         114156 kB
Inactive:        46628 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055924 kB
LowFree:       1846768 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            4864 kB
Writeback:           0 kB
Mapped:          87352 kB
Slab:            33372 kB
Committed_AS:   505520 kB
PageTables:       2160 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= 66561 MiB



End job on node6 on Mon Jan 29 22:05:21 UTC 2007