Trace number 202593

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.02 1818.26

General information on the benchmark

Namerandom/rand-2-40-19/
rand-2-40-19-443-230-5_ext.xml
MD5SUMd4c73cc20c680b56840c44ce0cb31ef5
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark66.4149
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables40
Number of constraints334
Maximum constraint arity2
Maximum domain size19
Number of constraints which are defined in extension334
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

1.35	c # Sugar v0-40 (/tmp/evaluation/202593-1170095696/sugar-v0-40.jar)
1.35	
1.37	c # MAIN  BEGIN : /tmp/evaluation/202593-1170095696/unknown.xml [Mon Jan 29 19:34:59 2007]
1.37	c # CONVERT_XML  BEGIN : /tmp/evaluation/202593-1170095696/unknown.xml /tmp/evaluation/202593-1170095696/sugar25932.csp [Mon Jan 29 19:34:59 2007]
1.37	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/202593-1170095696/sugar-v0-40.jar -convert /tmp/evaluation/202593-1170095696/unknown.xml /tmp/evaluation/202593-1170095696/sugar25932.csp
1.62	c BEGIN convert /tmp/evaluation/202593-1170095696/unknown.xml
2.22	c END convert (0.591986 seconds)
2.38	c # CONVERT_XML  END : /tmp/evaluation/202593-1170095696/sugar25932.csp 1084069 bytes (1 seconds) [Mon Jan 29 19:35:00 2007]
2.38	c # CONVERT_XML  CPU : 0 = 0 + 0 + 0 + 0
2.38	
2.38	c # GENERATE_SAT  BEGIN : /tmp/evaluation/202593-1170095696/sugar25932.bcnf [Mon Jan 29 19:35:00 2007]
2.38	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/202593-1170095696/sugar-v0-40.jar -bcnf -map /tmp/evaluation/202593-1170095696/sugar25932.map /tmp/evaluation/202593-1170095696/sugar25932.csp /tmp/evaluation/202593-1170095696/sugar25932.bcnf
2.49	c BEGIN parse /tmp/evaluation/202593-1170095696/sugar25932.csp
16.04	c END parse (13.547179 seconds)
16.04	c BEGIN simplify
16.13	c END simplify (0.085121 seconds)
16.13	c BEGIN encode /tmp/evaluation/202593-1170095696/sugar25932.bcnf
16.78	c END encode (0.654199 seconds)
16.92	c # GENERATE_SAT  END : 6782 variables 45844 clauses 5451272 bytes (15 seconds) [Mon Jan 29 19:35:15 2007]
16.92	c # GENERATE_SAT  CPU : 14.37 = 0.05 + 0.01 + 13.92 + 0.39
16.92	
16.92	c # SOLVE_SAT  BEGIN : /tmp/evaluation/202593-1170095696/sugar25932.bcnf [Mon Jan 29 19:35:15 2007]
16.92	c # CMD : /tmp/evaluation/202593-1170095696/minisat /tmp/evaluation/202593-1170095696/sugar25932.bcnf /tmp/evaluation/202593-1170095696/sugar25932.out
17.04	c ==================================[MINISAT]===================================
17.04	c | Conflicts |     ORIGINAL     |              LEARNT              | Progress |
17.04	c |           | Clauses Literals |   Limit Clauses Literals  Lit/Cl |          |
17.04	c ==============================================================================
17.04	c |         0 |   45844  1316966 |   15281       0        0     nan |  0.000 % |
17.08	c |       100 |   45846  1316966 |   16809      98     2203    22.5 |  0.000 % |
17.12	c |       250 |   45846  1316966 |   18490     248     4686    18.9 |  0.000 % |
17.18	c |       475 |   45847  1316966 |   20339     472     7820    16.6 |  0.000 % |
17.27	c |       812 |   45847  1316966 |   22372     809    13337    16.5 |  0.000 % |
17.42	c |      1319 |   45847  1316966 |   24610    1316    19733    15.0 |  0.000 % |
17.67	c |      2080 |   45847  1316966 |   27071    2077    33914    16.3 |  0.000 % |
18.02	c |      3219 |   45848  1316966 |   29778    3215    54461    16.9 |  0.000 % |
18.59	c |      4927 |   45849  1316966 |   32756    4922    80768    16.4 |  0.000 % |
19.53	c |      7490 |   45850  1316966 |   36031    7484   128132    17.1 |  0.000 % |
21.07	c |     11334 |   45850  1316966 |   39634   11328   197988    17.5 |  0.000 % |
23.57	c |     17100 |   45855  1316966 |   43598   17089   319037    18.7 |  0.000 % |
28.27	c |     25749 |   45859  1316966 |   47958   25734   552008    21.5 |  0.000 % |
34.27	c |     38723 |   45865  1316966 |   52754   38702   832035    21.5 |  0.000 % |
44.28	c |     58187 |   45877  1316966 |   58029   18934   382332    20.2 |  0.000 % |
59.63	c |     87381 |   45886  1316966 |   63832   48119   956241    19.9 |  0.000 % |
85.54	c |    131170 |   45893  1316966 |   70215   42276   867640    20.5 |  0.000 % |
130.23	c |    196856 |   45908  1316966 |   77237   51952  2053896    39.5 |  0.000 % |
203.37	c |    295383 |   45920  1316966 |   84961   27113   653394    24.1 |  0.000 % |
326.31	c |    443172 |   45939  1316966 |   93457   38729  1067053    27.6 |  0.000 % |
550.55	c |    664855 |   45967  1316966 |  102802   34818  1134149    32.6 |  0.001 % |
909.89	c |    997380 |   45894  1314387 |  113083   64135  3161603    49.3 |  0.015 % |
1463.78	c |   1496168 |   45931  1314387 |  124391   91817  2514401    27.4 |  0.015 % |
1817.24	
1817.24	s UNKNOWN
1817.24	c # INTERRUPTED
1817.24	c # MAIN  END :  (1816 seconds) [Mon Jan 29 20:05:15 2007]
1817.24	c # MAIN  CPU : 14.37 = 0.05 + 0.01 + 13.92 + 0.39
1817.24	

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/node17/watcher-202593-1170095696 -o ROOT/results/node17/solver-202593-1170095696 -C 1800 -M 900 /tmp/evaluation/202593-1170095696/solver /tmp/evaluation/202593-1170095696 /tmp/evaluation/202593-1170095696/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.73 3.16 2.91 5/95 25933
/proc/meminfo: memFree=15056/2055920 swapFree=4192812/4192956
[pid=25932] ppid=25930 vsize=5352 CPUtime=0
/proc/25932/stat : 25932 (solver) D 25930 25932 25190 0 -1 4194304 264 0 0 0 0 0 0 0 18 0 1 0 29524016 5480448 231 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 245482712359 0 0 4096 0 18446744071563608240 0 0 17 1 0 0
/proc/25932/statm: 1338 231 193 169 0 49 0

[startup+0.108158 s]
/proc/loadavg: 2.73 3.16 2.91 5/95 25933
/proc/meminfo: memFree=15056/2055920 swapFree=4192812/4192956
[pid=25932] ppid=25930 vsize=124 CPUtime=0
/proc/25932/stat : 25932 (sugar) D 25930 25932 25190 0 -1 4194304 286 0 1 0 0 0 0 0 18 0 1 0 29524016 126976 23 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 245480093065 0 0 4096 0 18446744071563608240 0 0 17 1 0 0
/proc/25932/statm: 31 23 17 3 0 3 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 124

[startup+0.5162 s]
/proc/loadavg: 2.73 3.16 2.91 5/95 25933
/proc/meminfo: memFree=15056/2055920 swapFree=4192812/4192956
[pid=25932] ppid=25930 vsize=8540 CPUtime=0
/proc/25932/stat : 25932 (sugar) D 25930 25932 25190 0 -1 4194304 313 0 3 0 0 0 0 0 18 0 1 0 29524016 8744960 52 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 245480096516 0 0 4096 0 18446744071563479169 0 0 17 1 0 0
/proc/25932/statm: 2135 52 39 3 0 55 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8540

[startup+1.33729 s]
/proc/loadavg: 2.75 3.16 2.91 2/95 25933
/proc/meminfo: memFree=15248/2055920 swapFree=4192812/4192956
[pid=25932] ppid=25930 vsize=12932 CPUtime=0.01
/proc/25932/stat : 25932 (sugar) R 25930 25932 25190 0 -1 4194304 836 0 4 0 1 0 0 0 18 0 1 0 29524016 13242368 559 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 245482558177 0 0 4224 0 0 0 0 17 1 0 0
/proc/25932/statm: 3233 559 316 3 0 333 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 12932

[startup+2.97846 s]
/proc/loadavg: 2.75 3.16 2.91 3/103 25941
/proc/meminfo: memFree=15824/2055920 swapFree=4192812/4192956
[pid=25932] ppid=25930 vsize=13724 CPUtime=0.04
/proc/25932/stat : 25932 (sugar) S 25930 25932 25190 0 -1 4194304 1184 0 4 0 3 1 0 0 16 0 1 0 29524016 14053376 808 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25932/statm: 3431 808 370 3 0 531 0
[pid=25934] ppid=25932 vsize=0 CPUtime=0.61
/proc/25934/stat : 25934 (java) Z 25932 25932 25190 0 -1 1036 7467 0 32 0 53 8 0 0 16 0 1 0 29524154 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/25934/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.65
Current children cumulated vsize (KiB) 13724

[startup+6.1798 s]
/proc/loadavg: 2.75 3.16 2.91 3/104 25949
/proc/meminfo: memFree=14864/2055920 swapFree=4192812/4192956
[pid=25932] ppid=25930 vsize=13724 CPUtime=0.04
/proc/25932/stat : 25932 (sugar) S 25930 25932 25190 0 -1 4194304 1184 0 4 0 3 1 0 0 16 0 1 0 29524016 14053376 808 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25932/statm: 3431 808 370 3 0 531 0
[pid=25934] ppid=25932 vsize=0 CPUtime=0.61
/proc/25934/stat : 25934 (java) Z 25932 25932 25190 0 -1 1036 7467 0 32 0 53 8 0 0 16 0 1 0 29524154 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/25934/statm: 0 0 0 0 0 0 0
[pid=25942] ppid=25932 vsize=807336 CPUtime=3.77
/proc/25942/stat : 25942 (java) R 25932 25932 25190 0 -1 0 26138 0 1 0 361 16 0 0 22 0 8 0 29524254 826712064 25806 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073600318 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25942/statm: 201834 25806 1506 14 0 189112 0
[pid=25942/tid=25943] ppid=25932 vsize=807336 CPUtime=0.99
/proc/25942/task/25943/stat : 25943 (java) S 25932 25932 25190 0 -1 64 19857 0 0 0 89 10 0 0 16 0 8 0 29524258 826712064 25806 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25942/tid=25944] ppid=25932 vsize=807336 CPUtime=0
/proc/25942/task/25944/stat : 25944 (java) S 25932 25932 25190 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 29524258 826712064 25806 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25942/tid=25945] ppid=25932 vsize=807336 CPUtime=0
/proc/25942/task/25945/stat : 25945 (java) S 25932 25932 25190 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 29524258 826712064 25806 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25942/tid=25946] ppid=25932 vsize=807336 CPUtime=0
/proc/25942/task/25946/stat : 25946 (java) S 25932 25932 25190 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 29524262 826712064 25806 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25942/tid=25947] ppid=25932 vsize=807336 CPUtime=0.13
/proc/25942/task/25947/stat : 25947 (java) S 25932 25932 25190 0 -1 64 401 0 0 0 13 0 0 0 16 0 8 0 29524262 826712064 25806 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25942/tid=25948] ppid=25932 vsize=807336 CPUtime=0
/proc/25942/task/25948/stat : 25948 (java) S 25932 25932 25190 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 29524262 826712064 25806 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25942/tid=25949] ppid=25932 vsize=807336 CPUtime=0
/proc/25942/task/25949/stat : 25949 (java) S 25932 25932 25190 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 29524262 826712064 25806 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 4.42
Current children cumulated vsize (KiB) 821060

[startup+12.6745 s]
/proc/loadavg: 2.94 3.19 2.93 3/104 25949
/proc/meminfo: memFree=15248/2055920 swapFree=4192812/4192956
[pid=25932] ppid=25930 vsize=13724 CPUtime=0.04
/proc/25932/stat : 25932 (sugar) S 25930 25932 25190 0 -1 4194304 1184 0 4 0 3 1 0 0 16 0 1 0 29524016 14053376 808 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25932/statm: 3431 808 370 3 0 531 0
[pid=25934] ppid=25932 vsize=0 CPUtime=0.61
/proc/25934/stat : 25934 (java) Z 25932 25932 25190 0 -1 1036 7467 0 32 0 53 8 0 0 16 0 1 0 29524154 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/25934/statm: 0 0 0 0 0 0 0
[pid=25942] ppid=25932 vsize=807336 CPUtime=10.16
/proc/25942/stat : 25942 (java) R 25932 25932 25190 0 -1 0 54709 0 2 0 984 32 0 0 25 0 8 0 29524254 826712064 54109 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25942/statm: 201834 54109 1507 14 0 189112 0
[pid=25942/tid=25943] ppid=25932 vsize=807336 CPUtime=3.15
/proc/25942/task/25943/stat : 25943 (java) R 25932 25932 25190 0 -1 64 48220 0 1 0 291 24 0 0 15 0 8 0 29524258 826712064 54109 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4154024008 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25942/tid=25944] ppid=25932 vsize=807336 CPUtime=0
/proc/25942/task/25944/stat : 25944 (java) S 25932 25932 25190 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 29524258 826712064 54109 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25942/tid=25945] ppid=25932 vsize=807336 CPUtime=0
/proc/25942/task/25945/stat : 25945 (java) S 25932 25932 25190 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 29524258 826712064 54109 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25942/tid=25946] ppid=25932 vsize=807336 CPUtime=0
/proc/25942/task/25946/stat : 25946 (java) S 25932 25932 25190 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 29524262 826712064 54109 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25942/tid=25947] ppid=25932 vsize=807336 CPUtime=0.14
/proc/25942/task/25947/stat : 25947 (java) S 25932 25932 25190 0 -1 64 403 0 0 0 14 0 0 0 17 0 8 0 29524262 826712064 54109 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25942/tid=25948] ppid=25932 vsize=807336 CPUtime=0
/proc/25942/task/25948/stat : 25948 (java) S 25932 25932 25190 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 29524262 826712064 54109 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25942/tid=25949] ppid=25932 vsize=807336 CPUtime=0
/proc/25942/task/25949/stat : 25949 (java) S 25932 25932 25190 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 29524262 826712064 54109 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 10.81
Current children cumulated vsize (KiB) 821060

[startup+25.5168 s]
/proc/loadavg: 2.95 3.18 2.93 3/97 25950
/proc/meminfo: memFree=69192/2055920 swapFree=4192812/4192956
[pid=25932] ppid=25930 vsize=17104 CPUtime=14.4
/proc/25932/stat : 25932 (sugar) S 25930 25932 25190 0 -1 4194304 2112 54994 4 4 8 1 1392 39 16 0 1 0 29524016 17514496 1627 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25932/statm: 4276 1627 373 3 0 1376 0
[pid=25934] ppid=25932 vsize=0 CPUtime=0.61
/proc/25934/stat : 25934 (java) Z 25932 25932 25190 0 -1 1036 7467 0 32 0 53 8 0 0 16 0 1 0 29524154 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/25934/statm: 0 0 0 0 0 0 0
[pid=25950] ppid=25932 vsize=11024 CPUtime=8.54
/proc/25950/stat : 25950 (minisat) R 25932 25932 25190 0 -1 0 3409 0 0 0 847 7 0 0 25 0 1 0 29525709 11288576 2370 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528535 0 0 4096 3 0 0 0 17 1 0 0
/proc/25950/statm: 2756 2370 52 112 0 2640 0
Current children cumulated CPU time (s) 23.55
Current children cumulated vsize (KiB) 28128

[startup+51.2165 s]
/proc/loadavg: 2.91 3.14 2.92 3/97 25950
/proc/meminfo: memFree=16072/2055920 swapFree=4192812/4192956
[pid=25932] ppid=25930 vsize=17104 CPUtime=14.4
/proc/25932/stat : 25932 (sugar) S 25930 25932 25190 0 -1 4194304 2112 54994 4 4 8 1 1392 39 16 0 1 0 29524016 17514496 1627 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25932/statm: 4276 1627 373 3 0 1376 0
[pid=25934] ppid=25932 vsize=0 CPUtime=0.61
/proc/25934/stat : 25934 (java) Z 25932 25932 25190 0 -1 1036 7467 0 32 0 53 8 0 0 16 0 1 0 29524154 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/25934/statm: 0 0 0 0 0 0 0
[pid=25950] ppid=25932 vsize=14932 CPUtime=34.2
/proc/25950/stat : 25950 (minisat) R 25932 25932 25190 0 -1 0 4389 0 0 0 3401 19 0 0 25 0 1 0 29525709 15290368 3350 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528342 0 0 4096 3 0 0 0 17 1 0 0
/proc/25950/statm: 3733 3350 52 112 0 3617 0
Current children cumulated CPU time (s) 49.21
Current children cumulated vsize (KiB) 32036

[startup+102.459 s]
/proc/loadavg: 2.87 3.10 2.91 2/90 25957
/proc/meminfo: memFree=1867792/2055920 swapFree=4192812/4192956
[pid=25932] ppid=25930 vsize=17104 CPUtime=14.4
/proc/25932/stat : 25932 (sugar) S 25930 25932 25190 0 -1 4194304 2112 54994 4 4 8 1 1392 39 16 0 1 0 29524016 17514496 1627 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25932/statm: 4276 1627 373 3 0 1376 0
[pid=25934] ppid=25932 vsize=0 CPUtime=0.61
/proc/25934/stat : 25934 (java) Z 25932 25932 25190 0 -1 1036 7467 0 32 0 53 8 0 0 16 0 1 0 29524154 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/25934/statm: 0 0 0 0 0 0 0
[pid=25950] ppid=25932 vsize=18736 CPUtime=85.26
/proc/25950/stat : 25950 (minisat) R 25932 25932 25190 0 -1 0 5305 0 0 0 8492 34 0 0 25 0 1 0 29525709 19185664 4266 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528572 0 0 4096 3 0 0 0 17 0 0 0
/proc/25950/statm: 4684 4266 52 112 0 4568 0
Current children cumulated CPU time (s) 100.27
Current children cumulated vsize (KiB) 35840

[startup+162.531 s]
/proc/loadavg: 2.41 2.92 2.86 4/96 26020
/proc/meminfo: memFree=1658264/2055920 swapFree=4192812/4192956
[pid=25932] ppid=25930 vsize=17104 CPUtime=14.4
/proc/25932/stat : 25932 (sugar) S 25930 25932 25190 0 -1 4194304 2112 54994 4 4 8 1 1392 39 16 0 1 0 29524016 17514496 1627 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25932/statm: 4276 1627 373 3 0 1376 0
[pid=25934] ppid=25932 vsize=0 CPUtime=0.61
/proc/25934/stat : 25934 (java) Z 25932 25932 25190 0 -1 1036 7467 0 32 0 53 8 0 0 16 0 1 0 29524154 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/25934/statm: 0 0 0 0 0 0 0
[pid=25950] ppid=25932 vsize=23220 CPUtime=144.53
/proc/25950/stat : 25950 (minisat) R 25932 25932 25190 0 -1 0 6448 0 0 0 14402 51 0 0 25 0 1 0 29525709 23777280 5409 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528442 0 0 4096 3 0 0 0 17 0 0 0
/proc/25950/statm: 5805 5409 52 112 0 5689 0
Current children cumulated CPU time (s) 159.54
Current children cumulated vsize (KiB) 40324

[startup+222.631 s]
/proc/loadavg: 2.28 2.79 2.82 3/96 26020
/proc/meminfo: memFree=1167896/2055920 swapFree=4192812/4192956
[pid=25932] ppid=25930 vsize=17104 CPUtime=14.4
/proc/25932/stat : 25932 (sugar) S 25930 25932 25190 0 -1 4194304 2112 54994 4 4 8 1 1392 39 16 0 1 0 29524016 17514496 1627 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25932/statm: 4276 1627 373 3 0 1376 0
[pid=25934] ppid=25932 vsize=0 CPUtime=0.61
/proc/25934/stat : 25934 (java) Z 25932 25932 25190 0 -1 1036 7467 0 32 0 53 8 0 0 16 0 1 0 29524154 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/25934/statm: 0 0 0 0 0 0 0
[pid=25950] ppid=25932 vsize=23220 CPUtime=204.3
/proc/25950/stat : 25950 (minisat) R 25932 25932 25190 0 -1 0 6448 0 0 0 20378 52 0 0 25 0 1 0 29525709 23777280 5409 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528433 0 0 4096 3 0 0 0 17 0 0 0
/proc/25950/statm: 5805 5409 52 112 0 5689 0
Current children cumulated CPU time (s) 219.31
Current children cumulated vsize (KiB) 40324

[startup+282.637 s]
/proc/loadavg: 2.22 2.68 2.78 3/96 26020
/proc/meminfo: memFree=1167448/2055920 swapFree=4192812/4192956
[pid=25932] ppid=25930 vsize=17104 CPUtime=14.4
/proc/25932/stat : 25932 (sugar) S 25930 25932 25190 0 -1 4194304 2112 54994 4 4 8 1 1392 39 16 0 1 0 29524016 17514496 1627 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25932/statm: 4276 1627 373 3 0 1376 0
[pid=25934] ppid=25932 vsize=0 CPUtime=0.61
/proc/25934/stat : 25934 (java) Z 25932 25932 25190 0 -1 1036 7467 0 32 0 53 8 0 0 16 0 1 0 29524154 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/25934/statm: 0 0 0 0 0 0 0
[pid=25950] ppid=25932 vsize=23748 CPUtime=263.98
/proc/25950/stat : 25950 (minisat) R 25932 25932 25190 0 -1 0 6573 0 0 0 26346 52 0 0 25 0 1 0 29525709 24317952 5534 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134525555 0 0 4096 3 0 0 0 17 0 0 0
/proc/25950/statm: 5937 5534 52 112 0 5821 0

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

/proc/25950/stat : 25950 (minisat) R 25932 25932 25190 0 -1 0 9590 0 0 0 121557 61 0 0 25 0 1 0 29525709 36950016 8551 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528128 0 0 4096 3 0 0 0 17 0 0 0
/proc/25950/statm: 9021 8551 52 112 0 8905 0
Current children cumulated CPU time (s) 1231.19
Current children cumulated vsize (KiB) 53188

[startup+1303.37 s]
/proc/loadavg: 2.81 2.69 2.65 4/96 26117
/proc/meminfo: memFree=1426000/2055920 swapFree=4192812/4192956
[pid=25932] ppid=25930 vsize=17104 CPUtime=14.4
/proc/25932/stat : 25932 (sugar) S 25930 25932 25190 0 -1 4194304 2112 54994 4 4 8 1 1392 39 16 0 1 0 29524016 17514496 1627 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25932/statm: 4276 1627 373 3 0 1376 0
[pid=25934] ppid=25932 vsize=0 CPUtime=0.61
/proc/25934/stat : 25934 (java) Z 25932 25932 25190 0 -1 1036 7467 0 32 0 53 8 0 0 16 0 1 0 29524154 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/25934/statm: 0 0 0 0 0 0 0
[pid=25950] ppid=25932 vsize=36084 CPUtime=1275.63
/proc/25950/stat : 25950 (minisat) R 25932 25932 25190 0 -1 0 9590 0 0 0 127501 62 0 0 25 0 1 0 29525709 36950016 8551 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528551 0 0 4096 3 0 0 0 17 0 0 0
/proc/25950/statm: 9021 8551 52 112 0 8905 0
Current children cumulated CPU time (s) 1290.64
Current children cumulated vsize (KiB) 53188

[startup+1363.39 s]
/proc/loadavg: 2.71 2.68 2.64 3/96 26117
/proc/meminfo: memFree=1411792/2055920 swapFree=4192812/4192956
[pid=25932] ppid=25930 vsize=17104 CPUtime=14.4
/proc/25932/stat : 25932 (sugar) S 25930 25932 25190 0 -1 4194304 2112 54994 4 4 8 1 1392 39 16 0 1 0 29524016 17514496 1627 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25932/statm: 4276 1627 373 3 0 1376 0
[pid=25934] ppid=25932 vsize=0 CPUtime=0.61
/proc/25934/stat : 25934 (java) Z 25932 25932 25190 0 -1 1036 7467 0 32 0 53 8 0 0 16 0 1 0 29524154 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/25934/statm: 0 0 0 0 0 0 0
[pid=25950] ppid=25932 vsize=36084 CPUtime=1335.06
/proc/25950/stat : 25950 (minisat) R 25932 25932 25190 0 -1 0 9590 0 0 0 133444 62 0 0 25 0 1 0 29525709 36950016 8551 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/25950/statm: 9021 8551 52 112 0 8905 0
Current children cumulated CPU time (s) 1350.07
Current children cumulated vsize (KiB) 53188

[startup+1423.45 s]
/proc/loadavg: 2.58 2.65 2.63 7/96 26117
/proc/meminfo: memFree=1406224/2055920 swapFree=4192812/4192956
[pid=25932] ppid=25930 vsize=17104 CPUtime=14.4
/proc/25932/stat : 25932 (sugar) S 25930 25932 25190 0 -1 4194304 2112 54994 4 4 8 1 1392 39 16 0 1 0 29524016 17514496 1627 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25932/statm: 4276 1627 373 3 0 1376 0
[pid=25934] ppid=25932 vsize=0 CPUtime=0.61
/proc/25934/stat : 25934 (java) Z 25932 25932 25190 0 -1 1036 7467 0 32 0 53 8 0 0 16 0 1 0 29524154 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/25934/statm: 0 0 0 0 0 0 0
[pid=25950] ppid=25932 vsize=36084 CPUtime=1394.52
/proc/25950/stat : 25950 (minisat) R 25932 25932 25190 0 -1 0 9592 0 0 0 139390 62 0 0 25 0 1 0 29525709 36950016 8553 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/25950/statm: 9021 8553 52 112 0 8905 0
Current children cumulated CPU time (s) 1409.53
Current children cumulated vsize (KiB) 53188

[startup+1483.53 s]
/proc/loadavg: 2.78 2.68 2.64 3/96 26117
/proc/meminfo: memFree=1387984/2055920 swapFree=4192812/4192956
[pid=25932] ppid=25930 vsize=17104 CPUtime=14.4
/proc/25932/stat : 25932 (sugar) S 25930 25932 25190 0 -1 4194304 2112 54994 4 4 8 1 1392 39 16 0 1 0 29524016 17514496 1627 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25932/statm: 4276 1627 373 3 0 1376 0
[pid=25934] ppid=25932 vsize=0 CPUtime=0.61
/proc/25934/stat : 25934 (java) Z 25932 25932 25190 0 -1 1036 7467 0 32 0 53 8 0 0 16 0 1 0 29524154 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/25934/statm: 0 0 0 0 0 0 0
[pid=25950] ppid=25932 vsize=36084 CPUtime=1454
/proc/25950/stat : 25950 (minisat) R 25932 25932 25190 0 -1 0 9593 0 0 0 145338 62 0 0 25 0 1 0 29525709 36950016 8554 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/25950/statm: 9021 8554 52 112 0 8905 0
Current children cumulated CPU time (s) 1469.01
Current children cumulated vsize (KiB) 53188

[startup+1543.58 s]
/proc/loadavg: 2.75 2.69 2.64 4/96 26117
/proc/meminfo: memFree=1387792/2055920 swapFree=4192812/4192956
[pid=25932] ppid=25930 vsize=17104 CPUtime=14.4
/proc/25932/stat : 25932 (sugar) S 25930 25932 25190 0 -1 4194304 2112 54994 4 4 8 1 1392 39 16 0 1 0 29524016 17514496 1627 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25932/statm: 4276 1627 373 3 0 1376 0
[pid=25934] ppid=25932 vsize=0 CPUtime=0.61
/proc/25934/stat : 25934 (java) Z 25932 25932 25190 0 -1 1036 7467 0 32 0 53 8 0 0 16 0 1 0 29524154 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/25934/statm: 0 0 0 0 0 0 0
[pid=25950] ppid=25932 vsize=36236 CPUtime=1513.47
/proc/25950/stat : 25950 (minisat) R 25932 25932 25190 0 -1 0 9622 0 0 0 151285 62 0 0 25 0 1 0 29525709 37105664 8583 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/25950/statm: 9059 8583 52 112 0 8943 0
Current children cumulated CPU time (s) 1528.48
Current children cumulated vsize (KiB) 53340

[startup+1603.67 s]
/proc/loadavg: 2.92 2.76 2.67 4/102 26223
/proc/meminfo: memFree=1359200/2055920 swapFree=4192812/4192956
[pid=25932] ppid=25930 vsize=17104 CPUtime=14.4
/proc/25932/stat : 25932 (sugar) S 25930 25932 25190 0 -1 4194304 2112 54994 4 4 8 1 1392 39 16 0 1 0 29524016 17514496 1627 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25932/statm: 4276 1627 373 3 0 1376 0
[pid=25934] ppid=25932 vsize=0 CPUtime=0.61
/proc/25934/stat : 25934 (java) Z 25932 25932 25190 0 -1 1036 7467 0 32 0 53 8 0 0 16 0 1 0 29524154 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/25934/statm: 0 0 0 0 0 0 0
[pid=25950] ppid=25932 vsize=36236 CPUtime=1573.13
/proc/25950/stat : 25950 (minisat) R 25932 25932 25190 0 -1 0 9623 0 0 0 157249 64 0 0 25 0 1 0 29525709 37105664 8584 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/25950/statm: 9059 8584 52 112 0 8943 0
Current children cumulated CPU time (s) 1588.14
Current children cumulated vsize (KiB) 53340

[startup+1663.74 s]
/proc/loadavg: 2.91 2.78 2.68 3/96 26315
/proc/meminfo: memFree=1359760/2055920 swapFree=4192812/4192956
[pid=25932] ppid=25930 vsize=17104 CPUtime=14.4
/proc/25932/stat : 25932 (sugar) S 25930 25932 25190 0 -1 4194304 2112 54994 4 4 8 1 1392 39 16 0 1 0 29524016 17514496 1627 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25932/statm: 4276 1627 373 3 0 1376 0
[pid=25934] ppid=25932 vsize=0 CPUtime=0.61
/proc/25934/stat : 25934 (java) Z 25932 25932 25190 0 -1 1036 7467 0 32 0 53 8 0 0 16 0 1 0 29524154 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/25934/statm: 0 0 0 0 0 0 0
[pid=25950] ppid=25932 vsize=36568 CPUtime=1632.75
/proc/25950/stat : 25950 (minisat) R 25932 25932 25190 0 -1 0 9683 0 0 0 163211 64 0 0 25 0 1 0 29525709 37445632 8644 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/25950/statm: 9142 8644 52 112 0 9026 0
Current children cumulated CPU time (s) 1647.76
Current children cumulated vsize (KiB) 53672

[startup+1723.79 s]
/proc/loadavg: 2.63 2.74 2.67 4/96 26315
/proc/meminfo: memFree=1348368/2055920 swapFree=4192812/4192956
[pid=25932] ppid=25930 vsize=17104 CPUtime=14.4
/proc/25932/stat : 25932 (sugar) S 25930 25932 25190 0 -1 4194304 2112 54994 4 4 8 1 1392 39 16 0 1 0 29524016 17514496 1627 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25932/statm: 4276 1627 373 3 0 1376 0
[pid=25934] ppid=25932 vsize=0 CPUtime=0.61
/proc/25934/stat : 25934 (java) Z 25932 25932 25190 0 -1 1036 7467 0 32 0 53 8 0 0 16 0 1 0 29524154 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/25934/statm: 0 0 0 0 0 0 0
[pid=25950] ppid=25932 vsize=40388 CPUtime=1692.47
/proc/25950/stat : 25950 (minisat) R 25932 25932 25190 0 -1 0 10657 0 0 0 169181 66 0 0 25 0 1 0 29525709 41357312 9618 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134637969 0 0 4096 3 0 0 0 17 1 0 0
/proc/25950/statm: 10097 9618 52 112 0 9981 0
Current children cumulated CPU time (s) 1707.48
Current children cumulated vsize (KiB) 57492

[startup+1783.86 s]
/proc/loadavg: 2.88 2.79 2.69 3/96 26315
/proc/meminfo: memFree=1328080/2055920 swapFree=4192812/4192956
[pid=25932] ppid=25930 vsize=17104 CPUtime=14.4
/proc/25932/stat : 25932 (sugar) S 25930 25932 25190 0 -1 4194304 2112 54994 4 4 8 1 1392 39 16 0 1 0 29524016 17514496 1627 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25932/statm: 4276 1627 373 3 0 1376 0
[pid=25934] ppid=25932 vsize=0 CPUtime=0.61
/proc/25934/stat : 25934 (java) Z 25932 25932 25190 0 -1 1036 7467 0 32 0 53 8 0 0 16 0 1 0 29524154 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/25934/statm: 0 0 0 0 0 0 0
[pid=25950] ppid=25932 vsize=40532 CPUtime=1751.95
/proc/25950/stat : 25950 (minisat) R 25932 25932 25190 0 -1 0 10692 0 0 0 175129 66 0 0 25 0 1 0 29525709 41504768 9653 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/25950/statm: 10133 9653 52 112 0 10017 0
Current children cumulated CPU time (s) 1766.96
Current children cumulated vsize (KiB) 57636



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1817.24 s]
/proc/loadavg: 2.80 2.78 2.69 4/96 26315
/proc/meminfo: memFree=1326416/2055920 swapFree=4192812/4192956
[pid=25932] ppid=25930 vsize=17104 CPUtime=14.4
/proc/25932/stat : 25932 (sugar) S 25930 25932 25190 0 -1 4194304 2112 54994 4 4 8 1 1392 39 16 0 1 0 29524016 17514496 1627 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25932/statm: 4276 1627 373 3 0 1376 0
[pid=25934] ppid=25932 vsize=0 CPUtime=0.61
/proc/25934/stat : 25934 (java) Z 25932 25932 25190 0 -1 1036 7467 0 32 0 53 8 0 0 16 0 1 0 29524154 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/25934/statm: 0 0 0 0 0 0 0
[pid=25950] ppid=25932 vsize=42104 CPUtime=1785
/proc/25950/stat : 25950 (minisat) R 25932 25932 25190 0 -1 0 11083 0 0 0 178433 67 0 0 25 0 1 0 29525709 43114496 10044 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528535 0 0 4096 3 0 0 0 17 1 0 0
/proc/25950/statm: 10526 10044 52 112 0 10410 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 59208

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

Child status: 1

!!! problem with CPU time !!!
wait4(...,&childrusage) returns 25932 and gives childrusage.ru_utime.tv_sec=14 childrusage.ru_utime.tv_usec=13869 childrusage.ru_stime.tv_sec=0 childrusage.ru_stime.tv_usec=415936
CPU time returned by wait4() is 14.4298
while last known CPU time is 1800.02

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

Real time (s): 1818.26
CPU time (s): 1800.02
CPU user time (s): 1798.86
CPU system time (s): 1.16
CPU usage (%): 98.997
Max. virtual memory (cumulated for all children) (KiB): 821564

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 14.0139
system time used= 0.415936
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 57191
page faults= 8
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3399
involuntary context switches= 3133

runsolver used 2.12368 s user time and 5.80812 s system time

The end

Launcher Data (download as text)

Begin job on node17 on Mon Jan 29 18:34:58 UTC 2007


IDJOB= 202593
IDBENCH= 3867
IDSOLVER= 86
FILE ID= node17/202593-1170095696

PBS_JOBID= 3689397

Free space on /tmp= 36016 MiB

SOLVER NAME= sugar 0.40
BENCH NAME= HOME/pub/bench/CPAI06/random/rand-2-40-19/rand-2-40-19-443-230-5_ext.xml
COMMAND LINE= /tmp/evaluation/202593-1170095696/solver /tmp/evaluation/202593-1170095696 /tmp/evaluation/202593-1170095696/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node17/watcher-202593-1170095696 -o ROOT/results/node17/solver-202593-1170095696 -C 1800 -M 900  /tmp/evaluation/202593-1170095696/solver /tmp/evaluation/202593-1170095696 /tmp/evaluation/202593-1170095696/unknown.xml

META MD5SUM SOLVER= 0a27e717dfe98d83d9802fe0eea45073
MD5SUM BENCH=  d4c73cc20c680b56840c44ce0cb31ef5

RANDOM SEED= 344112870

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.229
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.229
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:         15536 kB
Buffers:          3128 kB
Cached:        1824168 kB
SwapCached:          0 kB
Active:         146280 kB
Inactive:      1795640 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:         15536 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:          826844 kB
Writeback:         948 kB
Mapped:         140196 kB
Slab:            83008 kB
Committed_AS:   483920 kB
PageTables:       2340 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= 66557 MiB



End job on node17 on Mon Jan 29 19:05:16 UTC 2007