Trace number 213854

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 1817.64

General information on the benchmark

NamepseudoSeries/par/
par-32-5-c.xml
MD5SUM3f083ae2000fdb63ac200f8ead6769a2
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 variables2678
Number of constraints6689
Maximum constraint arity3
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension6689
Global constraints used (with number of constraints)

Solver Data (download as text)

0.04	c # Sugar v0-40 (/tmp/evaluation/213854-1170099803/sugar-v0-40.jar)
0.04	
0.04	c # MAIN  BEGIN : /tmp/evaluation/213854-1170099803/unknown.xml [Mon Jan 29 20:43:24 2007]
0.04	c # CONVERT_XML  BEGIN : /tmp/evaluation/213854-1170099803/unknown.xml /tmp/evaluation/213854-1170099803/sugar14534.csp [Mon Jan 29 20:43:24 2007]
0.04	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/213854-1170099803/sugar-v0-40.jar -convert /tmp/evaluation/213854-1170099803/unknown.xml /tmp/evaluation/213854-1170099803/sugar14534.csp
0.15	c BEGIN convert /tmp/evaluation/213854-1170099803/unknown.xml
0.93	c END convert (0.780986 seconds)
0.95	c # CONVERT_XML  END : /tmp/evaluation/213854-1170099803/sugar14534.csp 266860 bytes (1 seconds) [Mon Jan 29 20:43:25 2007]
0.95	c # CONVERT_XML  CPU : 0 = 0 + 0 + 0 + 0
0.95	
0.95	c # GENERATE_SAT  BEGIN : /tmp/evaluation/213854-1170099803/sugar14534.bcnf [Mon Jan 29 20:43:25 2007]
0.95	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/213854-1170099803/sugar-v0-40.jar -bcnf -map /tmp/evaluation/213854-1170099803/sugar14534.map /tmp/evaluation/213854-1170099803/sugar14534.csp /tmp/evaluation/213854-1170099803/sugar14534.bcnf
1.06	c BEGIN parse /tmp/evaluation/213854-1170099803/sugar14534.csp
1.88	c END parse (0.821392 seconds)
1.88	c BEGIN simplify
1.89	c END simplify (0.005758 seconds)
1.89	c BEGIN encode /tmp/evaluation/213854-1170099803/sugar14534.bcnf
1.99	c END encode (0.096192 seconds)
2.05	c # GENERATE_SAT  END : 2678 variables 6689 clauses 100204 bytes (1 seconds) [Mon Jan 29 20:43:26 2007]
2.05	c # GENERATE_SAT  CPU : 0.04 = 0.03 + 0.01 + 0 + 0
2.05	
2.05	c # SOLVE_SAT  BEGIN : /tmp/evaluation/213854-1170099803/sugar14534.bcnf [Mon Jan 29 20:43:26 2007]
2.05	c # CMD : /tmp/evaluation/213854-1170099803/minisat /tmp/evaluation/213854-1170099803/sugar14534.bcnf /tmp/evaluation/213854-1170099803/sugar14534.out
2.05	c ==================================[MINISAT]===================================
2.05	c | Conflicts |     ORIGINAL     |              LEARNT              | Progress |
2.05	c |           | Clauses Literals |   Limit Clauses Literals  Lit/Cl |          |
2.05	c ==============================================================================
2.05	c |         0 |    6689    18356 |    2229       0        0     nan |  0.000 % |
2.06	c |       100 |    6691    18356 |    2451      98     1747    17.8 |  0.000 % |
2.07	c |       251 |    6692    18356 |    2697     248     3938    15.9 |  0.000 % |
2.09	c |       476 |    6695    18356 |    2966     470     7857    16.7 |  0.000 % |
2.12	c |       814 |    6696    18356 |    3263     807    12593    15.6 |  0.000 % |
2.17	c |      1320 |    6699    18356 |    3589    1310    23942    18.3 |  0.000 % |
2.24	c |      2081 |    6703    18356 |    3948    2067    41527    20.1 |  0.000 % |
2.47	c |      3220 |    6707    18356 |    4343    3202    81068    25.3 |  0.000 % |
2.80	c |      4931 |    6719    18356 |    4778    2636    86157    32.7 |  0.000 % |
3.24	c |      7493 |    6717    18350 |    5255    2737    70190    25.6 |  0.075 % |
3.86	c |     11338 |    6721    18350 |    5781    3915    99687    25.5 |  0.075 % |
4.87	c |     17105 |    6725    18350 |    6359    3796    86856    22.9 |  0.075 % |
6.43	c |     25754 |    6729    18350 |    6995    5993   144204    24.1 |  0.075 % |
8.93	c |     38729 |    6732    18350 |    7695    4800   107967    22.5 |  0.075 % |
12.88	c |     58190 |    6736    18350 |    8464    4811   115382    24.0 |  0.075 % |
18.63	c |     87382 |    6740    18350 |    9311    8306   192519    23.2 |  0.075 % |
27.57	c |    131171 |    6746    18350 |   10242    5055   111164    22.0 |  0.075 % |
40.93	c |    196856 |    6755    18350 |   11266    8789   197029    22.4 |  0.075 % |
62.03	c |    295383 |    6773    18350 |   12393   10773   233587    21.7 |  0.075 % |
94.98	c |    443173 |    6783    18350 |   13632    8841   184109    20.8 |  0.075 % |
147.48	c |    664857 |    6803    18350 |   14995   10922   233550    21.4 |  0.075 % |
226.00	c |    997384 |    6824    18350 |   16495   11074   289117    26.1 |  0.075 % |
351.22	c |   1496173 |    6834    18350 |   18144   12673   262053    20.7 |  0.075 % |
559.88	c |   2244355 |    6848    18350 |   19959   13808   323673    23.4 |  0.075 % |
881.13	c |   3366629 |    6872    18350 |   21955   13524   275550    20.4 |  0.075 % |
1397.15	c |   5050042 |    6884    18350 |   24150   11792   228583    19.4 |  0.075 % |
1817.63	s UNKNOWN
1817.63	c # ERROR No such file or directory /tmp/evaluation/213854-1170099803/sugar14534.out, at /tmp/evaluation/213854-1170099803/sugar line 393.
1817.63	
1817.63	c # MAIN  END :  (1817 seconds) [Mon Jan 29 21:13:41 2007]
1817.63	c # MAIN  CPU : 1798.05 = 0.03 + 0.01 + 1797.74 + 0.27
1817.63	

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/node23/watcher-213854-1170099803 -o ROOT/results/node23/solver-213854-1170099803 -C 1800 -M 900 /tmp/evaluation/213854-1170099803/solver /tmp/evaluation/213854-1170099803 /tmp/evaluation/213854-1170099803/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: 0.72 1.62 1.86 4/81 14535
/proc/meminfo: memFree=1548464/2055920 swapFree=4192956/4192956
[pid=14534] ppid=14532 vsize=12268 CPUtime=0
/proc/14534/stat : 14534 (sugar) R 14532 14534 14293 0 -1 4194304 595 0 0 0 0 0 0 0 18 0 1 0 29934241 12562432 315 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 238505773113 0 0 4224 0 0 0 0 17 1 0 0
/proc/14534/statm: 3067 315 241 3 0 167 0

[startup+0.103496 s]
/proc/loadavg: 0.72 1.62 1.86 4/81 14535
/proc/meminfo: memFree=1548464/2055920 swapFree=4192956/4192956
[pid=14534] ppid=14532 vsize=13724 CPUtime=0.03
/proc/14534/stat : 14534 (sugar) S 14532 14534 14293 0 -1 4194304 1112 0 0 0 3 0 0 0 16 0 1 0 29934241 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14534/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13724

[startup+0.511541 s]
/proc/loadavg: 0.72 1.62 1.86 4/81 14535
/proc/meminfo: memFree=1548464/2055920 swapFree=4192956/4192956
[pid=14534] ppid=14532 vsize=13724 CPUtime=0.03
/proc/14534/stat : 14534 (sugar) S 14532 14534 14293 0 -1 4194304 1121 0 0 0 3 0 0 0 16 0 1 0 29934241 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14534/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13724

[startup+1.33363 s]
/proc/loadavg: 0.72 1.62 1.86 2/90 14551
/proc/meminfo: memFree=1540840/2055920 swapFree=4192956/4192956
[pid=14534] ppid=14532 vsize=13724 CPUtime=0.03
/proc/14534/stat : 14534 (sugar) S 14532 14534 14293 0 -1 4194304 1188 0 0 0 3 0 0 0 16 0 1 0 29934241 14053376 808 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14534/statm: 3431 808 370 3 0 531 0
[pid=14536] ppid=14534 vsize=0 CPUtime=0.89
/proc/14536/stat : 14536 (java) Z 14534 14534 14293 0 -1 1036 10135 0 1 0 83 6 0 0 16 0 1 0 29934246 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/14536/statm: 0 0 0 0 0 0 0
[pid=14544] ppid=14534 vsize=807064 CPUtime=0.36
/proc/14544/stat : 14544 (java) R 14534 14534 14293 0 -1 0 6601 0 1 0 33 3 0 0 17 0 8 0 29934336 826433536 6351 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073484244 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/14544/statm: 201766 6351 1494 14 0 189044 0
[pid=14544/tid=14545] ppid=14534 vsize=807064 CPUtime=0.02
/proc/14544/task/14545/stat : 14545 (java) S 14534 14534 14293 0 -1 64 548 0 0 0 2 0 0 0 16 0 8 0 29934340 826433536 6351 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=14544/tid=14546] ppid=14534 vsize=807064 CPUtime=0
/proc/14544/task/14546/stat : 14546 (java) S 14534 14534 14293 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 29934340 826433536 6351 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14544/tid=14547] ppid=14534 vsize=807064 CPUtime=0
/proc/14544/task/14547/stat : 14547 (java) S 14534 14534 14293 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 29934340 826433536 6351 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14544/tid=14548] ppid=14534 vsize=807064 CPUtime=0
/proc/14544/task/14548/stat : 14548 (java) S 14534 14534 14293 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 29934343 826433536 6351 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14544/tid=14549] ppid=14534 vsize=807064 CPUtime=0.04
/proc/14544/task/14549/stat : 14549 (java) S 14534 14534 14293 0 -1 64 293 0 0 0 4 0 0 0 16 0 8 0 29934343 826433536 6351 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14544/tid=14550] ppid=14534 vsize=807064 CPUtime=0
/proc/14544/task/14550/stat : 14550 (java) S 14534 14534 14293 0 -1 64 3 0 0 0 0 0 0 0 23 0 8 0 29934343 826433536 6351 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14544/tid=14551] ppid=14534 vsize=807064 CPUtime=0
/proc/14544/task/14551/stat : 14551 (java) S 14534 14534 14293 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 29934343 826433536 6351 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.28
Current children cumulated vsize (KiB) 820788

[startup+2.97781 s]
/proc/loadavg: 0.75 1.61 1.86 2/84 14555
/proc/meminfo: memFree=1543200/2055920 swapFree=4192956/4192956
[pid=14534] ppid=14532 vsize=15888 CPUtime=0.07
/proc/14534/stat : 14534 (sugar) S 14532 14534 14293 0 -1 4194304 1824 0 0 0 6 1 0 0 15 0 1 0 29934241 16269312 1337 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14534/statm: 3972 1337 373 3 0 1072 0
[pid=14536] ppid=14534 vsize=0 CPUtime=0.89
/proc/14536/stat : 14536 (java) Z 14534 14534 14293 0 -1 1036 10135 0 1 0 83 6 0 0 16 0 1 0 29934246 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/14536/statm: 0 0 0 0 0 0 0
[pid=14544] ppid=14534 vsize=0 CPUtime=1.03
/proc/14544/stat : 14544 (java) Z 14534 14534 14293 0 -1 1036 8829 0 1 0 98 5 0 0 16 0 1 0 29934336 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/14544/statm: 0 0 0 0 0 0 0
[pid=14555] ppid=14534 vsize=2712 CPUtime=0.91
/proc/14555/stat : 14555 (minisat) R 14534 14534 14293 0 -1 0 392 0 0 0 91 0 0 0 25 0 1 0 29934446 2777088 352 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528186 0 0 4096 3 0 0 0 17 1 0 0
/proc/14555/statm: 678 352 51 112 0 562 0
Current children cumulated CPU time (s) 2.9
Current children cumulated vsize (KiB) 18600

[startup+6.27719 s]
/proc/loadavg: 0.75 1.61 1.86 3/90 14604
/proc/meminfo: memFree=1537456/2055920 swapFree=4192956/4192956
[pid=14534] ppid=14532 vsize=15888 CPUtime=0.07
/proc/14534/stat : 14534 (sugar) S 14532 14534 14293 0 -1 4194304 1824 0 0 0 6 1 0 0 16 0 1 0 29934241 16269312 1337 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14534/statm: 3972 1337 373 3 0 1072 0
[pid=14536] ppid=14534 vsize=0 CPUtime=0.89
/proc/14536/stat : 14536 (java) Z 14534 14534 14293 0 -1 1036 10135 0 1 0 83 6 0 0 16 0 1 0 29934246 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/14536/statm: 0 0 0 0 0 0 0
[pid=14544] ppid=14534 vsize=0 CPUtime=1.03
/proc/14544/stat : 14544 (java) Z 14534 14534 14293 0 -1 1036 8829 0 1 0 98 5 0 0 16 0 1 0 29934336 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/14544/statm: 0 0 0 0 0 0 0
[pid=14555] ppid=14534 vsize=3132 CPUtime=4.19
/proc/14555/stat : 14555 (minisat) R 14534 14534 14293 0 -1 0 475 0 0 0 419 0 0 0 25 0 1 0 29934446 3207168 435 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528723 0 0 4096 3 0 0 0 17 0 0 0
/proc/14555/statm: 783 435 51 112 0 667 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 19020

[startup+12.7399 s]
/proc/loadavg: 0.78 1.59 1.85 2/84 14620
/proc/meminfo: memFree=1540512/2055920 swapFree=4192956/4192956
[pid=14534] ppid=14532 vsize=15888 CPUtime=0.07
/proc/14534/stat : 14534 (sugar) S 14532 14534 14293 0 -1 4194304 1824 0 0 0 6 1 0 0 16 0 1 0 29934241 16269312 1337 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14534/statm: 3972 1337 373 3 0 1072 0
[pid=14536] ppid=14534 vsize=0 CPUtime=0.89
/proc/14536/stat : 14536 (java) Z 14534 14534 14293 0 -1 1036 10135 0 1 0 83 6 0 0 16 0 1 0 29934246 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/14536/statm: 0 0 0 0 0 0 0
[pid=14544] ppid=14534 vsize=0 CPUtime=1.03
/proc/14544/stat : 14544 (java) Z 14534 14534 14293 0 -1 1036 8829 0 1 0 98 5 0 0 16 0 1 0 29934336 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/14544/statm: 0 0 0 0 0 0 0
[pid=14555] ppid=14534 vsize=3396 CPUtime=10.64
/proc/14555/stat : 14555 (minisat) R 14534 14534 14293 0 -1 0 562 0 0 0 1064 0 0 0 25 0 1 0 29934446 3477504 522 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528342 0 0 4096 3 0 0 0 17 1 0 0
/proc/14555/statm: 849 522 51 112 0 733 0
Current children cumulated CPU time (s) 12.63
Current children cumulated vsize (KiB) 19284

[startup+25.5754 s]
/proc/loadavg: 0.90 1.58 1.84 3/97 14667
/proc/meminfo: memFree=1486904/2055920 swapFree=4192956/4192956
[pid=14534] ppid=14532 vsize=15888 CPUtime=0.07
/proc/14534/stat : 14534 (sugar) S 14532 14534 14293 0 -1 4194304 1824 0 0 0 6 1 0 0 16 0 1 0 29934241 16269312 1337 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14534/statm: 3972 1337 373 3 0 1072 0
[pid=14536] ppid=14534 vsize=0 CPUtime=0.89
/proc/14536/stat : 14536 (java) Z 14534 14534 14293 0 -1 1036 10135 0 1 0 83 6 0 0 16 0 1 0 29934246 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/14536/statm: 0 0 0 0 0 0 0
[pid=14544] ppid=14534 vsize=0 CPUtime=1.03
/proc/14544/stat : 14544 (java) Z 14534 14534 14293 0 -1 1036 8829 0 1 0 98 5 0 0 16 0 1 0 29934336 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/14544/statm: 0 0 0 0 0 0 0
[pid=14555] ppid=14534 vsize=3820 CPUtime=23.43
/proc/14555/stat : 14555 (minisat) R 14534 14534 14293 0 -1 0 664 0 0 0 2341 2 0 0 25 0 1 0 29934446 3911680 624 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528392 0 0 4096 3 0 0 0 17 0 0 0
/proc/14555/statm: 955 624 51 112 0 839 0
Current children cumulated CPU time (s) 25.42
Current children cumulated vsize (KiB) 19708

[startup+51.2593 s]
/proc/loadavg: 1.39 1.65 1.86 3/90 14676
/proc/meminfo: memFree=1524336/2055920 swapFree=4192956/4192956
[pid=14534] ppid=14532 vsize=15888 CPUtime=0.07
/proc/14534/stat : 14534 (sugar) S 14532 14534 14293 0 -1 4194304 1824 0 0 0 6 1 0 0 16 0 1 0 29934241 16269312 1337 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14534/statm: 3972 1337 373 3 0 1072 0
[pid=14536] ppid=14534 vsize=0 CPUtime=0.89
/proc/14536/stat : 14536 (java) Z 14534 14534 14293 0 -1 1036 10135 0 1 0 83 6 0 0 16 0 1 0 29934246 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/14536/statm: 0 0 0 0 0 0 0
[pid=14544] ppid=14534 vsize=0 CPUtime=1.03
/proc/14544/stat : 14544 (java) Z 14534 14534 14293 0 -1 1036 8829 0 1 0 98 5 0 0 16 0 1 0 29934336 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/14544/statm: 0 0 0 0 0 0 0
[pid=14555] ppid=14534 vsize=4376 CPUtime=48.89
/proc/14555/stat : 14555 (minisat) R 14534 14534 14293 0 -1 0 788 0 0 0 4887 2 0 0 25 0 1 0 29934446 4481024 748 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528327 0 0 4096 3 0 0 0 17 0 0 0
/proc/14555/statm: 1094 748 51 112 0 978 0
Current children cumulated CPU time (s) 50.88
Current children cumulated vsize (KiB) 20264

[startup+102.522 s]
/proc/loadavg: 1.75 1.70 1.86 3/90 14676
/proc/meminfo: memFree=1522928/2055920 swapFree=4192956/4192956
[pid=14534] ppid=14532 vsize=15888 CPUtime=0.07
/proc/14534/stat : 14534 (sugar) S 14532 14534 14293 0 -1 4194304 1824 0 0 0 6 1 0 0 16 0 1 0 29934241 16269312 1337 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14534/statm: 3972 1337 373 3 0 1072 0
[pid=14536] ppid=14534 vsize=0 CPUtime=0.89
/proc/14536/stat : 14536 (java) Z 14534 14534 14293 0 -1 1036 10135 0 1 0 83 6 0 0 16 0 1 0 29934246 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/14536/statm: 0 0 0 0 0 0 0
[pid=14544] ppid=14534 vsize=0 CPUtime=1.03
/proc/14544/stat : 14544 (java) Z 14534 14534 14293 0 -1 1036 8829 0 1 0 98 5 0 0 16 0 1 0 29934336 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/14544/statm: 0 0 0 0 0 0 0
[pid=14555] ppid=14534 vsize=4972 CPUtime=99.67
/proc/14555/stat : 14555 (minisat) R 14534 14534 14293 0 -1 0 943 0 0 0 9965 2 0 0 25 0 1 0 29934446 5091328 903 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528342 0 0 4096 3 0 0 0 17 0 0 0
/proc/14555/statm: 1243 903 51 112 0 1127 0
Current children cumulated CPU time (s) 101.66
Current children cumulated vsize (KiB) 20860

[startup+162.536 s]
/proc/loadavg: 2.00 1.78 1.88 3/90 14676
/proc/meminfo: memFree=1521648/2055920 swapFree=4192956/4192956
[pid=14534] ppid=14532 vsize=15888 CPUtime=0.07
/proc/14534/stat : 14534 (sugar) S 14532 14534 14293 0 -1 4194304 1824 0 0 0 6 1 0 0 16 0 1 0 29934241 16269312 1337 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14534/statm: 3972 1337 373 3 0 1072 0
[pid=14536] ppid=14534 vsize=0 CPUtime=0.89
/proc/14536/stat : 14536 (java) Z 14534 14534 14293 0 -1 1036 10135 0 1 0 83 6 0 0 16 0 1 0 29934246 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/14536/statm: 0 0 0 0 0 0 0
[pid=14544] ppid=14534 vsize=0 CPUtime=1.03
/proc/14544/stat : 14544 (java) Z 14534 14534 14293 0 -1 1036 8829 0 1 0 98 5 0 0 16 0 1 0 29934336 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/14544/statm: 0 0 0 0 0 0 0
[pid=14555] ppid=14534 vsize=5556 CPUtime=159.13
/proc/14555/stat : 14555 (minisat) R 14534 14534 14293 0 -1 0 1056 0 0 0 15910 3 0 0 25 0 1 0 29934446 5689344 1016 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134525947 0 0 4096 3 0 0 0 17 0 0 0
/proc/14555/statm: 1389 1016 51 112 0 1273 0
Current children cumulated CPU time (s) 161.12
Current children cumulated vsize (KiB) 21444

[startup+222.543 s]
/proc/loadavg: 2.00 1.82 1.88 3/90 14676
/proc/meminfo: memFree=1521200/2055920 swapFree=4192956/4192956
[pid=14534] ppid=14532 vsize=15888 CPUtime=0.07
/proc/14534/stat : 14534 (sugar) S 14532 14534 14293 0 -1 4194304 1824 0 0 0 6 1 0 0 16 0 1 0 29934241 16269312 1337 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14534/statm: 3972 1337 373 3 0 1072 0
[pid=14536] ppid=14534 vsize=0 CPUtime=0.89
/proc/14536/stat : 14536 (java) Z 14534 14534 14293 0 -1 1036 10135 0 1 0 83 6 0 0 16 0 1 0 29934246 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/14536/statm: 0 0 0 0 0 0 0
[pid=14544] ppid=14534 vsize=0 CPUtime=1.03
/proc/14544/stat : 14544 (java) Z 14534 14534 14293 0 -1 1036 8829 0 1 0 98 5 0 0 16 0 1 0 29934336 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0

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

[pid=14536] ppid=14534 vsize=0 CPUtime=0.89
/proc/14536/stat : 14536 (java) Z 14534 14534 14293 0 -1 1036 10135 0 1 0 83 6 0 0 16 0 1 0 29934246 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/14536/statm: 0 0 0 0 0 0 0
[pid=14544] ppid=14534 vsize=0 CPUtime=1.03
/proc/14544/stat : 14544 (java) Z 14534 14534 14293 0 -1 1036 8829 0 1 0 98 5 0 0 16 0 1 0 29934336 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/14544/statm: 0 0 0 0 0 0 0
[pid=14555] ppid=14534 vsize=8424 CPUtime=1347.85
/proc/14555/stat : 14555 (minisat) R 14534 14534 14293 0 -1 0 1761 0 0 0 134759 26 0 0 25 0 1 0 29934446 8626176 1721 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528316 0 0 4096 3 0 0 0 17 0 0 0
/proc/14555/statm: 2106 1721 51 112 0 1990 0
Current children cumulated CPU time (s) 1349.84
Current children cumulated vsize (KiB) 24312

[startup+1423.04 s]
/proc/loadavg: 2.00 1.99 1.93 3/90 14874
/proc/meminfo: memFree=1514736/2055920 swapFree=4192956/4192956
[pid=14534] ppid=14532 vsize=15888 CPUtime=0.07
/proc/14534/stat : 14534 (sugar) S 14532 14534 14293 0 -1 4194304 1824 0 0 0 6 1 0 0 16 0 1 0 29934241 16269312 1337 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14534/statm: 3972 1337 373 3 0 1072 0
[pid=14536] ppid=14534 vsize=0 CPUtime=0.89
/proc/14536/stat : 14536 (java) Z 14534 14534 14293 0 -1 1036 10135 0 1 0 83 6 0 0 16 0 1 0 29934246 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/14536/statm: 0 0 0 0 0 0 0
[pid=14544] ppid=14534 vsize=0 CPUtime=1.03
/proc/14544/stat : 14544 (java) Z 14534 14534 14293 0 -1 1036 8829 0 1 0 98 5 0 0 16 0 1 0 29934336 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/14544/statm: 0 0 0 0 0 0 0
[pid=14555] ppid=14534 vsize=8756 CPUtime=1407.28
/proc/14555/stat : 14555 (minisat) R 14534 14534 14293 0 -1 0 1804 0 0 0 140702 26 0 0 25 0 1 0 29934446 8966144 1764 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528677 0 0 4096 3 0 0 0 17 0 0 0
/proc/14555/statm: 2189 1764 51 112 0 2073 0
Current children cumulated CPU time (s) 1409.27
Current children cumulated vsize (KiB) 24644

[startup+1483.07 s]
/proc/loadavg: 2.00 1.99 1.93 3/90 14874
/proc/meminfo: memFree=1514608/2055920 swapFree=4192956/4192956
[pid=14534] ppid=14532 vsize=15888 CPUtime=0.07
/proc/14534/stat : 14534 (sugar) S 14532 14534 14293 0 -1 4194304 1824 0 0 0 6 1 0 0 16 0 1 0 29934241 16269312 1337 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14534/statm: 3972 1337 373 3 0 1072 0
[pid=14536] ppid=14534 vsize=0 CPUtime=0.89
/proc/14536/stat : 14536 (java) Z 14534 14534 14293 0 -1 1036 10135 0 1 0 83 6 0 0 16 0 1 0 29934246 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/14536/statm: 0 0 0 0 0 0 0
[pid=14544] ppid=14534 vsize=0 CPUtime=1.03
/proc/14544/stat : 14544 (java) Z 14534 14534 14293 0 -1 1036 8829 0 1 0 98 5 0 0 16 0 1 0 29934336 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/14544/statm: 0 0 0 0 0 0 0
[pid=14555] ppid=14534 vsize=8896 CPUtime=1466.74
/proc/14555/stat : 14555 (minisat) R 14534 14534 14293 0 -1 0 1834 0 0 0 146648 26 0 0 25 0 1 0 29934446 9109504 1794 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528287 0 0 4096 3 0 0 0 17 0 0 0
/proc/14555/statm: 2224 1794 51 112 0 2108 0
Current children cumulated CPU time (s) 1468.73
Current children cumulated vsize (KiB) 24784

[startup+1543.1 s]
/proc/loadavg: 2.00 1.99 1.93 3/90 14874
/proc/meminfo: memFree=1514544/2055920 swapFree=4192956/4192956
[pid=14534] ppid=14532 vsize=15888 CPUtime=0.07
/proc/14534/stat : 14534 (sugar) S 14532 14534 14293 0 -1 4194304 1824 0 0 0 6 1 0 0 16 0 1 0 29934241 16269312 1337 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14534/statm: 3972 1337 373 3 0 1072 0
[pid=14536] ppid=14534 vsize=0 CPUtime=0.89
/proc/14536/stat : 14536 (java) Z 14534 14534 14293 0 -1 1036 10135 0 1 0 83 6 0 0 16 0 1 0 29934246 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/14536/statm: 0 0 0 0 0 0 0
[pid=14544] ppid=14534 vsize=0 CPUtime=1.03
/proc/14544/stat : 14544 (java) Z 14534 14534 14293 0 -1 1036 8829 0 1 0 98 5 0 0 16 0 1 0 29934336 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/14544/statm: 0 0 0 0 0 0 0
[pid=14555] ppid=14534 vsize=8896 CPUtime=1526.17
/proc/14555/stat : 14555 (minisat) R 14534 14534 14293 0 -1 0 1852 0 0 0 152591 26 0 0 25 0 1 0 29934446 9109504 1812 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/14555/statm: 2224 1812 51 112 0 2108 0
Current children cumulated CPU time (s) 1528.16
Current children cumulated vsize (KiB) 24784

[startup+1603.12 s]
/proc/loadavg: 2.00 1.99 1.93 3/90 14874
/proc/meminfo: memFree=1514288/2055920 swapFree=4192956/4192956
[pid=14534] ppid=14532 vsize=15888 CPUtime=0.07
/proc/14534/stat : 14534 (sugar) S 14532 14534 14293 0 -1 4194304 1824 0 0 0 6 1 0 0 16 0 1 0 29934241 16269312 1337 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14534/statm: 3972 1337 373 3 0 1072 0
[pid=14536] ppid=14534 vsize=0 CPUtime=0.89
/proc/14536/stat : 14536 (java) Z 14534 14534 14293 0 -1 1036 10135 0 1 0 83 6 0 0 16 0 1 0 29934246 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/14536/statm: 0 0 0 0 0 0 0
[pid=14544] ppid=14534 vsize=0 CPUtime=1.03
/proc/14544/stat : 14544 (java) Z 14534 14534 14293 0 -1 1036 8829 0 1 0 98 5 0 0 16 0 1 0 29934336 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/14544/statm: 0 0 0 0 0 0 0
[pid=14555] ppid=14534 vsize=9040 CPUtime=1585.63
/proc/14555/stat : 14555 (minisat) R 14534 14534 14293 0 -1 0 1880 0 0 0 158536 27 0 0 25 0 1 0 29934446 9256960 1840 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528442 0 0 4096 3 0 0 0 17 0 0 0
/proc/14555/statm: 2260 1840 51 112 0 2144 0
Current children cumulated CPU time (s) 1587.62
Current children cumulated vsize (KiB) 24928

[startup+1663.15 s]
/proc/loadavg: 2.00 1.99 1.93 3/90 14874
/proc/meminfo: memFree=1514224/2055920 swapFree=4192956/4192956
[pid=14534] ppid=14532 vsize=15888 CPUtime=0.07
/proc/14534/stat : 14534 (sugar) S 14532 14534 14293 0 -1 4194304 1824 0 0 0 6 1 0 0 16 0 1 0 29934241 16269312 1337 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14534/statm: 3972 1337 373 3 0 1072 0
[pid=14536] ppid=14534 vsize=0 CPUtime=0.89
/proc/14536/stat : 14536 (java) Z 14534 14534 14293 0 -1 1036 10135 0 1 0 83 6 0 0 16 0 1 0 29934246 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/14536/statm: 0 0 0 0 0 0 0
[pid=14544] ppid=14534 vsize=0 CPUtime=1.03
/proc/14544/stat : 14544 (java) Z 14534 14534 14293 0 -1 1036 8829 0 1 0 98 5 0 0 16 0 1 0 29934336 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/14544/statm: 0 0 0 0 0 0 0
[pid=14555] ppid=14534 vsize=9180 CPUtime=1645.06
/proc/14555/stat : 14555 (minisat) R 14534 14534 14293 0 -1 0 1897 0 0 0 164479 27 0 0 25 0 1 0 29934446 9400320 1857 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134525778 0 0 4096 3 0 0 0 17 0 0 0
/proc/14555/statm: 2295 1857 51 112 0 2179 0
Current children cumulated CPU time (s) 1647.05
Current children cumulated vsize (KiB) 25068

[startup+1723.17 s]
/proc/loadavg: 2.00 1.99 1.93 3/90 14874
/proc/meminfo: memFree=1514096/2055920 swapFree=4192956/4192956
[pid=14534] ppid=14532 vsize=15888 CPUtime=0.07
/proc/14534/stat : 14534 (sugar) S 14532 14534 14293 0 -1 4194304 1824 0 0 0 6 1 0 0 16 0 1 0 29934241 16269312 1337 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14534/statm: 3972 1337 373 3 0 1072 0
[pid=14536] ppid=14534 vsize=0 CPUtime=0.89
/proc/14536/stat : 14536 (java) Z 14534 14534 14293 0 -1 1036 10135 0 1 0 83 6 0 0 16 0 1 0 29934246 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/14536/statm: 0 0 0 0 0 0 0
[pid=14544] ppid=14534 vsize=0 CPUtime=1.03
/proc/14544/stat : 14544 (java) Z 14534 14534 14293 0 -1 1036 8829 0 1 0 98 5 0 0 16 0 1 0 29934336 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/14544/statm: 0 0 0 0 0 0 0
[pid=14555] ppid=14534 vsize=9180 CPUtime=1704.48
/proc/14555/stat : 14555 (minisat) R 14534 14534 14293 0 -1 0 1898 0 0 0 170421 27 0 0 25 0 1 0 29934446 9400320 1858 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/14555/statm: 2295 1858 51 112 0 2179 0
Current children cumulated CPU time (s) 1706.47
Current children cumulated vsize (KiB) 25068

[startup+1783.19 s]
/proc/loadavg: 2.00 1.99 1.93 3/90 14874
/proc/meminfo: memFree=1514032/2055920 swapFree=4192956/4192956
[pid=14534] ppid=14532 vsize=15888 CPUtime=0.07
/proc/14534/stat : 14534 (sugar) S 14532 14534 14293 0 -1 4194304 1824 0 0 0 6 1 0 0 16 0 1 0 29934241 16269312 1337 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14534/statm: 3972 1337 373 3 0 1072 0
[pid=14536] ppid=14534 vsize=0 CPUtime=0.89
/proc/14536/stat : 14536 (java) Z 14534 14534 14293 0 -1 1036 10135 0 1 0 83 6 0 0 16 0 1 0 29934246 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/14536/statm: 0 0 0 0 0 0 0
[pid=14544] ppid=14534 vsize=0 CPUtime=1.03
/proc/14544/stat : 14544 (java) Z 14534 14534 14293 0 -1 1036 8829 0 1 0 98 5 0 0 16 0 1 0 29934336 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/14544/statm: 0 0 0 0 0 0 0
[pid=14555] ppid=14534 vsize=9180 CPUtime=1763.92
/proc/14555/stat : 14555 (minisat) R 14534 14534 14293 0 -1 0 1898 0 0 0 176365 27 0 0 25 0 1 0 29934446 9400320 1858 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/14555/statm: 2295 1858 51 112 0 2179 0
Current children cumulated CPU time (s) 1765.91
Current children cumulated vsize (KiB) 25068



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1817.63 s]
/proc/loadavg: 2.00 1.99 1.93 3/90 14874
/proc/meminfo: memFree=1514032/2055920 swapFree=4192956/4192956
[pid=14534] ppid=14532 vsize=15888 CPUtime=0.07
/proc/14534/stat : 14534 (sugar) S 14532 14534 14293 0 -1 4194304 1824 0 0 0 6 1 0 0 16 0 1 0 29934241 16269312 1337 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14534/statm: 3972 1337 373 3 0 1072 0
[pid=14536] ppid=14534 vsize=0 CPUtime=0.89
/proc/14536/stat : 14536 (java) Z 14534 14534 14293 0 -1 1036 10135 0 1 0 83 6 0 0 16 0 1 0 29934246 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/14536/statm: 0 0 0 0 0 0 0
[pid=14544] ppid=14534 vsize=0 CPUtime=1.03
/proc/14544/stat : 14544 (java) Z 14534 14534 14293 0 -1 1036 8829 0 1 0 98 5 0 0 16 0 1 0 29934336 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/14544/statm: 0 0 0 0 0 0 0
[pid=14555] ppid=14534 vsize=9180 CPUtime=1798.01
/proc/14555/stat : 14555 (minisat) R 14534 14534 14293 0 -1 0 1901 0 0 0 179774 27 0 0 25 0 1 0 29934446 9400320 1861 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134527238 0 0 4096 3 0 0 0 17 0 0 0
/proc/14555/statm: 2295 1861 51 112 0 2179 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 25068

Sending SIGTERM to process tree (bottom up)

Child status: 1

!!! problem with CPU time !!!
wait4(...,&childrusage) returns 14534 and gives childrusage.ru_utime.tv_sec=1797 childrusage.ru_utime.tv_usec=814690 childrusage.ru_stime.tv_sec=0 childrusage.ru_stime.tv_usec=290955
CPU time returned by wait4() is 1798.11
while last known CPU time is 1800

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

Real time (s): 1817.64
CPU time (s): 1800
CPU user time (s): 1799.61
CPU system time (s): 0.39
CPU usage (%): 99.0295
Max. virtual memory (cumulated for all children) (KiB): 821100

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.81
system time used= 0.290955
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3813
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 59
involuntary context switches= 45510

runsolver used 2.53861 s user time and 5.37918 s system time

The end

Launcher Data (download as text)

Begin job on node23 on Mon Jan 29 19:43:24 UTC 2007


IDJOB= 213854
IDBENCH= 4879
IDSOLVER= 86
FILE ID= node23/213854-1170099803

PBS_JOBID= 3689728

Free space on /tmp= 66563 MiB

SOLVER NAME= sugar 0.40
BENCH NAME= HOME/pub/bench/CPAI06/pseudoSeries/par/par-32-5-c.xml
COMMAND LINE= /tmp/evaluation/213854-1170099803/solver /tmp/evaluation/213854-1170099803 /tmp/evaluation/213854-1170099803/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node23/watcher-213854-1170099803 -o ROOT/results/node23/solver-213854-1170099803 -C 1800 -M 900  /tmp/evaluation/213854-1170099803/solver /tmp/evaluation/213854-1170099803 /tmp/evaluation/213854-1170099803/unknown.xml

META MD5SUM SOLVER= 0a27e717dfe98d83d9802fe0eea45073
MD5SUM BENCH=  3f083ae2000fdb63ac200f8ead6769a2

RANDOM SEED= 422998364

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.216
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.216
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:       1548816 kB
Buffers:         52120 kB
Cached:         324260 kB
SwapCached:          0 kB
Active:         210528 kB
Inactive:       225908 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1548816 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            2000 kB
Writeback:           0 kB
Mapped:          78936 kB
Slab:            56012 kB
Committed_AS:   346088 kB
PageTables:       1880 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= 66559 MiB



End job on node23 on Mon Jan 29 20:13:41 UTC 2007