Trace number 195480

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.1 1804.28

General information on the benchmark

Namefrb/frb40-19/
frb40-19-3-mgd_ext.xml
MD5SUMb56eb07e8839e46d5718269b095922ef
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 benchmark8.79966
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables40
Number of constraints308
Maximum constraint arity2
Maximum domain size19
Number of constraints which are defined in extension308
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/195480-1170092201/sugar-v0-40.jar)
0.05	
0.05	c # MAIN  BEGIN : /tmp/evaluation/195480-1170092201/unknown.xml [Mon Jan 29 18:36:55 2007]
0.05	c # CONVERT_XML  BEGIN : /tmp/evaluation/195480-1170092201/unknown.xml /tmp/evaluation/195480-1170092201/sugar15821.csp [Mon Jan 29 18:36:55 2007]
0.05	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/195480-1170092201/sugar-v0-40.jar -convert /tmp/evaluation/195480-1170092201/unknown.xml /tmp/evaluation/195480-1170092201/sugar15821.csp
0.18	c BEGIN convert /tmp/evaluation/195480-1170092201/unknown.xml
0.68	c END convert (0.503934 seconds)
0.73	c # CONVERT_XML  END : /tmp/evaluation/195480-1170092201/sugar15821.csp 1081722 bytes (0 seconds) [Mon Jan 29 18:36:55 2007]
0.73	c # CONVERT_XML  CPU : 0.61 = 0 + 0 + 0.55 + 0.06
0.73	
0.73	c # GENERATE_SAT  BEGIN : /tmp/evaluation/195480-1170092201/sugar15821.bcnf [Mon Jan 29 18:36:55 2007]
0.73	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/195480-1170092201/sugar-v0-40.jar -bcnf -map /tmp/evaluation/195480-1170092201/sugar15821.map /tmp/evaluation/195480-1170092201/sugar15821.csp /tmp/evaluation/195480-1170092201/sugar15821.bcnf
0.88	c BEGIN parse /tmp/evaluation/195480-1170092201/sugar15821.csp
9.56	c END parse (8.678054 seconds)
9.56	c BEGIN simplify
9.61	c END simplify (0.049986 seconds)
9.61	c BEGIN encode /tmp/evaluation/195480-1170092201/sugar15821.bcnf
10.04	c END encode (0.420884 seconds)
10.15	c # GENERATE_SAT  END : 4132 variables 40574 clauses 3073868 bytes (10 seconds) [Mon Jan 29 18:37:05 2007]
10.15	c # GENERATE_SAT  CPU : 9.27 = 0.03 + 0 + 8.92 + 0.32
10.15	
10.15	c # SOLVE_SAT  BEGIN : /tmp/evaluation/195480-1170092201/sugar15821.bcnf [Mon Jan 29 18:37:05 2007]
10.15	c # CMD : /tmp/evaluation/195480-1170092201/minisat /tmp/evaluation/195480-1170092201/sugar15821.bcnf /tmp/evaluation/195480-1170092201/sugar15821.out
10.23	c ==================================[MINISAT]===================================
10.23	c | Conflicts |     ORIGINAL     |              LEARNT              | Progress |
10.23	c |           | Clauses Literals |   Limit Clauses Literals  Lit/Cl |          |
10.23	c ==============================================================================
10.23	c |         0 |   40574   727887 |   13524       0        0     nan |  0.000 % |
10.25	c |       101 |   40574   727887 |   14876     101     3406    33.7 |  0.000 % |
10.29	c |       251 |   40574   727887 |   16364     251     5234    20.9 |  0.000 % |
10.35	c |       477 |   40577   727887 |   18000     474     7699    16.2 |  0.000 % |
10.42	c |       815 |   40577   727887 |   19800     812    11142    13.7 |  0.000 % |
10.53	c |      1322 |   40577   727887 |   21780    1319    17373    13.2 |  0.000 % |
10.70	c |      2081 |   40577   727887 |   23958    2078    26593    12.8 |  0.000 % |
10.98	c |      3224 |   40578   727887 |   26354    3220    42066    13.1 |  0.000 % |
11.37	c |      4932 |   40578   727887 |   28989    4928    62819    12.7 |  0.000 % |
12.04	c |      7497 |   40578   727887 |   31888    7493    95624    12.8 |  0.001 % |
13.06	c |     11341 |   40579   727887 |   35077   11336   152381    13.4 |  0.000 % |
14.93	c |     17109 |   40580   727887 |   38585   17103   256337    15.0 |  0.001 % |
18.77	c |     25758 |   40584   727887 |   42444   25748   430026    16.7 |  0.000 % |
25.67	c |     38733 |   40586   727887 |   46688   38721   668124    17.3 |  0.000 % |
35.48	c |     58194 |   40596   727887 |   51357   27002   466482    17.3 |  0.000 % |
50.71	c |     87387 |   40599   727887 |   56493   20550   314123    15.3 |  0.000 % |
74.45	c |    131177 |   40605   727887 |   62142   24156   418266    17.3 |  0.000 % |
108.92	c |    196861 |   40620   727887 |   68356   42490   937735    22.1 |  0.000 % |
166.10	c |    295387 |   40639   727887 |   75192   38863   791263    20.4 |  0.000 % |
264.69	c |    443177 |   40673   727887 |   82711   71047  2139505    30.1 |  0.000 % |
418.79	c |    664862 |   40694   727887 |   90982   33400   764395    22.9 |  0.000 % |
654.09	c |    997387 |   40739   727887 |  100080   88544  2154333    24.3 |  0.000 % |
1037.93	c |   1496175 |   40680   727314 |  110089   42410  1027764    24.2 |  0.024 % |
1638.23	c |   2244358 |   40735   727314 |  121097   67337  1634994    24.3 |  0.024 % |
1804.27	s UNKNOWN
1804.27	c # ERROR No such file or directory /tmp/evaluation/195480-1170092201/sugar15821.out, at /tmp/evaluation/195480-1170092201/sugar line 393.
1804.27	
1804.27	c # MAIN  END :  (1804 seconds) [Mon Jan 29 19:06:59 2007]
1804.27	c # MAIN  CPU : 1800.03 = 0.03 + 0 + 1799.4 + 0.6
1804.27	

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/node56/watcher-195480-1170092201 -o ROOT/results/node56/solver-195480-1170092201 -C 1800 -M 900 /tmp/evaluation/195480-1170092201/solver /tmp/evaluation/195480-1170092201 /tmp/evaluation/195480-1170092201/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: 1.11 1.76 1.91 5/82 15822
/proc/meminfo: memFree=1546984/2055920 swapFree=4110496/4192956
[pid=15821] ppid=15819 vsize=18540 CPUtime=0
/proc/15821/stat : 15821 (runsolver) R 15819 15821 15705 0 -1 4194368 16 0 0 0 0 0 0 0 21 0 1 0 29177998 18984960 279 18446744073709551615 4194304 4267372 548682069040 18446744073709551615 253307186471 0 0 4096 24578 0 0 0 17 1 0 0
/proc/15821/statm: 4635 279 244 17 0 2626 0

[startup+0.110605 s]
/proc/loadavg: 1.11 1.76 1.91 5/82 15822
/proc/meminfo: memFree=1546984/2055920 swapFree=4110496/4192956
[pid=15821] ppid=15819 vsize=13724 CPUtime=0.04
/proc/15821/stat : 15821 (sugar) S 15819 15821 15705 0 -1 4194304 1112 0 0 0 3 1 0 0 18 0 1 0 29177998 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15821/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13724

[startup+0.518649 s]
/proc/loadavg: 1.11 1.76 1.91 5/82 15822
/proc/meminfo: memFree=1546984/2055920 swapFree=4110496/4192956
[pid=15821] ppid=15819 vsize=13724 CPUtime=0.04
/proc/15821/stat : 15821 (sugar) S 15819 15821 15705 0 -1 4194304 1121 0 0 0 3 1 0 0 15 0 1 0 29177998 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15821/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13724

[startup+1.34073 s]
/proc/loadavg: 1.11 1.76 1.91 3/90 15838
/proc/meminfo: memFree=1500200/2055920 swapFree=4110496/4192956
[pid=15821] ppid=15819 vsize=13724 CPUtime=0.65
/proc/15821/stat : 15821 (sugar) S 15819 15821 15705 0 -1 4194304 1190 7490 0 1 3 1 55 6 15 0 1 0 29177998 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15821/statm: 3431 809 371 3 0 531 0
[pid=15831] ppid=15821 vsize=807064 CPUtime=0.55
/proc/15831/stat : 15831 (java) R 15821 15821 15705 0 -1 0 7748 0 1 0 51 4 0 0 25 0 8 0 29178072 826433536 7496 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073448213 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/15831/statm: 201766 7496 1494 14 0 189044 0
[pid=15831/tid=15832] ppid=15821 vsize=807064 CPUtime=0.09
/proc/15831/task/15832/stat : 15832 (java) S 15821 15821 15705 0 -1 64 1694 0 0 0 9 0 0 0 16 0 8 0 29178078 826433536 7496 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=15831/tid=15833] ppid=15821 vsize=807064 CPUtime=0
/proc/15831/task/15833/stat : 15833 (java) S 15821 15821 15705 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 29178078 826433536 7496 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15831/tid=15834] ppid=15821 vsize=807064 CPUtime=0
/proc/15831/task/15834/stat : 15834 (java) S 15821 15821 15705 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 29178078 826433536 7496 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15831/tid=15835] ppid=15821 vsize=807064 CPUtime=0
/proc/15831/task/15835/stat : 15835 (java) S 15821 15821 15705 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 29178082 826433536 7496 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15831/tid=15836] ppid=15821 vsize=807064 CPUtime=0.05
/proc/15831/task/15836/stat : 15836 (java) S 15821 15821 15705 0 -1 64 292 0 0 0 5 0 0 0 17 0 8 0 29178082 826433536 7496 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15831/tid=15837] ppid=15821 vsize=807064 CPUtime=0
/proc/15831/task/15837/stat : 15837 (java) S 15821 15821 15705 0 -1 64 3 0 0 0 0 0 0 0 23 0 8 0 29178082 826433536 7496 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15831/tid=15838] ppid=15821 vsize=807064 CPUtime=0
/proc/15831/task/15838/stat : 15838 (java) S 15821 15821 15705 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 29178082 826433536 7496 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.2
Current children cumulated vsize (KiB) 820788

[startup+3.0079 s]
/proc/loadavg: 1.11 1.76 1.91 3/90 15838
/proc/meminfo: memFree=1450088/2055920 swapFree=4110496/4192956
[pid=15821] ppid=15819 vsize=13724 CPUtime=0.65
/proc/15821/stat : 15821 (sugar) S 15819 15821 15705 0 -1 4194304 1190 7490 0 1 3 1 55 6 15 0 1 0 29177998 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15821/statm: 3431 809 371 3 0 531 0
[pid=15831] ppid=15821 vsize=807336 CPUtime=2.2
/proc/15831/stat : 15831 (java) R 15821 15821 15705 0 -1 0 14606 0 1 0 212 8 0 0 25 0 8 0 29178072 826712064 14334 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/15831/statm: 201834 14339 1506 14 0 189112 0
[pid=15831/tid=15832] ppid=15821 vsize=807336 CPUtime=0.54
/proc/15831/task/15832/stat : 15832 (java) R 15821 15821 15705 0 -1 64 8396 0 0 0 50 4 0 0 16 0 8 0 29178078 826712064 14343 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4153968444 0 0 0 23759 0 0 0 -1 0 0 0
[pid=15831/tid=15833] ppid=15821 vsize=807336 CPUtime=0
/proc/15831/task/15833/stat : 15833 (java) S 15821 15821 15705 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 29178078 826712064 14350 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15831/tid=15834] ppid=15821 vsize=807336 CPUtime=0
/proc/15831/task/15834/stat : 15834 (java) S 15821 15821 15705 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 29178078 826712064 14357 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15831/tid=15835] ppid=15821 vsize=807336 CPUtime=0
/proc/15831/task/15835/stat : 15835 (java) S 15821 15821 15705 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 29178082 826712064 14363 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15831/tid=15836] ppid=15821 vsize=807336 CPUtime=0.12
/proc/15831/task/15836/stat : 15836 (java) S 15821 15821 15705 0 -1 64 400 0 0 0 12 0 0 0 16 0 8 0 29178082 826712064 14365 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15831/tid=15837] ppid=15821 vsize=807336 CPUtime=0
/proc/15831/task/15837/stat : 15837 (java) S 15821 15821 15705 0 -1 64 3 0 0 0 0 0 0 0 23 0 8 0 29178082 826712064 14365 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15831/tid=15838] ppid=15821 vsize=807336 CPUtime=0
/proc/15831/task/15838/stat : 15838 (java) S 15821 15821 15705 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 29178082 826712064 14365 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.85
Current children cumulated vsize (KiB) 821060

[startup+6.22721 s]
/proc/loadavg: 1.18 1.76 1.91 3/90 15838
/proc/meminfo: memFree=1304552/2055920 swapFree=4110496/4192956
[pid=15821] ppid=15819 vsize=13724 CPUtime=0.65
/proc/15821/stat : 15821 (sugar) S 15819 15821 15705 0 -1 4194304 1190 7490 0 1 3 1 55 6 15 0 1 0 29177998 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15821/statm: 3431 809 371 3 0 531 0
[pid=15831] ppid=15821 vsize=807336 CPUtime=5.41
/proc/15831/stat : 15831 (java) R 15821 15821 15705 0 -1 0 32312 0 1 0 523 18 0 0 25 0 8 0 29178072 826712064 31949 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073640766 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/15831/statm: 201834 31949 1506 14 0 189112 0
[pid=15831/tid=15832] ppid=15821 vsize=807336 CPUtime=1.37
/proc/15831/task/15832/stat : 15832 (java) S 15821 15821 15705 0 -1 64 25998 0 0 0 124 13 0 0 16 0 8 0 29178078 826712064 31949 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=15831/tid=15833] ppid=15821 vsize=807336 CPUtime=0
/proc/15831/task/15833/stat : 15833 (java) S 15821 15821 15705 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 29178078 826712064 31949 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15831/tid=15834] ppid=15821 vsize=807336 CPUtime=0
/proc/15831/task/15834/stat : 15834 (java) S 15821 15821 15705 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 29178078 826712064 31949 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15831/tid=15835] ppid=15821 vsize=807336 CPUtime=0
/proc/15831/task/15835/stat : 15835 (java) S 15821 15821 15705 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 29178082 826712064 31949 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15831/tid=15836] ppid=15821 vsize=807336 CPUtime=0.13
/proc/15831/task/15836/stat : 15836 (java) S 15821 15821 15705 0 -1 64 403 0 0 0 13 0 0 0 16 0 8 0 29178082 826712064 31949 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15831/tid=15837] ppid=15821 vsize=807336 CPUtime=0
/proc/15831/task/15837/stat : 15837 (java) S 15821 15821 15705 0 -1 64 3 0 0 0 0 0 0 0 23 0 8 0 29178082 826712064 31949 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15831/tid=15838] ppid=15821 vsize=807336 CPUtime=0
/proc/15831/task/15838/stat : 15838 (java) S 15821 15821 15705 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 29178082 826712064 31949 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.06
Current children cumulated vsize (KiB) 821060

[startup+12.6418 s]
/proc/loadavg: 1.25 1.77 1.91 3/76 15840
/proc/meminfo: memFree=1566616/2055920 swapFree=4110496/4192956
[pid=15821] ppid=15819 vsize=15520 CPUtime=9.92
/proc/15821/stat : 15821 (sugar) S 15819 15821 15705 0 -1 4194304 1760 58324 0 3 6 1 947 38 15 0 1 0 29177998 15892480 1271 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15821/statm: 3880 1271 373 3 0 980 0
[pid=15839] ppid=15821 vsize=6680 CPUtime=2.46
/proc/15839/stat : 15839 (minisat) R 15821 15821 15705 0 -1 0 2094 0 0 0 245 1 0 0 25 0 1 0 29179014 6840320 1328 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134525462 0 0 4096 3 0 0 0 17 0 0 0
/proc/15839/statm: 1670 1328 52 112 0 1554 0
Current children cumulated CPU time (s) 12.38
Current children cumulated vsize (KiB) 22200

[startup+25.4881 s]
/proc/loadavg: 1.41 1.78 1.91 3/76 15840
/proc/meminfo: memFree=1560280/2055920 swapFree=4110496/4192956
[pid=15821] ppid=15819 vsize=15520 CPUtime=9.92
/proc/15821/stat : 15821 (sugar) S 15819 15821 15705 0 -1 4194304 1760 58324 0 3 6 1 947 38 16 0 1 0 29177998 15892480 1271 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15821/statm: 3880 1271 373 3 0 980 0
[pid=15839] ppid=15821 vsize=9756 CPUtime=15.24
/proc/15839/stat : 15839 (minisat) R 15821 15821 15705 0 -1 0 2866 0 0 0 1522 2 0 0 25 0 1 0 29179014 9990144 2100 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528535 0 0 4096 3 0 0 0 17 0 0 0
/proc/15839/statm: 2439 2100 52 112 0 2323 0
Current children cumulated CPU time (s) 25.16
Current children cumulated vsize (KiB) 25276

[startup+51.1636 s]
/proc/loadavg: 1.61 1.80 1.91 3/76 15840
/proc/meminfo: memFree=1556504/2055920 swapFree=4110496/4192956
[pid=15821] ppid=15819 vsize=15520 CPUtime=9.92
/proc/15821/stat : 15821 (sugar) S 15819 15821 15705 0 -1 4194304 1760 58324 0 3 6 1 947 38 16 0 1 0 29177998 15892480 1271 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15821/statm: 3880 1271 373 3 0 980 0
[pid=15839] ppid=15821 vsize=11548 CPUtime=40.78
/proc/15839/stat : 15839 (minisat) R 15821 15821 15705 0 -1 0 3291 0 0 0 4076 2 0 0 25 0 1 0 29179014 11825152 2525 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528379 0 0 4096 3 0 0 0 17 0 0 0
/proc/15839/statm: 2887 2525 52 112 0 2771 0
Current children cumulated CPU time (s) 50.7
Current children cumulated vsize (KiB) 27068

[startup+102.41 s]
/proc/loadavg: 1.83 1.83 1.91 3/76 15840
/proc/meminfo: memFree=1551000/2055920 swapFree=4110496/4192956
[pid=15821] ppid=15819 vsize=15520 CPUtime=9.92
/proc/15821/stat : 15821 (sugar) S 15819 15821 15705 0 -1 4194304 1760 58324 0 3 6 1 947 38 16 0 1 0 29177998 15892480 1271 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15821/statm: 3880 1271 373 3 0 980 0
[pid=15839] ppid=15821 vsize=14064 CPUtime=91.81
/proc/15839/stat : 15839 (minisat) R 15821 15821 15705 0 -1 0 3900 0 0 0 9177 4 0 0 25 0 1 0 29179014 14401536 3134 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/15839/statm: 3516 3134 52 112 0 3400 0
Current children cumulated CPU time (s) 101.73
Current children cumulated vsize (KiB) 29584

[startup+162.488 s]
/proc/loadavg: 1.93 1.85 1.91 3/76 15840
/proc/meminfo: memFree=1547736/2055920 swapFree=4110496/4192956
[pid=15821] ppid=15819 vsize=15520 CPUtime=9.92
/proc/15821/stat : 15821 (sugar) S 15819 15821 15705 0 -1 4194304 1760 58324 0 3 6 1 947 38 16 0 1 0 29177998 15892480 1271 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15821/statm: 3880 1271 373 3 0 980 0
[pid=15839] ppid=15821 vsize=15916 CPUtime=151.61
/proc/15839/stat : 15839 (minisat) R 15821 15821 15705 0 -1 0 4336 0 0 0 15157 4 0 0 25 0 1 0 29179014 16297984 3570 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134527226 0 0 4096 3 0 0 0 17 0 0 0
/proc/15839/statm: 3979 3570 52 112 0 3863 0
Current children cumulated CPU time (s) 161.53
Current children cumulated vsize (KiB) 31436

[startup+222.563 s]
/proc/loadavg: 1.97 1.88 1.91 3/76 15840
/proc/meminfo: memFree=1546584/2055920 swapFree=4110496/4192956
[pid=15821] ppid=15819 vsize=15520 CPUtime=9.92
/proc/15821/stat : 15821 (sugar) S 15819 15821 15705 0 -1 4194304 1760 58324 0 3 6 1 947 38 16 0 1 0 29177998 15892480 1271 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15821/statm: 3880 1271 373 3 0 980 0
[pid=15839] ppid=15821 vsize=16832 CPUtime=211.41
/proc/15839/stat : 15839 (minisat) R 15821 15821 15705 0 -1 0 4569 0 0 0 21136 5 0 0 25 0 1 0 29179014 17235968 3803 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/15839/statm: 4208 3803 52 112 0 4092 0
Current children cumulated CPU time (s) 221.33
Current children cumulated vsize (KiB) 32352

[startup+282.64 s]
/proc/loadavg: 1.99 1.90 1.91 3/76 15840
/proc/meminfo: memFree=1538904/2055920 swapFree=4110496/4192956
[pid=15821] ppid=15819 vsize=15520 CPUtime=9.92
/proc/15821/stat : 15821 (sugar) S 15819 15821 15705 0 -1 4194304 1760 58324 0 3 6 1 947 38 16 0 1 0 29177998 15892480 1271 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15821/statm: 3880 1271 373 3 0 980 0
[pid=15839] ppid=15821 vsize=20672 CPUtime=271.22
/proc/15839/stat : 15839 (minisat) R 15821 15821 15705 0 -1 0 5530 0 0 0 27116 6 0 0 25 0 1 0 29179014 21168128 4764 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134527303 0 0 4096 3 0 0 0 17 0 0 0
/proc/15839/statm: 5168 4764 52 112 0 5052 0
Current children cumulated CPU time (s) 281.14
Current children cumulated vsize (KiB) 36192

[startup+342.712 s]
/proc/loadavg: 1.99 1.91 1.91 3/76 15840
/proc/meminfo: memFree=1538072/2055920 swapFree=4110496/4192956
[pid=15821] ppid=15819 vsize=15520 CPUtime=9.92

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

/proc/15821/stat : 15821 (sugar) S 15819 15821 15705 0 -1 4194304 1760 58324 0 3 6 1 947 38 16 0 1 0 29177998 15892480 1271 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15821/statm: 3880 1271 373 3 0 980 0
[pid=15839] ppid=15821 vsize=27068 CPUtime=1049.69
/proc/15839/stat : 15839 (minisat) R 15821 15821 15705 0 -1 0 7058 0 0 0 104952 17 0 0 25 0 1 0 29179014 27717632 6292 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/15839/statm: 6767 6292 52 112 0 6651 0
Current children cumulated CPU time (s) 1059.61
Current children cumulated vsize (KiB) 42588

[startup+1123.56 s]
/proc/loadavg: 1.00 1.33 1.64 2/66 16123
/proc/meminfo: memFree=1560432/2055920 swapFree=4110496/4192956
[pid=15821] ppid=15819 vsize=15520 CPUtime=9.92
/proc/15821/stat : 15821 (sugar) S 15819 15821 15705 0 -1 4194304 1760 58324 0 3 6 1 947 38 16 0 1 0 29177998 15892480 1271 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15821/statm: 3880 1271 373 3 0 980 0
[pid=15839] ppid=15821 vsize=28292 CPUtime=1109.73
/proc/15839/stat : 15839 (minisat) R 15821 15821 15705 0 -1 0 7349 0 0 0 110955 18 0 0 25 0 1 0 29179014 28971008 6583 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/15839/statm: 7073 6583 52 112 0 6957 0
Current children cumulated CPU time (s) 1119.65
Current children cumulated vsize (KiB) 43812

[startup+1183.61 s]
/proc/loadavg: 1.00 1.27 1.60 2/66 16123
/proc/meminfo: memFree=1560368/2055920 swapFree=4110496/4192956
[pid=15821] ppid=15819 vsize=15520 CPUtime=9.92
/proc/15821/stat : 15821 (sugar) S 15819 15821 15705 0 -1 4194304 1760 58324 0 3 6 1 947 38 16 0 1 0 29177998 15892480 1271 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15821/statm: 3880 1271 373 3 0 980 0
[pid=15839] ppid=15821 vsize=28428 CPUtime=1169.77
/proc/15839/stat : 15839 (minisat) R 15821 15821 15705 0 -1 0 7378 0 0 0 116959 18 0 0 25 0 1 0 29179014 29110272 6612 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/15839/statm: 7107 6612 52 112 0 6991 0
Current children cumulated CPU time (s) 1179.69
Current children cumulated vsize (KiB) 43948

[startup+1243.66 s]
/proc/loadavg: 1.00 1.22 1.56 2/66 16123
/proc/meminfo: memFree=1559920/2055920 swapFree=4110496/4192956
[pid=15821] ppid=15819 vsize=15520 CPUtime=9.92
/proc/15821/stat : 15821 (sugar) S 15819 15821 15705 0 -1 4194304 1760 58324 0 3 6 1 947 38 16 0 1 0 29177998 15892480 1271 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15821/statm: 3880 1271 373 3 0 980 0
[pid=15839] ppid=15821 vsize=28712 CPUtime=1229.8
/proc/15839/stat : 15839 (minisat) R 15821 15821 15705 0 -1 0 7466 0 0 0 122962 18 0 0 25 0 1 0 29179014 29401088 6700 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528368 0 0 4096 3 0 0 0 17 1 0 0
/proc/15839/statm: 7178 6700 52 112 0 7062 0
Current children cumulated CPU time (s) 1239.72
Current children cumulated vsize (KiB) 44232

[startup+1303.71 s]
/proc/loadavg: 1.00 1.18 1.52 2/66 16123
/proc/meminfo: memFree=1559856/2055920 swapFree=4110496/4192956
[pid=15821] ppid=15819 vsize=15520 CPUtime=9.92
/proc/15821/stat : 15821 (sugar) S 15819 15821 15705 0 -1 4194304 1760 58324 0 3 6 1 947 38 16 0 1 0 29177998 15892480 1271 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15821/statm: 3880 1271 373 3 0 980 0
[pid=15839] ppid=15821 vsize=28944 CPUtime=1289.83
/proc/15839/stat : 15839 (minisat) R 15821 15821 15705 0 -1 0 7494 0 0 0 128965 18 0 0 25 0 1 0 29179014 29638656 6728 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134527084 0 0 4096 3 0 0 0 17 1 0 0
/proc/15839/statm: 7236 6728 52 112 0 7120 0
Current children cumulated CPU time (s) 1299.75
Current children cumulated vsize (KiB) 44464

[startup+1363.76 s]
/proc/loadavg: 1.00 1.14 1.49 2/66 16123
/proc/meminfo: memFree=1559728/2055920 swapFree=4110496/4192956
[pid=15821] ppid=15819 vsize=15520 CPUtime=9.92
/proc/15821/stat : 15821 (sugar) S 15819 15821 15705 0 -1 4194304 1760 58324 0 3 6 1 947 38 16 0 1 0 29177998 15892480 1271 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15821/statm: 3880 1271 373 3 0 980 0
[pid=15839] ppid=15821 vsize=28944 CPUtime=1349.88
/proc/15839/stat : 15839 (minisat) R 15821 15821 15705 0 -1 0 7513 0 0 0 134969 19 0 0 25 0 1 0 29179014 29638656 6747 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/15839/statm: 7236 6747 52 112 0 7120 0
Current children cumulated CPU time (s) 1359.8
Current children cumulated vsize (KiB) 44464

[startup+1423.82 s]
/proc/loadavg: 1.00 1.11 1.45 2/66 16123
/proc/meminfo: memFree=1559600/2055920 swapFree=4110496/4192956
[pid=15821] ppid=15819 vsize=15520 CPUtime=9.92
/proc/15821/stat : 15821 (sugar) S 15819 15821 15705 0 -1 4194304 1760 58324 0 3 6 1 947 38 16 0 1 0 29177998 15892480 1271 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15821/statm: 3880 1271 373 3 0 980 0
[pid=15839] ppid=15821 vsize=29116 CPUtime=1409.91
/proc/15839/stat : 15839 (minisat) R 15821 15821 15705 0 -1 0 7551 0 0 0 140972 19 0 0 25 0 1 0 29179014 29814784 6785 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528559 0 0 4096 3 0 0 0 17 1 0 0
/proc/15839/statm: 7279 6785 52 112 0 7163 0
Current children cumulated CPU time (s) 1419.83
Current children cumulated vsize (KiB) 44636

[startup+1483.88 s]
/proc/loadavg: 1.00 1.09 1.42 2/72 16231
/proc/meminfo: memFree=1557040/2055920 swapFree=4110496/4192956
[pid=15821] ppid=15819 vsize=15520 CPUtime=9.92
/proc/15821/stat : 15821 (sugar) S 15819 15821 15705 0 -1 4194304 1760 58324 0 3 6 1 947 38 16 0 1 0 29177998 15892480 1271 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15821/statm: 3880 1271 373 3 0 980 0
[pid=15839] ppid=15821 vsize=30356 CPUtime=1469.9
/proc/15839/stat : 15839 (minisat) R 15821 15821 15705 0 -1 0 7861 0 0 0 146971 19 0 0 25 0 1 0 29179014 31084544 7095 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/15839/statm: 7589 7095 52 112 0 7473 0
Current children cumulated CPU time (s) 1479.82
Current children cumulated vsize (KiB) 45876

[startup+1543.97 s]
/proc/loadavg: 1.00 1.07 1.39 2/66 16321
/proc/meminfo: memFree=1557928/2055920 swapFree=4110496/4192956
[pid=15821] ppid=15819 vsize=15520 CPUtime=9.92
/proc/15821/stat : 15821 (sugar) S 15819 15821 15705 0 -1 4194304 1760 58324 0 3 6 1 947 38 16 0 1 0 29177998 15892480 1271 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15821/statm: 3880 1271 373 3 0 980 0
[pid=15839] ppid=15821 vsize=30568 CPUtime=1529.91
/proc/15839/stat : 15839 (minisat) R 15821 15821 15705 0 -1 0 7887 0 0 0 152971 20 0 0 25 0 1 0 29179014 31301632 7121 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/15839/statm: 7642 7121 52 112 0 7526 0
Current children cumulated CPU time (s) 1539.83
Current children cumulated vsize (KiB) 46088

[startup+1604.02 s]
/proc/loadavg: 1.00 1.06 1.36 2/66 16321
/proc/meminfo: memFree=1557936/2055920 swapFree=4110496/4192956
[pid=15821] ppid=15819 vsize=15520 CPUtime=9.92
/proc/15821/stat : 15821 (sugar) S 15819 15821 15705 0 -1 4194304 1760 58324 0 3 6 1 947 38 16 0 1 0 29177998 15892480 1271 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15821/statm: 3880 1271 373 3 0 980 0
[pid=15839] ppid=15821 vsize=30568 CPUtime=1589.95
/proc/15839/stat : 15839 (minisat) R 15821 15821 15705 0 -1 0 7911 0 0 0 158975 20 0 0 25 0 1 0 29179014 31301632 7145 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/15839/statm: 7642 7145 52 112 0 7526 0
Current children cumulated CPU time (s) 1599.87
Current children cumulated vsize (KiB) 46088

[startup+1664.07 s]
/proc/loadavg: 1.00 1.04 1.34 2/66 16321
/proc/meminfo: memFree=1557936/2055920 swapFree=4110496/4192956
[pid=15821] ppid=15819 vsize=15520 CPUtime=9.92
/proc/15821/stat : 15821 (sugar) S 15819 15821 15705 0 -1 4194304 1760 58324 0 3 6 1 947 38 16 0 1 0 29177998 15892480 1271 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15821/statm: 3880 1271 373 3 0 980 0
[pid=15839] ppid=15821 vsize=30708 CPUtime=1649.98
/proc/15839/stat : 15839 (minisat) R 15821 15821 15705 0 -1 0 7946 0 0 0 164978 20 0 0 25 0 1 0 29179014 31444992 7180 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/15839/statm: 7677 7180 52 112 0 7561 0
Current children cumulated CPU time (s) 1659.9
Current children cumulated vsize (KiB) 46228

[startup+1724.12 s]
/proc/loadavg: 1.00 1.03 1.32 2/66 16321
/proc/meminfo: memFree=1557552/2055920 swapFree=4110496/4192956
[pid=15821] ppid=15819 vsize=15520 CPUtime=9.92
/proc/15821/stat : 15821 (sugar) S 15819 15821 15705 0 -1 4194304 1760 58324 0 3 6 1 947 38 16 0 1 0 29177998 15892480 1271 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15821/statm: 3880 1271 373 3 0 980 0
[pid=15839] ppid=15821 vsize=31008 CPUtime=1710.01
/proc/15839/stat : 15839 (minisat) R 15821 15821 15705 0 -1 0 8031 0 0 0 170981 20 0 0 25 0 1 0 29179014 31752192 7265 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/15839/statm: 7752 7265 52 112 0 7636 0
Current children cumulated CPU time (s) 1719.93
Current children cumulated vsize (KiB) 46528

[startup+1784.18 s]
/proc/loadavg: 1.00 1.02 1.29 2/66 16321
/proc/meminfo: memFree=1557488/2055920 swapFree=4110496/4192956
[pid=15821] ppid=15819 vsize=15520 CPUtime=9.92
/proc/15821/stat : 15821 (sugar) S 15819 15821 15705 0 -1 4194304 1760 58324 0 3 6 1 947 38 16 0 1 0 29177998 15892480 1271 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15821/statm: 3880 1271 373 3 0 980 0
[pid=15839] ppid=15821 vsize=31140 CPUtime=1770.06
/proc/15839/stat : 15839 (minisat) R 15821 15821 15705 0 -1 0 8059 0 0 0 176985 21 0 0 25 0 1 0 29179014 31887360 7293 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528461 0 0 4096 3 0 0 0 17 1 0 0
/proc/15839/statm: 7785 7293 52 112 0 7669 0
Current children cumulated CPU time (s) 1779.98
Current children cumulated vsize (KiB) 46660



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1804.26 s]
/proc/loadavg: 1.00 1.02 1.29 2/66 16321
/proc/meminfo: memFree=1557296/2055920 swapFree=4110496/4192956
[pid=15821] ppid=15819 vsize=15520 CPUtime=9.92
/proc/15821/stat : 15821 (sugar) S 15819 15821 15705 0 -1 4194304 1760 58324 0 3 6 1 947 38 16 0 1 0 29177998 15892480 1271 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15821/statm: 3880 1271 373 3 0 980 0
[pid=15839] ppid=15821 vsize=31300 CPUtime=1790.14
/proc/15839/stat : 15839 (minisat) R 15821 15821 15705 0 -1 0 8101 0 0 0 178993 21 0 0 25 0 1 0 29179014 32051200 7335 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/15839/statm: 7825 7335 52 112 0 7709 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 46820

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

Child status: 1
Real time (s): 1804.28
CPU time (s): 1800.1
CPU user time (s): 1799.47
CPU system time (s): 0.625904
CPU usage (%): 99.7686
Max. virtual memory (cumulated for all children) (KiB): 821060

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.47
system time used= 0.625904
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 68274
page faults= 3
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2672
involuntary context switches= 15246

runsolver used 1.74873 s user time and 4.5743 s system time

The end

Launcher Data (download as text)

Begin job on node56 on Mon Jan 29 17:36:50 UTC 2007


IDJOB= 195480
IDBENCH= 3270
IDSOLVER= 86
FILE ID= node56/195480-1170092201

PBS_JOBID= 3689565

Free space on /tmp= 66563 MiB

SOLVER NAME= sugar 0.40
BENCH NAME= HOME/pub/bench/CPAI06/frb/frb40-19/frb40-19-3-mgd_ext.xml
COMMAND LINE= /tmp/evaluation/195480-1170092201/solver /tmp/evaluation/195480-1170092201 /tmp/evaluation/195480-1170092201/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node56/watcher-195480-1170092201 -o ROOT/results/node56/solver-195480-1170092201 -C 1800 -M 900  /tmp/evaluation/195480-1170092201/solver /tmp/evaluation/195480-1170092201 /tmp/evaluation/195480-1170092201/unknown.xml

META MD5SUM SOLVER= 0a27e717dfe98d83d9802fe0eea45073
MD5SUM BENCH=  b56eb07e8839e46d5718269b095922ef

RANDOM SEED= 880500322

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:       1617592 kB
Buffers:         41600 kB
Cached:         242400 kB
SwapCached:      77556 kB
Active:         120860 kB
Inactive:       251476 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1617592 kB
SwapTotal:     4192956 kB
SwapFree:      4110496 kB
Dirty:            2000 kB
Writeback:           0 kB
Mapped:          20156 kB
Slab:            51740 kB
Committed_AS:    60000 kB
PageTables:       1692 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= 66564 MiB



End job on node56 on Mon Jan 29 18:06:59 UTC 2007