Trace number 231961

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.06 1811.14

General information on the benchmark

Namerandom/rand-2-25/
rand-25-25-300-147-50021_ext.xml
MD5SUM6e0cd599045b4119b48c7ab3c5e0399c
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark134.869
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables25
Number of constraints300
Maximum constraint arity2
Maximum domain size25
Number of constraints which are defined in extension300
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/231961-1170106492/sugar-v0-40.jar)
0.04	
0.04	c # MAIN  BEGIN : /tmp/evaluation/231961-1170106492/unknown.xml [Mon Jan 29 22:34:56 2007]
0.04	c # CONVERT_XML  BEGIN : /tmp/evaluation/231961-1170106492/unknown.xml /tmp/evaluation/231961-1170106492/sugar25402.csp [Mon Jan 29 22:34:56 2007]
0.04	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/231961-1170106492/sugar-v0-40.jar -convert /tmp/evaluation/231961-1170106492/unknown.xml /tmp/evaluation/231961-1170106492/sugar25402.csp
0.16	c BEGIN convert /tmp/evaluation/231961-1170106492/unknown.xml
0.67	c END convert (0.510766 seconds)
0.69	c # CONVERT_XML  END : /tmp/evaluation/231961-1170106492/sugar25402.csp 1429336 bytes (1 seconds) [Mon Jan 29 22:34:57 2007]
0.69	c # CONVERT_XML  CPU : 0.61 = 0 + 0 + 0.56 + 0.05
0.69	
0.69	c # GENERATE_SAT  BEGIN : /tmp/evaluation/231961-1170106492/sugar25402.bcnf [Mon Jan 29 22:34:57 2007]
0.69	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/231961-1170106492/sugar-v0-40.jar -bcnf -map /tmp/evaluation/231961-1170106492/sugar25402.map /tmp/evaluation/231961-1170106492/sugar25402.csp /tmp/evaluation/231961-1170106492/sugar25402.bcnf
0.81	c BEGIN parse /tmp/evaluation/231961-1170106492/sugar25402.csp
6.04	c END parse (5.229625 seconds)
6.04	c BEGIN simplify
6.07	c END simplify (0.035292 seconds)
6.07	c BEGIN encode /tmp/evaluation/231961-1170106492/sugar25402.bcnf
6.33	c END encode (0.253762 seconds)
6.35	c # GENERATE_SAT  END : 600 variables 44675 clauses 860604 bytes (6 seconds) [Mon Jan 29 22:35:03 2007]
6.35	c # GENERATE_SAT  CPU : 5.59 = 0 + 0 + 5.46 + 0.13
6.35	
6.35	c # SOLVE_SAT  BEGIN : /tmp/evaluation/231961-1170106492/sugar25402.bcnf [Mon Jan 29 22:35:03 2007]
6.35	c # CMD : /tmp/evaluation/231961-1170106492/minisat /tmp/evaluation/231961-1170106492/sugar25402.bcnf /tmp/evaluation/231961-1170106492/sugar25402.out
6.38	c ==================================[MINISAT]===================================
6.38	c | Conflicts |     ORIGINAL     |              LEARNT              | Progress |
6.38	c |           | Clauses Literals |   Limit Clauses Literals  Lit/Cl |          |
6.38	c ==============================================================================
6.38	c |         0 |   44675   170470 |   14891       0        0     nan |  0.000 % |
6.40	c |       100 |   44675   170470 |   16380     100      899     9.0 |  0.000 % |
6.43	c |       253 |   44675   170470 |   18018     253     2382     9.4 |  0.006 % |
6.47	c |       478 |   44675   170470 |   19819     478     4476     9.4 |  0.012 % |
6.53	c |       815 |   44675   170470 |   21801     815     7837     9.6 |  0.012 % |
6.62	c |      1321 |   44675   170470 |   23982    1321    13189    10.0 |  0.009 % |
6.77	c |      2080 |   44675   170470 |   26380    2080    20915    10.1 |  0.009 % |
6.99	c |      3219 |   44675   170470 |   29018    3219    32905    10.2 |  0.009 % |
7.31	c |      4927 |   44675   170470 |   31920    4927    51427    10.4 |  0.012 % |
7.82	c |      7489 |   44676   170470 |   35112    7488    80349    10.7 |  0.012 % |
8.67	c |     11333 |   44676   170470 |   38623   11332   123403    10.9 |  0.009 % |
10.15	c |     17099 |   44676   170470 |   42485   17098   193030    11.3 |  0.012 % |
12.83	c |     25748 |   44677   170470 |   46734   25746   301126    11.7 |  0.004 % |
17.06	c |     38722 |   44678   170470 |   51407   38719   474175    12.2 |  0.006 % |
24.22	c |     58185 |   44678   170470 |   56548   18723   238701    12.7 |  0.007 % |
36.00	c |     87379 |   44684   170470 |   62203   47911   615353    12.8 |  0.012 % |
56.69	c |    131168 |   44687   170470 |   68423   42590   601093    14.1 |  0.012 % |
93.57	c |    196852 |   44696   170470 |   75266   54616   734981    13.5 |  0.013 % |
151.77	c |    295378 |   44700   170470 |   82792   34294   482869    14.1 |  0.013 % |
243.79	c |    443168 |   44707   170470 |   91072   48588   702836    14.5 |  0.014 % |
402.19	c |    664852 |   44712   170470 |  100179   48685   735480    15.1 |  0.017 % |
641.47	c |    997377 |   44558   170023 |  110197   63200  1002011    15.9 |  0.167 % |
1012.20	c |   1496169 |   44569   170023 |  121216   91620  1484249    16.2 |  0.178 % |
1617.69	c |   2244354 |   44576   170023 |  133338  117414  1874695    16.0 |  0.181 % |
1811.07	s UNKNOWN
1811.07	c # ERROR No such file or directory /tmp/evaluation/231961-1170106492/sugar25402.out, at /tmp/evaluation/231961-1170106492/sugar line 393.
1811.07	
1811.07	c # MAIN  END :  (1811 seconds) [Mon Jan 29 23:05:07 2007]
1811.07	
1811.07	s UNKNOWN
1811.07	c # INTERRUPTED
1811.07	c # MAIN  END :  (1811 seconds) [Mon Jan 29 23:05:07 2007]
1811.07	c # MAIN  CPU : 1800 = 0 + 0 + 1796.64 + 3.36
1811.07	

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/node44/watcher-231961-1170106492 -o ROOT/results/node44/solver-231961-1170106492 -C 1800 -M 900 /tmp/evaluation/231961-1170106492/solver /tmp/evaluation/231961-1170106492 /tmp/evaluation/231961-1170106492/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.89 3.01 3.04 4/73 25403
/proc/meminfo: memFree=1913512/2055920 swapFree=4192812/4192956
[pid=25402] ppid=25397 vsize=18540 CPUtime=0
/proc/25402/stat : 25402 (runsolver) R 25397 25402 24996 0 -1 4194368 16 0 0 0 0 0 0 0 18 0 1 0 30605769 18984960 279 18446744073709551615 4194304 4267372 548682069040 18446744073709551615 264840473895 0 0 4096 24578 0 0 0 17 1 0 0
/proc/25402/statm: 4635 279 244 17 0 2626 0

[startup+0.10785 s]
/proc/loadavg: 1.89 3.01 3.04 4/73 25403
/proc/meminfo: memFree=1913512/2055920 swapFree=4192812/4192956
[pid=25402] ppid=25397 vsize=13724 CPUtime=0.03
/proc/25402/stat : 25402 (sugar) S 25397 25402 24996 0 -1 4194304 1112 0 0 0 3 0 0 0 18 0 1 0 30605769 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25402/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13724

[startup+0.516928 s]
/proc/loadavg: 1.89 3.01 3.04 4/73 25403
/proc/meminfo: memFree=1913512/2055920 swapFree=4192812/4192956
[pid=25402] ppid=25397 vsize=13724 CPUtime=0.03
/proc/25402/stat : 25402 (sugar) S 25397 25402 24996 0 -1 4194304 1121 0 0 0 3 0 0 0 15 0 1 0 30605769 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25402/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13724

[startup+1.34608 s]
/proc/loadavg: 1.89 3.01 3.04 3/89 25435
/proc/meminfo: memFree=1865704/2055920 swapFree=4192812/4192956
[pid=25402] ppid=25397 vsize=13724 CPUtime=0.64
/proc/25402/stat : 25402 (sugar) S 25397 25402 24996 0 -1 4194304 1190 7598 0 1 3 0 56 5 15 0 1 0 30605769 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25402/statm: 3431 809 371 3 0 531 0
[pid=25420] ppid=25402 vsize=807064 CPUtime=0.62
/proc/25420/stat : 25420 (java) R 25402 25402 24996 0 -1 0 8155 0 1 0 58 4 0 0 25 0 8 0 30605838 826433536 7902 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073448359 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/25420/statm: 201766 7902 1494 14 0 189044 0
[pid=25420/tid=25421] ppid=25402 vsize=807064 CPUtime=0.12
/proc/25420/task/25421/stat : 25421 (java) S 25402 25402 24996 0 -1 64 2102 0 0 0 12 0 0 0 16 0 8 0 30605842 826433536 7902 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25420/tid=25422] ppid=25402 vsize=807064 CPUtime=0
/proc/25420/task/25422/stat : 25422 (java) S 25402 25402 24996 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30605842 826433536 7902 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25420/tid=25423] ppid=25402 vsize=807064 CPUtime=0
/proc/25420/task/25423/stat : 25423 (java) S 25402 25402 24996 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30605842 826433536 7902 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25420/tid=25425] ppid=25402 vsize=807064 CPUtime=0
/proc/25420/task/25425/stat : 25425 (java) S 25402 25402 24996 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 30605845 826433536 7902 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25420/tid=25426] ppid=25402 vsize=807064 CPUtime=0.05
/proc/25420/task/25426/stat : 25426 (java) S 25402 25402 24996 0 -1 64 292 0 0 0 5 0 0 0 18 0 8 0 30605845 826433536 7902 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25420/tid=25427] ppid=25402 vsize=807064 CPUtime=0
/proc/25420/task/25427/stat : 25427 (java) S 25402 25402 24996 0 -1 64 2 0 0 0 0 0 0 0 25 0 8 0 30605845 826433536 7902 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25420/tid=25428] ppid=25402 vsize=807064 CPUtime=0
/proc/25420/task/25428/stat : 25428 (java) S 25402 25402 24996 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 30605845 826433536 7902 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.26
Current children cumulated vsize (KiB) 820788

[startup+2.98338 s]
/proc/loadavg: 1.89 3.01 3.04 4/89 25435
/proc/meminfo: memFree=1829544/2055920 swapFree=4192812/4192956
[pid=25402] ppid=25397 vsize=13724 CPUtime=0.64
/proc/25402/stat : 25402 (sugar) S 25397 25402 24996 0 -1 4194304 1190 7598 0 1 3 0 56 5 15 0 1 0 30605769 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25402/statm: 3431 809 371 3 0 531 0
[pid=25420] ppid=25402 vsize=807336 CPUtime=2.24
/proc/25420/stat : 25420 (java) R 25402 25402 24996 0 -1 0 13832 0 1 0 217 7 0 0 25 0 8 0 30605838 826712064 13565 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073671268 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/25420/statm: 201834 13565 1507 14 0 189112 0
[pid=25420/tid=25421] ppid=25402 vsize=807336 CPUtime=0.53
/proc/25420/task/25421/stat : 25421 (java) S 25402 25402 24996 0 -1 64 7632 0 0 0 51 2 0 0 16 0 8 0 30605842 826712064 13565 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25420/tid=25422] ppid=25402 vsize=807336 CPUtime=0
/proc/25420/task/25422/stat : 25422 (java) S 25402 25402 24996 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30605842 826712064 13565 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25420/tid=25423] ppid=25402 vsize=807336 CPUtime=0
/proc/25420/task/25423/stat : 25423 (java) S 25402 25402 24996 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30605842 826712064 13565 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25420/tid=25425] ppid=25402 vsize=807336 CPUtime=0
/proc/25420/task/25425/stat : 25425 (java) S 25402 25402 24996 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 30605845 826712064 13565 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25420/tid=25426] ppid=25402 vsize=807336 CPUtime=0.12
/proc/25420/task/25426/stat : 25426 (java) S 25402 25402 24996 0 -1 64 400 0 0 0 12 0 0 0 16 0 8 0 30605845 826712064 13565 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25420/tid=25427] ppid=25402 vsize=807336 CPUtime=0
/proc/25420/task/25427/stat : 25427 (java) S 25402 25402 24996 0 -1 64 2 0 0 0 0 0 0 0 25 0 8 0 30605845 826712064 13565 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25420/tid=25428] ppid=25402 vsize=807336 CPUtime=0
/proc/25420/task/25428/stat : 25428 (java) S 25402 25402 24996 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 30605845 826712064 13565 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.88
Current children cumulated vsize (KiB) 821060

[startup+6.18497 s]
/proc/loadavg: 1.90 2.99 3.04 3/89 25435
/proc/meminfo: memFree=1765096/2055920 swapFree=4192812/4192956
[pid=25402] ppid=25397 vsize=13724 CPUtime=0.64
/proc/25402/stat : 25402 (sugar) S 25397 25402 24996 0 -1 4194304 1190 7598 0 1 3 0 56 5 16 0 1 0 30605769 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25402/statm: 3431 809 371 3 0 531 0
[pid=25420] ppid=25402 vsize=807336 CPUtime=5.41
/proc/25420/stat : 25420 (java) R 25402 25402 24996 0 -1 0 22051 0 1 0 531 10 0 0 25 0 8 0 30605838 826712064 21752 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073719257 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/25420/statm: 201834 21752 1511 14 0 189112 0
[pid=25420/tid=25421] ppid=25402 vsize=807336 CPUtime=0.93
/proc/25420/task/25421/stat : 25421 (java) S 25402 25402 24996 0 -1 64 15802 0 0 0 88 5 0 0 16 0 8 0 30605842 826712064 21752 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25420/tid=25422] ppid=25402 vsize=807336 CPUtime=0
/proc/25420/task/25422/stat : 25422 (java) S 25402 25402 24996 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30605842 826712064 21752 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25420/tid=25423] ppid=25402 vsize=807336 CPUtime=0
/proc/25420/task/25423/stat : 25423 (java) S 25402 25402 24996 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30605842 826712064 21752 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25420/tid=25425] ppid=25402 vsize=807336 CPUtime=0
/proc/25420/task/25425/stat : 25425 (java) S 25402 25402 24996 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 30605845 826712064 21752 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25420/tid=25426] ppid=25402 vsize=807336 CPUtime=0.14
/proc/25420/task/25426/stat : 25426 (java) S 25402 25402 24996 0 -1 64 408 0 0 0 13 1 0 0 16 0 8 0 30605845 826712064 21752 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25420/tid=25427] ppid=25402 vsize=807336 CPUtime=0
/proc/25420/task/25427/stat : 25427 (java) S 25402 25402 24996 0 -1 64 2 0 0 0 0 0 0 0 25 0 8 0 30605845 826712064 21752 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25420/tid=25428] ppid=25402 vsize=807336 CPUtime=0
/proc/25420/task/25428/stat : 25428 (java) S 25402 25402 24996 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 30605845 826712064 21752 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.05
Current children cumulated vsize (KiB) 821060

[startup+12.6441 s]
/proc/loadavg: 1.83 2.96 3.03 2/69 25453
/proc/meminfo: memFree=1906376/2055920 swapFree=4192812/4192956
[pid=25402] ppid=25397 vsize=13724 CPUtime=6.23
/proc/25402/stat : 25402 (sugar) S 25397 25402 24996 0 -1 4194304 1276 29948 0 2 3 0 602 18 16 0 1 0 30605769 14053376 815 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25402/statm: 3431 815 373 3 0 531 0
[pid=25436] ppid=25402 vsize=5552 CPUtime=6.26
/proc/25436/stat : 25436 (minisat) R 25402 25402 24996 0 -1 0 1262 0 0 0 626 0 0 0 25 0 1 0 30606404 5685248 1037 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/25436/statm: 1388 1037 51 112 0 1272 0
Current children cumulated CPU time (s) 12.49
Current children cumulated vsize (KiB) 19276

[startup+25.4585 s]
/proc/loadavg: 1.73 2.88 3.00 3/82 25508
/proc/meminfo: memFree=1846816/2055920 swapFree=4192812/4192956
[pid=25402] ppid=25397 vsize=13724 CPUtime=6.23
/proc/25402/stat : 25402 (sugar) S 25397 25402 24996 0 -1 4194304 1276 29948 0 2 3 0 602 18 16 0 1 0 30605769 14053376 815 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25402/statm: 3431 815 373 3 0 531 0
[pid=25436] ppid=25402 vsize=7908 CPUtime=19.05
/proc/25436/stat : 25436 (minisat) R 25402 25402 24996 0 -1 0 1839 0 0 0 1903 2 0 0 25 0 1 0 30606404 8097792 1614 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528416 0 0 4096 3 0 0 0 17 0 0 0
/proc/25436/statm: 1977 1614 51 112 0 1861 0
Current children cumulated CPU time (s) 25.28
Current children cumulated vsize (KiB) 21632

[startup+51.1252 s]
/proc/loadavg: 1.94 2.84 2.98 3/75 25511
/proc/meminfo: memFree=1227352/2055920 swapFree=4192812/4192956
[pid=25402] ppid=25397 vsize=13724 CPUtime=6.23
/proc/25402/stat : 25402 (sugar) S 25397 25402 24996 0 -1 4194304 1276 29948 0 2 3 0 602 18 16 0 1 0 30605769 14053376 815 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25402/statm: 3431 815 373 3 0 531 0
[pid=25436] ppid=25402 vsize=9624 CPUtime=44.56
/proc/25436/stat : 25436 (minisat) R 25402 25402 24996 0 -1 0 2236 0 0 0 4448 8 0 0 25 0 1 0 30606404 9854976 2011 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528506 0 0 4096 3 0 0 0 17 0 0 0
/proc/25436/statm: 2406 2011 51 112 0 2290 0
Current children cumulated CPU time (s) 50.79
Current children cumulated vsize (KiB) 23348

[startup+102.359 s]
/proc/loadavg: 1.97 2.71 2.93 3/75 25511
/proc/meminfo: memFree=1226072/2055920 swapFree=4192812/4192956
[pid=25402] ppid=25397 vsize=13724 CPUtime=6.23
/proc/25402/stat : 25402 (sugar) S 25397 25402 24996 0 -1 4194304 1276 29948 0 2 3 0 602 18 16 0 1 0 30605769 14053376 815 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25402/statm: 3431 815 373 3 0 531 0
[pid=25436] ppid=25402 vsize=11220 CPUtime=95.56
/proc/25436/stat : 25436 (minisat) R 25402 25402 24996 0 -1 0 2618 0 0 0 9547 9 0 0 25 0 1 0 30606404 11489280 2393 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/25436/statm: 2805 2393 51 112 0 2689 0
Current children cumulated CPU time (s) 101.79
Current children cumulated vsize (KiB) 24944

[startup+162.421 s]
/proc/loadavg: 2.07 2.59 2.87 3/75 25511
/proc/meminfo: memFree=1224728/2055920 swapFree=4192812/4192956
[pid=25402] ppid=25397 vsize=13724 CPUtime=6.23
/proc/25402/stat : 25402 (sugar) S 25397 25402 24996 0 -1 4194304 1276 29948 0 2 3 0 602 18 16 0 1 0 30605769 14053376 815 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25402/statm: 3431 815 373 3 0 531 0
[pid=25436] ppid=25402 vsize=12560 CPUtime=155.35
/proc/25436/stat : 25436 (minisat) R 25402 25402 24996 0 -1 0 2961 0 0 0 15526 9 0 0 25 0 1 0 30606404 12861440 2736 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/25436/statm: 3140 2736 51 112 0 3024 0
Current children cumulated CPU time (s) 161.58
Current children cumulated vsize (KiB) 26284

[startup+222.487 s]
/proc/loadavg: 2.02 2.48 2.81 3/75 25511
/proc/meminfo: memFree=1223768/2055920 swapFree=4192812/4192956
[pid=25402] ppid=25397 vsize=13724 CPUtime=6.23
/proc/25402/stat : 25402 (sugar) S 25397 25402 24996 0 -1 4194304 1276 29948 0 2 3 0 602 18 16 0 1 0 30605769 14053376 815 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25402/statm: 3431 815 373 3 0 531 0
[pid=25436] ppid=25402 vsize=13524 CPUtime=215.13
/proc/25436/stat : 25436 (minisat) R 25402 25402 24996 0 -1 0 3215 0 0 0 21503 10 0 0 25 0 1 0 30606404 13848576 2990 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/25436/statm: 3381 2990 51 112 0 3265 0
Current children cumulated CPU time (s) 221.36
Current children cumulated vsize (KiB) 27248

[startup+282.555 s]
/proc/loadavg: 2.01 2.39 2.76 3/75 25511
/proc/meminfo: memFree=1222296/2055920 swapFree=4192812/4192956
[pid=25402] ppid=25397 vsize=13724 CPUtime=6.23
/proc/25402/stat : 25402 (sugar) S 25397 25402 24996 0 -1 4194304 1276 29948 0 2 3 0 602 18 16 0 1 0 30605769 14053376 815 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25402/statm: 3431 815 373 3 0 531 0
[pid=25436] ppid=25402 vsize=14988 CPUtime=274.92
/proc/25436/stat : 25436 (minisat) R 25402 25402 24996 0 -1 0 3592 0 0 0 27481 11 0 0 25 0 1 0 30606404 15347712 3367 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528371 0 0 4096 3 0 0 0 17 0 0 0
/proc/25436/statm: 3747 3367 51 112 0 3631 0
Current children cumulated CPU time (s) 281.15
Current children cumulated vsize (KiB) 28712

[startup+342.618 s]
/proc/loadavg: 2.06 2.33 2.72 3/75 25511
/proc/meminfo: memFree=1221720/2055920 swapFree=4192812/4192956
[pid=25402] ppid=25397 vsize=13724 CPUtime=6.23

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

/proc/25402/stat : 25402 (sugar) S 25397 25402 24996 0 -1 4194304 1276 29948 0 2 3 0 602 18 16 0 1 0 30605769 14053376 815 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25402/statm: 3431 815 373 3 0 531 0
[pid=25436] ppid=25402 vsize=24600 CPUtime=1051.17
/proc/25436/stat : 25436 (minisat) R 25402 25402 24996 0 -1 0 5863 0 0 0 105071 46 0 0 25 0 1 0 30606404 25190400 5638 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/25436/statm: 6150 5638 51 112 0 6034 0
Current children cumulated CPU time (s) 1057.4
Current children cumulated vsize (KiB) 38324

[startup+1123.42 s]
/proc/loadavg: 4.45 2.88 2.60 3/82 25705
/proc/meminfo: memFree=15120/2055920 swapFree=4192812/4192956
[pid=25402] ppid=25397 vsize=13724 CPUtime=6.23
/proc/25402/stat : 25402 (sugar) S 25397 25402 24996 0 -1 4194304 1276 29948 0 2 3 0 602 18 16 0 1 0 30605769 14053376 815 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25402/statm: 3431 815 373 3 0 531 0
[pid=25436] ppid=25402 vsize=25340 CPUtime=1110.78
/proc/25436/stat : 25436 (minisat) R 25402 25402 24996 0 -1 0 6018 0 0 0 110997 81 0 0 25 0 1 0 30606404 25948160 5793 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528762 0 0 4096 3 0 0 0 17 0 0 0
/proc/25436/statm: 6335 5793 51 112 0 6219 0
Current children cumulated CPU time (s) 1117.01
Current children cumulated vsize (KiB) 39064

[startup+1183.48 s]
/proc/loadavg: 4.80 3.26 2.74 3/82 25721
/proc/meminfo: memFree=16272/2055920 swapFree=4192812/4192956
[pid=25402] ppid=25397 vsize=13724 CPUtime=6.23
/proc/25402/stat : 25402 (sugar) S 25397 25402 24996 0 -1 4194304 1276 29948 0 2 3 0 602 18 16 0 1 0 30605769 14053376 815 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25402/statm: 3431 815 373 3 0 531 0
[pid=25436] ppid=25402 vsize=25648 CPUtime=1170.46
/proc/25436/stat : 25436 (minisat) R 25402 25402 24996 0 -1 0 6111 0 0 0 116937 109 0 0 25 0 1 0 30606404 26263552 5886 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/25436/statm: 6412 5886 51 112 0 6296 0
Current children cumulated CPU time (s) 1176.69
Current children cumulated vsize (KiB) 39372

[startup+1243.54 s]
/proc/loadavg: 3.77 3.30 2.79 3/82 25740
/proc/meminfo: memFree=15248/2055920 swapFree=4192812/4192956
[pid=25402] ppid=25397 vsize=13724 CPUtime=6.23
/proc/25402/stat : 25402 (sugar) S 25397 25402 24996 0 -1 4194304 1276 29948 0 2 3 0 602 18 16 0 1 0 30605769 14053376 815 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25402/statm: 3431 815 373 3 0 531 0
[pid=25436] ppid=25402 vsize=25988 CPUtime=1230.08
/proc/25436/stat : 25436 (minisat) R 25402 25402 24996 0 -1 0 6159 0 0 0 122867 141 0 0 25 0 1 0 30606404 26611712 5934 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528707 0 0 4096 3 0 0 0 17 0 0 0
/proc/25436/statm: 6497 5934 51 112 0 6381 0
Current children cumulated CPU time (s) 1236.31
Current children cumulated vsize (KiB) 39712

[startup+1303.62 s]
/proc/loadavg: 3.22 3.22 2.80 3/82 25757
/proc/meminfo: memFree=15056/2055920 swapFree=4192812/4192956
[pid=25402] ppid=25397 vsize=13724 CPUtime=6.23
/proc/25402/stat : 25402 (sugar) S 25397 25402 24996 0 -1 4194304 1276 29948 0 2 3 0 602 18 16 0 1 0 30605769 14053376 815 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25402/statm: 3431 815 373 3 0 531 0
[pid=25436] ppid=25402 vsize=26448 CPUtime=1289.79
/proc/25436/stat : 25436 (minisat) R 25402 25402 24996 0 -1 0 6294 0 0 0 128814 165 0 0 25 0 1 0 30606404 27082752 6069 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528771 0 0 4096 3 0 0 0 17 1 0 0
/proc/25436/statm: 6612 6069 51 112 0 6496 0
Current children cumulated CPU time (s) 1296.02
Current children cumulated vsize (KiB) 40172

[startup+1363.71 s]
/proc/loadavg: 4.23 3.45 2.89 3/92 25786
/proc/meminfo: memFree=15872/2055920 swapFree=4192812/4192956
[pid=25402] ppid=25397 vsize=13724 CPUtime=6.23
/proc/25402/stat : 25402 (sugar) S 25397 25402 24996 0 -1 4194304 1276 29948 0 2 3 0 602 18 16 0 1 0 30605769 14053376 815 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25402/statm: 3431 815 373 3 0 531 0
[pid=25436] ppid=25402 vsize=26736 CPUtime=1349.42
/proc/25436/stat : 25436 (minisat) R 25402 25402 24996 0 -1 0 6331 0 0 0 134742 200 0 0 25 0 1 0 30606404 27377664 6106 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528786 0 0 4096 3 0 0 0 17 1 0 0
/proc/25436/statm: 6684 6106 51 112 0 6568 0
Current children cumulated CPU time (s) 1355.65
Current children cumulated vsize (KiB) 40460

[startup+1423.8 s]
/proc/loadavg: 3.71 3.47 2.94 3/82 25786
/proc/meminfo: memFree=15184/2055920 swapFree=4192812/4192956
[pid=25402] ppid=25397 vsize=13724 CPUtime=6.23
/proc/25402/stat : 25402 (sugar) S 25397 25402 24996 0 -1 4194304 1276 29948 0 2 3 0 602 18 16 0 1 0 30605769 14053376 815 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25402/statm: 3431 815 373 3 0 531 0
[pid=25436] ppid=25402 vsize=26736 CPUtime=1409.05
/proc/25436/stat : 25436 (minisat) R 25402 25402 24996 0 -1 0 6360 0 0 0 140678 227 0 0 25 0 1 0 30606404 27377664 6135 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/25436/statm: 6684 6135 51 112 0 6568 0
Current children cumulated CPU time (s) 1415.28
Current children cumulated vsize (KiB) 40460

[startup+1483.89 s]
/proc/loadavg: 4.13 3.61 3.01 3/82 25786
/proc/meminfo: memFree=14992/2055920 swapFree=4192812/4192956
[pid=25402] ppid=25397 vsize=13724 CPUtime=6.23
/proc/25402/stat : 25402 (sugar) S 25397 25402 24996 0 -1 4194304 1276 29948 0 2 3 0 602 18 16 0 1 0 30605769 14053376 815 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25402/statm: 3431 815 373 3 0 531 0
[pid=25436] ppid=25402 vsize=27308 CPUtime=1468.75
/proc/25436/stat : 25436 (minisat) R 25402 25402 24996 0 -1 0 6475 0 0 0 146628 247 0 0 25 0 1 0 30606404 27963392 6250 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528401 0 0 4096 3 0 0 0 17 1 0 0
/proc/25436/statm: 6827 6250 51 112 0 6711 0
Current children cumulated CPU time (s) 1474.98
Current children cumulated vsize (KiB) 41032

[startup+1543.97 s]
/proc/loadavg: 3.47 3.54 3.03 3/82 25786
/proc/meminfo: memFree=16144/2055920 swapFree=4192812/4192956
[pid=25402] ppid=25397 vsize=13724 CPUtime=6.23
/proc/25402/stat : 25402 (sugar) S 25397 25402 24996 0 -1 4194304 1276 29948 0 2 3 0 602 18 16 0 1 0 30605769 14053376 815 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25402/statm: 3431 815 373 3 0 531 0
[pid=25436] ppid=25402 vsize=27456 CPUtime=1528.45
/proc/25436/stat : 25436 (minisat) R 25402 25402 24996 0 -1 0 6494 0 0 0 152577 268 0 0 25 0 1 0 30606404 28114944 6269 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/25436/statm: 6864 6269 51 112 0 6748 0
Current children cumulated CPU time (s) 1534.68
Current children cumulated vsize (KiB) 41180

[startup+1603.97 s]
/proc/loadavg: 2.86 3.36 3.00 3/88 25892
/proc/meminfo: memFree=15584/2055920 swapFree=4192812/4192956
[pid=25402] ppid=25397 vsize=13724 CPUtime=6.23
/proc/25402/stat : 25402 (sugar) S 25397 25402 24996 0 -1 4194304 1276 29948 0 2 3 0 602 18 16 0 1 0 30605769 14053376 815 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25402/statm: 3431 815 373 3 0 531 0
[pid=25436] ppid=25402 vsize=27740 CPUtime=1587.93
/proc/25436/stat : 25436 (minisat) R 25402 25402 24996 0 -1 0 6565 0 0 0 158507 286 0 0 25 0 1 0 30606404 28405760 6340 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/25436/statm: 6935 6340 51 112 0 6819 0
Current children cumulated CPU time (s) 1594.16
Current children cumulated vsize (KiB) 41464

[startup+1663.98 s]
/proc/loadavg: 2.67 3.20 2.96 3/82 25984
/proc/meminfo: memFree=15816/2055920 swapFree=4192812/4192956
[pid=25402] ppid=25397 vsize=13724 CPUtime=6.23
/proc/25402/stat : 25402 (sugar) S 25397 25402 24996 0 -1 4194304 1276 29948 0 2 3 0 602 18 16 0 1 0 30605769 14053376 815 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25402/statm: 3431 815 373 3 0 531 0
[pid=25436] ppid=25402 vsize=28884 CPUtime=1647.43
/proc/25436/stat : 25436 (minisat) R 25402 25402 24996 0 -1 0 6861 0 0 0 164436 307 0 0 25 0 1 0 30606404 29577216 6636 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/25436/statm: 7221 6636 51 112 0 7105 0
Current children cumulated CPU time (s) 1653.66
Current children cumulated vsize (KiB) 42608

[startup+1724.02 s]
/proc/loadavg: 2.36 3.01 2.91 3/82 25984
/proc/meminfo: memFree=15248/2055920 swapFree=4192812/4192956
[pid=25402] ppid=25397 vsize=13724 CPUtime=6.23
/proc/25402/stat : 25402 (sugar) S 25397 25402 24996 0 -1 4194304 1276 29948 0 2 3 0 602 18 16 0 1 0 30605769 14053376 815 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25402/statm: 3431 815 373 3 0 531 0
[pid=25436] ppid=25402 vsize=29496 CPUtime=1707.18
/proc/25436/stat : 25436 (minisat) R 25402 25402 24996 0 -1 0 7014 0 0 0 170406 312 0 0 25 0 1 0 30606404 30203904 6789 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/25436/statm: 7374 6789 51 112 0 7258 0
Current children cumulated CPU time (s) 1713.41
Current children cumulated vsize (KiB) 43220

[startup+1784.07 s]
/proc/loadavg: 2.22 2.86 2.86 3/82 25984
/proc/meminfo: memFree=15056/2055920 swapFree=4192812/4192956
[pid=25402] ppid=25397 vsize=13724 CPUtime=6.23
/proc/25402/stat : 25402 (sugar) S 25397 25402 24996 0 -1 4194304 1276 29948 0 2 3 0 602 18 16 0 1 0 30605769 14053376 815 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25402/statm: 3431 815 373 3 0 531 0
[pid=25436] ppid=25402 vsize=29836 CPUtime=1766.95
/proc/25436/stat : 25436 (minisat) R 25402 25402 24996 0 -1 0 7085 0 0 0 176379 316 0 0 25 0 1 0 30606404 30552064 6860 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/25436/statm: 7459 6860 51 112 0 7343 0
Current children cumulated CPU time (s) 1773.18
Current children cumulated vsize (KiB) 43560



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1811.06 s]
/proc/loadavg: 2.21 2.80 2.84 3/82 25984
/proc/meminfo: memFree=15952/2055920 swapFree=4192812/4192956
[pid=25402] ppid=25397 vsize=13724 CPUtime=6.23
/proc/25402/stat : 25402 (sugar) S 25397 25402 24996 0 -1 4194304 1276 29948 0 2 3 0 602 18 16 0 1 0 30605769 14053376 815 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25402/statm: 3431 815 373 3 0 531 0
[pid=25436] ppid=25402 vsize=30564 CPUtime=1793.8
/proc/25436/stat : 25436 (minisat) R 25402 25402 24996 0 -1 0 7221 0 0 0 179062 318 0 0 25 0 1 0 30606404 31297536 6996 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/25436/statm: 7641 6996 51 112 0 7525 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 44288

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

Child status: 1
Real time (s): 1811.14
CPU time (s): 1800.06
CPU user time (s): 1796.68
CPU system time (s): 3.37749
CPU usage (%): 99.3886
Max. virtual memory (cumulated for all children) (KiB): 821060

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1796.68
system time used= 3.37749
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 38534
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= 1616
involuntary context switches= 31648

runsolver used 1.74373 s user time and 5.03923 s system time

The end

Launcher Data (download as text)

Begin job on node44 on Mon Jan 29 21:34:53 UTC 2007


IDJOB= 231961
IDBENCH= 6493
IDSOLVER= 86
FILE ID= node44/231961-1170106492

PBS_JOBID= 3689828

Free space on /tmp= 66563 MiB

SOLVER NAME= sugar 0.40
BENCH NAME= HOME/pub/bench/CPAI06/random/rand-2-25/rand-25-25-300-147-50021_ext.xml
COMMAND LINE= /tmp/evaluation/231961-1170106492/solver /tmp/evaluation/231961-1170106492 /tmp/evaluation/231961-1170106492/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node44/watcher-231961-1170106492 -o ROOT/results/node44/solver-231961-1170106492 -C 1800 -M 900  /tmp/evaluation/231961-1170106492/solver /tmp/evaluation/231961-1170106492 /tmp/evaluation/231961-1170106492/unknown.xml

META MD5SUM SOLVER= 0a27e717dfe98d83d9802fe0eea45073
MD5SUM BENCH=  6e0cd599045b4119b48c7ab3c5e0399c

RANDOM SEED= 114995553

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.261
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.261
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:       1915120 kB
Buffers:         23376 kB
Cached:          46052 kB
SwapCached:          0 kB
Active:          54216 kB
Inactive:        36408 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1915120 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2124 kB
Writeback:           0 kB
Mapped:          31416 kB
Slab:            35880 kB
Committed_AS:   263576 kB
PageTables:       1596 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= 52910 MiB



End job on node44 on Mon Jan 29 22:05:08 UTC 2007