Trace number 232103

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.11 1803.16

General information on the benchmark

Namerandom/rand-2-25/
rand-25-25-300-147-54021_ext.xml
MD5SUMbf88d62088459624c50cfbf8bcb9cc1f
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 benchmark25.5481
SatisfiableYES
(Un)Satisfiability was provedYES
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/232103-1170106498/sugar-v0-40.jar)
0.04	
0.04	c # MAIN  BEGIN : /tmp/evaluation/232103-1170106498/unknown.xml [Mon Jan 29 22:35:01 2007]
0.04	c # CONVERT_XML  BEGIN : /tmp/evaluation/232103-1170106498/unknown.xml /tmp/evaluation/232103-1170106498/sugar25295.csp [Mon Jan 29 22:35:01 2007]
0.04	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/232103-1170106498/sugar-v0-40.jar -convert /tmp/evaluation/232103-1170106498/unknown.xml /tmp/evaluation/232103-1170106498/sugar25295.csp
0.16	c BEGIN convert /tmp/evaluation/232103-1170106498/unknown.xml
0.68	c END convert (0.520525 seconds)
0.70	c # CONVERT_XML  END : /tmp/evaluation/232103-1170106498/sugar25295.csp 1429275 bytes (0 seconds) [Mon Jan 29 22:35:01 2007]
0.70	c # CONVERT_XML  CPU : 0.62 = 0 + 0 + 0.57 + 0.05
0.70	
0.70	c # GENERATE_SAT  BEGIN : /tmp/evaluation/232103-1170106498/sugar25295.bcnf [Mon Jan 29 22:35:01 2007]
0.70	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/232103-1170106498/sugar-v0-40.jar -bcnf -map /tmp/evaluation/232103-1170106498/sugar25295.map /tmp/evaluation/232103-1170106498/sugar25295.csp /tmp/evaluation/232103-1170106498/sugar25295.bcnf
0.82	c BEGIN parse /tmp/evaluation/232103-1170106498/sugar25295.csp
5.94	c END parse (5.124901 seconds)
5.94	c BEGIN simplify
5.98	c END simplify (0.035401 seconds)
5.98	c BEGIN encode /tmp/evaluation/232103-1170106498/sugar25295.bcnf
6.23	c END encode (0.250681 seconds)
6.26	c # GENERATE_SAT  END : 600 variables 44675 clauses 860692 bytes (6 seconds) [Mon Jan 29 22:35:07 2007]
6.26	c # GENERATE_SAT  CPU : 5.49 = 0 + 0 + 5.34 + 0.15
6.26	
6.26	c # SOLVE_SAT  BEGIN : /tmp/evaluation/232103-1170106498/sugar25295.bcnf [Mon Jan 29 22:35:07 2007]
6.26	c # CMD : /tmp/evaluation/232103-1170106498/minisat /tmp/evaluation/232103-1170106498/sugar25295.bcnf /tmp/evaluation/232103-1170106498/sugar25295.out
6.28	c ==================================[MINISAT]===================================
6.28	c | Conflicts |     ORIGINAL     |              LEARNT              | Progress |
6.28	c |           | Clauses Literals |   Limit Clauses Literals  Lit/Cl |          |
6.28	c ==============================================================================
6.28	c |         0 |   44675   170492 |   14891       0        0     nan |  0.000 % |
6.31	c |       101 |   44675   170492 |   16380     101      943     9.3 |  0.000 % |
6.33	c |       252 |   44675   170492 |   18018     252     2241     8.9 |  0.009 % |
6.37	c |       477 |   44675   170492 |   19819     477     4321     9.1 |  0.009 % |
6.44	c |       816 |   44675   170492 |   21801     816     7936     9.7 |  0.009 % |
6.54	c |      1322 |   44675   170492 |   23982    1322    12870     9.7 |  0.009 % |
6.69	c |      2082 |   44675   170492 |   26380    2082    20578     9.9 |  0.010 % |
6.92	c |      3222 |   44675   170492 |   29018    3222    33549    10.4 |  0.010 % |
7.28	c |      4931 |   44676   170492 |   31920    4930    54270    11.0 |  0.009 % |
7.88	c |      7493 |   44677   170492 |   35112    7491    85728    11.4 |  0.003 % |
8.81	c |     11337 |   44677   170492 |   38623   11335   132849    11.7 |  0.009 % |
10.51	c |     17103 |   44677   170492 |   42485   17101   201271    11.8 |  0.009 % |
13.44	c |     25753 |   44677   170492 |   46734   25751   315267    12.2 |  0.009 % |
18.99	c |     38728 |   44678   170492 |   51407   38725   488840    12.6 |  0.009 % |
28.34	c |     58189 |   44679   170492 |   56548   19724   247203    12.5 |  0.009 % |
41.01	c |     87382 |   44684   170492 |   62203   48912   652343    13.3 |  0.009 % |
63.91	c |    131171 |   44687   170492 |   68423   44649   643653    14.4 |  0.009 % |
104.43	c |    196855 |   44694   170492 |   75266   58033   779814    13.4 |  0.010 % |
163.09	c |    295382 |   44700   170492 |   82792   35661   466062    13.1 |  0.010 % |
250.18	c |    443172 |   44706   170492 |   91072   47888   733119    15.3 |  0.010 % |
397.09	c |    664856 |   44714   170492 |  100179   44341   681591    15.4 |  0.007 % |
626.76	c |    997383 |   44722   170492 |  110197   42735   627093    14.7 |  0.013 % |
1029.03	c |   1496171 |   44729   170492 |  121216   78042  1290260    16.5 |  0.014 % |
1633.36	c |   2244354 |   44752   170492 |  133338   95956  1475250    15.4 |  0.001 % |
1802.67	s UNKNOWN
1802.67	c # ERROR No such file or directory /tmp/evaluation/232103-1170106498/sugar25295.out, at /tmp/evaluation/232103-1170106498/sugar line 393.
1802.67	
1802.67	c # MAIN  END :  (1802 seconds) [Mon Jan 29 23:05:03 2007]
1802.67	c # MAIN  CPU : 1800.06 = 0 + 0 + 1798.47 + 1.59
1802.67	

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/node42/watcher-232103-1170106498 -o ROOT/results/node42/solver-232103-1170106498 -C 1800 -M 900 /tmp/evaluation/232103-1170106498/solver /tmp/evaluation/232103-1170106498 /tmp/evaluation/232103-1170106498/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
/proc/loadavg: 1.56 2.13 2.36 4/74 25296
/proc/meminfo: memFree=1910896/2055920 swapFree=4192812/4192956
[pid=25295] ppid=25293 vsize=18540 CPUtime=0
/proc/25295/stat : 25295 (runsolver) R 25293 25014 25014 0 -1 4194368 3 0 0 0 0 0 0 0 20 0 1 0 30606093 18984960 277 18446744073709551615 4194304 4267372 548682069040 18446744073709551615 259415141108 0 0 4096 24578 0 0 0 17 0 0 0
/proc/25295/statm: 4635 277 242 17 0 2626 0
Current StackSize limit: 10240 KiB


[startup+0.107236 s]
/proc/loadavg: 1.56 2.13 2.36 4/74 25296
/proc/meminfo: memFree=1910896/2055920 swapFree=4192812/4192956
[pid=25295] ppid=25293 vsize=13724 CPUtime=0.03
/proc/25295/stat : 25295 (sugar) S 25293 25295 25014 0 -1 4194304 1112 0 0 0 3 0 0 0 21 0 1 0 30606093 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25295/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13724

[startup+0.519319 s]
/proc/loadavg: 1.56 2.13 2.36 4/74 25296
/proc/meminfo: memFree=1910896/2055920 swapFree=4192812/4192956
[pid=25295] ppid=25293 vsize=13724 CPUtime=0.03
/proc/25295/stat : 25295 (sugar) S 25293 25295 25014 0 -1 4194304 1121 0 0 0 3 0 0 0 15 0 1 0 30606093 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25295/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13724

[startup+1.34047 s]
/proc/loadavg: 1.56 2.13 2.36 4/82 25312
/proc/meminfo: memFree=1886448/2055920 swapFree=4192812/4192956
[pid=25295] ppid=25293 vsize=13724 CPUtime=0.65
/proc/25295/stat : 25295 (sugar) S 25293 25295 25014 0 -1 4194304 1190 7599 0 1 3 0 57 5 15 0 1 0 30606093 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25295/statm: 3431 809 371 3 0 531 0
[pid=25305] ppid=25295 vsize=807064 CPUtime=0.61
/proc/25305/stat : 25305 (java) R 25295 25295 25014 0 -1 0 7752 0 1 0 57 4 0 0 25 0 8 0 30606164 826433536 7499 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/25305/statm: 201766 7499 1494 14 0 189044 0
[pid=25305/tid=25306] ppid=25295 vsize=807064 CPUtime=0.1
/proc/25305/task/25306/stat : 25306 (java) R 25295 25295 25014 0 -1 64 1698 0 0 0 10 0 0 0 16 0 8 0 30606167 826433536 7499 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4155528750 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25305/tid=25307] ppid=25295 vsize=807064 CPUtime=0
/proc/25305/task/25307/stat : 25307 (java) S 25295 25295 25014 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 30606167 826433536 7499 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25305/tid=25308] ppid=25295 vsize=807064 CPUtime=0
/proc/25305/task/25308/stat : 25308 (java) S 25295 25295 25014 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30606167 826433536 7499 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25305/tid=25309] ppid=25295 vsize=807064 CPUtime=0
/proc/25305/task/25309/stat : 25309 (java) S 25295 25295 25014 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 30606171 826433536 7499 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25305/tid=25310] ppid=25295 vsize=807064 CPUtime=0.04
/proc/25305/task/25310/stat : 25310 (java) S 25295 25295 25014 0 -1 64 292 0 0 0 4 0 0 0 18 0 8 0 30606171 826433536 7499 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25305/tid=25311] ppid=25295 vsize=807064 CPUtime=0
/proc/25305/task/25311/stat : 25311 (java) S 25295 25295 25014 0 -1 64 3 0 0 0 0 0 0 0 24 0 8 0 30606171 826433536 7499 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25305/tid=25312] ppid=25295 vsize=807064 CPUtime=0
/proc/25305/task/25312/stat : 25312 (java) S 25295 25295 25014 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 30606171 826433536 7499 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.26
Current children cumulated vsize (KiB) 820788

[startup+2.97978 s]
/proc/loadavg: 1.59 2.13 2.36 3/82 25312
/proc/meminfo: memFree=1868080/2055920 swapFree=4192812/4192956
[pid=25295] ppid=25293 vsize=13724 CPUtime=0.65
/proc/25295/stat : 25295 (sugar) S 25293 25295 25014 0 -1 4194304 1190 7599 0 1 3 0 57 5 15 0 1 0 30606093 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25295/statm: 3431 809 371 3 0 531 0
[pid=25305] ppid=25295 vsize=807336 CPUtime=2.24
/proc/25305/stat : 25305 (java) R 25295 25295 25014 0 -1 0 13831 0 1 0 216 8 0 0 25 0 8 0 30606164 826712064 13564 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4155213096 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/25305/statm: 201834 13564 1506 14 0 189112 0
[pid=25305/tid=25306] ppid=25295 vsize=807336 CPUtime=0.52
/proc/25305/task/25306/stat : 25306 (java) S 25295 25295 25014 0 -1 64 7630 0 0 0 49 3 0 0 16 0 8 0 30606167 826712064 13564 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25305/tid=25307] ppid=25295 vsize=807336 CPUtime=0
/proc/25305/task/25307/stat : 25307 (java) S 25295 25295 25014 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 30606167 826712064 13564 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25305/tid=25308] ppid=25295 vsize=807336 CPUtime=0
/proc/25305/task/25308/stat : 25308 (java) S 25295 25295 25014 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30606167 826712064 13564 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25305/tid=25309] ppid=25295 vsize=807336 CPUtime=0
/proc/25305/task/25309/stat : 25309 (java) S 25295 25295 25014 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 30606171 826712064 13564 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25305/tid=25310] ppid=25295 vsize=807336 CPUtime=0.12
/proc/25305/task/25310/stat : 25310 (java) S 25295 25295 25014 0 -1 64 400 0 0 0 11 1 0 0 16 0 8 0 30606171 826712064 13564 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25305/tid=25311] ppid=25295 vsize=807336 CPUtime=0
/proc/25305/task/25311/stat : 25311 (java) S 25295 25295 25014 0 -1 64 3 0 0 0 0 0 0 0 24 0 8 0 30606171 826712064 13564 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25305/tid=25312] ppid=25295 vsize=807336 CPUtime=0
/proc/25305/task/25312/stat : 25312 (java) S 25295 25295 25014 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 30606171 826712064 13564 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.89
Current children cumulated vsize (KiB) 821060

[startup+6.1804 s]
/proc/loadavg: 1.59 2.13 2.36 4/82 25312
/proc/meminfo: memFree=1834864/2055920 swapFree=4192812/4192956
[pid=25295] ppid=25293 vsize=13724 CPUtime=0.65
/proc/25295/stat : 25295 (sugar) S 25293 25295 25014 0 -1 4194304 1190 7599 0 1 3 0 57 5 16 0 1 0 30606093 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25295/statm: 3431 809 371 3 0 531 0
[pid=25305] ppid=25295 vsize=807336 CPUtime=5.41
/proc/25305/stat : 25305 (java) R 25295 25295 25014 0 -1 0 22346 0 1 0 529 12 0 0 25 0 8 0 30606164 826712064 22046 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073775871 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/25305/statm: 201834 22046 1510 14 0 189112 0
[pid=25305/tid=25306] ppid=25295 vsize=807336 CPUtime=0.94
/proc/25305/task/25306/stat : 25306 (java) S 25295 25295 25014 0 -1 64 16081 0 0 0 87 7 0 0 16 0 8 0 30606167 826712064 22046 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25305/tid=25307] ppid=25295 vsize=807336 CPUtime=0
/proc/25305/task/25307/stat : 25307 (java) S 25295 25295 25014 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 30606167 826712064 22046 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25305/tid=25308] ppid=25295 vsize=807336 CPUtime=0
/proc/25305/task/25308/stat : 25308 (java) S 25295 25295 25014 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30606167 826712064 22046 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25305/tid=25309] ppid=25295 vsize=807336 CPUtime=0
/proc/25305/task/25309/stat : 25309 (java) S 25295 25295 25014 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 30606171 826712064 22046 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25305/tid=25310] ppid=25295 vsize=807336 CPUtime=0.14
/proc/25305/task/25310/stat : 25310 (java) S 25295 25295 25014 0 -1 64 409 0 0 0 13 1 0 0 16 0 8 0 30606171 826712064 22046 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25305/tid=25311] ppid=25295 vsize=807336 CPUtime=0
/proc/25305/task/25311/stat : 25311 (java) S 25295 25295 25014 0 -1 64 3 0 0 0 0 0 0 0 24 0 8 0 30606171 826712064 22046 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25305/tid=25312] ppid=25295 vsize=807336 CPUtime=0
/proc/25305/task/25312/stat : 25312 (java) S 25295 25295 25014 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 30606171 826712064 22046 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.6466 s]
/proc/loadavg: 1.66 2.12 2.35 3/75 25313
/proc/meminfo: memFree=1902888/2055920 swapFree=4192812/4192956
[pid=25295] ppid=25293 vsize=13724 CPUtime=6.14
/proc/25295/stat : 25295 (sugar) S 25293 25295 25014 0 -1 4194304 1276 29961 0 2 3 0 591 20 16 0 1 0 30606093 14053376 815 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25295/statm: 3431 815 373 3 0 531 0
[pid=25313] ppid=25295 vsize=5504 CPUtime=6.37
/proc/25313/stat : 25313 (minisat) R 25295 25295 25014 0 -1 0 1244 0 0 0 637 0 0 0 25 0 1 0 30606719 5636096 1019 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/25313/statm: 1376 1019 51 112 0 1260 0
Current children cumulated CPU time (s) 12.51
Current children cumulated vsize (KiB) 19228

[startup+25.4791 s]
/proc/loadavg: 1.71 2.12 2.35 3/75 25313
/proc/meminfo: memFree=1900648/2055920 swapFree=4192812/4192956
[pid=25295] ppid=25293 vsize=13724 CPUtime=6.14
/proc/25295/stat : 25295 (sugar) S 25293 25295 25014 0 -1 4194304 1276 29961 0 2 3 0 591 20 16 0 1 0 30606093 14053376 815 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25295/statm: 3431 815 373 3 0 531 0
[pid=25313] ppid=25295 vsize=7844 CPUtime=19.2
/proc/25313/stat : 25313 (minisat) R 25295 25295 25014 0 -1 0 1808 0 0 0 1918 2 0 0 25 0 1 0 30606719 8032256 1583 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/25313/statm: 1961 1583 51 112 0 1845 0
Current children cumulated CPU time (s) 25.34
Current children cumulated vsize (KiB) 21568

[startup+51.146 s]
/proc/loadavg: 1.81 2.11 2.34 3/75 25315
/proc/meminfo: memFree=1898408/2055920 swapFree=4192812/4192956
[pid=25295] ppid=25293 vsize=13724 CPUtime=6.14
/proc/25295/stat : 25295 (sugar) S 25293 25295 25014 0 -1 4194304 1276 29961 0 2 3 0 591 20 16 0 1 0 30606093 14053376 815 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25295/statm: 3431 815 373 3 0 531 0
[pid=25313] ppid=25295 vsize=9480 CPUtime=44.85
/proc/25313/stat : 25313 (minisat) R 25295 25295 25014 0 -1 0 2216 0 0 0 4483 2 0 0 25 0 1 0 30606719 9707520 1991 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528442 0 0 4096 3 0 0 0 17 1 0 0
/proc/25313/statm: 2370 1991 51 112 0 2254 0
Current children cumulated CPU time (s) 50.99
Current children cumulated vsize (KiB) 23204

[startup+102.369 s]
/proc/loadavg: 1.91 2.09 2.32 3/75 25315
/proc/meminfo: memFree=1895912/2055920 swapFree=4192812/4192956
[pid=25295] ppid=25293 vsize=13724 CPUtime=6.14
/proc/25295/stat : 25295 (sugar) S 25293 25295 25014 0 -1 4194304 1276 29961 0 2 3 0 591 20 16 0 1 0 30606093 14053376 815 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25295/statm: 3431 815 373 3 0 531 0
[pid=25313] ppid=25295 vsize=11376 CPUtime=96.06
/proc/25313/stat : 25313 (minisat) R 25295 25295 25014 0 -1 0 2663 0 0 0 9603 3 0 0 25 0 1 0 30606719 11649024 2438 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/25313/statm: 2844 2438 51 112 0 2728 0
Current children cumulated CPU time (s) 102.2
Current children cumulated vsize (KiB) 25100

[startup+162.415 s]
/proc/loadavg: 2.02 2.08 2.30 3/75 25315
/proc/meminfo: memFree=1893800/2055920 swapFree=4192812/4192956
[pid=25295] ppid=25293 vsize=13724 CPUtime=6.14
/proc/25295/stat : 25295 (sugar) S 25293 25295 25014 0 -1 4194304 1276 29961 0 2 3 0 591 20 16 0 1 0 30606093 14053376 815 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25295/statm: 3431 815 373 3 0 531 0
[pid=25313] ppid=25295 vsize=12840 CPUtime=156.09
/proc/25313/stat : 25313 (minisat) R 25295 25295 25014 0 -1 0 3056 0 0 0 15606 3 0 0 25 0 1 0 30606719 13148160 2831 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528435 0 0 4096 3 0 0 0 17 1 0 0
/proc/25313/statm: 3210 2831 51 112 0 3094 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 26564

[startup+222.462 s]
/proc/loadavg: 2.01 2.07 2.28 3/75 25315
/proc/meminfo: memFree=1891944/2055920 swapFree=4192812/4192956
[pid=25295] ppid=25293 vsize=13724 CPUtime=6.14
/proc/25295/stat : 25295 (sugar) S 25293 25295 25014 0 -1 4194304 1276 29961 0 2 3 0 591 20 16 0 1 0 30606093 14053376 815 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25295/statm: 3431 815 373 3 0 531 0
[pid=25313] ppid=25295 vsize=14076 CPUtime=216.11
/proc/25313/stat : 25313 (minisat) R 25295 25295 25014 0 -1 0 3355 0 0 0 21608 3 0 0 25 0 1 0 30606719 14413824 3130 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/25313/statm: 3519 3130 51 112 0 3403 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 27800

[startup+282.52 s]
/proc/loadavg: 2.00 2.05 2.26 3/75 25315
/proc/meminfo: memFree=1890160/2055920 swapFree=4192812/4192956
[pid=25295] ppid=25293 vsize=13724 CPUtime=6.14
/proc/25295/stat : 25295 (sugar) S 25293 25295 25014 0 -1 4194304 1276 29961 0 2 3 0 591 20 16 0 1 0 30606093 14053376 815 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25295/statm: 3431 815 373 3 0 531 0
[pid=25313] ppid=25295 vsize=15532 CPUtime=276.15
/proc/25313/stat : 25313 (minisat) R 25295 25295 25014 0 -1 0 3695 0 0 0 27611 4 0 0 25 0 1 0 30606719 15904768 3470 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/25313/statm: 3883 3470 51 112 0 3767 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 29256

[startup+342.573 s]
/proc/loadavg: 2.00 2.04 2.24 3/75 25315
/proc/meminfo: memFree=1888112/2055920 swapFree=4192812/4192956
[pid=25295] ppid=25293 vsize=13724 CPUtime=6.14

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

/proc/25295/stat : 25295 (sugar) S 25293 25295 25014 0 -1 4194304 1276 29961 0 2 3 0 591 20 16 0 1 0 30606093 14053376 815 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25295/statm: 3431 815 373 3 0 531 0
[pid=25313] ppid=25295 vsize=24288 CPUtime=1056.59
/proc/25313/stat : 25313 (minisat) R 25295 25295 25014 0 -1 0 5771 0 0 0 105652 7 0 0 25 0 1 0 30606719 24870912 5546 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/25313/statm: 6072 5546 51 112 0 5956 0
Current children cumulated CPU time (s) 1062.73
Current children cumulated vsize (KiB) 38012

[startup+1123.28 s]
/proc/loadavg: 2.00 2.01 2.09 3/75 25315
/proc/meminfo: memFree=1872624/2055920 swapFree=4192812/4192956
[pid=25295] ppid=25293 vsize=13724 CPUtime=6.14
/proc/25295/stat : 25295 (sugar) S 25293 25295 25014 0 -1 4194304 1276 29961 0 2 3 0 591 20 16 0 1 0 30606093 14053376 815 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25295/statm: 3431 815 373 3 0 531 0
[pid=25313] ppid=25295 vsize=25664 CPUtime=1116.62
/proc/25313/stat : 25313 (minisat) R 25295 25295 25014 0 -1 0 6104 0 0 0 111655 7 0 0 25 0 1 0 30606719 26279936 5879 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/25313/statm: 6416 5879 51 112 0 6300 0
Current children cumulated CPU time (s) 1122.76
Current children cumulated vsize (KiB) 39388

[startup+1183.33 s]
/proc/loadavg: 2.00 2.00 2.08 3/75 25315
/proc/meminfo: memFree=1871728/2055920 swapFree=4192812/4192956
[pid=25295] ppid=25293 vsize=13724 CPUtime=6.14
/proc/25295/stat : 25295 (sugar) S 25293 25295 25014 0 -1 4194304 1276 29961 0 2 3 0 591 20 16 0 1 0 30606093 14053376 815 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25295/statm: 3431 815 373 3 0 531 0
[pid=25313] ppid=25295 vsize=25936 CPUtime=1176.65
/proc/25313/stat : 25313 (minisat) R 25295 25295 25014 0 -1 0 6188 0 0 0 117658 7 0 0 25 0 1 0 30606719 26558464 5963 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/25313/statm: 6484 5963 51 112 0 6368 0
Current children cumulated CPU time (s) 1182.79
Current children cumulated vsize (KiB) 39660

[startup+1243.39 s]
/proc/loadavg: 2.00 2.00 2.08 3/75 25315
/proc/meminfo: memFree=1871152/2055920 swapFree=4192812/4192956
[pid=25295] ppid=25293 vsize=13724 CPUtime=6.14
/proc/25295/stat : 25295 (sugar) S 25293 25295 25014 0 -1 4194304 1276 29961 0 2 3 0 591 20 16 0 1 0 30606093 14053376 815 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25295/statm: 3431 815 373 3 0 531 0
[pid=25313] ppid=25295 vsize=26088 CPUtime=1236.69
/proc/25313/stat : 25313 (minisat) R 25295 25295 25014 0 -1 0 6222 0 0 0 123662 7 0 0 25 0 1 0 30606719 26714112 5997 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/25313/statm: 6522 5997 51 112 0 6406 0
Current children cumulated CPU time (s) 1242.83
Current children cumulated vsize (KiB) 39812

[startup+1303.45 s]
/proc/loadavg: 2.00 2.00 2.07 3/75 25315
/proc/meminfo: memFree=1870448/2055920 swapFree=4192812/4192956
[pid=25295] ppid=25293 vsize=13724 CPUtime=6.14
/proc/25295/stat : 25295 (sugar) S 25293 25295 25014 0 -1 4194304 1276 29961 0 2 3 0 591 20 16 0 1 0 30606093 14053376 815 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25295/statm: 3431 815 373 3 0 531 0
[pid=25313] ppid=25295 vsize=26536 CPUtime=1296.72
/proc/25313/stat : 25313 (minisat) R 25295 25295 25014 0 -1 0 6302 0 0 0 129665 7 0 0 25 0 1 0 30606719 27172864 6077 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/25313/statm: 6634 6077 51 112 0 6518 0
Current children cumulated CPU time (s) 1302.86
Current children cumulated vsize (KiB) 40260

[startup+1363.5 s]
/proc/loadavg: 2.00 2.00 2.07 3/75 25315
/proc/meminfo: memFree=1870064/2055920 swapFree=4192812/4192956
[pid=25295] ppid=25293 vsize=13724 CPUtime=6.14
/proc/25295/stat : 25295 (sugar) S 25293 25295 25014 0 -1 4194304 1276 29961 0 2 3 0 591 20 16 0 1 0 30606093 14053376 815 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25295/statm: 3431 815 373 3 0 531 0
[pid=25313] ppid=25295 vsize=26848 CPUtime=1356.76
/proc/25313/stat : 25313 (minisat) R 25295 25295 25014 0 -1 0 6388 0 0 0 135668 8 0 0 25 0 1 0 30606719 27492352 6163 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/25313/statm: 6712 6163 51 112 0 6596 0
Current children cumulated CPU time (s) 1362.9
Current children cumulated vsize (KiB) 40572

[startup+1423.55 s]
/proc/loadavg: 2.00 2.00 2.06 3/75 25315
/proc/meminfo: memFree=1869232/2055920 swapFree=4192812/4192956
[pid=25295] ppid=25293 vsize=13724 CPUtime=6.14
/proc/25295/stat : 25295 (sugar) S 25293 25295 25014 0 -1 4194304 1276 29961 0 2 3 0 591 20 16 0 1 0 30606093 14053376 815 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25295/statm: 3431 815 373 3 0 531 0
[pid=25313] ppid=25295 vsize=27356 CPUtime=1416.79
/proc/25313/stat : 25313 (minisat) R 25295 25295 25014 0 -1 0 6490 0 0 0 141671 8 0 0 25 0 1 0 30606719 28012544 6265 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/25313/statm: 6839 6265 51 112 0 6723 0
Current children cumulated CPU time (s) 1422.93
Current children cumulated vsize (KiB) 41080

[startup+1483.6 s]
/proc/loadavg: 2.00 2.00 2.05 3/75 25315
/proc/meminfo: memFree=1868656/2055920 swapFree=4192812/4192956
[pid=25295] ppid=25293 vsize=13724 CPUtime=6.14
/proc/25295/stat : 25295 (sugar) S 25293 25295 25014 0 -1 4194304 1276 29961 0 2 3 0 591 20 16 0 1 0 30606093 14053376 815 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25295/statm: 3431 815 373 3 0 531 0
[pid=25313] ppid=25295 vsize=27552 CPUtime=1476.82
/proc/25313/stat : 25313 (minisat) R 25295 25295 25014 0 -1 0 6549 0 0 0 147674 8 0 0 25 0 1 0 30606719 28213248 6324 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/25313/statm: 6888 6324 51 112 0 6772 0
Current children cumulated CPU time (s) 1482.96
Current children cumulated vsize (KiB) 41276

[startup+1543.65 s]
/proc/loadavg: 1.92 1.98 2.04 4/82 25370
/proc/meminfo: memFree=1889848/2055920 swapFree=4192812/4192956
[pid=25295] ppid=25293 vsize=13724 CPUtime=6.14
/proc/25295/stat : 25295 (sugar) S 25293 25295 25014 0 -1 4194304 1276 29961 0 2 3 0 591 20 16 0 1 0 30606093 14053376 815 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25295/statm: 3431 815 373 3 0 531 0
[pid=25313] ppid=25295 vsize=27768 CPUtime=1536.83
/proc/25313/stat : 25313 (minisat) R 25295 25295 25014 0 -1 0 6570 0 0 0 153674 9 0 0 25 0 1 0 30606719 28434432 6345 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528460 0 0 4096 3 0 0 0 17 0 0 0
/proc/25313/statm: 6942 6345 51 112 0 6826 0
Current children cumulated CPU time (s) 1542.97
Current children cumulated vsize (KiB) 41492

[startup+1603.73 s]
/proc/loadavg: 3.29 2.36 2.17 4/88 25501
/proc/meminfo: memFree=620112/2055920 swapFree=4192812/4192956
[pid=25295] ppid=25293 vsize=13724 CPUtime=6.14
/proc/25295/stat : 25295 (sugar) S 25293 25295 25014 0 -1 4194304 1276 29961 0 2 3 0 591 20 16 0 1 0 30606093 14053376 815 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25295/statm: 3431 815 373 3 0 531 0
[pid=25313] ppid=25295 vsize=27908 CPUtime=1596.39
/proc/25313/stat : 25313 (minisat) R 25295 25295 25014 0 -1 0 6624 0 0 0 159594 45 0 0 25 0 1 0 30606719 28577792 6399 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528461 0 0 4096 3 0 0 0 17 0 0 0
/proc/25313/statm: 6977 6399 51 112 0 6861 0
Current children cumulated CPU time (s) 1602.53
Current children cumulated vsize (KiB) 41632

[startup+1663.79 s]
/proc/loadavg: 3.53 2.64 2.27 3/82 25587
/proc/meminfo: memFree=16080/2055920 swapFree=4192812/4192956
[pid=25295] ppid=25293 vsize=13724 CPUtime=6.14
/proc/25295/stat : 25295 (sugar) S 25293 25295 25014 0 -1 4194304 1276 29961 0 2 3 0 591 20 16 0 1 0 30606093 14053376 815 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25295/statm: 3431 815 373 3 0 531 0
[pid=25313] ppid=25295 vsize=28300 CPUtime=1656.01
/proc/25313/stat : 25313 (minisat) R 25295 25295 25014 0 -1 0 6697 0 0 0 165526 75 0 0 25 0 1 0 30606719 28979200 6472 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/25313/statm: 7075 6472 51 112 0 6959 0
Current children cumulated CPU time (s) 1662.15
Current children cumulated vsize (KiB) 42024

[startup+1723.84 s]
/proc/loadavg: 2.99 2.63 2.29 3/83 25654
/proc/meminfo: memFree=1315208/2055920 swapFree=4192812/4192956
[pid=25295] ppid=25293 vsize=13724 CPUtime=6.14
/proc/25295/stat : 25295 (sugar) S 25293 25295 25014 0 -1 4194304 1276 29961 0 2 3 0 591 20 16 0 1 0 30606093 14053376 815 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25295/statm: 3431 815 373 3 0 531 0
[pid=25313] ppid=25295 vsize=28808 CPUtime=1715.68
/proc/25313/stat : 25313 (minisat) R 25295 25295 25014 0 -1 0 6814 0 0 0 171471 97 0 0 25 0 1 0 30606719 29499392 6589 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/25313/statm: 7202 6589 51 112 0 7086 0
Current children cumulated CPU time (s) 1721.82
Current children cumulated vsize (KiB) 42532

[startup+1783.88 s]
/proc/loadavg: 3.21 2.77 2.36 3/82 25673
/proc/meminfo: memFree=15952/2055920 swapFree=4192812/4192956
[pid=25295] ppid=25293 vsize=13724 CPUtime=6.14
/proc/25295/stat : 25295 (sugar) S 25293 25295 25014 0 -1 4194304 1276 29961 0 2 3 0 591 20 16 0 1 0 30606093 14053376 815 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25295/statm: 3431 815 373 3 0 531 0
[pid=25313] ppid=25295 vsize=29076 CPUtime=1775.31
/proc/25313/stat : 25313 (minisat) R 25295 25295 25014 0 -1 0 6902 0 0 0 177401 130 0 0 25 0 1 0 30606719 29773824 6677 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/25313/statm: 7269 6677 51 112 0 7153 0
Current children cumulated CPU time (s) 1781.45
Current children cumulated vsize (KiB) 42800



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1802.66 s]
/proc/loadavg: 3.29 2.81 2.38 3/83 25679
/proc/meminfo: memFree=16328/2055920 swapFree=4192812/4192956
[pid=25295] ppid=25293 vsize=13724 CPUtime=6.14
/proc/25295/stat : 25295 (sugar) S 25293 25295 25014 0 -1 4194304 1276 29961 0 2 3 0 591 20 16 0 1 0 30606093 14053376 815 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25295/statm: 3431 815 373 3 0 531 0
[pid=25313] ppid=25295 vsize=29076 CPUtime=1793.93
/proc/25313/stat : 25313 (minisat) R 25295 25295 25014 0 -1 0 6912 0 0 0 179255 138 0 0 25 0 1 0 30606719 29773824 6687 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528771 0 0 4096 3 0 0 0 17 0 0 0
/proc/25313/statm: 7269 6687 51 112 0 7153 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 42800

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

Child status: 1
Real time (s): 1803.16
CPU time (s): 1800.11
CPU user time (s): 1798.51
CPU system time (s): 1.60276
CPU usage (%): 99.8311
Max. virtual memory (cumulated for all children) (KiB): 821060

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.51
system time used= 1.60276
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 38238
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= 1656
involuntary context switches= 8354

runsolver used 1.70474 s user time and 4.80327 s system time

The end

Launcher Data (download as text)

Begin job on node42 on Mon Jan 29 21:34:59 UTC 2007


IDJOB= 232103
IDBENCH= 6500
IDSOLVER= 86
FILE ID= node42/232103-1170106498

PBS_JOBID= 3689868

Free space on /tmp= 66560 MiB

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

META MD5SUM SOLVER= 0a27e717dfe98d83d9802fe0eea45073
MD5SUM BENCH=  bf88d62088459624c50cfbf8bcb9cc1f

RANDOM SEED= 709994337

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:       1911504 kB
Buffers:          8548 kB
Cached:          56664 kB
SwapCached:          0 kB
Active:          69928 kB
Inactive:        31044 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1911504 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1076 kB
Writeback:           0 kB
Mapped:          46732 kB
Slab:            28808 kB
Committed_AS:   417648 kB
PageTables:       1816 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= 64092 MiB



End job on node42 on Mon Jan 29 22:05:04 UTC 2007