Trace number 208551

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 1801.85

General information on the benchmark

Namerandom/rand-2-40-19-fcd/
rand-2-40-19-443-230-fcd-47_ext.xml
MD5SUM9a6de96e80d1982c64c90c12ab5a78ea
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark62.0016
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables40
Number of constraints348
Maximum constraint arity2
Maximum domain size19
Number of constraints which are defined in extension348
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.04	c # Sugar v0-40 (/tmp/evaluation/208551-1170097152/sugar-v0-40.jar)
0.04	
0.04	c # MAIN  BEGIN : /tmp/evaluation/208551-1170097152/unknown.xml [Mon Jan 29 19:59:12 2007]
0.04	c # CONVERT_XML  BEGIN : /tmp/evaluation/208551-1170097152/unknown.xml /tmp/evaluation/208551-1170097152/sugar22832.csp [Mon Jan 29 19:59:12 2007]
0.04	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/208551-1170097152/sugar-v0-40.jar -convert /tmp/evaluation/208551-1170097152/unknown.xml /tmp/evaluation/208551-1170097152/sugar22832.csp
0.16	c BEGIN convert /tmp/evaluation/208551-1170097152/unknown.xml
0.63	c END convert (0.477869 seconds)
0.67	c # CONVERT_XML  END : /tmp/evaluation/208551-1170097152/sugar22832.csp 1108845 bytes (1 seconds) [Mon Jan 29 19:59:13 2007]
0.67	c # CONVERT_XML  CPU : 0.58 = 0 + 0 + 0.53 + 0.05
0.67	
0.67	c # GENERATE_SAT  BEGIN : /tmp/evaluation/208551-1170097152/sugar22832.bcnf [Mon Jan 29 19:59:13 2007]
0.67	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/208551-1170097152/sugar-v0-40.jar -bcnf -map /tmp/evaluation/208551-1170097152/sugar22832.map /tmp/evaluation/208551-1170097152/sugar22832.csp /tmp/evaluation/208551-1170097152/sugar22832.bcnf
0.79	c BEGIN parse /tmp/evaluation/208551-1170097152/sugar22832.csp
12.65	c END parse (11.860863 seconds)
12.65	c BEGIN simplify
12.71	c END simplify (0.061956 seconds)
12.71	c BEGIN encode /tmp/evaluation/208551-1170097152/sugar22832.bcnf
13.21	c END encode (0.496234 seconds)
13.29	c # GENERATE_SAT  END : 5276 variables 43639 clauses 4316412 bytes (12 seconds) [Mon Jan 29 19:59:25 2007]
13.29	c # GENERATE_SAT  CPU : 12.49 = 0.03 + 0.01 + 12.09 + 0.36
13.29	
13.29	c # SOLVE_SAT  BEGIN : /tmp/evaluation/208551-1170097152/sugar22832.bcnf [Mon Jan 29 19:59:25 2007]
13.29	c # CMD : /tmp/evaluation/208551-1170097152/minisat /tmp/evaluation/208551-1170097152/sugar22832.bcnf /tmp/evaluation/208551-1170097152/sugar22832.out
13.39	c ==================================[MINISAT]===================================
13.39	c | Conflicts |     ORIGINAL     |              LEARNT              | Progress |
13.39	c |           | Clauses Literals |   Limit Clauses Literals  Lit/Cl |          |
13.39	c ==============================================================================
13.39	c |         0 |   43639  1035456 |   14546       0        0     nan |  0.000 % |
13.41	c |       100 |   43640  1035456 |   16000      99     3170    32.0 |  0.000 % |
13.43	c |       252 |   43640  1035456 |   17600     251     4974    19.8 |  0.000 % |
13.48	c |       477 |   43640  1035456 |   19360     476     8845    18.6 |  0.000 % |
13.54	c |       814 |   43640  1035456 |   21296     813    12997    16.0 |  0.000 % |
13.65	c |      1321 |   43640  1035456 |   23426    1320    20105    15.2 |  0.000 % |
13.81	c |      2080 |   43640  1035456 |   25769    2079    29305    14.1 |  0.000 % |
14.06	c |      3222 |   43640  1035456 |   28346    3221    44068    13.7 |  0.000 % |
14.52	c |      4930 |   43641  1035456 |   31180    4928    69558    14.1 |  0.000 % |
15.18	c |      7492 |   43644  1035456 |   34298    7487   107018    14.3 |  0.000 % |
16.31	c |     11336 |   43644  1035456 |   37728   11331   171195    15.1 |  0.000 % |
18.19	c |     17102 |   43645  1035456 |   41501   17096   264869    15.5 |  0.000 % |
21.81	c |     25751 |   43650  1035456 |   45651   25740   427072    16.6 |  0.000 % |
27.85	c |     38725 |   43651  1035456 |   50216   38713   705746    18.2 |  0.000 % |
38.73	c |     58190 |   43654  1035456 |   55238   22132   456554    20.6 |  0.000 % |
56.80	c |     87383 |   43661  1035456 |   60762   51318  1091774    21.3 |  0.000 % |
84.47	c |    131172 |   43668  1035456 |   66838   50013  1361795    27.2 |  0.000 % |
125.57	c |    196857 |   43690  1035456 |   73522   62914  1477708    23.5 |  0.000 % |
196.21	c |    295384 |   43705  1035456 |   80874   48310  1150967    23.8 |  0.000 % |
305.70	c |    443177 |   43730  1035456 |   88962   63032  1686750    26.8 |  0.000 % |
503.46	c |    664862 |   43746  1035456 |   97858   76891  2269350    29.5 |  0.001 % |
768.18	c |    997387 |   43646  1035108 |  107644   62712  1865931    29.8 |  0.019 % |
1194.27	c |   1496175 |   43683  1035108 |  118408   33296   745535    22.4 |  0.019 % |
1800.84	
1800.84	s UNKNOWN
1800.84	c # INTERRUPTED
1800.84	c # MAIN  END :  (1801 seconds) [Mon Jan 29 20:29:13 2007]
1800.84	c # MAIN  CPU : 13.08 = 0.04 + 0.01 + 12.62 + 0.41
1800.84	

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/node75/watcher-208551-1170097152 -o ROOT/results/node75/solver-208551-1170097152 -C 1800 -M 900 /tmp/evaluation/208551-1170097152/solver /tmp/evaluation/208551-1170097152 /tmp/evaluation/208551-1170097152/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.00 1.76 1.71 5/81 22833
/proc/meminfo: memFree=1436592/2055920 swapFree=4192956/4192956
[pid=22832] ppid=22830 vsize=18540 CPUtime=0
/proc/22832/stat : 22832 (runsolver) R 22830 22832 22585 0 -1 4194368 16 0 0 0 0 0 0 0 24 0 1 0 29681038 18984960 279 18446744073709551615 4194304 4267372 548682069040 18446744073709551615 231882681639 0 0 4096 24578 0 0 0 17 1 0 0
/proc/22832/statm: 4635 279 244 17 0 2626 0

[startup+0.103499 s]
/proc/loadavg: 2.00 1.76 1.71 5/81 22833
/proc/meminfo: memFree=1436592/2055920 swapFree=4192956/4192956
[pid=22832] ppid=22830 vsize=13724 CPUtime=0.03
/proc/22832/stat : 22832 (sugar) S 22830 22832 22585 0 -1 4194304 1112 0 0 0 3 0 0 0 25 0 1 0 29681038 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22832/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13724

[startup+0.511532 s]
/proc/loadavg: 2.00 1.76 1.71 5/81 22833
/proc/meminfo: memFree=1436592/2055920 swapFree=4192956/4192956
[pid=22832] ppid=22830 vsize=13724 CPUtime=0.03
/proc/22832/stat : 22832 (sugar) S 22830 22832 22585 0 -1 4194304 1121 0 0 0 3 0 0 0 15 0 1 0 29681038 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22832/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: 2.00 1.76 1.71 3/89 22849
/proc/meminfo: memFree=1386096/2055920 swapFree=4192956/4192956
[pid=22832] ppid=22830 vsize=13724 CPUtime=0.61
/proc/22832/stat : 22832 (sugar) S 22830 22832 22585 0 -1 4194304 1190 7511 0 1 3 0 53 5 16 0 1 0 29681038 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22832/statm: 3431 809 371 3 0 531 0
[pid=22842] ppid=22832 vsize=807064 CPUtime=0.64
/proc/22842/stat : 22842 (java) R 22832 22832 22585 0 -1 0 8131 0 1 0 59 5 0 0 25 0 8 0 29681106 826433536 7878 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/22842/statm: 201766 7878 1494 14 0 189044 0
[pid=22842/tid=22843] ppid=22832 vsize=807064 CPUtime=0.12
/proc/22842/task/22843/stat : 22843 (java) R 22832 22832 22585 0 -1 64 2077 0 0 0 12 0 0 0 16 0 8 0 29681109 826433536 7878 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4153827336 0 0 0 23759 0 0 0 -1 0 0 0
[pid=22842/tid=22844] ppid=22832 vsize=807064 CPUtime=0
/proc/22842/task/22844/stat : 22844 (java) S 22832 22832 22585 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 29681109 826433536 7878 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22842/tid=22845] ppid=22832 vsize=807064 CPUtime=0
/proc/22842/task/22845/stat : 22845 (java) S 22832 22832 22585 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 29681109 826433536 7878 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22842/tid=22846] ppid=22832 vsize=807064 CPUtime=0
/proc/22842/task/22846/stat : 22846 (java) S 22832 22832 22585 0 -1 64 0 0 0 0 0 0 0 0 24 0 8 0 29681112 826433536 7878 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22842/tid=22847] ppid=22832 vsize=807064 CPUtime=0.05
/proc/22842/task/22847/stat : 22847 (java) S 22832 22832 22585 0 -1 64 292 0 0 0 5 0 0 0 18 0 8 0 29681112 826433536 7878 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22842/tid=22848] ppid=22832 vsize=807064 CPUtime=0
/proc/22842/task/22848/stat : 22848 (java) S 22832 22832 22585 0 -1 64 3 0 0 0 0 0 0 0 25 0 8 0 29681112 826433536 7878 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22842/tid=22849] ppid=22832 vsize=807064 CPUtime=0
/proc/22842/task/22849/stat : 22849 (java) S 22832 22832 22585 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 29681112 826433536 7878 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.25
Current children cumulated vsize (KiB) 820788

[startup+2.98589 s]
/proc/loadavg: 2.00 1.76 1.71 4/89 22849
/proc/meminfo: memFree=1340912/2055920 swapFree=4192956/4192956
[pid=22832] ppid=22830 vsize=13724 CPUtime=0.61
/proc/22832/stat : 22832 (sugar) S 22830 22832 22585 0 -1 4194304 1190 7511 0 1 3 0 53 5 16 0 1 0 29681038 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22832/statm: 3431 809 371 3 0 531 0
[pid=22842] ppid=22832 vsize=807336 CPUtime=2.27
/proc/22842/stat : 22842 (java) R 22832 22832 22585 0 -1 0 16108 0 1 0 218 9 0 0 25 0 8 0 29681106 826712064 15829 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073746898 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/22842/statm: 201834 15829 1506 14 0 189112 0
[pid=22842/tid=22843] ppid=22832 vsize=807336 CPUtime=0.61
/proc/22842/task/22843/stat : 22843 (java) S 22832 22832 22585 0 -1 64 9884 0 0 0 57 4 0 0 16 0 8 0 29681109 826712064 15829 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=22842/tid=22844] ppid=22832 vsize=807336 CPUtime=0
/proc/22842/task/22844/stat : 22844 (java) S 22832 22832 22585 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 29681109 826712064 15829 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22842/tid=22845] ppid=22832 vsize=807336 CPUtime=0
/proc/22842/task/22845/stat : 22845 (java) S 22832 22832 22585 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 29681109 826712064 15829 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22842/tid=22846] ppid=22832 vsize=807336 CPUtime=0
/proc/22842/task/22846/stat : 22846 (java) S 22832 22832 22585 0 -1 64 0 0 0 0 0 0 0 0 24 0 8 0 29681112 826712064 15829 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22842/tid=22847] ppid=22832 vsize=807336 CPUtime=0.12
/proc/22842/task/22847/stat : 22847 (java) S 22832 22832 22585 0 -1 64 399 0 0 0 12 0 0 0 16 0 8 0 29681112 826712064 15829 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22842/tid=22848] ppid=22832 vsize=807336 CPUtime=0
/proc/22842/task/22848/stat : 22848 (java) S 22832 22832 22585 0 -1 64 3 0 0 0 0 0 0 0 25 0 8 0 29681112 826712064 15829 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22842/tid=22849] ppid=22832 vsize=807336 CPUtime=0
/proc/22842/task/22849/stat : 22849 (java) S 22832 22832 22585 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 29681112 826712064 15829 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.88
Current children cumulated vsize (KiB) 821060

[startup+6.23121 s]
/proc/loadavg: 2.08 1.78 1.72 3/89 22849
/proc/meminfo: memFree=1170096/2055920 swapFree=4192956/4192956
[pid=22832] ppid=22830 vsize=13724 CPUtime=0.61
/proc/22832/stat : 22832 (sugar) S 22830 22832 22585 0 -1 4194304 1190 7511 0 1 3 0 53 5 16 0 1 0 29681038 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22832/statm: 3431 809 371 3 0 531 0
[pid=22842] ppid=22832 vsize=807336 CPUtime=5.48
/proc/22842/stat : 22842 (java) R 22832 22832 22585 0 -1 0 34357 0 1 0 528 20 0 0 25 0 8 0 29681106 826712064 33993 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073669972 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/22842/statm: 201834 33993 1506 14 0 189112 0
[pid=22842/tid=22843] ppid=22832 vsize=807336 CPUtime=1.46
/proc/22842/task/22843/stat : 22843 (java) S 22832 22832 22585 0 -1 64 28043 0 0 0 132 14 0 0 16 0 8 0 29681109 826712064 33993 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=22842/tid=22844] ppid=22832 vsize=807336 CPUtime=0
/proc/22842/task/22844/stat : 22844 (java) S 22832 22832 22585 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 29681109 826712064 33993 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22842/tid=22845] ppid=22832 vsize=807336 CPUtime=0
/proc/22842/task/22845/stat : 22845 (java) S 22832 22832 22585 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 29681109 826712064 33993 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22842/tid=22846] ppid=22832 vsize=807336 CPUtime=0
/proc/22842/task/22846/stat : 22846 (java) S 22832 22832 22585 0 -1 64 0 0 0 0 0 0 0 0 24 0 8 0 29681112 826712064 33993 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22842/tid=22847] ppid=22832 vsize=807336 CPUtime=0.13
/proc/22842/task/22847/stat : 22847 (java) S 22832 22832 22585 0 -1 64 403 0 0 0 13 0 0 0 16 0 8 0 29681112 826712064 33993 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22842/tid=22848] ppid=22832 vsize=807336 CPUtime=0
/proc/22842/task/22848/stat : 22848 (java) S 22832 22832 22585 0 -1 64 3 0 0 0 0 0 0 0 25 0 8 0 29681112 826712064 33993 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22842/tid=22849] ppid=22832 vsize=807336 CPUtime=0
/proc/22842/task/22849/stat : 22849 (java) S 22832 22832 22585 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 29681112 826712064 33993 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.09
Current children cumulated vsize (KiB) 821060

[startup+12.635 s]
/proc/loadavg: 2.07 1.78 1.72 3/82 22850
/proc/meminfo: memFree=1247608/2055920 swapFree=4192956/4192956
[pid=22832] ppid=22830 vsize=13724 CPUtime=0.61
/proc/22832/stat : 22832 (sugar) S 22830 22832 22585 0 -1 4194304 1190 7511 0 1 3 0 53 5 16 0 1 0 29681038 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22832/statm: 3431 809 371 3 0 531 0
[pid=22842] ppid=22832 vsize=807336 CPUtime=11.83
/proc/22842/stat : 22842 (java) R 22832 22832 22585 0 -1 0 54762 0 1 0 1152 31 0 0 25 0 8 0 29681106 826712064 54108 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073582649 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/22842/statm: 201834 54108 1507 14 0 189112 0
[pid=22842/tid=22843] ppid=22832 vsize=807336 CPUtime=3.39
/proc/22842/task/22843/stat : 22843 (java) S 22832 22832 22585 0 -1 64 48256 0 0 0 315 24 0 0 16 0 8 0 29681109 826712064 54108 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=22842/tid=22844] ppid=22832 vsize=807336 CPUtime=0
/proc/22842/task/22844/stat : 22844 (java) S 22832 22832 22585 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 29681109 826712064 54108 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22842/tid=22845] ppid=22832 vsize=807336 CPUtime=0
/proc/22842/task/22845/stat : 22845 (java) S 22832 22832 22585 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 29681109 826712064 54108 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22842/tid=22846] ppid=22832 vsize=807336 CPUtime=0
/proc/22842/task/22846/stat : 22846 (java) S 22832 22832 22585 0 -1 64 0 0 0 0 0 0 0 0 24 0 8 0 29681112 826712064 54108 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22842/tid=22847] ppid=22832 vsize=807336 CPUtime=0.13
/proc/22842/task/22847/stat : 22847 (java) S 22832 22832 22585 0 -1 64 403 0 0 0 13 0 0 0 16 0 8 0 29681112 826712064 54108 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22842/tid=22848] ppid=22832 vsize=807336 CPUtime=0
/proc/22842/task/22848/stat : 22848 (java) S 22832 22832 22585 0 -1 64 3 0 0 0 0 0 0 0 25 0 8 0 29681112 826712064 54108 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22842/tid=22849] ppid=22832 vsize=807336 CPUtime=0
/proc/22842/task/22849/stat : 22849 (java) S 22832 22832 22585 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 29681112 826712064 54108 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.44
Current children cumulated vsize (KiB) 821060

[startup+25.4715 s]
/proc/loadavg: 2.06 1.79 1.73 3/75 22851
/proc/meminfo: memFree=1439344/2055920 swapFree=4192956/4192956
[pid=22832] ppid=22830 vsize=16312 CPUtime=13.11
/proc/22832/stat : 22832 (sugar) S 22830 22832 22585 0 -1 4194304 1941 62313 0 2 7 1 1262 41 16 0 1 0 29681038 16703488 1452 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22832/statm: 4078 1452 373 3 0 1178 0
[pid=22851] ppid=22832 vsize=10904 CPUtime=12.16
/proc/22851/stat : 22851 (minisat) R 22832 22832 22585 0 -1 0 3384 0 0 0 1214 2 0 0 25 0 1 0 29682367 11165696 2345 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/22851/statm: 2726 2345 52 112 0 2610 0
Current children cumulated CPU time (s) 25.27
Current children cumulated vsize (KiB) 27216

[startup+51.1345 s]
/proc/loadavg: 2.04 1.81 1.73 3/75 22851
/proc/meminfo: memFree=1434352/2055920 swapFree=4192956/4192956
[pid=22832] ppid=22830 vsize=16312 CPUtime=13.11
/proc/22832/stat : 22832 (sugar) S 22830 22832 22585 0 -1 4194304 1941 62313 0 2 7 1 1262 41 16 0 1 0 29681038 16703488 1452 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22832/statm: 4078 1452 373 3 0 1178 0
[pid=22851] ppid=22832 vsize=13020 CPUtime=37.81
/proc/22851/stat : 22851 (minisat) R 22832 22832 22585 0 -1 0 3918 0 0 0 3778 3 0 0 25 0 1 0 29682367 13332480 2879 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/22851/statm: 3255 2879 52 112 0 3139 0
Current children cumulated CPU time (s) 50.92
Current children cumulated vsize (KiB) 29332

[startup+102.357 s]
/proc/loadavg: 2.01 1.84 1.74 3/75 22851
/proc/meminfo: memFree=1426608/2055920 swapFree=4192956/4192956
[pid=22832] ppid=22830 vsize=16312 CPUtime=13.11
/proc/22832/stat : 22832 (sugar) S 22830 22832 22585 0 -1 4194304 1941 62313 0 2 7 1 1262 41 16 0 1 0 29681038 16703488 1452 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22832/statm: 4078 1452 373 3 0 1178 0
[pid=22851] ppid=22832 vsize=17120 CPUtime=89.02
/proc/22851/stat : 22851 (minisat) R 22832 22832 22585 0 -1 0 4926 0 0 0 8898 4 0 0 25 0 1 0 29682367 17530880 3887 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528342 0 0 4096 3 0 0 0 17 1 0 0
/proc/22851/statm: 4280 3887 52 112 0 4164 0
Current children cumulated CPU time (s) 102.13
Current children cumulated vsize (KiB) 33432

[startup+162.429 s]
/proc/loadavg: 2.00 1.86 1.75 3/81 22969
/proc/meminfo: memFree=1422960/2055920 swapFree=4192956/4192956
[pid=22832] ppid=22830 vsize=16312 CPUtime=13.11
/proc/22832/stat : 22832 (sugar) S 22830 22832 22585 0 -1 4194304 1941 62313 0 2 7 1 1262 41 16 0 1 0 29681038 16703488 1452 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22832/statm: 4078 1452 373 3 0 1178 0
[pid=22851] ppid=22832 vsize=18476 CPUtime=148.99
/proc/22851/stat : 22851 (minisat) R 22832 22832 22585 0 -1 0 5237 0 0 0 14895 4 0 0 25 0 1 0 29682367 18919424 4198 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/22851/statm: 4619 4198 52 112 0 4503 0
Current children cumulated CPU time (s) 162.1
Current children cumulated vsize (KiB) 34788

[startup+222.501 s]
/proc/loadavg: 2.03 1.90 1.77 3/75 23049
/proc/meminfo: memFree=1422384/2055920 swapFree=4192956/4192956
[pid=22832] ppid=22830 vsize=16312 CPUtime=13.11
/proc/22832/stat : 22832 (sugar) S 22830 22832 22585 0 -1 4194304 1941 62313 0 2 7 1 1262 41 16 0 1 0 29681038 16703488 1452 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22832/statm: 4078 1452 373 3 0 1178 0
[pid=22851] ppid=22832 vsize=19588 CPUtime=209
/proc/22851/stat : 22851 (minisat) R 22832 22832 22585 0 -1 0 5527 0 0 0 20895 5 0 0 25 0 1 0 29682367 20058112 4488 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528392 0 0 4096 3 0 0 0 17 1 0 0
/proc/22851/statm: 4897 4488 52 112 0 4781 0
Current children cumulated CPU time (s) 222.11
Current children cumulated vsize (KiB) 35900

[startup+282.555 s]
/proc/loadavg: 2.01 1.91 1.78 3/75 23049

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

/proc/loadavg: 2.06 2.00 1.89 3/75 23049
/proc/meminfo: memFree=1401648/2055920 swapFree=4192956/4192956
[pid=22832] ppid=22830 vsize=16312 CPUtime=13.11
/proc/22832/stat : 22832 (sugar) S 22830 22832 22585 0 -1 4194304 1941 62313 0 2 7 1 1262 41 16 0 1 0 29681038 16703488 1452 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22832/statm: 4078 1452 373 3 0 1178 0
[pid=22851] ppid=22832 vsize=29180 CPUtime=1109.55
/proc/22851/stat : 22851 (minisat) R 22832 22832 22585 0 -1 0 7868 0 0 0 110948 7 0 0 25 0 1 0 29682367 29880320 6829 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134527329 0 0 4096 3 0 0 0 17 1 0 0
/proc/22851/statm: 7295 6829 52 112 0 7179 0
Current children cumulated CPU time (s) 1122.66
Current children cumulated vsize (KiB) 45492

[startup+1183.35 s]
/proc/loadavg: 2.02 2.00 1.90 3/75 23049
/proc/meminfo: memFree=1398256/2055920 swapFree=4192956/4192956
[pid=22832] ppid=22830 vsize=16312 CPUtime=13.11
/proc/22832/stat : 22832 (sugar) S 22830 22832 22585 0 -1 4194304 1941 62313 0 2 7 1 1262 41 16 0 1 0 29681038 16703488 1452 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22832/statm: 4078 1452 373 3 0 1178 0
[pid=22851] ppid=22832 vsize=29352 CPUtime=1169.59
/proc/22851/stat : 22851 (minisat) R 22832 22832 22585 0 -1 0 7885 0 0 0 116952 7 0 0 25 0 1 0 29682367 30056448 6846 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/22851/statm: 7338 6846 52 112 0 7222 0
Current children cumulated CPU time (s) 1182.7
Current children cumulated vsize (KiB) 45664

[startup+1243.4 s]
/proc/loadavg: 2.00 2.00 1.91 3/75 23049
/proc/meminfo: memFree=1396272/2055920 swapFree=4192956/4192956
[pid=22832] ppid=22830 vsize=16312 CPUtime=13.11
/proc/22832/stat : 22832 (sugar) S 22830 22832 22585 0 -1 4194304 1941 62313 0 2 7 1 1262 41 16 0 1 0 29681038 16703488 1452 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22832/statm: 4078 1452 373 3 0 1178 0
[pid=22851] ppid=22832 vsize=29488 CPUtime=1229.63
/proc/22851/stat : 22851 (minisat) R 22832 22832 22585 0 -1 0 7913 0 0 0 122956 7 0 0 25 0 1 0 29682367 30195712 6874 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528782 0 0 4096 3 0 0 0 17 1 0 0
/proc/22851/statm: 7372 6874 52 112 0 7256 0
Current children cumulated CPU time (s) 1242.74
Current children cumulated vsize (KiB) 45800

[startup+1303.46 s]
/proc/loadavg: 2.00 2.00 1.91 3/75 23049
/proc/meminfo: memFree=1391536/2055920 swapFree=4192956/4192956
[pid=22832] ppid=22830 vsize=16312 CPUtime=13.11
/proc/22832/stat : 22832 (sugar) S 22830 22832 22585 0 -1 4194304 1941 62313 0 2 7 1 1262 41 16 0 1 0 29681038 16703488 1452 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22832/statm: 4078 1452 373 3 0 1178 0
[pid=22851] ppid=22832 vsize=33948 CPUtime=1289.67
/proc/22851/stat : 22851 (minisat) R 22832 22832 22585 0 -1 0 9037 0 0 0 128958 9 0 0 25 0 1 0 29682367 34762752 7998 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134532840 0 0 4096 3 0 0 0 17 1 0 0
/proc/22851/statm: 8487 7998 52 112 0 8371 0
Current children cumulated CPU time (s) 1302.78
Current children cumulated vsize (KiB) 50260

[startup+1363.51 s]
/proc/loadavg: 2.00 2.00 1.91 3/75 23049
/proc/meminfo: memFree=1390000/2055920 swapFree=4192956/4192956
[pid=22832] ppid=22830 vsize=16312 CPUtime=13.11
/proc/22832/stat : 22832 (sugar) S 22830 22832 22585 0 -1 4194304 1941 62313 0 2 7 1 1262 41 16 0 1 0 29681038 16703488 1452 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22832/statm: 4078 1452 373 3 0 1178 0
[pid=22851] ppid=22832 vsize=35400 CPUtime=1349.7
/proc/22851/stat : 22851 (minisat) R 22832 22832 22585 0 -1 0 9404 0 0 0 134961 9 0 0 25 0 1 0 29682367 36249600 8365 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/22851/statm: 8850 8365 52 112 0 8734 0
Current children cumulated CPU time (s) 1362.81
Current children cumulated vsize (KiB) 51712

[startup+1423.56 s]
/proc/loadavg: 2.00 2.00 1.91 3/75 23049
/proc/meminfo: memFree=1389040/2055920 swapFree=4192956/4192956
[pid=22832] ppid=22830 vsize=16312 CPUtime=13.11
/proc/22832/stat : 22832 (sugar) S 22830 22832 22585 0 -1 4194304 1941 62313 0 2 7 1 1262 41 16 0 1 0 29681038 16703488 1452 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22832/statm: 4078 1452 373 3 0 1178 0
[pid=22851] ppid=22832 vsize=36228 CPUtime=1409.73
/proc/22851/stat : 22851 (minisat) R 22832 22832 22585 0 -1 0 9599 0 0 0 140964 9 0 0 25 0 1 0 29682367 37097472 8560 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/22851/statm: 9057 8560 52 112 0 8941 0
Current children cumulated CPU time (s) 1422.84
Current children cumulated vsize (KiB) 52540

[startup+1483.62 s]
/proc/loadavg: 2.00 2.00 1.91 3/75 23049
/proc/meminfo: memFree=1388848/2055920 swapFree=4192956/4192956
[pid=22832] ppid=22830 vsize=16312 CPUtime=13.11
/proc/22832/stat : 22832 (sugar) S 22830 22832 22585 0 -1 4194304 1941 62313 0 2 7 1 1262 41 16 0 1 0 29681038 16703488 1452 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22832/statm: 4078 1452 373 3 0 1178 0
[pid=22851] ppid=22832 vsize=36380 CPUtime=1469.77
/proc/22851/stat : 22851 (minisat) R 22832 22832 22585 0 -1 0 9638 0 0 0 146968 9 0 0 25 0 1 0 29682367 37253120 8599 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/22851/statm: 9095 8599 52 112 0 8979 0
Current children cumulated CPU time (s) 1482.88
Current children cumulated vsize (KiB) 52692

[startup+1543.67 s]
/proc/loadavg: 2.00 2.00 1.91 3/75 23049
/proc/meminfo: memFree=1388464/2055920 swapFree=4192956/4192956
[pid=22832] ppid=22830 vsize=16312 CPUtime=13.11
/proc/22832/stat : 22832 (sugar) S 22830 22832 22585 0 -1 4194304 1941 62313 0 2 7 1 1262 41 16 0 1 0 29681038 16703488 1452 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22832/statm: 4078 1452 373 3 0 1178 0
[pid=22851] ppid=22832 vsize=36700 CPUtime=1529.81
/proc/22851/stat : 22851 (minisat) R 22832 22832 22585 0 -1 0 9710 0 0 0 152972 9 0 0 25 0 1 0 29682367 37580800 8671 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/22851/statm: 9175 8671 52 112 0 9059 0
Current children cumulated CPU time (s) 1542.92
Current children cumulated vsize (KiB) 53012

[startup+1603.73 s]
/proc/loadavg: 2.00 2.00 1.91 3/75 23049
/proc/meminfo: memFree=1388400/2055920 swapFree=4192956/4192956
[pid=22832] ppid=22830 vsize=16312 CPUtime=13.11
/proc/22832/stat : 22832 (sugar) S 22830 22832 22585 0 -1 4194304 1941 62313 0 2 7 1 1262 41 16 0 1 0 29681038 16703488 1452 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22832/statm: 4078 1452 373 3 0 1178 0
[pid=22851] ppid=22832 vsize=36700 CPUtime=1589.85
/proc/22851/stat : 22851 (minisat) R 22832 22832 22585 0 -1 0 9715 0 0 0 158976 9 0 0 25 0 1 0 29682367 37580800 8676 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/22851/statm: 9175 8676 52 112 0 9059 0
Current children cumulated CPU time (s) 1602.96
Current children cumulated vsize (KiB) 53012

[startup+1663.79 s]
/proc/loadavg: 2.00 2.00 1.91 3/75 23049
/proc/meminfo: memFree=1388336/2055920 swapFree=4192956/4192956
[pid=22832] ppid=22830 vsize=16312 CPUtime=13.11
/proc/22832/stat : 22832 (sugar) S 22830 22832 22585 0 -1 4194304 1941 62313 0 2 7 1 1262 41 16 0 1 0 29681038 16703488 1452 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22832/statm: 4078 1452 373 3 0 1178 0
[pid=22851] ppid=22832 vsize=36700 CPUtime=1649.89
/proc/22851/stat : 22851 (minisat) R 22832 22832 22585 0 -1 0 9716 0 0 0 164980 9 0 0 25 0 1 0 29682367 37580800 8677 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528758 0 0 4096 3 0 0 0 17 1 0 0
/proc/22851/statm: 9175 8677 52 112 0 9059 0
Current children cumulated CPU time (s) 1663
Current children cumulated vsize (KiB) 53012

[startup+1723.84 s]
/proc/loadavg: 2.07 2.01 1.91 3/75 23049
/proc/meminfo: memFree=1388144/2055920 swapFree=4192956/4192956
[pid=22832] ppid=22830 vsize=16312 CPUtime=13.11
/proc/22832/stat : 22832 (sugar) S 22830 22832 22585 0 -1 4194304 1941 62313 0 2 7 1 1262 41 16 0 1 0 29681038 16703488 1452 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22832/statm: 4078 1452 373 3 0 1178 0
[pid=22851] ppid=22832 vsize=36700 CPUtime=1709.93
/proc/22851/stat : 22851 (minisat) R 22832 22832 22585 0 -1 0 9716 0 0 0 170984 9 0 0 25 0 1 0 29682367 37580800 8677 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528426 0 0 4096 3 0 0 0 17 1 0 0
/proc/22851/statm: 9175 8677 52 112 0 9059 0
Current children cumulated CPU time (s) 1723.04
Current children cumulated vsize (KiB) 53012

[startup+1783.9 s]
/proc/loadavg: 2.02 2.01 1.91 3/75 23049
/proc/meminfo: memFree=1388016/2055920 swapFree=4192956/4192956
[pid=22832] ppid=22830 vsize=16312 CPUtime=13.11
/proc/22832/stat : 22832 (sugar) S 22830 22832 22585 0 -1 4194304 1941 62313 0 2 7 1 1262 41 16 0 1 0 29681038 16703488 1452 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22832/statm: 4078 1452 373 3 0 1178 0
[pid=22851] ppid=22832 vsize=36700 CPUtime=1769.97
/proc/22851/stat : 22851 (minisat) R 22832 22832 22585 0 -1 0 9729 0 0 0 176988 9 0 0 25 0 1 0 29682367 37580800 8690 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528771 0 0 4096 3 0 0 0 17 1 0 0
/proc/22851/statm: 9175 8690 52 112 0 9059 0
Current children cumulated CPU time (s) 1783.08
Current children cumulated vsize (KiB) 53012



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.83 s]
/proc/loadavg: 2.02 2.00 1.91 3/75 23049
/proc/meminfo: memFree=1388016/2055920 swapFree=4192956/4192956
[pid=22832] ppid=22830 vsize=16312 CPUtime=13.11
/proc/22832/stat : 22832 (sugar) S 22830 22832 22585 0 -1 4194304 1941 62313 0 2 7 1 1262 41 16 0 1 0 29681038 16703488 1452 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22832/statm: 4078 1452 373 3 0 1178 0
[pid=22851] ppid=22832 vsize=36700 CPUtime=1786.9
/proc/22851/stat : 22851 (minisat) R 22832 22832 22585 0 -1 0 9729 0 0 0 178681 9 0 0 25 0 1 0 29682367 37580800 8690 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528392 0 0 4096 3 0 0 0 17 1 0 0
/proc/22851/statm: 9175 8690 52 112 0 9059 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 53012

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

Child status: 1

!!! problem with CPU time !!!
wait4(...,&childrusage) returns 22832 and gives childrusage.ru_utime.tv_sec=12 childrusage.ru_utime.tv_usec=699069 childrusage.ru_stime.tv_sec=0 childrusage.ru_stime.tv_usec=431934
CPU time returned by wait4() is 13.131
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): 1801.85
CPU time (s): 1800.02
CPU user time (s): 1799.5
CPU system time (s): 0.52
CPU usage (%): 99.8984
Max. virtual memory (cumulated for all children) (KiB): 821312

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

runsolver used 1.48977 s user time and 5.01124 s system time

The end

Launcher Data (download as text)

Begin job on node75 on Mon Jan 29 18:59:12 UTC 2007


IDJOB= 208551
IDBENCH= 4402
IDSOLVER= 86
FILE ID= node75/208551-1170097152

PBS_JOBID= 3689681

Free space on /tmp= 66562 MiB

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

META MD5SUM SOLVER= 0a27e717dfe98d83d9802fe0eea45073
MD5SUM BENCH=  9a6de96e80d1982c64c90c12ab5a78ea

RANDOM SEED= 289818330

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.218
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.218
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1438352 kB
Buffers:         52624 kB
Cached:         433372 kB
SwapCached:          0 kB
Active:         224588 kB
Inactive:       320444 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1438352 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            3076 kB
Writeback:           0 kB
Mapped:          75780 kB
Slab:            57744 kB
Committed_AS:   370828 kB
PageTables:       1948 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= 66558 MiB



End job on node75 on Mon Jan 29 19:29:14 UTC 2007