Trace number 198120

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.26 1808.46

General information on the benchmark

NamegolombRuler/golombRulerArity4/
ruler-70-12-a4.xml
MD5SUM483ac62d54e72b858336bc42f0e6fa40
Bench CategoryN-ARY-INT (n-ary 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 variables12
Number of constraints1991
Maximum constraint arity4
Maximum domain size71
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1991
Global constraints used (with number of constraints)

Solver Data (download as text)

0.15	c # Sugar v0-40 (/tmp/evaluation/198120-1170093701/sugar-v0-40.jar)
0.15	
0.16	c # MAIN  BEGIN : /tmp/evaluation/198120-1170093701/unknown.xml [Mon Jan 29 19:01:42 2007]
0.16	c # CONVERT_XML  BEGIN : /tmp/evaluation/198120-1170093701/unknown.xml /tmp/evaluation/198120-1170093701/sugar23591.csp [Mon Jan 29 19:01:42 2007]
0.16	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/198120-1170093701/sugar-v0-40.jar -convert /tmp/evaluation/198120-1170093701/unknown.xml /tmp/evaluation/198120-1170093701/sugar23591.csp
0.41	c BEGIN convert /tmp/evaluation/198120-1170093701/unknown.xml
0.93	c END convert (0.519975 seconds)
0.95	c # CONVERT_XML  END : /tmp/evaluation/198120-1170093701/sugar23591.csp 52312 bytes (1 seconds) [Mon Jan 29 19:01:43 2007]
0.95	c # CONVERT_XML  CPU : 0.59 = 0 + 0 + 0.54 + 0.05
0.95	
0.95	c # GENERATE_SAT  BEGIN : /tmp/evaluation/198120-1170093701/sugar23591.bcnf [Mon Jan 29 19:01:43 2007]
0.95	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/198120-1170093701/sugar-v0-40.jar -bcnf -map /tmp/evaluation/198120-1170093701/sugar23591.map /tmp/evaluation/198120-1170093701/sugar23591.csp /tmp/evaluation/198120-1170093701/sugar23591.bcnf
1.06	c BEGIN parse /tmp/evaluation/198120-1170093701/sugar23591.csp
1.65	c END parse (0.587113 seconds)
1.65	c BEGIN simplify
1.68	c END simplify (0.027234 seconds)
1.68	c BEGIN encode /tmp/evaluation/198120-1170093701/sugar23591.bcnf
23.04	c END encode (21.356918 seconds)
23.13	c # GENERATE_SAT  END : 17290 variables 18148199 clauses 356995964 bytes (22 seconds) [Mon Jan 29 19:02:05 2007]
23.13	c # GENERATE_SAT  CPU : 21.14 = 0.04 + 0.01 + 19.14 + 1.95
23.13	
23.13	c # SOLVE_SAT  BEGIN : /tmp/evaluation/198120-1170093701/sugar23591.bcnf [Mon Jan 29 19:02:05 2007]
23.13	c # CMD : /tmp/evaluation/198120-1170093701/minisat /tmp/evaluation/198120-1170093701/sugar23591.bcnf /tmp/evaluation/198120-1170093701/sugar23591.out
117.43	c ==================================[MINISAT]===================================
117.43	c | Conflicts |     ORIGINAL     |              LEARNT              | Progress |
117.43	c |           | Clauses Literals |   Limit Clauses Literals  Lit/Cl |          |
117.43	c ==============================================================================
117.43	c |         0 | 15161181 58772199 | 5053727       0        0     nan |  0.000 % |
128.23	c |       100 | 15161196 58772199 | 5559099      75      539     7.2 | 14.413 % |
134.35	c |       250 | 15161197 58772199 | 6115009     224     1331     5.9 | 14.414 % |
142.35	c |       475 | 15161197 58772199 | 6726510     449     3168     7.1 | 14.413 % |
155.45	c |       813 | 15161197 58772199 | 7399161     787     6095     7.7 | 14.414 % |
172.60	c |      1319 | 15161197 58772199 | 8139077    1293    10773     8.3 | 14.413 % |
200.31	c |      2078 | 15161200 58772199 | 8952985    2049    16897     8.2 | 14.414 % |
236.89	c |      3217 | 15161201 58772199 | 9848284    3186    27766     8.7 | 17.051 % |
297.20	c |      4925 | 15161201 58772199 | 10833112    4894    46633     9.5 | 17.051 % |
384.60	c |      7488 | 15161202 58772199 | 11916423    7456    78472    10.5 | 17.051 % |
522.69	c |     11332 | 15161202 58772199 | 13108066   11300   129217    11.4 | 17.051 % |
689.28	c |     17098 | 15161202 58772199 | 14418872   17066   199104    11.7 | 17.051 % |
974.73	c |     25748 | 15161203 58772199 | 15860760   25715   344734    13.4 | 17.051 % |
1572.16	c |     38723 | 15161214 58772199 | 17446836   38679   539325    13.9 | 17.051 % |
1806.73	
1806.73	s UNKNOWN
1806.73	c # INTERRUPTED
1806.73	c # MAIN  END :  (1806 seconds) [Mon Jan 29 19:31:48 2007]
1806.73	c # MAIN  CPU : 21.73 = 0.04 + 0.01 + 19.68 + 2
1806.73	

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-198120-1170093701 -o ROOT/results/node6/solver-198120-1170093701 -C 1800 -M 900 /tmp/evaluation/198120-1170093701/solver /tmp/evaluation/198120-1170093701 /tmp/evaluation/198120-1170093701/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.17 2.25 2.07 5/101 23592
/proc/meminfo: memFree=58800/2055924 swapFree=4192812/4192956
[pid=23591] ppid=23589 vsize=18540 CPUtime=0
/proc/23591/stat : 23591 (runsolver) R 23589 23591 22480 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 29324885 18984960 279 18446744073709551615 4194304 4267372 548682069040 18446744073709551615 268582841639 0 0 4096 24578 0 0 0 17 1 0 0
/proc/23591/statm: 4635 279 244 17 0 2626 0

[startup+0.10857 s]
/proc/loadavg: 2.17 2.25 2.07 5/101 23592
/proc/meminfo: memFree=58800/2055924 swapFree=4192812/4192956
[pid=23591] ppid=23589 vsize=12404 CPUtime=0
/proc/23591/stat : 23591 (sugar) D 23589 23591 22480 0 -1 4194304 670 0 3 0 0 0 0 0 18 0 1 0 29324885 12701696 392 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 268591738978 0 0 4224 0 18446744071563479169 0 0 17 1 0 0
/proc/23591/statm: 3101 392 275 3 0 201 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12404

[startup+0.516653 s]
/proc/loadavg: 2.17 2.25 2.07 5/101 23592
/proc/meminfo: memFree=58800/2055924 swapFree=4192812/4192956
[pid=23591] ppid=23589 vsize=13724 CPUtime=0.03
/proc/23591/stat : 23591 (sugar) S 23589 23591 22480 0 -1 4194304 1118 0 3 0 3 0 0 0 15 0 1 0 29324885 14053376 805 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23591/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13724

[startup+1.34081 s]
/proc/loadavg: 2.24 2.26 2.07 5/109 23608
/proc/meminfo: memFree=38448/2055924 swapFree=4192812/4192956
[pid=23591] ppid=23589 vsize=13724 CPUtime=0.62
/proc/23591/stat : 23591 (sugar) S 23589 23591 22480 0 -1 4194304 1187 5258 3 36 3 0 54 5 15 0 1 0 29324885 14053376 809 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23591/statm: 3431 809 371 3 0 531 0
[pid=23601] ppid=23591 vsize=807360 CPUtime=0.37
/proc/23601/stat : 23601 (java) R 23591 23591 22480 0 -1 0 5184 0 1 0 34 3 0 0 17 0 8 0 29324980 826736640 4935 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073448286 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23601/statm: 201840 4935 1494 14 0 189118 0
[pid=23601/tid=23602] ppid=23591 vsize=807360 CPUtime=0
/proc/23601/task/23602/stat : 23602 (java) S 23591 23591 22480 0 -1 64 4 0 0 0 0 0 0 0 19 0 8 0 29324983 826736640 4935 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23601/tid=23603] ppid=23591 vsize=807360 CPUtime=0
/proc/23601/task/23603/stat : 23603 (java) S 23591 23591 22480 0 -1 64 9 0 0 0 0 0 0 0 19 0 8 0 29324984 826736640 4935 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23601/tid=23604] ppid=23591 vsize=807360 CPUtime=0
/proc/23601/task/23604/stat : 23604 (java) S 23591 23591 22480 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 29324984 826736640 4935 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23601/tid=23605] ppid=23591 vsize=807360 CPUtime=0
/proc/23601/task/23605/stat : 23605 (java) S 23591 23591 22480 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 29324987 826736640 4935 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23601/tid=23606] ppid=23591 vsize=807360 CPUtime=0.1
/proc/23601/task/23606/stat : 23606 (java) R 23591 23591 22480 0 -1 64 377 0 0 0 10 0 0 0 19 0 8 0 29324987 826736640 4935 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23601/tid=23607] ppid=23591 vsize=807360 CPUtime=0
/proc/23601/task/23607/stat : 23607 (java) S 23591 23591 22480 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 29324987 826736640 4935 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23601/tid=23608] ppid=23591 vsize=807360 CPUtime=0
/proc/23601/task/23608/stat : 23608 (java) S 23591 23591 22480 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 29324987 826736640 4935 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.99
Current children cumulated vsize (KiB) 821084

[startup+2.98714 s]
/proc/loadavg: 2.24 2.26 2.07 3/109 23610
/proc/meminfo: memFree=15792/2055924 swapFree=4192812/4192956
[pid=23591] ppid=23589 vsize=13724 CPUtime=0.63
/proc/23591/stat : 23591 (sugar) S 23589 23591 22480 0 -1 4194304 1187 5258 3 36 4 0 54 5 16 0 1 0 29324885 14053376 809 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23591/statm: 3431 809 371 3 0 531 0
[pid=23601] ppid=23591 vsize=807360 CPUtime=1.95
/proc/23601/stat : 23601 (java) R 23591 23591 22480 0 -1 0 7201 0 1 0 180 15 0 0 25 0 8 0 29324980 826736640 6949 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23601/statm: 201840 6949 1510 14 0 189118 0
[pid=23601/tid=23602] ppid=23591 vsize=807360 CPUtime=0.03
/proc/23601/task/23602/stat : 23602 (java) S 23591 23591 22480 0 -1 64 965 0 0 0 3 0 0 0 17 0 8 0 29324983 826736640 6949 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23601/tid=23603] ppid=23591 vsize=807360 CPUtime=0
/proc/23601/task/23603/stat : 23603 (java) S 23591 23591 22480 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 29324984 826736640 6949 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23601/tid=23604] ppid=23591 vsize=807360 CPUtime=0
/proc/23601/task/23604/stat : 23604 (java) S 23591 23591 22480 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 29324984 826736640 6949 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23601/tid=23605] ppid=23591 vsize=807360 CPUtime=0
/proc/23601/task/23605/stat : 23605 (java) S 23591 23591 22480 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 29324987 826736640 6949 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23601/tid=23606] ppid=23591 vsize=807360 CPUtime=0.17
/proc/23601/task/23606/stat : 23606 (java) R 23591 23591 22480 0 -1 64 425 0 0 0 16 1 0 0 16 0 8 0 29324987 826736640 6949 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4153350998 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23601/tid=23607] ppid=23591 vsize=807360 CPUtime=0
/proc/23601/task/23607/stat : 23607 (java) S 23591 23591 22480 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 29324987 826736640 6949 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23601/tid=23608] ppid=23591 vsize=807360 CPUtime=0
/proc/23601/task/23608/stat : 23608 (java) S 23591 23591 22480 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 29324987 826736640 6949 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.58
Current children cumulated vsize (KiB) 821084

[startup+6.28685 s]
/proc/loadavg: 2.24 2.26 2.07 3/109 23612
/proc/meminfo: memFree=14896/2055924 swapFree=4192812/4192956
[pid=23591] ppid=23589 vsize=13724 CPUtime=0.63
/proc/23591/stat : 23591 (sugar) S 23589 23591 22480 0 -1 4194304 1187 5258 3 36 4 0 54 5 16 0 1 0 29324885 14053376 809 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23591/statm: 3431 809 371 3 0 531 0
[pid=23601] ppid=23591 vsize=807360 CPUtime=5.06
/proc/23601/stat : 23601 (java) R 23591 23591 22480 0 -1 0 7207 0 1 0 463 43 0 0 25 0 8 0 29324980 826736640 6954 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073827630 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23601/statm: 201840 6954 1510 14 0 189118 0
[pid=23601/tid=23602] ppid=23591 vsize=807360 CPUtime=0.03
/proc/23601/task/23602/stat : 23602 (java) S 23591 23591 22480 0 -1 64 965 0 0 0 3 0 0 0 16 0 8 0 29324983 826736640 6954 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23601/tid=23603] ppid=23591 vsize=807360 CPUtime=0
/proc/23601/task/23603/stat : 23603 (java) S 23591 23591 22480 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 29324984 826736640 6954 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23601/tid=23604] ppid=23591 vsize=807360 CPUtime=0
/proc/23601/task/23604/stat : 23604 (java) S 23591 23591 22480 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 29324984 826736640 6954 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23601/tid=23605] ppid=23591 vsize=807360 CPUtime=0
/proc/23601/task/23605/stat : 23605 (java) S 23591 23591 22480 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 29324987 826736640 6954 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23601/tid=23606] ppid=23591 vsize=807360 CPUtime=0.18
/proc/23601/task/23606/stat : 23606 (java) S 23591 23591 22480 0 -1 64 430 0 0 0 17 1 0 0 16 0 8 0 29324987 826736640 6954 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23601/tid=23607] ppid=23591 vsize=807360 CPUtime=0
/proc/23601/task/23607/stat : 23607 (java) S 23591 23591 22480 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 29324987 826736640 6954 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23601/tid=23608] ppid=23591 vsize=807360 CPUtime=0
/proc/23601/task/23608/stat : 23608 (java) S 23591 23591 22480 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 29324987 826736640 6954 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.69
Current children cumulated vsize (KiB) 821084

[startup+12.7 s]
/proc/loadavg: 2.20 2.25 2.07 3/109 23617
/proc/meminfo: memFree=15536/2055924 swapFree=4192812/4192956
[pid=23591] ppid=23589 vsize=13724 CPUtime=0.63
/proc/23591/stat : 23591 (sugar) S 23589 23591 22480 0 -1 4194304 1187 5258 3 36 4 0 54 5 16 0 1 0 29324885 14053376 809 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23591/statm: 3431 809 371 3 0 531 0
[pid=23601] ppid=23591 vsize=807360 CPUtime=11.13
/proc/23601/stat : 23601 (java) R 23591 23591 22480 0 -1 0 7207 0 1 0 1002 111 0 0 25 0 8 0 29324980 826736640 6954 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073807636 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23601/statm: 201840 6954 1510 14 0 189118 0
[pid=23601/tid=23602] ppid=23591 vsize=807360 CPUtime=0.03
/proc/23601/task/23602/stat : 23602 (java) S 23591 23591 22480 0 -1 64 965 0 0 0 3 0 0 0 16 0 8 0 29324983 826736640 6954 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23601/tid=23603] ppid=23591 vsize=807360 CPUtime=0
/proc/23601/task/23603/stat : 23603 (java) S 23591 23591 22480 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 29324984 826736640 6954 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23601/tid=23604] ppid=23591 vsize=807360 CPUtime=0
/proc/23601/task/23604/stat : 23604 (java) S 23591 23591 22480 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 29324984 826736640 6954 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23601/tid=23605] ppid=23591 vsize=807360 CPUtime=0
/proc/23601/task/23605/stat : 23605 (java) S 23591 23591 22480 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 29324987 826736640 6954 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23601/tid=23606] ppid=23591 vsize=807360 CPUtime=0.18
/proc/23601/task/23606/stat : 23606 (java) S 23591 23591 22480 0 -1 64 430 0 0 0 17 1 0 0 16 0 8 0 29324987 826736640 6954 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23601/tid=23607] ppid=23591 vsize=807360 CPUtime=0
/proc/23601/task/23607/stat : 23607 (java) S 23591 23591 22480 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 29324987 826736640 6954 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23601/tid=23608] ppid=23591 vsize=807360 CPUtime=0
/proc/23601/task/23608/stat : 23608 (java) S 23591 23591 22480 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 29324987 826736640 6954 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 11.76
Current children cumulated vsize (KiB) 821084

[startup+25.5848 s]
/proc/loadavg: 2.25 2.26 2.07 3/104 23658
/proc/meminfo: memFree=15768/2055924 swapFree=4192812/4192956
[pid=23591] ppid=23589 vsize=15976 CPUtime=21.76
/proc/23591/stat : 23591 (sugar) S 23589 23591 22480 0 -1 4194304 1833 13690 3 38 7 1 1968 200 18 0 1 0 29324885 16359424 1357 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23591/statm: 3994 1357 373 3 0 1094 0
[pid=23650] ppid=23591 vsize=172544 CPUtime=2.32
/proc/23650/stat : 23650 (minisat) R 23591 23591 22480 0 -1 0 41085 0 0 0 204 28 0 0 25 0 1 0 29327199 176685056 41071 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134521375 0 0 4096 0 0 0 0 17 1 0 0
/proc/23650/statm: 43136 41071 36 112 0 43020 0
Current children cumulated CPU time (s) 24.08
Current children cumulated vsize (KiB) 188520

[startup+51.2856 s]
/proc/loadavg: 2.24 2.26 2.08 3/102 23680
/proc/meminfo: memFree=16104/2055924 swapFree=4192812/4192956
[pid=23591] ppid=23589 vsize=15976 CPUtime=21.76
/proc/23591/stat : 23591 (sugar) S 23589 23591 22480 0 -1 4194304 1833 13690 3 38 7 1 1968 200 18 0 1 0 29324885 16359424 1357 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23591/statm: 3994 1357 373 3 0 1094 0
[pid=23650] ppid=23591 vsize=640676 CPUtime=27.46
/proc/23650/stat : 23650 (minisat) R 23591 23591 22480 0 -1 0 156029 0 0 0 2638 108 0 0 25 0 1 0 29327199 656052224 153818 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134522281 0 0 4096 0 0 0 0 17 1 0 0
/proc/23650/statm: 160169 153818 36 112 0 160053 0
Current children cumulated CPU time (s) 49.22
Current children cumulated vsize (KiB) 656652

[startup+102.56 s]
/proc/loadavg: 2.22 2.24 2.08 3/96 23700
/proc/meminfo: memFree=15896/2055924 swapFree=4192812/4192956
[pid=23591] ppid=23589 vsize=15976 CPUtime=21.76
/proc/23591/stat : 23591 (sugar) S 23589 23591 22480 0 -1 4194304 1833 13690 3 38 7 1 1968 200 18 0 1 0 29324885 16359424 1357 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23591/statm: 3994 1357 373 3 0 1094 0
[pid=23650] ppid=23591 vsize=640676 CPUtime=78.23
/proc/23650/stat : 23650 (minisat) R 23591 23591 22480 0 -1 0 156029 0 0 0 7710 113 0 0 25 0 1 0 29327199 656052224 153818 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134522262 0 0 4096 0 0 0 0 17 1 0 0
/proc/23650/statm: 160169 153818 36 112 0 160053 0
Current children cumulated CPU time (s) 99.99
Current children cumulated vsize (KiB) 656652

[startup+162.574 s]
/proc/loadavg: 2.08 2.19 2.08 3/96 23700
/proc/meminfo: memFree=15512/2055924 swapFree=4192812/4192956
[pid=23591] ppid=23589 vsize=15976 CPUtime=21.76
/proc/23591/stat : 23591 (sugar) S 23589 23591 22480 0 -1 4194304 1843 13690 3 38 7 1 1968 200 16 0 1 0 29324885 16359424 1357 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23591/statm: 3994 1357 373 3 0 1094 0
[pid=23650] ppid=23591 vsize=680052 CPUtime=137.65
/proc/23650/stat : 23650 (minisat) R 23591 23591 22480 0 -1 0 165998 0 0 0 13640 125 0 0 25 0 1 0 29327199 696373248 163787 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/23650/statm: 170013 163787 51 112 0 169897 0
Current children cumulated CPU time (s) 159.41
Current children cumulated vsize (KiB) 696028

[startup+222.587 s]
/proc/loadavg: 2.13 2.19 2.08 3/96 23700
/proc/meminfo: memFree=16216/2055924 swapFree=4192812/4192956
[pid=23591] ppid=23589 vsize=15976 CPUtime=21.76
/proc/23591/stat : 23591 (sugar) S 23589 23591 22480 0 -1 4194304 1843 13690 3 38 7 1 1968 200 16 0 1 0 29324885 16359424 1357 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23591/statm: 3994 1357 373 3 0 1094 0
[pid=23650] ppid=23591 vsize=681584 CPUtime=197.09
/proc/23650/stat : 23650 (minisat) R 23591 23591 22480 0 -1 0 166376 0 0 0 19577 132 0 0 25 0 1 0 29327199 697942016 164165 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/23650/statm: 170396 164165 51 112 0 170280 0
Current children cumulated CPU time (s) 218.85
Current children cumulated vsize (KiB) 697560

[startup+282.589 s]
/proc/loadavg: 2.08 2.16 2.08 3/96 23700

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

/proc/loadavg: 2.00 2.01 2.02 3/89 23975
/proc/meminfo: memFree=925832/2055924 swapFree=4192812/4192956
[pid=23591] ppid=23589 vsize=15976 CPUtime=21.76
/proc/23591/stat : 23591 (sugar) S 23589 23591 22480 0 -1 4194304 1843 13690 3 38 7 1 1968 200 16 0 1 0 29324885 16359424 1357 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23591/statm: 3994 1357 373 3 0 1094 0
[pid=23650] ppid=23591 vsize=684524 CPUtime=1095.59
/proc/23650/stat : 23650 (minisat) R 23591 23591 22480 0 -1 0 167079 0 0 0 109409 150 0 0 25 0 1 0 29327199 700952576 164868 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/23650/statm: 171131 164868 51 112 0 171015 0
Current children cumulated CPU time (s) 1117.35
Current children cumulated vsize (KiB) 700500

[startup+1183.31 s]
/proc/loadavg: 2.00 2.01 2.01 3/89 23975
/proc/meminfo: memFree=921096/2055924 swapFree=4192812/4192956
[pid=23591] ppid=23589 vsize=15976 CPUtime=21.76
/proc/23591/stat : 23591 (sugar) S 23589 23591 22480 0 -1 4194304 1843 13690 3 38 7 1 1968 200 16 0 1 0 29324885 16359424 1357 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23591/statm: 3994 1357 373 3 0 1094 0
[pid=23650] ppid=23591 vsize=684816 CPUtime=1155.53
/proc/23650/stat : 23650 (minisat) R 23591 23591 22480 0 -1 0 167153 0 0 0 115403 150 0 0 25 0 1 0 29327199 701251584 164942 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528392 0 0 4096 3 0 0 0 17 0 0 0
/proc/23650/statm: 171204 164942 51 112 0 171088 0
Current children cumulated CPU time (s) 1177.29
Current children cumulated vsize (KiB) 700792

[startup+1243.34 s]
/proc/loadavg: 2.00 2.00 2.01 3/89 23975
/proc/meminfo: memFree=916872/2055924 swapFree=4192812/4192956
[pid=23591] ppid=23589 vsize=15976 CPUtime=21.76
/proc/23591/stat : 23591 (sugar) S 23589 23591 22480 0 -1 4194304 1843 13690 3 38 7 1 1968 200 16 0 1 0 29324885 16359424 1357 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23591/statm: 3994 1357 373 3 0 1094 0
[pid=23650] ppid=23591 vsize=684816 CPUtime=1215.5
/proc/23650/stat : 23650 (minisat) R 23591 23591 22480 0 -1 0 167159 0 0 0 121400 150 0 0 25 0 1 0 29327199 701251584 164948 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/23650/statm: 171204 164948 51 112 0 171088 0
Current children cumulated CPU time (s) 1237.26
Current children cumulated vsize (KiB) 700792

[startup+1303.37 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 23975
/proc/meminfo: memFree=912328/2055924 swapFree=4192812/4192956
[pid=23591] ppid=23589 vsize=15976 CPUtime=21.76
/proc/23591/stat : 23591 (sugar) S 23589 23591 22480 0 -1 4194304 1843 13690 3 38 7 1 1968 200 16 0 1 0 29324885 16359424 1357 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23591/statm: 3994 1357 373 3 0 1094 0
[pid=23650] ppid=23591 vsize=684816 CPUtime=1275.49
/proc/23650/stat : 23650 (minisat) R 23591 23591 22480 0 -1 0 167162 0 0 0 127398 151 0 0 25 0 1 0 29327199 701251584 164951 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528416 0 0 4096 3 0 0 0 17 0 0 0
/proc/23650/statm: 171204 164951 51 112 0 171088 0
Current children cumulated CPU time (s) 1297.25
Current children cumulated vsize (KiB) 700792

[startup+1363.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 23975
/proc/meminfo: memFree=907464/2055924 swapFree=4192812/4192956
[pid=23591] ppid=23589 vsize=15976 CPUtime=21.76
/proc/23591/stat : 23591 (sugar) S 23589 23591 22480 0 -1 4194304 1843 13690 3 38 7 1 1968 200 16 0 1 0 29324885 16359424 1357 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23591/statm: 3994 1357 373 3 0 1094 0
[pid=23650] ppid=23591 vsize=684960 CPUtime=1335.42
/proc/23650/stat : 23650 (minisat) R 23591 23591 22480 0 -1 0 167189 0 0 0 133391 151 0 0 25 0 1 0 29327199 701399040 164978 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/23650/statm: 171240 164978 51 112 0 171124 0
Current children cumulated CPU time (s) 1357.18
Current children cumulated vsize (KiB) 700936

[startup+1423.42 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 23975
/proc/meminfo: memFree=901768/2055924 swapFree=4192812/4192956
[pid=23591] ppid=23589 vsize=15976 CPUtime=21.76
/proc/23591/stat : 23591 (sugar) S 23589 23591 22480 0 -1 4194304 1843 13690 3 38 7 1 1968 200 16 0 1 0 29324885 16359424 1357 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23591/statm: 3994 1357 373 3 0 1094 0
[pid=23650] ppid=23591 vsize=684960 CPUtime=1395.38
/proc/23650/stat : 23650 (minisat) R 23591 23591 22480 0 -1 0 167201 0 0 0 139387 151 0 0 25 0 1 0 29327199 701399040 164990 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/23650/statm: 171240 164990 51 112 0 171124 0
Current children cumulated CPU time (s) 1417.14
Current children cumulated vsize (KiB) 700936

[startup+1483.44 s]
/proc/loadavg: 2.07 2.02 2.00 3/89 23975
/proc/meminfo: memFree=896776/2055924 swapFree=4192812/4192956
[pid=23591] ppid=23589 vsize=15976 CPUtime=21.76
/proc/23591/stat : 23591 (sugar) S 23589 23591 22480 0 -1 4194304 1843 13690 3 38 7 1 1968 200 16 0 1 0 29324885 16359424 1357 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23591/statm: 3994 1357 373 3 0 1094 0
[pid=23650] ppid=23591 vsize=684960 CPUtime=1455.35
/proc/23650/stat : 23650 (minisat) R 23591 23591 22480 0 -1 0 167204 0 0 0 145383 152 0 0 25 0 1 0 29327199 701399040 164993 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/23650/statm: 171240 164993 51 112 0 171124 0
Current children cumulated CPU time (s) 1477.11
Current children cumulated vsize (KiB) 700936

[startup+1543.47 s]
/proc/loadavg: 2.02 2.01 2.00 3/89 23975
/proc/meminfo: memFree=892296/2055924 swapFree=4192812/4192956
[pid=23591] ppid=23589 vsize=15976 CPUtime=21.76
/proc/23591/stat : 23591 (sugar) S 23589 23591 22480 0 -1 4194304 1843 13690 3 38 7 1 1968 200 16 0 1 0 29324885 16359424 1357 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23591/statm: 3994 1357 373 3 0 1094 0
[pid=23650] ppid=23591 vsize=684960 CPUtime=1515.3
/proc/23650/stat : 23650 (minisat) R 23591 23591 22480 0 -1 0 167206 0 0 0 151378 152 0 0 25 0 1 0 29327199 701399040 164995 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/23650/statm: 171240 164995 51 112 0 171124 0
Current children cumulated CPU time (s) 1537.06
Current children cumulated vsize (KiB) 700936

[startup+1603.51 s]
/proc/loadavg: 2.06 2.02 2.00 3/89 23975
/proc/meminfo: memFree=887560/2055924 swapFree=4192812/4192956
[pid=23591] ppid=23589 vsize=15976 CPUtime=21.76
/proc/23591/stat : 23591 (sugar) S 23589 23591 22480 0 -1 4194304 1843 13690 3 38 7 1 1968 200 16 0 1 0 29324885 16359424 1357 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23591/statm: 3994 1357 373 3 0 1094 0
[pid=23650] ppid=23591 vsize=685380 CPUtime=1575.27
/proc/23650/stat : 23650 (minisat) R 23591 23591 22480 0 -1 0 167288 0 0 0 157375 152 0 0 25 0 1 0 29327199 701829120 165077 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/23650/statm: 171345 165077 51 112 0 171229 0
Current children cumulated CPU time (s) 1597.03
Current children cumulated vsize (KiB) 701356

[startup+1663.55 s]
/proc/loadavg: 2.02 2.02 2.00 3/89 23975
/proc/meminfo: memFree=883784/2055924 swapFree=4192812/4192956
[pid=23591] ppid=23589 vsize=15976 CPUtime=21.76
/proc/23591/stat : 23591 (sugar) S 23589 23591 22480 0 -1 4194304 1843 13690 3 38 7 1 1968 200 16 0 1 0 29324885 16359424 1357 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23591/statm: 3994 1357 373 3 0 1094 0
[pid=23650] ppid=23591 vsize=685676 CPUtime=1635.25
/proc/23650/stat : 23650 (minisat) R 23591 23591 22480 0 -1 0 167361 0 0 0 163373 152 0 0 25 0 1 0 29327199 702132224 165150 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/23650/statm: 171419 165150 51 112 0 171303 0
Current children cumulated CPU time (s) 1657.01
Current children cumulated vsize (KiB) 701652

[startup+1723.57 s]
/proc/loadavg: 2.01 2.01 2.00 3/89 23975
/proc/meminfo: memFree=879880/2055924 swapFree=4192812/4192956
[pid=23591] ppid=23589 vsize=15976 CPUtime=21.76
/proc/23591/stat : 23591 (sugar) S 23589 23591 22480 0 -1 4194304 1843 13690 3 38 7 1 1968 200 16 0 1 0 29324885 16359424 1357 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23591/statm: 3994 1357 373 3 0 1094 0
[pid=23650] ppid=23591 vsize=686048 CPUtime=1695.2
/proc/23650/stat : 23650 (minisat) R 23591 23591 22480 0 -1 0 167438 0 0 0 169367 153 0 0 25 0 1 0 29327199 702513152 165227 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/23650/statm: 171512 165227 51 112 0 171396 0
Current children cumulated CPU time (s) 1716.96
Current children cumulated vsize (KiB) 702024

[startup+1783.59 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 23975
/proc/meminfo: memFree=876232/2055924 swapFree=4192812/4192956
[pid=23591] ppid=23589 vsize=15976 CPUtime=21.76
/proc/23591/stat : 23591 (sugar) S 23589 23591 22480 0 -1 4194304 1843 13690 3 38 7 1 1968 200 16 0 1 0 29324885 16359424 1357 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23591/statm: 3994 1357 373 3 0 1094 0
[pid=23650] ppid=23591 vsize=686196 CPUtime=1755.15
/proc/23650/stat : 23650 (minisat) R 23591 23591 22480 0 -1 0 167460 0 0 0 175362 153 0 0 25 0 1 0 29327199 702664704 165249 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/23650/statm: 171549 165249 51 112 0 171433 0
Current children cumulated CPU time (s) 1776.91
Current children cumulated vsize (KiB) 702172



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1806.72 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 23975
/proc/meminfo: memFree=874952/2055924 swapFree=4192812/4192956
[pid=23591] ppid=23589 vsize=15976 CPUtime=21.76
/proc/23591/stat : 23591 (sugar) S 23589 23591 22480 0 -1 4194304 1843 13690 3 38 7 1 1968 200 16 0 1 0 29324885 16359424 1357 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23591/statm: 3994 1357 373 3 0 1094 0
[pid=23650] ppid=23591 vsize=686196 CPUtime=1778.25
/proc/23650/stat : 23650 (minisat) R 23591 23591 22480 0 -1 0 167480 0 0 0 177672 153 0 0 25 0 1 0 29327199 702664704 165269 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/23650/statm: 171549 165269 51 112 0 171433 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 702172

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

Child status: 1

!!! problem with CPU time !!!
wait4(...,&childrusage) returns 23591 and gives childrusage.ru_utime.tv_sec=19 childrusage.ru_utime.tv_usec=755996 childrusage.ru_stime.tv_sec=2 childrusage.ru_stime.tv_usec=163671
CPU time returned by wait4() is 21.9197
while last known CPU time is 1800.26

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

Real time (s): 1808.46
CPU time (s): 1800.26
CPU user time (s): 1796.48
CPU system time (s): 3.78
CPU usage (%): 99.5464
Max. virtual memory (cumulated for all children) (KiB): 821084

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 19.756
system time used= 2.16367
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 15619
page faults= 41
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1930
involuntary context switches= 3361

runsolver used 2.11868 s user time and 5.9281 s system time

The end

Launcher Data (download as text)

Begin job on node6 on Mon Jan 29 18:01:42 UTC 2007


IDJOB= 198120
IDBENCH= 3535
IDSOLVER= 86
FILE ID= node6/198120-1170093701

PBS_JOBID= 3689385

Free space on /tmp= 56649 MiB

SOLVER NAME= sugar 0.40
BENCH NAME= HOME/pub/bench/CPAI06/golombRuler/golombRulerArity4/ruler-70-12-a4.xml
COMMAND LINE= /tmp/evaluation/198120-1170093701/solver /tmp/evaluation/198120-1170093701 /tmp/evaluation/198120-1170093701/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node6/watcher-198120-1170093701 -o ROOT/results/node6/solver-198120-1170093701 -C 1800 -M 900  /tmp/evaluation/198120-1170093701/solver /tmp/evaluation/198120-1170093701 /tmp/evaluation/198120-1170093701/unknown.xml

META MD5SUM SOLVER= 0a27e717dfe98d83d9802fe0eea45073
MD5SUM BENCH=  483ac62d54e72b858336bc42f0e6fa40

RANDOM SEED= 516297505

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:         59984 kB
Buffers:          6276 kB
Cached:        1765940 kB
SwapCached:          0 kB
Active:         169400 kB
Inactive:      1739904 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055924 kB
LowFree:         59984 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:          770612 kB
Writeback:           0 kB
Mapped:         163036 kB
Slab:            70852 kB
Committed_AS:   449368 kB
PageTables:       2600 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= 66551 MiB



End job on node6 on Mon Jan 29 18:31:50 UTC 2007