Trace number 199752

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 1808.56

General information on the benchmark

Namerandom/rand-2-23/
rand-23-23-253-131-51021_ext.xml
MD5SUMdfd37b796ddfc1cae49c6231c5a6ea71
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 benchmark26.6459
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables23
Number of constraints253
Maximum constraint arity2
Maximum domain size23
Number of constraints which are defined in extension253
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.05	c # Sugar v0-40 (/tmp/evaluation/199752-1170094153/sugar-v0-40.jar)
0.05	
0.05	c # MAIN  BEGIN : /tmp/evaluation/199752-1170094153/unknown.xml [Mon Jan 29 19:09:13 2007]
0.05	c # CONVERT_XML  BEGIN : /tmp/evaluation/199752-1170094153/unknown.xml /tmp/evaluation/199752-1170094153/sugar23878.csp [Mon Jan 29 19:09:13 2007]
0.05	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/199752-1170094153/sugar-v0-40.jar -convert /tmp/evaluation/199752-1170094153/unknown.xml /tmp/evaluation/199752-1170094153/sugar23878.csp
0.17	c BEGIN convert /tmp/evaluation/199752-1170094153/unknown.xml
0.66	c END convert (0.493649 seconds)
0.70	c # CONVERT_XML  END : /tmp/evaluation/199752-1170094153/sugar23878.csp 1069670 bytes (1 seconds) [Mon Jan 29 19:09:14 2007]
0.70	c # CONVERT_XML  CPU : 0 = 0 + 0 + 0 + 0
0.70	
0.70	c # GENERATE_SAT  BEGIN : /tmp/evaluation/199752-1170094153/sugar23878.bcnf [Mon Jan 29 19:09:14 2007]
0.70	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/199752-1170094153/sugar-v0-40.jar -bcnf -map /tmp/evaluation/199752-1170094153/sugar23878.map /tmp/evaluation/199752-1170094153/sugar23878.csp /tmp/evaluation/199752-1170094153/sugar23878.bcnf
0.82	c BEGIN parse /tmp/evaluation/199752-1170094153/sugar23878.csp
5.12	c END parse (4.295198 seconds)
5.12	c BEGIN simplify
5.14	c END simplify (0.021002 seconds)
5.14	c BEGIN encode /tmp/evaluation/199752-1170094153/sugar23878.bcnf
5.34	c END encode (0.202222 seconds)
5.38	c # GENERATE_SAT  END : 506 variables 33626 clauses 645584 bytes (4 seconds) [Mon Jan 29 19:09:18 2007]
5.38	c # GENERATE_SAT  CPU : 4.63 = 0.01 + 0 + 4.49 + 0.13
5.38	
5.38	c # SOLVE_SAT  BEGIN : /tmp/evaluation/199752-1170094153/sugar23878.bcnf [Mon Jan 29 19:09:18 2007]
5.38	c # CMD : /tmp/evaluation/199752-1170094153/minisat /tmp/evaluation/199752-1170094153/sugar23878.bcnf /tmp/evaluation/199752-1170094153/sugar23878.out
5.40	c ==================================[MINISAT]===================================
5.40	c | Conflicts |     ORIGINAL     |              LEARNT              | Progress |
5.40	c |           | Clauses Literals |   Limit Clauses Literals  Lit/Cl |          |
5.40	c ==============================================================================
5.40	c |         0 |   33626   127764 |   11208       0        0     nan |  0.000 % |
5.41	c |       100 |   33626   127764 |   12328     100      888     8.9 |  0.000 % |
5.44	c |       251 |   33626   127764 |   13561     251     2133     8.5 |  0.014 % |
5.47	c |       477 |   33626   127764 |   14917     477     4054     8.5 |  0.014 % |
5.52	c |       814 |   33626   127764 |   16409     814     7358     9.0 |  0.014 % |
5.59	c |      1320 |   33626   127764 |   18050    1320    11659     8.8 |  0.013 % |
5.71	c |      2079 |   33626   127764 |   19855    2079    18570     8.9 |  0.008 % |
5.88	c |      3218 |   33626   127764 |   21841    3218    31014     9.6 |  0.013 % |
6.16	c |      4926 |   33626   127764 |   24025    4926    50367    10.2 |  0.014 % |
6.60	c |      7488 |   33628   127764 |   26427    7486    77997    10.4 |  0.013 % |
7.27	c |     11333 |   33628   127764 |   29070   11331   118470    10.5 |  0.013 % |
8.40	c |     17099 |   33630   127764 |   31977   17095   183395    10.7 |  0.006 % |
10.45	c |     25748 |   33632   127764 |   35175   25742   281629    10.9 |  0.013 % |
13.96	c |     38722 |   33635   127764 |   38693   15489   182141    11.8 |  0.013 % |
19.46	c |     58185 |   33637   127764 |   42562   34950   438866    12.6 |  0.014 % |
29.42	c |     87377 |   33637   127764 |   46818   34967   460862    13.2 |  0.014 % |
45.77	c |    131166 |   33642   127764 |   51500   46394   654630    14.1 |  0.015 % |
73.58	c |    196853 |   33644   127764 |   56650   40239   531695    13.2 |  0.015 % |
119.13	c |    295379 |   33649   127764 |   62315   56760   802699    14.1 |  0.019 % |
177.88	c |    443170 |   33540   127434 |   68547   34319   538625    15.7 |  0.199 % |
292.25	c |    664854 |   33556   127434 |   75401   46036   656629    14.3 |  0.211 % |
463.72	c |    997382 |   33453   127113 |   82942   71081  1029588    14.5 |  0.396 % |
739.05	c |   1496170 |   33473   127113 |   91236   36215   562353    15.5 |  0.411 % |
1155.87	c |   2244352 |   33231   126276 |  100359   74932  1131247    15.1 |  0.791 % |
1808.56	s UNKNOWN
1808.56	c # ERROR No such file or directory /tmp/evaluation/199752-1170094153/sugar23878.out, at /tmp/evaluation/199752-1170094153/sugar line 393.
1808.56	
1808.56	c # MAIN  END :  (1809 seconds) [Mon Jan 29 19:39:22 2007]
1808.56	c # MAIN  CPU : 1799.4 = 0.01 + 0.01 + 1799.07 + 0.31
1808.56	

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/node4/watcher-199752-1170094153 -o ROOT/results/node4/solver-199752-1170094153 -C 1800 -M 900 /tmp/evaluation/199752-1170094153/solver /tmp/evaluation/199752-1170094153 /tmp/evaluation/199752-1170094153/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.39 2.93 2.86 5/89 23879
/proc/meminfo: memFree=1827456/2055920 swapFree=4192812/4192956
[pid=23878] ppid=23876 vsize=6268 CPUtime=0
/proc/23878/stat : 23878 (sugar) R 23876 23878 23418 0 -1 4194304 311 0 0 0 0 0 0 0 20 0 1 0 29370157 6418432 47 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 259910595977 0 0 4096 0 0 0 0 17 1 0 0
/proc/23878/statm: 1567 47 36 3 0 8 0

[startup+0.105787 s]
/proc/loadavg: 2.39 2.93 2.86 5/89 23879
/proc/meminfo: memFree=1827456/2055920 swapFree=4192812/4192956
[pid=23878] ppid=23876 vsize=13724 CPUtime=0.03
/proc/23878/stat : 23878 (sugar) S 23876 23878 23418 0 -1 4194304 1112 0 0 0 3 0 0 0 20 0 1 0 29370157 14053376 805 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23878/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13724

[startup+0.517834 s]
/proc/loadavg: 2.39 2.93 2.86 5/89 23879
/proc/meminfo: memFree=1827456/2055920 swapFree=4192812/4192956
[pid=23878] ppid=23876 vsize=13724 CPUtime=0.03
/proc/23878/stat : 23878 (sugar) S 23876 23878 23418 0 -1 4194304 1121 0 0 0 3 0 0 0 15 0 1 0 29370157 14053376 805 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23878/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13724

[startup+1.34792 s]
/proc/loadavg: 2.39 2.93 2.86 4/98 23895
/proc/meminfo: memFree=1804152/2055920 swapFree=4192812/4192956
[pid=23878] ppid=23876 vsize=13724 CPUtime=0.03
/proc/23878/stat : 23878 (sugar) S 23876 23878 23418 0 -1 4194304 1188 0 0 0 3 0 0 0 15 0 1 0 29370157 14053376 808 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23878/statm: 3431 808 370 3 0 531 0
[pid=23880] ppid=23878 vsize=0 CPUtime=0.6
/proc/23880/stat : 23880 (java) Z 23878 23878 23418 0 -1 1036 7454 0 1 0 55 5 0 0 17 0 1 0 29370162 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/23880/statm: 0 0 0 0 0 0 0
[pid=23888] ppid=23878 vsize=807064 CPUtime=0.62
/proc/23888/stat : 23888 (java) R 23878 23878 23418 0 -1 0 7734 0 1 0 58 4 0 0 23 0 8 0 29370228 826433536 7482 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073512690 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23888/statm: 201766 7482 1494 14 0 189044 0
[pid=23888/tid=23889] ppid=23878 vsize=807064 CPUtime=0.09
/proc/23888/task/23889/stat : 23889 (java) S 23878 23878 23418 0 -1 64 1679 0 0 0 9 0 0 0 16 0 8 0 29370231 826433536 7482 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23888/tid=23890] ppid=23878 vsize=807064 CPUtime=0
/proc/23888/task/23890/stat : 23890 (java) S 23878 23878 23418 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 29370232 826433536 7482 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23888/tid=23891] ppid=23878 vsize=807064 CPUtime=0
/proc/23888/task/23891/stat : 23891 (java) S 23878 23878 23418 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 29370232 826433536 7482 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23888/tid=23892] ppid=23878 vsize=807064 CPUtime=0
/proc/23888/task/23892/stat : 23892 (java) S 23878 23878 23418 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 29370235 826433536 7482 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23888/tid=23893] ppid=23878 vsize=807064 CPUtime=0.05
/proc/23888/task/23893/stat : 23893 (java) S 23878 23878 23418 0 -1 64 292 0 0 0 5 0 0 0 16 0 8 0 29370235 826433536 7482 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23888/tid=23894] ppid=23878 vsize=807064 CPUtime=0
/proc/23888/task/23894/stat : 23894 (java) S 23878 23878 23418 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 29370235 826433536 7482 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23888/tid=23895] ppid=23878 vsize=807064 CPUtime=0
/proc/23888/task/23895/stat : 23895 (java) S 23878 23878 23418 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 29370235 826433536 7482 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.25
Current children cumulated vsize (KiB) 820788

[startup+2.98606 s]
/proc/loadavg: 2.44 2.93 2.86 4/98 23895
/proc/meminfo: memFree=1785784/2055920 swapFree=4192812/4192956
[pid=23878] ppid=23876 vsize=13724 CPUtime=0.03
/proc/23878/stat : 23878 (sugar) S 23876 23878 23418 0 -1 4194304 1188 0 0 0 3 0 0 0 15 0 1 0 29370157 14053376 808 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23878/statm: 3431 808 370 3 0 531 0
[pid=23880] ppid=23878 vsize=0 CPUtime=0.6
/proc/23880/stat : 23880 (java) Z 23878 23878 23418 0 -1 1036 7454 0 1 0 55 5 0 0 17 0 1 0 29370162 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/23880/statm: 0 0 0 0 0 0 0
[pid=23888] ppid=23878 vsize=807336 CPUtime=2.25
/proc/23888/stat : 23888 (java) R 23878 23878 23418 0 -1 0 12605 0 1 0 218 7 0 0 25 0 8 0 29370228 826712064 12340 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4154615268 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23888/statm: 201834 12340 1506 14 0 189112 0
[pid=23888/tid=23889] ppid=23878 vsize=807336 CPUtime=0.46
/proc/23888/task/23889/stat : 23889 (java) S 23878 23878 23418 0 -1 64 6404 0 0 0 43 3 0 0 16 0 8 0 29370231 826712064 12340 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23888/tid=23890] ppid=23878 vsize=807336 CPUtime=0
/proc/23888/task/23890/stat : 23890 (java) S 23878 23878 23418 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 29370232 826712064 12340 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23888/tid=23891] ppid=23878 vsize=807336 CPUtime=0
/proc/23888/task/23891/stat : 23891 (java) S 23878 23878 23418 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 29370232 826712064 12340 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23888/tid=23892] ppid=23878 vsize=807336 CPUtime=0
/proc/23888/task/23892/stat : 23892 (java) S 23878 23878 23418 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 29370235 826712064 12340 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23888/tid=23893] ppid=23878 vsize=807336 CPUtime=0.13
/proc/23888/task/23893/stat : 23893 (java) S 23878 23878 23418 0 -1 64 400 0 0 0 13 0 0 0 16 0 8 0 29370235 826712064 12340 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23888/tid=23894] ppid=23878 vsize=807336 CPUtime=0
/proc/23888/task/23894/stat : 23894 (java) S 23878 23878 23418 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 29370235 826712064 12340 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23888/tid=23895] ppid=23878 vsize=807336 CPUtime=0
/proc/23888/task/23895/stat : 23895 (java) S 23878 23878 23418 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 29370235 826712064 12340 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.88
Current children cumulated vsize (KiB) 821060

[startup+6.28337 s]
/proc/loadavg: 2.44 2.93 2.86 3/91 23896
/proc/meminfo: memFree=1820848/2055920 swapFree=4192812/4192956
[pid=23878] ppid=23876 vsize=13724 CPUtime=4.67
/proc/23878/stat : 23878 (sugar) S 23876 23878 23418 0 -1 4194304 1277 18599 0 1 4 1 449 13 15 0 1 0 29370157 14053376 815 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23878/statm: 3431 815 373 3 0 531 0
[pid=23880] ppid=23878 vsize=0 CPUtime=0.6
/proc/23880/stat : 23880 (java) Z 23878 23878 23418 0 -1 1036 7454 0 1 0 55 5 0 0 17 0 1 0 29370162 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/23880/statm: 0 0 0 0 0 0 0
[pid=23896] ppid=23878 vsize=3448 CPUtime=0.89
/proc/23896/stat : 23896 (minisat) R 23878 23878 23418 0 -1 0 691 0 0 0 89 0 0 0 25 0 1 0 29370695 3530752 519 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/23896/statm: 862 519 51 112 0 746 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 17172

[startup+12.765 s]
/proc/loadavg: 2.37 2.90 2.85 3/91 23896
/proc/meminfo: memFree=1817136/2055920 swapFree=4192812/4192956
[pid=23878] ppid=23876 vsize=13724 CPUtime=4.67
/proc/23878/stat : 23878 (sugar) S 23876 23878 23418 0 -1 4194304 1277 18599 0 1 4 1 449 13 16 0 1 0 29370157 14053376 815 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23878/statm: 3431 815 373 3 0 531 0
[pid=23880] ppid=23878 vsize=0 CPUtime=0.6
/proc/23880/stat : 23880 (java) Z 23878 23878 23418 0 -1 1036 7454 0 1 0 55 5 0 0 17 0 1 0 29370162 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/23880/statm: 0 0 0 0 0 0 0
[pid=23896] ppid=23878 vsize=5704 CPUtime=7.33
/proc/23896/stat : 23896 (minisat) R 23878 23878 23418 0 -1 0 1247 0 0 0 733 0 0 0 25 0 1 0 29370695 5840896 1075 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528401 0 0 4096 3 0 0 0 17 1 0 0
/proc/23896/statm: 1426 1075 51 112 0 1310 0
Current children cumulated CPU time (s) 12.6
Current children cumulated vsize (KiB) 19428

[startup+25.6092 s]
/proc/loadavg: 2.31 2.87 2.84 3/91 23896
/proc/meminfo: memFree=1813680/2055920 swapFree=4192812/4192956
[pid=23878] ppid=23876 vsize=13724 CPUtime=4.67
/proc/23878/stat : 23878 (sugar) S 23876 23878 23418 0 -1 4194304 1277 18599 0 1 4 1 449 13 16 0 1 0 29370157 14053376 815 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23878/statm: 3431 815 373 3 0 531 0
[pid=23880] ppid=23878 vsize=0 CPUtime=0.6
/proc/23880/stat : 23880 (java) Z 23878 23878 23418 0 -1 1036 7454 0 1 0 55 5 0 0 17 0 1 0 29370162 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/23880/statm: 0 0 0 0 0 0 0
[pid=23896] ppid=23878 vsize=6988 CPUtime=20.12
/proc/23896/stat : 23896 (minisat) R 23878 23878 23418 0 -1 0 1552 0 0 0 2011 1 0 0 25 0 1 0 29370695 7155712 1380 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/23896/statm: 1747 1380 51 112 0 1631 0
Current children cumulated CPU time (s) 25.39
Current children cumulated vsize (KiB) 20712

[startup+51.3117 s]
/proc/loadavg: 2.21 2.80 2.82 3/91 23896
/proc/meminfo: memFree=1808240/2055920 swapFree=4192812/4192956
[pid=23878] ppid=23876 vsize=13724 CPUtime=4.67
/proc/23878/stat : 23878 (sugar) S 23876 23878 23418 0 -1 4194304 1277 18599 0 1 4 1 449 13 16 0 1 0 29370157 14053376 815 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23878/statm: 3431 815 373 3 0 531 0
[pid=23880] ppid=23878 vsize=0 CPUtime=0.6
/proc/23880/stat : 23880 (java) Z 23878 23878 23418 0 -1 1036 7454 0 1 0 55 5 0 0 17 0 1 0 29370162 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/23880/statm: 0 0 0 0 0 0 0
[pid=23896] ppid=23878 vsize=8472 CPUtime=45.7
/proc/23896/stat : 23896 (minisat) R 23878 23878 23418 0 -1 0 1932 0 0 0 4569 1 0 0 25 0 1 0 29370695 8675328 1760 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/23896/statm: 2118 1760 51 112 0 2002 0
Current children cumulated CPU time (s) 50.97
Current children cumulated vsize (KiB) 22196

[startup+102.606 s]
/proc/loadavg: 2.09 2.67 2.77 3/91 23896
/proc/meminfo: memFree=1799792/2055920 swapFree=4192812/4192956
[pid=23878] ppid=23876 vsize=13724 CPUtime=4.67
/proc/23878/stat : 23878 (sugar) S 23876 23878 23418 0 -1 4194304 1277 18599 0 1 4 1 449 13 16 0 1 0 29370157 14053376 815 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23878/statm: 3431 815 373 3 0 531 0
[pid=23880] ppid=23878 vsize=0 CPUtime=0.6
/proc/23880/stat : 23880 (java) Z 23878 23878 23418 0 -1 1036 7454 0 1 0 55 5 0 0 17 0 1 0 29370162 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/23880/statm: 0 0 0 0 0 0 0
[pid=23896] ppid=23878 vsize=9952 CPUtime=96.76
/proc/23896/stat : 23896 (minisat) R 23878 23878 23418 0 -1 0 2282 0 0 0 9674 2 0 0 25 0 1 0 29370695 10190848 2110 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/23896/statm: 2488 2110 51 112 0 2372 0
Current children cumulated CPU time (s) 102.03
Current children cumulated vsize (KiB) 23676

[startup+162.638 s]
/proc/loadavg: 2.03 2.55 2.72 3/91 23896
/proc/meminfo: memFree=1789936/2055920 swapFree=4192812/4192956
[pid=23878] ppid=23876 vsize=13724 CPUtime=4.67
/proc/23878/stat : 23878 (sugar) S 23876 23878 23418 0 -1 4194304 1277 18599 0 1 4 1 449 13 16 0 1 0 29370157 14053376 815 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23878/statm: 3431 815 373 3 0 531 0
[pid=23880] ppid=23878 vsize=0 CPUtime=0.6
/proc/23880/stat : 23880 (java) Z 23878 23878 23418 0 -1 1036 7454 0 1 0 55 5 0 0 17 0 1 0 29370162 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/23880/statm: 0 0 0 0 0 0 0
[pid=23896] ppid=23878 vsize=11404 CPUtime=156.51
/proc/23896/stat : 23896 (minisat) R 23878 23878 23418 0 -1 0 2635 0 0 0 15649 2 0 0 25 0 1 0 29370695 11677696 2463 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/23896/statm: 2851 2463 51 112 0 2735 0
Current children cumulated CPU time (s) 161.78
Current children cumulated vsize (KiB) 25128

[startup+222.668 s]
/proc/loadavg: 2.01 2.45 2.67 3/91 23896
/proc/meminfo: memFree=1783536/2055920 swapFree=4192812/4192956
[pid=23878] ppid=23876 vsize=13724 CPUtime=4.67
/proc/23878/stat : 23878 (sugar) S 23876 23878 23418 0 -1 4194304 1277 18599 0 1 4 1 449 13 16 0 1 0 29370157 14053376 815 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23878/statm: 3431 815 373 3 0 531 0
[pid=23880] ppid=23878 vsize=0 CPUtime=0.6
/proc/23880/stat : 23880 (java) Z 23878 23878 23418 0 -1 1036 7454 0 1 0 55 5 0 0 17 0 1 0 29370162 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/23880/statm: 0 0 0 0 0 0 0
[pid=23896] ppid=23878 vsize=13336 CPUtime=216.26
/proc/23896/stat : 23896 (minisat) R 23878 23878 23418 0 -1 0 3094 0 0 0 21623 3 0 0 25 0 1 0 29370695 13656064 2922 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/23896/statm: 3334 2922 51 112 0 3218 0
Current children cumulated CPU time (s) 221.53
Current children cumulated vsize (KiB) 27060

[startup+282.699 s]
/proc/loadavg: 2.00 2.36 2.62 4/91 23896
/proc/meminfo: memFree=1782960/2055920 swapFree=4192812/4192956

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

/proc/23896/stat : 23896 (minisat) R 23878 23878 23418 0 -1 0 5455 0 0 0 123192 11 0 0 25 0 1 0 29370695 23724032 5283 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/23896/statm: 5792 5283 51 112 0 5676 0
Current children cumulated CPU time (s) 1237.3
Current children cumulated vsize (KiB) 36892

[startup+1303.23 s]
/proc/loadavg: 2.09 2.04 2.20 4/91 23896
/proc/meminfo: memFree=1741296/2055920 swapFree=4192812/4192956
[pid=23878] ppid=23876 vsize=13724 CPUtime=4.67
/proc/23878/stat : 23878 (sugar) S 23876 23878 23418 0 -1 4194304 1277 18599 0 1 4 1 449 13 16 0 1 0 29370157 14053376 815 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23878/statm: 3431 815 373 3 0 531 0
[pid=23880] ppid=23878 vsize=0 CPUtime=0.6
/proc/23880/stat : 23880 (java) Z 23878 23878 23418 0 -1 1036 7454 0 1 0 55 5 0 0 17 0 1 0 29370162 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/23880/statm: 0 0 0 0 0 0 0
[pid=23896] ppid=23878 vsize=23492 CPUtime=1291.77
/proc/23896/stat : 23896 (minisat) R 23878 23878 23418 0 -1 0 5538 0 0 0 129166 11 0 0 25 0 1 0 29370695 24055808 5366 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/23896/statm: 5873 5366 51 112 0 5757 0
Current children cumulated CPU time (s) 1297.04
Current children cumulated vsize (KiB) 37216

[startup+1363.26 s]
/proc/loadavg: 2.06 2.05 2.19 3/91 23896
/proc/meminfo: memFree=1740784/2055920 swapFree=4192812/4192956
[pid=23878] ppid=23876 vsize=13724 CPUtime=4.67
/proc/23878/stat : 23878 (sugar) S 23876 23878 23418 0 -1 4194304 1277 18599 0 1 4 1 449 13 16 0 1 0 29370157 14053376 815 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23878/statm: 3431 815 373 3 0 531 0
[pid=23880] ppid=23878 vsize=0 CPUtime=0.6
/proc/23880/stat : 23880 (java) Z 23878 23878 23418 0 -1 1036 7454 0 1 0 55 5 0 0 17 0 1 0 29370162 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/23880/statm: 0 0 0 0 0 0 0
[pid=23896] ppid=23878 vsize=23960 CPUtime=1351.52
/proc/23896/stat : 23896 (minisat) R 23878 23878 23418 0 -1 0 5650 0 0 0 135141 11 0 0 25 0 1 0 29370695 24535040 5478 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/23896/statm: 5990 5478 51 112 0 5874 0
Current children cumulated CPU time (s) 1356.79
Current children cumulated vsize (KiB) 37684

[startup+1423.28 s]
/proc/loadavg: 2.09 2.05 2.18 3/91 23896
/proc/meminfo: memFree=1740400/2055920 swapFree=4192812/4192956
[pid=23878] ppid=23876 vsize=13724 CPUtime=4.67
/proc/23878/stat : 23878 (sugar) S 23876 23878 23418 0 -1 4194304 1277 18599 0 1 4 1 449 13 16 0 1 0 29370157 14053376 815 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23878/statm: 3431 815 373 3 0 531 0
[pid=23880] ppid=23878 vsize=0 CPUtime=0.6
/proc/23880/stat : 23880 (java) Z 23878 23878 23418 0 -1 1036 7454 0 1 0 55 5 0 0 17 0 1 0 29370162 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/23880/statm: 0 0 0 0 0 0 0
[pid=23896] ppid=23878 vsize=24252 CPUtime=1411.27
/proc/23896/stat : 23896 (minisat) R 23878 23878 23418 0 -1 0 5708 0 0 0 141115 12 0 0 25 0 1 0 29370695 24834048 5536 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/23896/statm: 6063 5536 51 112 0 5947 0
Current children cumulated CPU time (s) 1416.54
Current children cumulated vsize (KiB) 37976

[startup+1483.31 s]
/proc/loadavg: 2.03 2.04 2.17 3/91 23896
/proc/meminfo: memFree=1740016/2055920 swapFree=4192812/4192956
[pid=23878] ppid=23876 vsize=13724 CPUtime=4.67
/proc/23878/stat : 23878 (sugar) S 23876 23878 23418 0 -1 4194304 1277 18599 0 1 4 1 449 13 16 0 1 0 29370157 14053376 815 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23878/statm: 3431 815 373 3 0 531 0
[pid=23880] ppid=23878 vsize=0 CPUtime=0.6
/proc/23880/stat : 23880 (java) Z 23878 23878 23418 0 -1 1036 7454 0 1 0 55 5 0 0 17 0 1 0 29370162 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/23880/statm: 0 0 0 0 0 0 0
[pid=23896] ppid=23878 vsize=24584 CPUtime=1471.01
/proc/23896/stat : 23896 (minisat) R 23878 23878 23418 0 -1 0 5792 0 0 0 147089 12 0 0 25 0 1 0 29370695 25174016 5620 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/23896/statm: 6146 5620 51 112 0 6030 0
Current children cumulated CPU time (s) 1476.28
Current children cumulated vsize (KiB) 38308

[startup+1543.34 s]
/proc/loadavg: 2.01 2.03 2.15 3/91 23896
/proc/meminfo: memFree=1739824/2055920 swapFree=4192812/4192956
[pid=23878] ppid=23876 vsize=13724 CPUtime=4.67
/proc/23878/stat : 23878 (sugar) S 23876 23878 23418 0 -1 4194304 1277 18599 0 1 4 1 449 13 16 0 1 0 29370157 14053376 815 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23878/statm: 3431 815 373 3 0 531 0
[pid=23880] ppid=23878 vsize=0 CPUtime=0.6
/proc/23880/stat : 23880 (java) Z 23878 23878 23418 0 -1 1036 7454 0 1 0 55 5 0 0 17 0 1 0 29370162 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/23880/statm: 0 0 0 0 0 0 0
[pid=23896] ppid=23878 vsize=24724 CPUtime=1530.76
/proc/23896/stat : 23896 (minisat) R 23878 23878 23418 0 -1 0 5798 0 0 0 153063 13 0 0 25 0 1 0 29370695 25317376 5626 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/23896/statm: 6181 5626 51 112 0 6065 0
Current children cumulated CPU time (s) 1536.03
Current children cumulated vsize (KiB) 38448

[startup+1603.36 s]
/proc/loadavg: 2.08 2.05 2.15 3/91 23898
/proc/meminfo: memFree=1738928/2055920 swapFree=4192812/4192956
[pid=23878] ppid=23876 vsize=13724 CPUtime=4.67
/proc/23878/stat : 23878 (sugar) S 23876 23878 23418 0 -1 4194304 1277 18599 0 1 4 1 449 13 16 0 1 0 29370157 14053376 815 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23878/statm: 3431 815 373 3 0 531 0
[pid=23880] ppid=23878 vsize=0 CPUtime=0.6
/proc/23880/stat : 23880 (java) Z 23878 23878 23418 0 -1 1036 7454 0 1 0 55 5 0 0 17 0 1 0 29370162 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/23880/statm: 0 0 0 0 0 0 0
[pid=23896] ppid=23878 vsize=25020 CPUtime=1590.51
/proc/23896/stat : 23896 (minisat) R 23878 23878 23418 0 -1 0 5862 0 0 0 159038 13 0 0 25 0 1 0 29370695 25620480 5690 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528416 0 0 4096 3 0 0 0 17 1 0 0
/proc/23896/statm: 6255 5690 51 112 0 6139 0
Current children cumulated CPU time (s) 1595.78
Current children cumulated vsize (KiB) 38744

[startup+1663.4 s]
/proc/loadavg: 2.07 2.05 2.15 3/91 23898
/proc/meminfo: memFree=1738736/2055920 swapFree=4192812/4192956
[pid=23878] ppid=23876 vsize=13724 CPUtime=4.67
/proc/23878/stat : 23878 (sugar) S 23876 23878 23418 0 -1 4194304 1277 18599 0 1 4 1 449 13 16 0 1 0 29370157 14053376 815 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23878/statm: 3431 815 373 3 0 531 0
[pid=23880] ppid=23878 vsize=0 CPUtime=0.6
/proc/23880/stat : 23880 (java) Z 23878 23878 23418 0 -1 1036 7454 0 1 0 55 5 0 0 17 0 1 0 29370162 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/23880/statm: 0 0 0 0 0 0 0
[pid=23896] ppid=23878 vsize=25180 CPUtime=1650.26
/proc/23896/stat : 23896 (minisat) R 23878 23878 23418 0 -1 0 5904 0 0 0 165013 13 0 0 25 0 1 0 29370695 25784320 5732 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/23896/statm: 6295 5732 51 112 0 6179 0
Current children cumulated CPU time (s) 1655.53
Current children cumulated vsize (KiB) 38904

[startup+1723.43 s]
/proc/loadavg: 2.02 2.04 2.14 3/91 23898
/proc/meminfo: memFree=1734512/2055920 swapFree=4192812/4192956
[pid=23878] ppid=23876 vsize=13724 CPUtime=4.67
/proc/23878/stat : 23878 (sugar) S 23876 23878 23418 0 -1 4194304 1277 18599 0 1 4 1 449 13 16 0 1 0 29370157 14053376 815 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23878/statm: 3431 815 373 3 0 531 0
[pid=23880] ppid=23878 vsize=0 CPUtime=0.6
/proc/23880/stat : 23880 (java) Z 23878 23878 23418 0 -1 1036 7454 0 1 0 55 5 0 0 17 0 1 0 29370162 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/23880/statm: 0 0 0 0 0 0 0
[pid=23896] ppid=23878 vsize=25476 CPUtime=1710.01
/proc/23896/stat : 23896 (minisat) R 23878 23878 23418 0 -1 0 5992 0 0 0 170987 14 0 0 25 0 1 0 29370695 26087424 5820 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/23896/statm: 6369 5820 51 112 0 6253 0
Current children cumulated CPU time (s) 1715.28
Current children cumulated vsize (KiB) 39200

[startup+1783.52 s]
/proc/loadavg: 2.32 2.10 2.14 3/96 23962
/proc/meminfo: memFree=1585480/2055920 swapFree=4192812/4192956
[pid=23878] ppid=23876 vsize=13724 CPUtime=4.67
/proc/23878/stat : 23878 (sugar) S 23876 23878 23418 0 -1 4194304 1277 18599 0 1 4 1 449 13 16 0 1 0 29370157 14053376 815 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23878/statm: 3431 815 373 3 0 531 0
[pid=23880] ppid=23878 vsize=0 CPUtime=0.6
/proc/23880/stat : 23880 (java) Z 23878 23878 23418 0 -1 1036 7454 0 1 0 55 5 0 0 17 0 1 0 29370162 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/23880/statm: 0 0 0 0 0 0 0
[pid=23896] ppid=23878 vsize=25888 CPUtime=1769.85
/proc/23896/stat : 23896 (minisat) R 23878 23878 23418 0 -1 0 6089 0 0 0 176968 17 0 0 25 0 1 0 29370695 26509312 5917 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/23896/statm: 6472 5917 51 112 0 6356 0
Current children cumulated CPU time (s) 1775.12
Current children cumulated vsize (KiB) 39612



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1808.55 s]
/proc/loadavg: 2.42 2.14 2.16 4/96 23962
/proc/meminfo: memFree=1196936/2055920 swapFree=4192812/4192956
[pid=23878] ppid=23876 vsize=13724 CPUtime=4.67
/proc/23878/stat : 23878 (sugar) S 23876 23878 23418 0 -1 4194304 1277 18599 0 1 4 1 449 13 16 0 1 0 29370157 14053376 815 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23878/statm: 3431 815 373 3 0 531 0
[pid=23880] ppid=23878 vsize=0 CPUtime=0.6
/proc/23880/stat : 23880 (java) Z 23878 23878 23418 0 -1 1036 7454 0 1 0 55 5 0 0 17 0 1 0 29370162 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/23880/statm: 0 0 0 0 0 0 0
[pid=23896] ppid=23878 vsize=26208 CPUtime=1794.75
/proc/23896/stat : 23896 (minisat) R 23878 23878 23418 0 -1 0 6148 0 0 0 179457 18 0 0 25 0 1 0 29370695 26836992 5976 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134527050 0 0 4096 3 0 0 0 17 0 0 0
/proc/23896/statm: 6552 5976 51 112 0 6436 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 39932

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

Child status: 1

!!! problem with CPU time !!!
wait4(...,&childrusage) returns 23878 and gives childrusage.ru_utime.tv_sec=1799 childrusage.ru_utime.tv_usec=113493 childrusage.ru_stime.tv_sec=0 childrusage.ru_stime.tv_usec=332949
CPU time returned by wait4() is 1799.45
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): 1808.56
CPU time (s): 1800.02
CPU user time (s): 1799.65
CPU system time (s): 0.37
CPU usage (%): 99.5276
Max. virtual memory (cumulated for all children) (KiB): 821060

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.11
system time used= 0.332949
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 26113
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 950
involuntary context switches= 54108

runsolver used 2.12968 s user time and 5.8831 s system time

The end

Launcher Data (download as text)

Begin job on node4 on Mon Jan 29 18:09:13 UTC 2007


IDJOB= 199752
IDBENCH= 3634
IDSOLVER= 86
FILE ID= node4/199752-1170094153

PBS_JOBID= 3689424

Free space on /tmp= 66558 MiB

SOLVER NAME= sugar 0.40
BENCH NAME= HOME/pub/bench/CPAI06/random/rand-2-23/rand-23-23-253-131-51021_ext.xml
COMMAND LINE= /tmp/evaluation/199752-1170094153/solver /tmp/evaluation/199752-1170094153 /tmp/evaluation/199752-1170094153/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node4/watcher-199752-1170094153 -o ROOT/results/node4/solver-199752-1170094153 -C 1800 -M 900  /tmp/evaluation/199752-1170094153/solver /tmp/evaluation/199752-1170094153 /tmp/evaluation/199752-1170094153/unknown.xml

META MD5SUM SOLVER= 0a27e717dfe98d83d9802fe0eea45073
MD5SUM BENCH=  dfd37b796ddfc1cae49c6231c5a6ea71

RANDOM SEED= 134891863

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.231
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.231
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:       1828000 kB
Buffers:         33452 kB
Cached:          49100 kB
SwapCached:          0 kB
Active:         131488 kB
Inactive:        40912 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1828000 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1320 kB
Writeback:           0 kB
Mapped:         109532 kB
Slab:            40320 kB
Committed_AS:   260684 kB
PageTables:       2216 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= 66523 MiB



End job on node4 on Mon Jan 29 18:39:22 UTC 2007