Trace number 202940

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.05 1815.44

General information on the benchmark

Namerandom/rand-2-40-19/
rand-2-40-19-443-230-21_ext.xml
MD5SUMf5b0c13291162361c9841fc745919b19
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 benchmark37.2533
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables40
Number of constraints332
Maximum constraint arity2
Maximum domain size19
Number of constraints which are defined in extension332
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.06	c # Sugar v0-40 (/tmp/evaluation/202940-1170095816/sugar-v0-40.jar)
0.06	
0.07	c # MAIN  BEGIN : /tmp/evaluation/202940-1170095816/unknown.xml [Mon Jan 29 19:36:57 2007]
0.07	c # CONVERT_XML  BEGIN : /tmp/evaluation/202940-1170095816/unknown.xml /tmp/evaluation/202940-1170095816/sugar25079.csp [Mon Jan 29 19:36:57 2007]
0.07	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/202940-1170095816/sugar-v0-40.jar -convert /tmp/evaluation/202940-1170095816/unknown.xml /tmp/evaluation/202940-1170095816/sugar25079.csp
0.27	c BEGIN convert /tmp/evaluation/202940-1170095816/unknown.xml
0.81	c END convert (0.546506 seconds)
0.85	c # CONVERT_XML  END : /tmp/evaluation/202940-1170095816/sugar25079.csp 1090171 bytes (1 seconds) [Mon Jan 29 19:36:58 2007]
0.85	c # CONVERT_XML  CPU : 0.61 = 0 + 0 + 0.55 + 0.06
0.85	
0.85	c # GENERATE_SAT  BEGIN : /tmp/evaluation/202940-1170095816/sugar25079.bcnf [Mon Jan 29 19:36:58 2007]
0.85	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/202940-1170095816/sugar-v0-40.jar -bcnf -map /tmp/evaluation/202940-1170095816/sugar25079.map /tmp/evaluation/202940-1170095816/sugar25079.csp /tmp/evaluation/202940-1170095816/sugar25079.bcnf
1.00	c BEGIN parse /tmp/evaluation/202940-1170095816/sugar25079.csp
13.13	c END parse (12.127595 seconds)
13.13	c BEGIN simplify
13.20	c END simplify (0.069875 seconds)
13.20	c BEGIN encode /tmp/evaluation/202940-1170095816/sugar25079.bcnf
13.81	c END encode (0.607897 seconds)
13.91	c # GENERATE_SAT  END : 5836 variables 44145 clauses 4712708 bytes (13 seconds) [Mon Jan 29 19:37:11 2007]
13.91	c # GENERATE_SAT  CPU : 12.87 = 0.05 + 0.01 + 12.47 + 0.34
13.91	
13.91	c # SOLVE_SAT  BEGIN : /tmp/evaluation/202940-1170095816/sugar25079.bcnf [Mon Jan 29 19:37:11 2007]
13.91	c # CMD : /tmp/evaluation/202940-1170095816/minisat /tmp/evaluation/202940-1170095816/sugar25079.bcnf /tmp/evaluation/202940-1170095816/sugar25079.out
14.02	c ==================================[MINISAT]===================================
14.02	c | Conflicts |     ORIGINAL     |              LEARNT              | Progress |
14.02	c |           | Clauses Literals |   Limit Clauses Literals  Lit/Cl |          |
14.02	c ==============================================================================
14.02	c |         0 |   44145  1134024 |   14715       0        0     nan |  0.000 % |
14.04	c |       102 |   44145  1134024 |   16186     102     4940    48.4 |  0.000 % |
14.08	c |       253 |   44145  1134024 |   17805     253     7300    28.9 |  0.000 % |
14.14	c |       479 |   44145  1134024 |   19585     479    10510    21.9 |  0.000 % |
14.25	c |       816 |   44145  1134024 |   21544     816    16371    20.1 |  0.000 % |
14.41	c |      1323 |   44145  1134024 |   23698    1323    29860    22.6 |  0.000 % |
14.60	c |      2082 |   44146  1134024 |   26068    2081    41606    20.0 |  0.000 % |
14.89	c |      3221 |   44146  1134024 |   28675    3220    58222    18.1 |  0.000 % |
15.33	c |      4929 |   44147  1134024 |   31542    4927    82249    16.7 |  0.000 % |
16.04	c |      7491 |   44149  1134024 |   34697    7487   137741    18.4 |  0.000 % |
17.45	c |     11335 |   44150  1134024 |   38166   11330   247852    21.9 |  0.000 % |
19.88	c |     17101 |   44153  1134024 |   41983   17093   399048    23.3 |  0.000 % |
23.92	c |     25753 |   44158  1134024 |   46181   25740   610396    23.7 |  0.000 % |
30.15	c |     38728 |   44166  1134024 |   50800   38707   941963    24.3 |  0.000 % |
41.08	c |     58190 |   44170  1134024 |   55880   20298   449071    22.1 |  0.000 % |
58.50	c |     87384 |   44182  1134024 |   61468   49480  1144260    23.1 |  0.000 % |
87.97	c |    131174 |   44191  1134024 |   67615   47966  1111782    23.2 |  0.000 % |
135.92	c |    196860 |   44204  1134024 |   74376   61447  1831343    29.8 |  0.000 % |
207.41	c |    295388 |   44228  1134024 |   81814   46921  1256661    26.8 |  0.000 % |
325.77	c |    443178 |   44246  1134024 |   89995   67994  2209771    32.5 |  0.001 % |
499.34	c |    664861 |   44174  1133757 |   98995   27938   867240    31.0 |  0.017 % |
808.09	c |    997386 |   44209  1133757 |  108894   44143  2003335    45.4 |  0.017 % |
1282.53	c |   1496174 |   44114  1133433 |  119784   99486  4647636    46.7 |  0.034 % |
1814.39	
1814.39	s UNKNOWN
1814.39	c # INTERRUPTED
1814.39	c # MAIN  END :  (1814 seconds) [Mon Jan 29 20:07:11 2007]
1814.39	c # MAIN  CPU : 13.48 = 0.05 + 0.01 + 13.02 + 0.4
1814.39	

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/node18/watcher-202940-1170095816 -o ROOT/results/node18/solver-202940-1170095816 -C 1800 -M 900 /tmp/evaluation/202940-1170095816/solver /tmp/evaluation/202940-1170095816 /tmp/evaluation/202940-1170095816/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.97 2.50 2.75 5/95 25080
/proc/meminfo: memFree=685944/2055920 swapFree=4192812/4192956
[pid=25079] ppid=25077 vsize=18540 CPUtime=0
/proc/25079/stat : 25079 (runsolver) R 25077 25079 25014 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 29536210 18984960 279 18446744073709551615 4194304 4267372 548682069040 18446744073709551615 227848809767 0 0 4096 24578 0 0 0 17 1 0 0
/proc/25079/statm: 4635 279 244 17 0 2626 0

[startup+0.108139 s]
/proc/loadavg: 1.97 2.50 2.75 5/95 25080
/proc/meminfo: memFree=685944/2055920 swapFree=4192812/4192956
[pid=25079] ppid=25077 vsize=13724 CPUtime=0.03
/proc/25079/stat : 25079 (sugar) S 25077 25079 25014 0 -1 4194304 1112 0 0 0 3 0 0 0 19 0 1 0 29536210 14053376 805 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25079/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13724

[startup+0.516183 s]
/proc/loadavg: 1.97 2.50 2.75 5/95 25080
/proc/meminfo: memFree=685944/2055920 swapFree=4192812/4192956
[pid=25079] ppid=25077 vsize=13724 CPUtime=0.03
/proc/25079/stat : 25079 (sugar) S 25077 25079 25014 0 -1 4194304 1121 0 0 0 3 0 0 0 15 0 1 0 29536210 14053376 805 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25079/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13724

[startup+1.33926 s]
/proc/loadavg: 1.97 2.50 2.75 3/103 25096
/proc/meminfo: memFree=661944/2055920 swapFree=4192812/4192956
[pid=25079] ppid=25077 vsize=13724 CPUtime=0.65
/proc/25079/stat : 25079 (sugar) S 25077 25079 25014 0 -1 4194304 1190 7469 0 33 3 1 55 6 15 0 1 0 29536210 14053376 809 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25079/statm: 3431 809 371 3 0 531 0
[pid=25089] ppid=25079 vsize=807064 CPUtime=0.43
/proc/25089/stat : 25089 (java) R 25079 25079 25014 0 -1 0 7324 0 1 0 39 4 0 0 20 0 8 0 29536296 826433536 7073 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073482407 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25089/statm: 201766 7073 1494 14 0 189044 0
[pid=25089/tid=25090] ppid=25079 vsize=807064 CPUtime=0.05
/proc/25089/task/25090/stat : 25090 (java) S 25079 25079 25014 0 -1 64 1272 0 0 0 5 0 0 0 16 0 8 0 29536299 826433536 7073 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25089/tid=25091] ppid=25079 vsize=807064 CPUtime=0
/proc/25089/task/25091/stat : 25091 (java) S 25079 25079 25014 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 29536300 826433536 7073 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25089/tid=25092] ppid=25079 vsize=807064 CPUtime=0
/proc/25089/task/25092/stat : 25092 (java) S 25079 25079 25014 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 29536300 826433536 7073 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25089/tid=25093] ppid=25079 vsize=807064 CPUtime=0
/proc/25089/task/25093/stat : 25093 (java) S 25079 25079 25014 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 29536303 826433536 7073 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25089/tid=25094] ppid=25079 vsize=807064 CPUtime=0.05
/proc/25089/task/25094/stat : 25094 (java) S 25079 25079 25014 0 -1 64 292 0 0 0 5 0 0 0 16 0 8 0 29536303 826433536 7073 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25089/tid=25095] ppid=25079 vsize=807064 CPUtime=0
/proc/25089/task/25095/stat : 25095 (java) S 25079 25079 25014 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 29536303 826433536 7073 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25089/tid=25096] ppid=25079 vsize=807064 CPUtime=0
/proc/25089/task/25096/stat : 25096 (java) S 25079 25079 25014 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 29536303 826433536 7073 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.08
Current children cumulated vsize (KiB) 820788

[startup+2.99243 s]
/proc/loadavg: 1.98 2.49 2.74 3/103 25096
/proc/meminfo: memFree=630264/2055920 swapFree=4192812/4192956
[pid=25079] ppid=25077 vsize=13724 CPUtime=0.65
/proc/25079/stat : 25079 (sugar) S 25077 25079 25014 0 -1 4194304 1190 7469 0 33 3 1 55 6 15 0 1 0 29536210 14053376 809 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25079/statm: 3431 809 371 3 0 531 0
[pid=25089] ppid=25079 vsize=807336 CPUtime=2.07
/proc/25089/stat : 25089 (java) R 25079 25079 25014 0 -1 0 14644 0 1 0 200 7 0 0 25 0 8 0 29536296 826712064 14371 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25089/statm: 201834 14371 1506 14 0 189112 0
[pid=25089/tid=25090] ppid=25079 vsize=807336 CPUtime=0.5
/proc/25089/task/25090/stat : 25090 (java) R 25079 25079 25014 0 -1 64 8424 0 0 0 47 3 0 0 16 0 8 0 29536299 826712064 14371 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4153968444 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25089/tid=25091] ppid=25079 vsize=807336 CPUtime=0
/proc/25089/task/25091/stat : 25091 (java) S 25079 25079 25014 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 29536300 826712064 14371 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25089/tid=25092] ppid=25079 vsize=807336 CPUtime=0
/proc/25089/task/25092/stat : 25092 (java) S 25079 25079 25014 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 29536300 826712064 14371 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25089/tid=25093] ppid=25079 vsize=807336 CPUtime=0
/proc/25089/task/25093/stat : 25093 (java) S 25079 25079 25014 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 29536303 826712064 14371 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25089/tid=25094] ppid=25079 vsize=807336 CPUtime=0.13
/proc/25089/task/25094/stat : 25094 (java) S 25079 25079 25014 0 -1 64 400 0 0 0 13 0 0 0 16 0 8 0 29536303 826712064 14371 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25089/tid=25095] ppid=25079 vsize=807336 CPUtime=0
/proc/25089/task/25095/stat : 25095 (java) S 25079 25079 25014 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 29536303 826712064 14371 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25089/tid=25096] ppid=25079 vsize=807336 CPUtime=0
/proc/25089/task/25096/stat : 25096 (java) S 25079 25079 25014 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 29536303 826712064 14371 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.72
Current children cumulated vsize (KiB) 821060

[startup+6.21574 s]
/proc/loadavg: 1.98 2.49 2.74 7/103 25096
/proc/meminfo: memFree=531000/2055920 swapFree=4192812/4192956
[pid=25079] ppid=25077 vsize=13724 CPUtime=0.65
/proc/25079/stat : 25079 (sugar) S 25077 25079 25014 0 -1 4194304 1190 7469 0 33 3 1 55 6 15 0 1 0 29536210 14053376 809 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25079/statm: 3431 809 371 3 0 531 0
[pid=25089] ppid=25079 vsize=807336 CPUtime=5.25
/proc/25089/stat : 25089 (java) R 25079 25079 25014 0 -1 0 35773 0 2 0 508 17 0 0 25 0 8 0 29536296 826712064 35400 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4154517435 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25089/statm: 201834 35400 1507 14 0 189112 0
[pid=25089/tid=25090] ppid=25079 vsize=807336 CPUtime=1.42
/proc/25089/task/25090/stat : 25090 (java) S 25079 25079 25014 0 -1 64 29449 0 1 0 130 12 0 0 16 0 8 0 29536299 826712064 35400 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25089/tid=25091] ppid=25079 vsize=807336 CPUtime=0
/proc/25089/task/25091/stat : 25091 (java) S 25079 25079 25014 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 29536300 826712064 35400 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25089/tid=25092] ppid=25079 vsize=807336 CPUtime=0
/proc/25089/task/25092/stat : 25092 (java) S 25079 25079 25014 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 29536300 826712064 35400 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25089/tid=25093] ppid=25079 vsize=807336 CPUtime=0
/proc/25089/task/25093/stat : 25093 (java) S 25079 25079 25014 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 29536303 826712064 35400 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25089/tid=25094] ppid=25079 vsize=807336 CPUtime=0.13
/proc/25089/task/25094/stat : 25094 (java) S 25079 25079 25014 0 -1 64 403 0 0 0 13 0 0 0 16 0 8 0 29536303 826712064 35400 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25089/tid=25095] ppid=25079 vsize=807336 CPUtime=0
/proc/25089/task/25095/stat : 25095 (java) S 25079 25079 25014 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 29536303 826712064 35400 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25089/tid=25096] ppid=25079 vsize=807336 CPUtime=0
/proc/25089/task/25096/stat : 25096 (java) S 25079 25079 25014 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 29536303 826712064 35400 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.9
Current children cumulated vsize (KiB) 821060

[startup+12.6684 s]
/proc/loadavg: 2.05 2.49 2.74 3/103 25096
/proc/meminfo: memFree=414008/2055920 swapFree=4192812/4192956
[pid=25079] ppid=25077 vsize=13724 CPUtime=0.65
/proc/25079/stat : 25079 (sugar) S 25077 25079 25014 0 -1 4194304 1190 7469 0 33 3 1 55 6 15 0 1 0 29536210 14053376 809 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25079/statm: 3431 809 371 3 0 531 0
[pid=25089] ppid=25079 vsize=807336 CPUtime=11.63
/proc/25089/stat : 25089 (java) R 25079 25079 25014 0 -1 0 54844 0 2 0 1137 26 0 0 25 0 8 0 29536296 826712064 54108 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073746898 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25089/statm: 201834 54108 1507 14 0 189112 0
[pid=25089/tid=25090] ppid=25079 vsize=807336 CPUtime=3.48
/proc/25089/task/25090/stat : 25090 (java) S 25079 25079 25014 0 -1 64 48324 0 1 0 328 20 0 0 16 0 8 0 29536299 826712064 54108 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25089/tid=25091] ppid=25079 vsize=807336 CPUtime=0
/proc/25089/task/25091/stat : 25091 (java) S 25079 25079 25014 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 29536300 826712064 54108 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25089/tid=25092] ppid=25079 vsize=807336 CPUtime=0
/proc/25089/task/25092/stat : 25092 (java) S 25079 25079 25014 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 29536300 826712064 54108 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25089/tid=25093] ppid=25079 vsize=807336 CPUtime=0
/proc/25089/task/25093/stat : 25093 (java) S 25079 25079 25014 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 29536303 826712064 54108 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25089/tid=25094] ppid=25079 vsize=807336 CPUtime=0.14
/proc/25089/task/25094/stat : 25094 (java) S 25079 25079 25014 0 -1 64 403 0 0 0 14 0 0 0 16 0 8 0 29536303 826712064 54108 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25089/tid=25095] ppid=25079 vsize=807336 CPUtime=0
/proc/25089/task/25095/stat : 25095 (java) S 25079 25079 25014 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 29536303 826712064 54108 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25089/tid=25096] ppid=25079 vsize=807336 CPUtime=0
/proc/25089/task/25096/stat : 25096 (java) S 25079 25079 25014 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 29536303 826712064 54108 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.28
Current children cumulated vsize (KiB) 821060

[startup+25.4976 s]
/proc/loadavg: 2.04 2.47 2.73 3/96 25097
/proc/meminfo: memFree=557424/2055920 swapFree=4192812/4192956
[pid=25079] ppid=25077 vsize=16576 CPUtime=13.51
/proc/25079/stat : 25079 (sugar) S 25077 25079 25014 0 -1 4194304 2001 62367 0 37 8 1 1302 40 16 0 1 0 29536210 16973824 1512 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25079/statm: 4144 1512 373 3 0 1244 0
[pid=25097] ppid=25079 vsize=11556 CPUtime=11.44
/proc/25097/stat : 25097 (minisat) R 25079 25079 25014 0 -1 0 3559 0 0 0 1140 4 0 0 25 0 1 0 29537602 11833344 2520 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/25097/statm: 2889 2520 52 112 0 2773 0
Current children cumulated CPU time (s) 24.95
Current children cumulated vsize (KiB) 28132

[startup+51.1851 s]
/proc/loadavg: 2.03 2.44 2.71 3/96 25097
/proc/meminfo: memFree=450224/2055920 swapFree=4192812/4192956
[pid=25079] ppid=25077 vsize=16576 CPUtime=13.51
/proc/25079/stat : 25079 (sugar) S 25077 25079 25014 0 -1 4194304 2001 62367 0 37 8 1 1302 40 16 0 1 0 29536210 16973824 1512 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25079/statm: 4144 1512 373 3 0 1244 0
[pid=25097] ppid=25079 vsize=14412 CPUtime=36.88
/proc/25097/stat : 25097 (minisat) R 25079 25079 25014 0 -1 0 4258 0 0 0 3681 7 0 0 25 0 1 0 29537602 14757888 3219 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528506 0 0 4096 3 0 0 0 17 1 0 0
/proc/25097/statm: 3603 3219 52 112 0 3487 0
Current children cumulated CPU time (s) 50.39
Current children cumulated vsize (KiB) 30988

[startup+102.461 s]
/proc/loadavg: 2.07 2.38 2.68 3/96 25097
/proc/meminfo: memFree=244656/2055920 swapFree=4192812/4192956
[pid=25079] ppid=25077 vsize=16576 CPUtime=13.51
/proc/25079/stat : 25079 (sugar) S 25077 25079 25014 0 -1 4194304 2001 62367 0 37 8 1 1302 40 16 0 1 0 29536210 16973824 1512 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25079/statm: 4144 1512 373 3 0 1244 0
[pid=25097] ppid=25079 vsize=16936 CPUtime=87.65
/proc/25097/stat : 25097 (minisat) R 25079 25079 25014 0 -1 0 4891 0 0 0 8719 46 0 0 25 0 1 0 29537602 17342464 3852 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528506 0 0 4096 3 0 0 0 17 1 0 0
/proc/25097/statm: 4234 3852 52 112 0 4118 0
Current children cumulated CPU time (s) 101.16
Current children cumulated vsize (KiB) 33512

[startup+162.564 s]
/proc/loadavg: 2.11 2.34 2.64 3/96 25097
/proc/meminfo: memFree=15664/2055920 swapFree=4192812/4192956
[pid=25079] ppid=25077 vsize=16576 CPUtime=13.51
/proc/25079/stat : 25079 (sugar) S 25077 25079 25014 0 -1 4194304 2001 62367 0 37 8 1 1302 40 16 0 1 0 29536210 16973824 1512 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25079/statm: 4144 1512 373 3 0 1244 0
[pid=25097] ppid=25079 vsize=20352 CPUtime=147.15
/proc/25097/stat : 25097 (minisat) R 25079 25079 25014 0 -1 0 5752 0 0 0 14619 96 0 0 25 0 1 0 29537602 20840448 4713 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/25097/statm: 5088 4713 52 112 0 4972 0
Current children cumulated CPU time (s) 160.66
Current children cumulated vsize (KiB) 36928

[startup+222.588 s]
/proc/loadavg: 2.04 2.27 2.60 3/96 25097
/proc/meminfo: memFree=14832/2055920 swapFree=4192812/4192956
[pid=25079] ppid=25077 vsize=16576 CPUtime=13.51
/proc/25079/stat : 25079 (sugar) S 25077 25079 25014 0 -1 4194304 2001 62367 0 37 8 1 1302 40 16 0 1 0 29536210 16973824 1512 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25079/statm: 4144 1512 373 3 0 1244 0
[pid=25097] ppid=25079 vsize=20756 CPUtime=206.57
/proc/25097/stat : 25097 (minisat) R 25079 25079 25014 0 -1 0 5832 0 0 0 20521 136 0 0 25 0 1 0 29537602 21254144 4793 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/25097/statm: 5189 4793 52 112 0 5073 0
Current children cumulated CPU time (s) 220.08
Current children cumulated vsize (KiB) 37332

[startup+282.668 s]
/proc/loadavg: 2.08 2.25 2.57 5/96 25097

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

/proc/loadavg: 2.16 2.22 2.37 3/95 25163
/proc/meminfo: memFree=1167368/2055920 swapFree=4192812/4192956
[pid=25079] ppid=25077 vsize=16576 CPUtime=13.51
/proc/25079/stat : 25079 (sugar) S 25077 25079 25014 0 -1 4194304 2001 62367 0 37 8 1 1302 40 16 0 1 0 29536210 16973824 1512 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25079/statm: 4144 1512 373 3 0 1244 0
[pid=25097] ppid=25079 vsize=41688 CPUtime=1099.19
/proc/25097/stat : 25097 (minisat) R 25079 25079 25014 0 -1 0 11009 0 0 0 109687 232 0 0 25 0 1 0 29537602 42688512 9970 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/25097/statm: 10422 9970 52 112 0 10306 0
Current children cumulated CPU time (s) 1112.7
Current children cumulated vsize (KiB) 58264

[startup+1183.39 s]
/proc/loadavg: 2.09 2.19 2.35 3/95 25163
/proc/meminfo: memFree=1167176/2055920 swapFree=4192812/4192956
[pid=25079] ppid=25077 vsize=16576 CPUtime=13.51
/proc/25079/stat : 25079 (sugar) S 25077 25079 25014 0 -1 4194304 2001 62367 0 37 8 1 1302 40 16 0 1 0 29536210 16973824 1512 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25079/statm: 4144 1512 373 3 0 1244 0
[pid=25097] ppid=25079 vsize=41840 CPUtime=1158.97
/proc/25097/stat : 25097 (minisat) R 25079 25079 25014 0 -1 0 11034 0 0 0 115665 232 0 0 25 0 1 0 29537602 42844160 9995 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528426 0 0 4096 3 0 0 0 17 0 0 0
/proc/25097/statm: 10460 9995 52 112 0 10344 0
Current children cumulated CPU time (s) 1172.48
Current children cumulated vsize (KiB) 58416

[startup+1243.49 s]
/proc/loadavg: 2.03 2.15 2.32 3/95 25163
/proc/meminfo: memFree=1167048/2055920 swapFree=4192812/4192956
[pid=25079] ppid=25077 vsize=16576 CPUtime=13.51
/proc/25079/stat : 25079 (sugar) S 25077 25079 25014 0 -1 4194304 2001 62367 0 37 8 1 1302 40 16 0 1 0 29536210 16973824 1512 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25079/statm: 4144 1512 373 3 0 1244 0
[pid=25097] ppid=25079 vsize=41840 CPUtime=1218.75
/proc/25097/stat : 25097 (minisat) R 25079 25079 25014 0 -1 0 11034 0 0 0 121643 232 0 0 25 0 1 0 29537602 42844160 9995 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528771 0 0 4096 3 0 0 0 17 0 0 0
/proc/25097/statm: 10460 9995 52 112 0 10344 0
Current children cumulated CPU time (s) 1232.26
Current children cumulated vsize (KiB) 58416

[startup+1303.6 s]
/proc/loadavg: 2.01 2.12 2.30 3/95 25163
/proc/meminfo: memFree=1166728/2055920 swapFree=4192812/4192956
[pid=25079] ppid=25077 vsize=16576 CPUtime=13.51
/proc/25079/stat : 25079 (sugar) S 25077 25079 25014 0 -1 4194304 2001 62367 0 37 8 1 1302 40 16 0 1 0 29536210 16973824 1512 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25079/statm: 4144 1512 373 3 0 1244 0
[pid=25097] ppid=25079 vsize=42064 CPUtime=1278.51
/proc/25097/stat : 25097 (minisat) R 25079 25079 25014 0 -1 0 11082 0 0 0 127619 232 0 0 25 0 1 0 29537602 43073536 10043 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/25097/statm: 10516 10043 52 112 0 10400 0
Current children cumulated CPU time (s) 1292.02
Current children cumulated vsize (KiB) 58640

[startup+1363.66 s]
/proc/loadavg: 2.05 2.11 2.28 3/89 25227
/proc/meminfo: memFree=1804472/2055920 swapFree=4192812/4192956
[pid=25079] ppid=25077 vsize=16576 CPUtime=13.51
/proc/25079/stat : 25079 (sugar) S 25077 25079 25014 0 -1 4194304 2001 62367 0 37 8 1 1302 40 16 0 1 0 29536210 16973824 1512 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25079/statm: 4144 1512 373 3 0 1244 0
[pid=25097] ppid=25079 vsize=42064 CPUtime=1338.28
/proc/25097/stat : 25097 (minisat) R 25079 25079 25014 0 -1 0 11085 0 0 0 133594 234 0 0 25 0 1 0 29537602 43073536 10046 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/25097/statm: 10516 10046 52 112 0 10400 0
Current children cumulated CPU time (s) 1351.79
Current children cumulated vsize (KiB) 58640

[startup+1423.74 s]
/proc/loadavg: 2.10 2.12 2.27 3/89 25227
/proc/meminfo: memFree=1800056/2055920 swapFree=4192812/4192956
[pid=25079] ppid=25077 vsize=16576 CPUtime=13.51
/proc/25079/stat : 25079 (sugar) S 25077 25079 25014 0 -1 4194304 2001 62367 0 37 8 1 1302 40 16 0 1 0 29536210 16973824 1512 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25079/statm: 4144 1512 373 3 0 1244 0
[pid=25097] ppid=25079 vsize=42228 CPUtime=1398.06
/proc/25097/stat : 25097 (minisat) R 25079 25079 25014 0 -1 0 11146 0 0 0 139572 234 0 0 25 0 1 0 29537602 43241472 10107 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/25097/statm: 10557 10107 52 112 0 10441 0
Current children cumulated CPU time (s) 1411.57
Current children cumulated vsize (KiB) 58804

[startup+1483.84 s]
/proc/loadavg: 2.04 2.09 2.25 3/95 25335
/proc/meminfo: memFree=1796856/2055920 swapFree=4192812/4192956
[pid=25079] ppid=25077 vsize=16576 CPUtime=13.51
/proc/25079/stat : 25079 (sugar) S 25077 25079 25014 0 -1 4194304 2001 62367 0 37 8 1 1302 40 16 0 1 0 29536210 16973824 1512 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25079/statm: 4144 1512 373 3 0 1244 0
[pid=25097] ppid=25079 vsize=42392 CPUtime=1457.8
/proc/25097/stat : 25097 (minisat) R 25079 25079 25014 0 -1 0 11177 0 0 0 145538 242 0 0 25 0 1 0 29537602 43409408 10138 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/25097/statm: 10598 10138 52 112 0 10482 0
Current children cumulated CPU time (s) 1471.31
Current children cumulated vsize (KiB) 58968

[startup+1543.85 s]
/proc/loadavg: 2.01 2.07 2.23 3/89 25425
/proc/meminfo: memFree=1793584/2055920 swapFree=4192812/4192956
[pid=25079] ppid=25077 vsize=16576 CPUtime=13.51
/proc/25079/stat : 25079 (sugar) S 25077 25079 25014 0 -1 4194304 2001 62367 0 37 8 1 1302 40 16 0 1 0 29536210 16973824 1512 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25079/statm: 4144 1512 373 3 0 1244 0
[pid=25097] ppid=25079 vsize=42392 CPUtime=1517.42
/proc/25097/stat : 25097 (minisat) R 25079 25079 25014 0 -1 0 11178 0 0 0 151491 251 0 0 25 0 1 0 29537602 43409408 10139 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528707 0 0 4096 3 0 0 0 17 0 0 0
/proc/25097/statm: 10598 10139 52 112 0 10482 0
Current children cumulated CPU time (s) 1530.93
Current children cumulated vsize (KiB) 58968

[startup+1603.93 s]
/proc/loadavg: 2.00 2.06 2.22 3/89 25425
/proc/meminfo: memFree=1793400/2055920 swapFree=4192812/4192956
[pid=25079] ppid=25077 vsize=16576 CPUtime=13.51
/proc/25079/stat : 25079 (sugar) S 25077 25079 25014 0 -1 4194304 2001 62367 0 37 8 1 1302 40 16 0 1 0 29536210 16973824 1512 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25079/statm: 4144 1512 373 3 0 1244 0
[pid=25097] ppid=25079 vsize=42392 CPUtime=1577.21
/proc/25097/stat : 25097 (minisat) R 25079 25079 25014 0 -1 0 11178 0 0 0 157469 252 0 0 25 0 1 0 29537602 43409408 10139 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528186 0 0 4096 3 0 0 0 17 0 0 0
/proc/25097/statm: 10598 10139 52 112 0 10482 0
Current children cumulated CPU time (s) 1590.72
Current children cumulated vsize (KiB) 58968

[startup+1664.02 s]
/proc/loadavg: 2.00 2.05 2.20 3/89 25425
/proc/meminfo: memFree=1793208/2055920 swapFree=4192812/4192956
[pid=25079] ppid=25077 vsize=16576 CPUtime=13.51
/proc/25079/stat : 25079 (sugar) S 25077 25079 25014 0 -1 4194304 2001 62367 0 37 8 1 1302 40 16 0 1 0 29536210 16973824 1512 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25079/statm: 4144 1512 373 3 0 1244 0
[pid=25097] ppid=25079 vsize=42392 CPUtime=1636.97
/proc/25097/stat : 25097 (minisat) R 25079 25079 25014 0 -1 0 11178 0 0 0 163445 252 0 0 25 0 1 0 29537602 43409408 10139 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/25097/statm: 10598 10139 52 112 0 10482 0
Current children cumulated CPU time (s) 1650.48
Current children cumulated vsize (KiB) 58968

[startup+1724.11 s]
/proc/loadavg: 2.00 2.03 2.18 3/89 25425
/proc/meminfo: memFree=1793016/2055920 swapFree=4192812/4192956
[pid=25079] ppid=25077 vsize=16576 CPUtime=13.51
/proc/25079/stat : 25079 (sugar) S 25077 25079 25014 0 -1 4194304 2001 62367 0 37 8 1 1302 40 16 0 1 0 29536210 16973824 1512 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25079/statm: 4144 1512 373 3 0 1244 0
[pid=25097] ppid=25079 vsize=42392 CPUtime=1696.73
/proc/25097/stat : 25097 (minisat) R 25079 25079 25014 0 -1 0 11179 0 0 0 169421 252 0 0 25 0 1 0 29537602 43409408 10140 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/25097/statm: 10598 10140 52 112 0 10482 0
Current children cumulated CPU time (s) 1710.24
Current children cumulated vsize (KiB) 58968

[startup+1784.19 s]
/proc/loadavg: 2.00 2.03 2.17 3/89 25425
/proc/meminfo: memFree=1792888/2055920 swapFree=4192812/4192956
[pid=25079] ppid=25077 vsize=16576 CPUtime=13.51
/proc/25079/stat : 25079 (sugar) S 25077 25079 25014 0 -1 4194304 2001 62367 0 37 8 1 1302 40 16 0 1 0 29536210 16973824 1512 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25079/statm: 4144 1512 373 3 0 1244 0
[pid=25097] ppid=25079 vsize=42392 CPUtime=1756.51
/proc/25097/stat : 25097 (minisat) R 25079 25079 25014 0 -1 0 11180 0 0 0 175398 253 0 0 25 0 1 0 29537602 43409408 10141 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/25097/statm: 10598 10141 52 112 0 10482 0
Current children cumulated CPU time (s) 1770.02
Current children cumulated vsize (KiB) 58968



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1814.38 s]
/proc/loadavg: 2.00 2.02 2.16 3/89 25425
/proc/meminfo: memFree=1791416/2055920 swapFree=4192812/4192956
[pid=25079] ppid=25077 vsize=16576 CPUtime=13.51
/proc/25079/stat : 25079 (sugar) S 25077 25079 25014 0 -1 4194304 2001 62367 0 37 8 1 1302 40 16 0 1 0 29536210 16973824 1512 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25079/statm: 4144 1512 373 3 0 1244 0
[pid=25097] ppid=25079 vsize=42392 CPUtime=1786.53
/proc/25097/stat : 25097 (minisat) R 25079 25079 25014 0 -1 0 11180 0 0 0 178400 253 0 0 25 0 1 0 29537602 43409408 10141 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/25097/statm: 10598 10141 52 112 0 10482 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 58968

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

Child status: 1

!!! problem with CPU time !!!
wait4(...,&childrusage) returns 25079 and gives childrusage.ru_utime.tv_sec=13 childrusage.ru_utime.tv_usec=113006 childrusage.ru_stime.tv_sec=0 childrusage.ru_stime.tv_usec=419936
CPU time returned by wait4() is 13.5329
while last known CPU time is 1800.05

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

Real time (s): 1815.44
CPU time (s): 1800.05
CPU user time (s): 1797.1
CPU system time (s): 2.95
CPU usage (%): 99.1522
Max. virtual memory (cumulated for all children) (KiB): 821312

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 13.113
system time used= 0.419936
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 64453
page faults= 37
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3935
involuntary context switches= 4201

runsolver used 2.00169 s user time and 6.09207 s system time

The end

Launcher Data (download as text)

Begin job on node18 on Mon Jan 29 18:36:57 UTC 2007


IDJOB= 202940
IDBENCH= 3899
IDSOLVER= 86
FILE ID= node18/202940-1170095816

PBS_JOBID= 3689445

Free space on /tmp= 63183 MiB

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

META MD5SUM SOLVER= 0a27e717dfe98d83d9802fe0eea45073
MD5SUM BENCH=  f5b0c13291162361c9841fc745919b19

RANDOM SEED= 743597022

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.236
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.236
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:        686872 kB
Buffers:         25096 kB
Cached:        1149536 kB
SwapCached:          0 kB
Active:         134908 kB
Inactive:      1138648 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        686872 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           90660 kB
Writeback:           0 kB
Mapped:         124408 kB
Slab:            80344 kB
Committed_AS:   540892 kB
PageTables:       2168 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= 66555 MiB



End job on node18 on Mon Jan 29 19:07:12 UTC 2007