Trace number 203455

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.09 1817.34

General information on the benchmark

Namefrb/frb53-24/
frb53-24-5-mgd_ext.xml
MD5SUM2f7f9a6c7c062604348f10a4f021703f
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables53
Number of constraints476
Maximum constraint arity2
Maximum domain size24
Number of constraints which are defined in extension476
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.05	c # Sugar v0-40 (/tmp/evaluation/203455-1170095951/sugar-v0-40.jar)
0.05	
0.05	c # MAIN  BEGIN : /tmp/evaluation/203455-1170095951/unknown.xml [Mon Jan 29 19:39:11 2007]
0.05	c # CONVERT_XML  BEGIN : /tmp/evaluation/203455-1170095951/unknown.xml /tmp/evaluation/203455-1170095951/sugar19542.csp [Mon Jan 29 19:39:11 2007]
0.05	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/203455-1170095951/sugar-v0-40.jar -convert /tmp/evaluation/203455-1170095951/unknown.xml /tmp/evaluation/203455-1170095951/sugar19542.csp
0.18	c BEGIN convert /tmp/evaluation/203455-1170095951/unknown.xml
0.95	c END convert (0.762088 seconds)
0.98	c # CONVERT_XML  END : /tmp/evaluation/203455-1170095951/sugar19542.csp 2553539 bytes (1 seconds) [Mon Jan 29 19:39:12 2007]
0.98	c # CONVERT_XML  CPU : 0.88 = 0 + 0 + 0.82 + 0.06
0.98	
0.98	c # GENERATE_SAT  BEGIN : /tmp/evaluation/203455-1170095951/sugar19542.bcnf [Mon Jan 29 19:39:12 2007]
0.98	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/203455-1170095951/sugar-v0-40.jar -bcnf -map /tmp/evaluation/203455-1170095951/sugar19542.map /tmp/evaluation/203455-1170095951/sugar19542.csp /tmp/evaluation/203455-1170095951/sugar19542.bcnf
1.11	c BEGIN parse /tmp/evaluation/203455-1170095951/sugar19542.csp
42.09	c END parse (40.978817 seconds)
42.09	c BEGIN simplify
42.26	c END simplify (0.174586 seconds)
42.26	c BEGIN encode /tmp/evaluation/203455-1170095951/sugar19542.bcnf
43.60	c END encode (1.334278 seconds)
43.72	c # GENERATE_SAT  END : 9271 variables 94776 clauses 10988160 bytes (43 seconds) [Mon Jan 29 19:39:55 2007]
43.72	c # GENERATE_SAT  CPU : 42.29 = 0.07 + 0.02 + 41.68 + 0.52
43.72	
43.72	c # SOLVE_SAT  BEGIN : /tmp/evaluation/203455-1170095951/sugar19542.bcnf [Mon Jan 29 19:39:55 2007]
43.72	c # CMD : /tmp/evaluation/203455-1170095951/minisat /tmp/evaluation/203455-1170095951/sugar19542.bcnf /tmp/evaluation/203455-1170095951/sugar19542.out
43.97	c ==================================[MINISAT]===================================
43.97	c | Conflicts |     ORIGINAL     |              LEARNT              | Progress |
43.97	c |           | Clauses Literals |   Limit Clauses Literals  Lit/Cl |          |
43.97	c ==============================================================================
43.97	c |         0 |   94776  2652254 |   31592       0        0     nan |  0.000 % |
44.03	c |       100 |   94778  2652254 |   34751      98     3139    32.0 |  0.000 % |
44.13	c |       250 |   94779  2652254 |   38226     247     7242    29.3 |  0.000 % |
44.27	c |       476 |   94780  2652254 |   42048     472    11943    25.3 |  0.000 % |
44.48	c |       814 |   94780  2652254 |   46253     810    17185    21.2 |  0.000 % |
44.78	c |      1321 |   94780  2652254 |   50879    1317    25624    19.5 |  0.000 % |
45.30	c |      2080 |   94781  2652254 |   55967    2075    46431    22.4 |  0.000 % |
45.97	c |      3221 |   94781  2652254 |   61563    3216    70451    21.9 |  0.000 % |
47.10	c |      4929 |   94781  2652254 |   67720    4924   114920    23.3 |  0.000 % |
48.73	c |      7491 |   94782  2652254 |   74492    7485   172233    23.0 |  0.000 % |
51.52	c |     11335 |   94784  2652254 |   81941   11327   288837    25.5 |  0.000 % |
56.01	c |     17104 |   94784  2652254 |   90135   17096   465908    27.3 |  0.000 % |
62.46	c |     25754 |   94785  2652254 |   99149   25745   647582    25.2 |  0.000 % |
74.07	c |     38728 |   94787  2652254 |  109064   38717   926586    23.9 |  0.000 % |
97.10	c |     58190 |   94788  2652254 |  119970   58178  1385072    23.8 |  0.000 % |
137.66	c |     87382 |   94790  2652254 |  131967   87368  2101151    24.0 |  0.000 % |
207.18	c |    131172 |   94793  2652254 |  145164  131155  3277051    25.0 |  0.000 % |
295.93	c |    196856 |   94798  2652254 |  159680   67575  2174666    32.2 |  0.000 % |
461.19	c |    295383 |   94804  2652254 |  175648   24065   524707    21.8 |  0.000 % |
684.67	c |    443172 |   94813  2652254 |  193213  171845  6925075    40.3 |  0.000 % |
1065.57	c |    664856 |   94818  2652254 |  212535   45369  1272255    28.0 |  0.000 % |
1693.88	c |    997382 |   94824  2652254 |  233788  188713  7065283    37.4 |  0.000 % |
1816.32	
1816.32	s UNKNOWN
1816.32	c # INTERRUPTED
1816.32	c # MAIN  END :  (1817 seconds) [Mon Jan 29 20:09:28 2007]
1816.32	c # MAIN  CPU : 43.17 = 0.07 + 0.02 + 42.5 + 0.58
1816.32	

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/node69/watcher-203455-1170095951 -o ROOT/results/node69/solver-203455-1170095951 -C 1800 -M 900 /tmp/evaluation/203455-1170095951/solver /tmp/evaluation/203455-1170095951 /tmp/evaluation/203455-1170095951/unknown.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB

/proc/loadavg: 2.00 2.00 2.01 5/75 19543
/proc/meminfo: memFree=1496496/2055920 swapFree=4192956/4192956
[pid=19542] ppid=19540 vsize=18540 CPUtime=0
/proc/19542/stat : 19542 (runsolver) R 19540 19542 18806 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 29552837 18984960 279 18446744073709551615 4194304 4267372 548682069040 18446744073709551615 237947645223 0 0 4096 24578 0 0 0 17 1 0 0
/proc/19542/statm: 4635 279 244 17 0 2626 0

[startup+0.108161 s]
/proc/loadavg: 2.00 2.00 2.01 5/75 19543
/proc/meminfo: memFree=1496496/2055920 swapFree=4192956/4192956
[pid=19542] ppid=19540 vsize=13724 CPUtime=0.03
/proc/19542/stat : 19542 (sugar) S 19540 19542 18806 0 -1 4194304 1112 0 0 0 3 0 0 0 18 0 1 0 29552837 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19542/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13724

[startup+0.516229 s]
/proc/loadavg: 2.00 2.00 2.01 5/75 19543
/proc/meminfo: memFree=1496496/2055920 swapFree=4192956/4192956
[pid=19542] ppid=19540 vsize=13724 CPUtime=0.03
/proc/19542/stat : 19542 (sugar) S 19540 19542 18806 0 -1 4194304 1121 0 0 0 3 0 0 0 15 0 1 0 29552837 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19542/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13724

[startup+1.33937 s]
/proc/loadavg: 2.00 2.00 2.01 3/83 19559
/proc/meminfo: memFree=1487024/2055920 swapFree=4192956/4192956
[pid=19542] ppid=19540 vsize=13724 CPUtime=0.92
/proc/19542/stat : 19542 (sugar) S 19540 19542 18806 0 -1 4194304 1190 8048 0 1 3 1 82 6 15 0 1 0 29552837 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19542/statm: 3431 809 371 3 0 531 0
[pid=19552] ppid=19542 vsize=807064 CPUtime=0.33
/proc/19552/stat : 19552 (java) R 19542 19542 18806 0 -1 0 6509 0 1 0 29 4 0 0 20 0 8 0 29552936 826433536 6259 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19552/statm: 201766 6259 1491 14 0 189044 0
[pid=19552/tid=19553] ppid=19542 vsize=807064 CPUtime=0.02
/proc/19552/task/19553/stat : 19553 (java) R 19542 19542 18806 0 -1 64 459 0 0 0 2 0 0 0 16 0 8 0 29552939 826433536 6259 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4153440224 0 0 0 23759 0 0 0 -1 1 0 0
[pid=19552/tid=19554] ppid=19542 vsize=807064 CPUtime=0
/proc/19552/task/19554/stat : 19554 (java) S 19542 19542 18806 0 -1 64 9 0 0 0 0 0 0 0 19 0 8 0 29552939 826433536 6259 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19552/tid=19555] ppid=19542 vsize=807064 CPUtime=0
/proc/19552/task/19555/stat : 19555 (java) S 19542 19542 18806 0 -1 64 4 0 0 0 0 0 0 0 21 0 8 0 29552940 826433536 6259 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19552/tid=19556] ppid=19542 vsize=807064 CPUtime=0
/proc/19552/task/19556/stat : 19556 (java) S 19542 19542 18806 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 29552943 826433536 6259 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19552/tid=19557] ppid=19542 vsize=807064 CPUtime=0.05
/proc/19552/task/19557/stat : 19557 (java) S 19542 19542 18806 0 -1 64 292 0 0 0 5 0 0 0 16 0 8 0 29552943 826433536 6259 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19552/tid=19558] ppid=19542 vsize=807064 CPUtime=0
/proc/19552/task/19558/stat : 19558 (java) S 19542 19542 18806 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 29552943 826433536 6259 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19552/tid=19559] ppid=19542 vsize=807064 CPUtime=0
/proc/19552/task/19559/stat : 19559 (java) S 19542 19542 18806 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 29552943 826433536 6259 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.25
Current children cumulated vsize (KiB) 820788

[startup+2.99264 s]
/proc/loadavg: 2.00 2.00 2.01 3/83 19559
/proc/meminfo: memFree=1457584/2055920 swapFree=4192956/4192956
[pid=19542] ppid=19540 vsize=13724 CPUtime=0.92
/proc/19542/stat : 19542 (sugar) S 19540 19542 18806 0 -1 4194304 1190 8048 0 1 3 1 82 6 15 0 1 0 29552837 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19542/statm: 3431 809 371 3 0 531 0
[pid=19552] ppid=19542 vsize=807064 CPUtime=1.98
/proc/19552/stat : 19552 (java) R 19542 19542 18806 0 -1 0 12920 0 1 0 191 7 0 0 25 0 8 0 29552936 826433536 12656 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073481342 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19552/statm: 201766 12656 1494 14 0 189044 0
[pid=19552/tid=19553] ppid=19542 vsize=807064 CPUtime=0.51
/proc/19552/task/19553/stat : 19553 (java) S 19542 19542 18806 0 -1 64 6853 0 0 0 49 2 0 0 16 0 8 0 29552939 826433536 12656 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=19552/tid=19554] ppid=19542 vsize=807064 CPUtime=0
/proc/19552/task/19554/stat : 19554 (java) S 19542 19542 18806 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 29552939 826433536 12656 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19552/tid=19555] ppid=19542 vsize=807064 CPUtime=0
/proc/19552/task/19555/stat : 19555 (java) S 19542 19542 18806 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 29552940 826433536 12656 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19552/tid=19556] ppid=19542 vsize=807064 CPUtime=0
/proc/19552/task/19556/stat : 19556 (java) S 19542 19542 18806 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 29552943 826433536 12656 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19552/tid=19557] ppid=19542 vsize=807064 CPUtime=0.06
/proc/19552/task/19557/stat : 19557 (java) S 19542 19542 18806 0 -1 64 292 0 0 0 6 0 0 0 16 0 8 0 29552943 826433536 12656 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19552/tid=19558] ppid=19542 vsize=807064 CPUtime=0
/proc/19552/task/19558/stat : 19558 (java) S 19542 19542 18806 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 29552943 826433536 12656 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19552/tid=19559] ppid=19542 vsize=807064 CPUtime=0
/proc/19552/task/19559/stat : 19559 (java) S 19542 19542 18806 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 29552943 826433536 12656 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.9
Current children cumulated vsize (KiB) 820788

[startup+6.21016 s]
/proc/loadavg: 2.00 2.00 2.01 4/83 19559
/proc/meminfo: memFree=1387120/2055920 swapFree=4192956/4192956
[pid=19542] ppid=19540 vsize=13724 CPUtime=0.92
/proc/19542/stat : 19542 (sugar) S 19540 19542 18806 0 -1 4194304 1190 8048 0 1 3 1 82 6 15 0 1 0 29552837 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19542/statm: 3431 809 371 3 0 531 0
[pid=19552] ppid=19542 vsize=807336 CPUtime=5.16
/proc/19552/stat : 19552 (java) R 19542 19542 18806 0 -1 0 31926 0 1 0 501 15 0 0 25 0 8 0 29552936 826712064 31592 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4154615211 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19552/statm: 201834 31592 1506 14 0 189112 0
[pid=19552/tid=19553] ppid=19542 vsize=807336 CPUtime=1.53
/proc/19552/task/19553/stat : 19553 (java) S 19542 19542 18806 0 -1 64 25639 0 0 0 144 9 0 0 16 0 8 0 29552939 826712064 31592 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=19552/tid=19554] ppid=19542 vsize=807336 CPUtime=0
/proc/19552/task/19554/stat : 19554 (java) S 19542 19542 18806 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 29552939 826712064 31592 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19552/tid=19555] ppid=19542 vsize=807336 CPUtime=0
/proc/19552/task/19555/stat : 19555 (java) S 19542 19542 18806 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 29552940 826712064 31592 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19552/tid=19556] ppid=19542 vsize=807336 CPUtime=0
/proc/19552/task/19556/stat : 19556 (java) S 19542 19542 18806 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 29552943 826712064 31592 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19552/tid=19557] ppid=19542 vsize=807336 CPUtime=0.13
/proc/19552/task/19557/stat : 19557 (java) S 19542 19542 18806 0 -1 64 400 0 0 0 13 0 0 0 16 0 8 0 29552943 826712064 31592 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19552/tid=19558] ppid=19542 vsize=807336 CPUtime=0
/proc/19552/task/19558/stat : 19558 (java) S 19542 19542 18806 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 29552943 826712064 31592 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19552/tid=19559] ppid=19542 vsize=807336 CPUtime=0
/proc/19552/task/19559/stat : 19559 (java) S 19542 19542 18806 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 29552943 826712064 31592 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.08
Current children cumulated vsize (KiB) 821060

[startup+12.6634 s]
/proc/loadavg: 2.07 2.02 2.02 3/83 19559
/proc/meminfo: memFree=1279728/2055920 swapFree=4192956/4192956
[pid=19542] ppid=19540 vsize=13724 CPUtime=0.92
/proc/19542/stat : 19542 (sugar) S 19540 19542 18806 0 -1 4194304 1190 8048 0 1 3 1 82 6 15 0 1 0 29552837 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19542/statm: 3431 809 371 3 0 531 0
[pid=19552] ppid=19542 vsize=807336 CPUtime=11.54
/proc/19552/stat : 19552 (java) R 19542 19542 18806 0 -1 0 54834 0 1 0 1127 27 0 0 25 0 8 0 29552936 826712064 54113 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19552/statm: 201834 54113 1507 14 0 189112 0
[pid=19552/tid=19553] ppid=19542 vsize=807336 CPUtime=3.58
/proc/19552/task/19553/stat : 19553 (java) S 19542 19542 18806 0 -1 64 48376 0 0 0 337 21 0 0 15 0 8 0 29552939 826712064 54113 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=19552/tid=19554] ppid=19542 vsize=807336 CPUtime=0
/proc/19552/task/19554/stat : 19554 (java) S 19542 19542 18806 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 29552939 826712064 54113 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19552/tid=19555] ppid=19542 vsize=807336 CPUtime=0
/proc/19552/task/19555/stat : 19555 (java) S 19542 19542 18806 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 29552940 826712064 54113 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19552/tid=19556] ppid=19542 vsize=807336 CPUtime=0
/proc/19552/task/19556/stat : 19556 (java) S 19542 19542 18806 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 29552943 826712064 54113 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19552/tid=19557] ppid=19542 vsize=807336 CPUtime=0.15
/proc/19552/task/19557/stat : 19557 (java) S 19542 19542 18806 0 -1 64 403 0 0 0 15 0 0 0 16 0 8 0 29552943 826712064 54113 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19552/tid=19558] ppid=19542 vsize=807336 CPUtime=0
/proc/19552/task/19558/stat : 19558 (java) S 19542 19542 18806 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 29552943 826712064 54113 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19552/tid=19559] ppid=19542 vsize=807336 CPUtime=0
/proc/19552/task/19559/stat : 19559 (java) S 19542 19542 18806 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 29552943 826712064 54113 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.46
Current children cumulated vsize (KiB) 821060

[startup+25.5003 s]
/proc/loadavg: 2.06 2.02 2.01 3/83 19559
/proc/meminfo: memFree=1279216/2055920 swapFree=4192956/4192956
[pid=19542] ppid=19540 vsize=13724 CPUtime=0.92
/proc/19542/stat : 19542 (sugar) S 19540 19542 18806 0 -1 4194304 1190 8048 0 1 3 1 82 6 15 0 1 0 29552837 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19542/statm: 3431 809 371 3 0 531 0
[pid=19552] ppid=19542 vsize=807336 CPUtime=24.23
/proc/19552/stat : 19552 (java) R 19542 19542 18806 0 -1 0 56425 0 1 0 2390 33 0 0 25 0 8 0 29552936 826712064 54113 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4154615256 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19552/statm: 201834 54113 1507 14 0 189112 0
[pid=19552/tid=19553] ppid=19542 vsize=807336 CPUtime=8.54
/proc/19552/task/19553/stat : 19553 (java) S 19542 19542 18806 0 -1 64 49592 0 0 0 830 24 0 0 16 0 8 0 29552939 826712064 54113 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=19552/tid=19554] ppid=19542 vsize=807336 CPUtime=0
/proc/19552/task/19554/stat : 19554 (java) S 19542 19542 18806 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 29552939 826712064 54113 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19552/tid=19555] ppid=19542 vsize=807336 CPUtime=0
/proc/19552/task/19555/stat : 19555 (java) S 19542 19542 18806 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 29552940 826712064 54113 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19552/tid=19556] ppid=19542 vsize=807336 CPUtime=0
/proc/19552/task/19556/stat : 19556 (java) S 19542 19542 18806 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 29552943 826712064 54113 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19552/tid=19557] ppid=19542 vsize=807336 CPUtime=0.15
/proc/19552/task/19557/stat : 19557 (java) S 19542 19542 18806 0 -1 64 403 0 0 0 15 0 0 0 16 0 8 0 29552943 826712064 54113 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19552/tid=19558] ppid=19542 vsize=807336 CPUtime=0
/proc/19552/task/19558/stat : 19558 (java) S 19542 19542 18806 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 29552943 826712064 54113 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19552/tid=19559] ppid=19542 vsize=807336 CPUtime=0
/proc/19552/task/19559/stat : 19559 (java) S 19542 19542 18806 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 29552943 826712064 54113 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.15
Current children cumulated vsize (KiB) 821060

[startup+51.1005 s]
/proc/loadavg: 2.16 2.04 2.02 3/76 19560
/proc/meminfo: memFree=1459560/2055920 swapFree=4192956/4192956
[pid=19542] ppid=19540 vsize=18300 CPUtime=43.2
/proc/19542/stat : 19542 (sugar) S 19540 19542 18806 0 -1 4194304 2410 75862 0 2 10 2 4250 58 16 0 1 0 29552837 18739200 1921 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19542/statm: 4575 1921 373 3 0 1675 0
[pid=19560] ppid=19542 vsize=16996 CPUtime=7.3
/proc/19560/stat : 19560 (minisat) R 19542 19542 18806 0 -1 0 4861 0 0 0 725 5 0 0 25 0 1 0 29557209 17403904 3822 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/19560/statm: 4249 3822 52 112 0 4133 0
Current children cumulated CPU time (s) 50.5
Current children cumulated vsize (KiB) 35296

[startup+102.348 s]
/proc/loadavg: 2.06 2.03 2.02 3/76 19560
/proc/meminfo: memFree=1452136/2055920 swapFree=4192956/4192956
[pid=19542] ppid=19540 vsize=18300 CPUtime=43.2
/proc/19542/stat : 19542 (sugar) S 19540 19542 18806 0 -1 4194304 2410 75862 0 2 10 2 4250 58 16 0 1 0 29552837 18739200 1921 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19542/statm: 4575 1921 373 3 0 1675 0
[pid=19560] ppid=19542 vsize=23696 CPUtime=58.06
/proc/19560/stat : 19560 (minisat) R 19542 19542 18806 0 -1 0 6503 0 0 0 5799 7 0 0 25 0 1 0 29557209 24264704 5464 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528392 0 0 4096 3 0 0 0 17 1 0 0
/proc/19560/statm: 5924 5464 52 112 0 5808 0
Current children cumulated CPU time (s) 101.26
Current children cumulated vsize (KiB) 41996

[startup+162.42 s]
/proc/loadavg: 2.02 2.03 2.01 3/76 19560
/proc/meminfo: memFree=1444072/2055920 swapFree=4192956/4192956
[pid=19542] ppid=19540 vsize=18300 CPUtime=43.2
/proc/19542/stat : 19542 (sugar) S 19540 19542 18806 0 -1 4194304 2410 75862 0 2 10 2 4250 58 16 0 1 0 29552837 18739200 1921 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19542/statm: 4575 1921 373 3 0 1675 0
[pid=19560] ppid=19542 vsize=29288 CPUtime=117.58
/proc/19560/stat : 19560 (minisat) R 19542 19542 18806 0 -1 0 7883 0 0 0 11749 9 0 0 25 0 1 0 29557209 29990912 6844 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528429 0 0 4096 3 0 0 0 17 1 0 0
/proc/19560/statm: 7322 6844 52 112 0 7206 0
Current children cumulated CPU time (s) 160.78
Current children cumulated vsize (KiB) 47588


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

/proc/loadavg: 2.01 2.02 2.00 3/76 19560
/proc/meminfo: memFree=1407784/2055920 swapFree=4192956/4192956
[pid=19542] ppid=19540 vsize=18300 CPUtime=43.2
/proc/19542/stat : 19542 (sugar) S 19540 19542 18806 0 -1 4194304 2410 75862 0 2 10 2 4250 58 16 0 1 0 29552837 18739200 1921 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19542/statm: 4575 1921 373 3 0 1675 0
[pid=19560] ppid=19542 vsize=55136 CPUtime=1069.71
/proc/19560/stat : 19560 (minisat) R 19542 19542 18806 0 -1 0 14309 0 0 0 106954 17 0 0 25 0 1 0 29557209 56459264 13270 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/19560/statm: 13784 13270 52 112 0 13668 0
Current children cumulated CPU time (s) 1112.91
Current children cumulated vsize (KiB) 73436

[startup+1183.44 s]
/proc/loadavg: 2.00 2.02 2.00 3/76 19560
/proc/meminfo: memFree=1406568/2055920 swapFree=4192956/4192956
[pid=19542] ppid=19540 vsize=18300 CPUtime=43.2
/proc/19542/stat : 19542 (sugar) S 19540 19542 18806 0 -1 4194304 2410 75862 0 2 10 2 4250 58 16 0 1 0 29552837 18739200 1921 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19542/statm: 4575 1921 373 3 0 1675 0
[pid=19560] ppid=19542 vsize=55136 CPUtime=1129.23
/proc/19560/stat : 19560 (minisat) R 19542 19542 18806 0 -1 0 14310 0 0 0 112906 17 0 0 25 0 1 0 29557209 56459264 13271 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528404 0 0 4096 3 0 0 0 17 1 0 0
/proc/19560/statm: 13784 13271 52 112 0 13668 0
Current children cumulated CPU time (s) 1172.43
Current children cumulated vsize (KiB) 73436

[startup+1243.53 s]
/proc/loadavg: 2.00 2.01 2.00 3/76 19560
/proc/meminfo: memFree=1406120/2055920 swapFree=4192956/4192956
[pid=19542] ppid=19540 vsize=18300 CPUtime=43.2
/proc/19542/stat : 19542 (sugar) S 19540 19542 18806 0 -1 4194304 2410 75862 0 2 10 2 4250 58 16 0 1 0 29552837 18739200 1921 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19542/statm: 4575 1921 373 3 0 1675 0
[pid=19560] ppid=19542 vsize=55136 CPUtime=1188.76
/proc/19560/stat : 19560 (minisat) R 19542 19542 18806 0 -1 0 14310 0 0 0 118859 17 0 0 25 0 1 0 29557209 56459264 13271 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/19560/statm: 13784 13271 52 112 0 13668 0
Current children cumulated CPU time (s) 1231.96
Current children cumulated vsize (KiB) 73436

[startup+1303.6 s]
/proc/loadavg: 2.00 2.01 2.00 3/76 19560
/proc/meminfo: memFree=1404776/2055920 swapFree=4192956/4192956
[pid=19542] ppid=19540 vsize=18300 CPUtime=43.2
/proc/19542/stat : 19542 (sugar) S 19540 19542 18806 0 -1 4194304 2410 75862 0 2 10 2 4250 58 16 0 1 0 29552837 18739200 1921 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19542/statm: 4575 1921 373 3 0 1675 0
[pid=19560] ppid=19542 vsize=55136 CPUtime=1248.29
/proc/19560/stat : 19560 (minisat) R 19542 19542 18806 0 -1 0 14311 0 0 0 124812 17 0 0 25 0 1 0 29557209 56459264 13272 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/19560/statm: 13784 13272 52 112 0 13668 0
Current children cumulated CPU time (s) 1291.49
Current children cumulated vsize (KiB) 73436

[startup+1363.69 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 19678
/proc/meminfo: memFree=1403184/2055920 swapFree=4192956/4192956
[pid=19542] ppid=19540 vsize=18300 CPUtime=43.2
/proc/19542/stat : 19542 (sugar) S 19540 19542 18806 0 -1 4194304 2410 75862 0 2 10 2 4250 58 16 0 1 0 29552837 18739200 1921 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19542/statm: 4575 1921 373 3 0 1675 0
[pid=19560] ppid=19542 vsize=55136 CPUtime=1307.68
/proc/19560/stat : 19560 (minisat) R 19542 19542 18806 0 -1 0 14335 0 0 0 130751 17 0 0 25 0 1 0 29557209 56459264 13296 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134525748 0 0 4096 3 0 0 0 17 1 0 0
/proc/19560/statm: 13784 13296 52 112 0 13668 0
Current children cumulated CPU time (s) 1350.88
Current children cumulated vsize (KiB) 73436

[startup+1423.79 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 19758
/proc/meminfo: memFree=1403624/2055920 swapFree=4192956/4192956
[pid=19542] ppid=19540 vsize=18300 CPUtime=43.2
/proc/19542/stat : 19542 (sugar) S 19540 19542 18806 0 -1 4194304 2410 75862 0 2 10 2 4250 58 16 0 1 0 29552837 18739200 1921 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19542/statm: 4575 1921 373 3 0 1675 0
[pid=19560] ppid=19542 vsize=55540 CPUtime=1367.13
/proc/19560/stat : 19560 (minisat) R 19542 19542 18806 0 -1 0 14347 0 0 0 136696 17 0 0 25 0 1 0 29557209 56872960 13308 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528401 0 0 4096 3 0 0 0 17 1 0 0
/proc/19560/statm: 13885 13308 52 112 0 13769 0
Current children cumulated CPU time (s) 1410.33
Current children cumulated vsize (KiB) 73840

[startup+1483.87 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 19758
/proc/meminfo: memFree=1403624/2055920 swapFree=4192956/4192956
[pid=19542] ppid=19540 vsize=18300 CPUtime=43.2
/proc/19542/stat : 19542 (sugar) S 19540 19542 18806 0 -1 4194304 2410 75862 0 2 10 2 4250 58 16 0 1 0 29552837 18739200 1921 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19542/statm: 4575 1921 373 3 0 1675 0
[pid=19560] ppid=19542 vsize=55540 CPUtime=1426.66
/proc/19560/stat : 19560 (minisat) R 19542 19542 18806 0 -1 0 14347 0 0 0 142649 17 0 0 25 0 1 0 29557209 56872960 13308 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134527303 0 0 4096 3 0 0 0 17 1 0 0
/proc/19560/statm: 13885 13308 52 112 0 13769 0
Current children cumulated CPU time (s) 1469.86
Current children cumulated vsize (KiB) 73840

[startup+1543.95 s]
/proc/loadavg: 2.03 2.01 2.00 3/76 19758
/proc/meminfo: memFree=1403624/2055920 swapFree=4192956/4192956
[pid=19542] ppid=19540 vsize=18300 CPUtime=43.2
/proc/19542/stat : 19542 (sugar) S 19540 19542 18806 0 -1 4194304 2410 75862 0 2 10 2 4250 58 16 0 1 0 29552837 18739200 1921 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19542/statm: 4575 1921 373 3 0 1675 0
[pid=19560] ppid=19542 vsize=55684 CPUtime=1486.18
/proc/19560/stat : 19560 (minisat) R 19542 19542 18806 0 -1 0 14364 0 0 0 148601 17 0 0 25 0 1 0 29557209 57020416 13325 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/19560/statm: 13921 13325 52 112 0 13805 0
Current children cumulated CPU time (s) 1529.38
Current children cumulated vsize (KiB) 73984

[startup+1604.04 s]
/proc/loadavg: 2.01 2.01 2.00 3/76 19758
/proc/meminfo: memFree=1403560/2055920 swapFree=4192956/4192956
[pid=19542] ppid=19540 vsize=18300 CPUtime=43.2
/proc/19542/stat : 19542 (sugar) S 19540 19542 18806 0 -1 4194304 2410 75862 0 2 10 2 4250 58 16 0 1 0 29552837 18739200 1921 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19542/statm: 4575 1921 373 3 0 1675 0
[pid=19560] ppid=19542 vsize=55684 CPUtime=1545.72
/proc/19560/stat : 19560 (minisat) R 19542 19542 18806 0 -1 0 14376 0 0 0 154555 17 0 0 25 0 1 0 29557209 57020416 13337 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/19560/statm: 13921 13337 52 112 0 13805 0
Current children cumulated CPU time (s) 1588.92
Current children cumulated vsize (KiB) 73984

[startup+1664.11 s]
/proc/loadavg: 2.01 2.00 2.00 3/82 19822
/proc/meminfo: memFree=1331448/2055920 swapFree=4192956/4192956
[pid=19542] ppid=19540 vsize=18300 CPUtime=43.2
/proc/19542/stat : 19542 (sugar) S 19540 19542 18806 0 -1 4194304 2410 75862 0 2 10 2 4250 58 16 0 1 0 29552837 18739200 1921 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19542/statm: 4575 1921 373 3 0 1675 0
[pid=19560] ppid=19542 vsize=55992 CPUtime=1605.33
/proc/19560/stat : 19560 (minisat) R 19542 19542 18806 0 -1 0 14434 0 0 0 160511 22 0 0 25 0 1 0 29557209 57335808 13395 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/19560/statm: 13998 13395 52 112 0 13882 0
Current children cumulated CPU time (s) 1648.53
Current children cumulated vsize (KiB) 74292

[startup+1724.16 s]
/proc/loadavg: 2.32 2.10 2.03 3/82 19822
/proc/meminfo: memFree=740920/2055920 swapFree=4192956/4192956
[pid=19542] ppid=19540 vsize=18300 CPUtime=43.2
/proc/19542/stat : 19542 (sugar) S 19540 19542 18806 0 -1 4194304 2410 75862 0 2 10 2 4250 58 16 0 1 0 29552837 18739200 1921 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19542/statm: 4575 1921 373 3 0 1675 0
[pid=19560] ppid=19542 vsize=57256 CPUtime=1665.22
/proc/19560/stat : 19560 (minisat) R 19542 19542 18806 0 -1 0 14756 0 0 0 166499 23 0 0 25 0 1 0 29557209 58630144 13717 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134527075 0 0 4096 3 0 0 0 17 0 0 0
/proc/19560/statm: 14314 13717 52 112 0 14198 0
Current children cumulated CPU time (s) 1708.42
Current children cumulated vsize (KiB) 75556

[startup+1784.16 s]
/proc/loadavg: 2.18 2.10 2.03 3/82 19822
/proc/meminfo: memFree=727288/2055920 swapFree=4192956/4192956
[pid=19542] ppid=19540 vsize=18300 CPUtime=43.2
/proc/19542/stat : 19542 (sugar) S 19540 19542 18806 0 -1 4194304 2410 75862 0 2 10 2 4250 58 16 0 1 0 29552837 18739200 1921 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19542/statm: 4575 1921 373 3 0 1675 0
[pid=19560] ppid=19542 vsize=61260 CPUtime=1724.9
/proc/19560/stat : 19560 (minisat) R 19542 19542 18806 0 -1 0 15784 0 0 0 172465 25 0 0 25 0 1 0 29557209 62730240 14745 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528535 0 0 4096 3 0 0 0 17 0 0 0
/proc/19560/statm: 15315 14745 52 112 0 15199 0
Current children cumulated CPU time (s) 1768.1
Current children cumulated vsize (KiB) 79560



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1816.31 s]
/proc/loadavg: 2.11 2.08 2.03 3/82 19822
/proc/meminfo: memFree=725432/2055920 swapFree=4192956/4192956
[pid=19542] ppid=19540 vsize=18300 CPUtime=43.2
/proc/19542/stat : 19542 (sugar) S 19540 19542 18806 0 -1 4194304 2410 75862 0 2 10 2 4250 58 16 0 1 0 29552837 18739200 1921 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19542/statm: 4575 1921 373 3 0 1675 0
[pid=19560] ppid=19542 vsize=62944 CPUtime=1756.88
/proc/19560/stat : 19560 (minisat) R 19542 19542 18806 0 -1 0 16198 0 0 0 175662 26 0 0 25 0 1 0 29557209 64454656 15159 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/19560/statm: 15736 15159 52 112 0 15620 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 81244

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

Child status: 1

!!! problem with CPU time !!!
wait4(...,&childrusage) returns 19542 and gives childrusage.ru_utime.tv_sec=42 childrusage.ru_utime.tv_usec=612521 childrusage.ru_stime.tv_sec=0 childrusage.ru_stime.tv_usec=614906
CPU time returned by wait4() is 43.2274
while last known CPU time is 1800.09

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

Real time (s): 1817.34
CPU time (s): 1800.09
CPU user time (s): 1799.22
CPU system time (s): 0.87
CPU usage (%): 99.051
Max. virtual memory (cumulated for all children) (KiB): 822064

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 42.6125
system time used= 0.614906
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 78358
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= 9207
involuntary context switches= 9642

runsolver used 2.22566 s user time and 5.84411 s system time

The end

Launcher Data (download as text)

Begin job on node69 on Mon Jan 29 18:39:11 UTC 2007


IDJOB= 203455
IDBENCH= 3963
IDSOLVER= 86
FILE ID= node69/203455-1170095951

PBS_JOBID= 3689603

Free space on /tmp= 66558 MiB

SOLVER NAME= sugar 0.40
BENCH NAME= HOME/pub/bench/CPAI06/frb/frb53-24/frb53-24-5-mgd_ext.xml
COMMAND LINE= /tmp/evaluation/203455-1170095951/solver /tmp/evaluation/203455-1170095951 /tmp/evaluation/203455-1170095951/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node69/watcher-203455-1170095951 -o ROOT/results/node69/solver-203455-1170095951 -C 1800 -M 900  /tmp/evaluation/203455-1170095951/solver /tmp/evaluation/203455-1170095951 /tmp/evaluation/203455-1170095951/unknown.xml

META MD5SUM SOLVER= 0a27e717dfe98d83d9802fe0eea45073
MD5SUM BENCH=  2f7f9a6c7c062604348f10a4f021703f

RANDOM SEED= 411689434

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:       1496976 kB
Buffers:         50804 kB
Cached:         396636 kB
SwapCached:          0 kB
Active:         200276 kB
Inactive:       286896 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1496976 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1212 kB
Writeback:           0 kB
Mapped:          50724 kB
Slab:            57136 kB
Committed_AS:   144620 kB
PageTables:       1908 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= 66482 MiB



End job on node69 on Mon Jan 29 19:09:29 UTC 2007