Trace number 195186

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 1802.56

General information on the benchmark

Namerandom/rand-2-50-23/
rand-2-50-23-587-230-25_ext.xml
MD5SUM20e4c7641cc969a5059f4b4183173b13
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 benchmark1077.61
SatisfiableYES
(Un)Satisfiability was proved
Number of variables50
Number of constraints471
Maximum constraint arity2
Maximum domain size23
Number of constraints which are defined in extension471
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.07	c # Sugar v0-40 (/tmp/evaluation/195186-1170092093/sugar-v0-40.jar)
0.07	
0.07	c # MAIN  BEGIN : /tmp/evaluation/195186-1170092093/unknown.xml [Mon Jan 29 18:34:55 2007]
0.07	c # CONVERT_XML  BEGIN : /tmp/evaluation/195186-1170092093/unknown.xml /tmp/evaluation/195186-1170092093/sugar23484.csp [Mon Jan 29 18:34:55 2007]
0.07	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/195186-1170092093/sugar-v0-40.jar -convert /tmp/evaluation/195186-1170092093/unknown.xml /tmp/evaluation/195186-1170092093/sugar23484.csp
0.26	c BEGIN convert /tmp/evaluation/195186-1170092093/unknown.xml
0.90	c END convert (0.638663 seconds)
1.02	c # CONVERT_XML  END : /tmp/evaluation/195186-1170092093/sugar23484.csp 2160202 bytes (1 seconds) [Mon Jan 29 18:34:56 2007]
1.02	c # CONVERT_XML  CPU : 0.74 = 0 + 0 + 0.68 + 0.06
1.02	
1.02	c # GENERATE_SAT  BEGIN : /tmp/evaluation/195186-1170092093/sugar23484.bcnf [Mon Jan 29 18:34:56 2007]
1.02	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/195186-1170092093/sugar-v0-40.jar -bcnf -map /tmp/evaluation/195186-1170092093/sugar23484.map /tmp/evaluation/195186-1170092093/sugar23484.csp /tmp/evaluation/195186-1170092093/sugar23484.bcnf
1.15	c BEGIN parse /tmp/evaluation/195186-1170092093/sugar23484.csp
40.70	c END parse (39.545917 seconds)
40.70	c BEGIN simplify
40.85	c END simplify (0.155313 seconds)
40.85	c BEGIN encode /tmp/evaluation/195186-1170092093/sugar23484.bcnf
42.12	c END encode (1.26879 seconds)
42.24	c # GENERATE_SAT  END : 9408 variables 83208 clauses 10795124 bytes (41 seconds) [Mon Jan 29 18:35:37 2007]
42.24	c # GENERATE_SAT  CPU : 40.75 = 0.07 + 0 + 40.16 + 0.52
42.24	
42.24	c # SOLVE_SAT  BEGIN : /tmp/evaluation/195186-1170092093/sugar23484.bcnf [Mon Jan 29 18:35:37 2007]
42.24	c # CMD : /tmp/evaluation/195186-1170092093/minisat /tmp/evaluation/195186-1170092093/sugar23484.bcnf /tmp/evaluation/195186-1170092093/sugar23484.out
42.49	c ==================================[MINISAT]===================================
42.49	c | Conflicts |     ORIGINAL     |              LEARNT              | Progress |
42.49	c |           | Clauses Literals |   Limit Clauses Literals  Lit/Cl |          |
42.49	c ==============================================================================
42.49	c |         0 |   83208  2615563 |   27736       0        0     nan |  0.000 % |
42.55	c |       100 |   83208  2615563 |   30509     100     3408    34.1 |  0.000 % |
42.63	c |       250 |   83208  2615563 |   33560     250     7003    28.0 |  0.000 % |
42.74	c |       477 |   83208  2615563 |   36916     477    10322    21.6 |  0.000 % |
42.89	c |       815 |   83208  2615563 |   40608     815    16048    19.7 |  0.000 % |
43.13	c |      1321 |   83208  2615563 |   44669    1321    23978    18.2 |  0.000 % |
43.48	c |      2081 |   83209  2615563 |   49136    2080    36499    17.5 |  0.000 % |
44.03	c |      3220 |   83211  2615563 |   54049    3217    51761    16.1 |  0.000 % |
45.12	c |      4929 |   83211  2615563 |   59454    4926    94060    19.1 |  0.000 % |
47.18	c |      7491 |   83211  2615563 |   65400    7488   251479    33.6 |  0.000 % |
49.88	c |     11336 |   83212  2615563 |   71940   11332   352742    31.1 |  0.000 % |
54.08	c |     17102 |   83216  2615563 |   79134   17094   484194    28.3 |  0.000 % |
60.25	c |     25751 |   83217  2615563 |   87047   25742   708886    27.5 |  0.000 % |
71.66	c |     38726 |   83220  2615563 |   95752   38714  1174756    30.3 |  0.000 % |
90.30	c |     58189 |   83229  2615563 |  105327   58168  1727111    29.7 |  0.000 % |
119.84	c |     87381 |   83237  2615563 |  115860   87352  2512220    28.8 |  0.000 % |
175.84	c |    131170 |   83241  2615563 |  127446   31372   797225    25.4 |  0.000 % |
252.33	c |    196855 |   83251  2615563 |  140190   97047  2880196    29.7 |  0.000 % |
415.11	c |    295381 |   83258  2615563 |  154209   72741  2495084    34.3 |  0.000 % |
618.17	c |    443170 |   83267  2615563 |  169630   82872  2625652    31.7 |  0.000 % |
1047.05	c |    664853 |   83285  2615563 |  186593  155376  6843943    44.0 |  0.000 % |
1670.37	c |    997378 |   83304  2615563 |  205253  158403  6795408    42.9 |  0.000 % |
1801.54	
1801.54	s UNKNOWN
1801.54	c # INTERRUPTED
1801.54	c # MAIN  END :  (1802 seconds) [Mon Jan 29 19:04:57 2007]
1801.54	c # MAIN  CPU : 41.5 = 0.07 + 0.01 + 40.84 + 0.58
1801.54	

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/node13/watcher-195186-1170092093 -o ROOT/results/node13/solver-195186-1170092093 -C 1800 -M 900 /tmp/evaluation/195186-1170092093/solver /tmp/evaluation/195186-1170092093 /tmp/evaluation/195186-1170092093/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.69 1.93 1.69 2/82 23485
/proc/meminfo: memFree=1771128/2055920 swapFree=4192956/4192956
[pid=23484] ppid=23481 vsize=12268 CPUtime=0
/proc/23484/stat : 23484 (sugar) R 23481 23484 23250 0 -1 4194304 596 0 0 0 0 0 0 0 18 0 1 0 29163968 12562432 315 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 269766147070 0 0 4224 0 0 0 0 17 1 0 0
/proc/23484/statm: 3067 315 241 3 0 167 0

[startup+0.102498 s]
/proc/loadavg: 1.69 1.93 1.69 2/82 23485
/proc/meminfo: memFree=1771128/2055920 swapFree=4192956/4192956
[pid=23484] ppid=23481 vsize=13724 CPUtime=0.04
/proc/23484/stat : 23484 (sugar) S 23481 23484 23250 0 -1 4194304 1112 0 0 0 3 1 0 0 18 0 1 0 29163968 14053376 805 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23484/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13724

[startup+0.510554 s]
/proc/loadavg: 1.69 1.93 1.69 2/82 23485
/proc/meminfo: memFree=1771128/2055920 swapFree=4192956/4192956
[pid=23484] ppid=23481 vsize=13724 CPUtime=0.04
/proc/23484/stat : 23484 (sugar) S 23481 23484 23250 0 -1 4194304 1121 0 0 0 3 1 0 0 15 0 1 0 29163968 14053376 805 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23484/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13724

[startup+1.33267 s]
/proc/loadavg: 1.69 1.93 1.69 2/95 23538
/proc/meminfo: memFree=1756608/2055920 swapFree=4192956/4192956
[pid=23484] ppid=23481 vsize=13724 CPUtime=0.78
/proc/23484/stat : 23484 (sugar) S 23481 23484 23250 0 -1 4194304 1190 7920 0 1 3 1 68 6 15 0 1 0 29163968 14053376 809 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23484/statm: 3431 809 371 3 0 531 0
[pid=23530] ppid=23484 vsize=807064 CPUtime=0.28
/proc/23530/stat : 23530 (java) R 23484 23484 23250 0 -1 0 5981 0 1 0 24 4 0 0 22 0 8 0 29164071 826433536 5732 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073479415 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23530/statm: 201766 5732 1482 14 0 189044 0
[pid=23530/tid=23531] ppid=23484 vsize=807064 CPUtime=0
/proc/23530/task/23531/stat : 23531 (java) S 23484 23484 23250 0 -1 64 6 0 0 0 0 0 0 0 19 0 8 0 29164074 826433536 5732 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23530/tid=23532] ppid=23484 vsize=807064 CPUtime=0
/proc/23530/task/23532/stat : 23532 (java) S 23484 23484 23250 0 -1 64 10 0 0 0 0 0 0 0 20 0 8 0 29164074 826433536 5732 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23530/tid=23533] ppid=23484 vsize=807064 CPUtime=0
/proc/23530/task/23533/stat : 23533 (java) S 23484 23484 23250 0 -1 64 3 0 0 0 0 0 0 0 21 0 8 0 29164074 826433536 5732 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23530/tid=23535] ppid=23484 vsize=807064 CPUtime=0
/proc/23530/task/23535/stat : 23535 (java) S 23484 23484 23250 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 29164077 826433536 5732 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23530/tid=23536] ppid=23484 vsize=807064 CPUtime=0.04
/proc/23530/task/23536/stat : 23536 (java) S 23484 23484 23250 0 -1 64 292 0 0 0 4 0 0 0 17 0 8 0 29164077 826433536 5732 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23530/tid=23537] ppid=23484 vsize=807064 CPUtime=0
/proc/23530/task/23537/stat : 23537 (java) S 23484 23484 23250 0 -1 64 3 0 0 0 0 0 0 0 23 0 8 0 29164077 826433536 5732 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23530/tid=23538] ppid=23484 vsize=807064 CPUtime=0
/proc/23530/task/23538/stat : 23538 (java) S 23484 23484 23250 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 29164077 826433536 5732 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.06
Current children cumulated vsize (KiB) 820788

[startup+2.98588 s]
/proc/loadavg: 1.69 1.93 1.69 3/102 23545
/proc/meminfo: memFree=1694344/2055920 swapFree=4192956/4192956
[pid=23484] ppid=23481 vsize=13724 CPUtime=0.78
/proc/23484/stat : 23484 (sugar) S 23481 23484 23250 0 -1 4194304 1190 7920 0 1 3 1 68 6 15 0 1 0 29163968 14053376 809 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23484/statm: 3431 809 371 3 0 531 0
[pid=23530] ppid=23484 vsize=807064 CPUtime=1.91
/proc/23530/stat : 23530 (java) R 23484 23484 23250 0 -1 0 13358 0 1 0 183 8 0 0 25 0 8 0 29164071 826433536 13093 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073485845 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23530/statm: 201766 13093 1494 14 0 189044 0
[pid=23530/tid=23531] ppid=23484 vsize=807064 CPUtime=0.5
/proc/23530/task/23531/stat : 23531 (java) S 23484 23484 23250 0 -1 64 7292 0 0 0 46 4 0 0 16 0 8 0 29164074 826433536 13093 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23530/tid=23532] ppid=23484 vsize=807064 CPUtime=0
/proc/23530/task/23532/stat : 23532 (java) S 23484 23484 23250 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 29164074 826433536 13093 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23530/tid=23533] ppid=23484 vsize=807064 CPUtime=0
/proc/23530/task/23533/stat : 23533 (java) S 23484 23484 23250 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 29164074 826433536 13093 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23530/tid=23535] ppid=23484 vsize=807064 CPUtime=0
/proc/23530/task/23535/stat : 23535 (java) S 23484 23484 23250 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 29164077 826433536 13093 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23530/tid=23536] ppid=23484 vsize=807064 CPUtime=0.04
/proc/23530/task/23536/stat : 23536 (java) S 23484 23484 23250 0 -1 64 292 0 0 0 4 0 0 0 16 0 8 0 29164077 826433536 13093 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23530/tid=23537] ppid=23484 vsize=807064 CPUtime=0
/proc/23530/task/23537/stat : 23537 (java) S 23484 23484 23250 0 -1 64 3 0 0 0 0 0 0 0 23 0 8 0 29164077 826433536 13093 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23530/tid=23538] ppid=23484 vsize=807064 CPUtime=0
/proc/23530/task/23538/stat : 23538 (java) S 23484 23484 23250 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 29164077 826433536 13093 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.69
Current children cumulated vsize (KiB) 820788

[startup+6.28634 s]
/proc/loadavg: 1.88 1.97 1.70 3/102 23545
/proc/meminfo: memFree=1552456/2055920 swapFree=4192956/4192956
[pid=23484] ppid=23481 vsize=13724 CPUtime=0.78
/proc/23484/stat : 23484 (sugar) S 23481 23484 23250 0 -1 4194304 1190 7920 0 1 3 1 68 6 15 0 1 0 29163968 14053376 809 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23484/statm: 3431 809 371 3 0 531 0
[pid=23530] ppid=23484 vsize=807336 CPUtime=5.19
/proc/23530/stat : 23530 (java) R 23484 23484 23250 0 -1 0 32972 0 1 0 500 19 0 0 25 0 8 0 29164071 826712064 32625 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073763120 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23530/statm: 201834 32625 1506 14 0 189112 0
[pid=23530/tid=23531] ppid=23484 vsize=807336 CPUtime=1.44
/proc/23530/task/23531/stat : 23531 (java) S 23484 23484 23250 0 -1 64 26673 0 0 0 131 13 0 0 16 0 8 0 29164074 826712064 32625 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23530/tid=23532] ppid=23484 vsize=807336 CPUtime=0
/proc/23530/task/23532/stat : 23532 (java) S 23484 23484 23250 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 29164074 826712064 32625 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23530/tid=23533] ppid=23484 vsize=807336 CPUtime=0
/proc/23530/task/23533/stat : 23533 (java) S 23484 23484 23250 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 29164074 826712064 32625 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23530/tid=23535] ppid=23484 vsize=807336 CPUtime=0
/proc/23530/task/23535/stat : 23535 (java) S 23484 23484 23250 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 29164077 826712064 32625 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23530/tid=23536] ppid=23484 vsize=807336 CPUtime=0.12
/proc/23530/task/23536/stat : 23536 (java) S 23484 23484 23250 0 -1 64 400 0 0 0 12 0 0 0 16 0 8 0 29164077 826712064 32625 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23530/tid=23537] ppid=23484 vsize=807336 CPUtime=0
/proc/23530/task/23537/stat : 23537 (java) S 23484 23484 23250 0 -1 64 3 0 0 0 0 0 0 0 23 0 8 0 29164077 826712064 32625 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23530/tid=23538] ppid=23484 vsize=807336 CPUtime=0
/proc/23530/task/23538/stat : 23538 (java) S 23484 23484 23250 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 29164077 826712064 32625 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 5.97
Current children cumulated vsize (KiB) 821060

[startup+12.7422 s]
/proc/loadavg: 1.97 1.99 1.71 3/102 23545
/proc/meminfo: memFree=1339416/2055920 swapFree=4192956/4192956
[pid=23484] ppid=23481 vsize=13724 CPUtime=0.78
/proc/23484/stat : 23484 (sugar) S 23481 23484 23250 0 -1 4194304 1190 7920 0 1 3 1 68 6 15 0 1 0 29163968 14053376 809 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23484/statm: 3431 809 371 3 0 531 0
[pid=23530] ppid=23484 vsize=807336 CPUtime=11.54
/proc/23530/stat : 23530 (java) R 23484 23484 23250 0 -1 0 54750 0 1 0 1122 32 0 0 25 0 8 0 29164071 826712064 54113 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073641148 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23530/statm: 201834 54113 1507 14 0 189112 0
[pid=23530/tid=23531] ppid=23484 vsize=807336 CPUtime=3.65
/proc/23530/task/23531/stat : 23531 (java) S 23484 23484 23250 0 -1 64 48263 0 0 0 340 25 0 0 16 0 8 0 29164074 826712064 54113 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23530/tid=23532] ppid=23484 vsize=807336 CPUtime=0
/proc/23530/task/23532/stat : 23532 (java) S 23484 23484 23250 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 29164074 826712064 54113 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23530/tid=23533] ppid=23484 vsize=807336 CPUtime=0
/proc/23530/task/23533/stat : 23533 (java) S 23484 23484 23250 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 29164074 826712064 54113 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23530/tid=23535] ppid=23484 vsize=807336 CPUtime=0
/proc/23530/task/23535/stat : 23535 (java) S 23484 23484 23250 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 29164077 826712064 54113 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23530/tid=23536] ppid=23484 vsize=807336 CPUtime=0.12
/proc/23530/task/23536/stat : 23536 (java) S 23484 23484 23250 0 -1 64 403 0 0 0 12 0 0 0 17 0 8 0 29164077 826712064 54113 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23530/tid=23537] ppid=23484 vsize=807336 CPUtime=0
/proc/23530/task/23537/stat : 23537 (java) S 23484 23484 23250 0 -1 64 3 0 0 0 0 0 0 0 23 0 8 0 29164077 826712064 54113 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23530/tid=23538] ppid=23484 vsize=807336 CPUtime=0
/proc/23530/task/23538/stat : 23538 (java) S 23484 23484 23250 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 29164077 826712064 54113 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.32
Current children cumulated vsize (KiB) 821060

[startup+25.6281 s]
/proc/loadavg: 2.26 2.05 1.73 4/102 23545
/proc/meminfo: memFree=1339416/2055920 swapFree=4192956/4192956
[pid=23484] ppid=23481 vsize=13724 CPUtime=0.78
/proc/23484/stat : 23484 (sugar) S 23481 23484 23250 0 -1 4194304 1190 7920 0 1 3 1 68 6 15 0 1 0 29163968 14053376 809 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23484/statm: 3431 809 371 3 0 531 0
[pid=23530] ppid=23484 vsize=807336 CPUtime=24.27
/proc/23530/stat : 23530 (java) R 23484 23484 23250 0 -1 0 55466 0 1 0 2389 38 0 0 25 0 8 0 29164071 826712064 54113 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23530/statm: 201834 54113 1507 14 0 189112 0
[pid=23530/tid=23531] ppid=23484 vsize=807336 CPUtime=8.54
/proc/23530/task/23531/stat : 23531 (java) S 23484 23484 23250 0 -1 64 48606 0 0 0 826 28 0 0 15 0 8 0 29164074 826712064 54113 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23530/tid=23532] ppid=23484 vsize=807336 CPUtime=0
/proc/23530/task/23532/stat : 23532 (java) S 23484 23484 23250 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 29164074 826712064 54113 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23530/tid=23533] ppid=23484 vsize=807336 CPUtime=0
/proc/23530/task/23533/stat : 23533 (java) S 23484 23484 23250 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 29164074 826712064 54113 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23530/tid=23535] ppid=23484 vsize=807336 CPUtime=0
/proc/23530/task/23535/stat : 23535 (java) S 23484 23484 23250 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 29164077 826712064 54113 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23530/tid=23536] ppid=23484 vsize=807336 CPUtime=0.12
/proc/23530/task/23536/stat : 23536 (java) S 23484 23484 23250 0 -1 64 403 0 0 0 12 0 0 0 17 0 8 0 29164077 826712064 54113 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23530/tid=23537] ppid=23484 vsize=807336 CPUtime=0
/proc/23530/task/23537/stat : 23537 (java) S 23484 23484 23250 0 -1 64 3 0 0 0 0 0 0 0 23 0 8 0 29164077 826712064 54113 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23530/tid=23538] ppid=23484 vsize=807336 CPUtime=0
/proc/23530/task/23538/stat : 23538 (java) S 23484 23484 23250 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 29164077 826712064 54113 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.05
Current children cumulated vsize (KiB) 821060

[startup+51.3343 s]
/proc/loadavg: 2.30 2.08 1.75 3/88 23547
/proc/meminfo: memFree=1704584/2055920 swapFree=4192956/4192956
[pid=23484] ppid=23481 vsize=18688 CPUtime=41.54
/proc/23484/stat : 23484 (sugar) S 23481 23484 23250 0 -1 4194304 2490 68294 0 2 10 2 4084 58 16 0 1 0 29163968 19136512 1999 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23484/statm: 4672 1999 373 3 0 1772 0
[pid=23547] ppid=23484 vsize=16896 CPUtime=9.07
/proc/23547/stat : 23547 (minisat) R 23484 23484 23250 0 -1 0 4888 0 0 0 903 4 0 0 25 0 1 0 29168193 17301504 3849 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/23547/statm: 4224 3849 52 112 0 4108 0
Current children cumulated CPU time (s) 50.61
Current children cumulated vsize (KiB) 35584

[startup+102.563 s]
/proc/loadavg: 2.13 2.06 1.76 3/88 23549
/proc/meminfo: memFree=1689352/2055920 swapFree=4192956/4192956
[pid=23484] ppid=23481 vsize=18688 CPUtime=41.54
/proc/23484/stat : 23484 (sugar) S 23481 23484 23250 0 -1 4194304 2490 68294 0 2 10 2 4084 58 16 0 1 0 29163968 19136512 1999 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23484/statm: 4672 1999 373 3 0 1772 0
[pid=23547] ppid=23484 vsize=25708 CPUtime=60.29
/proc/23547/stat : 23547 (minisat) R 23484 23484 23250 0 -1 0 7050 0 0 0 6022 7 0 0 25 0 1 0 29168193 26324992 6011 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/23547/statm: 6427 6011 52 112 0 6311 0
Current children cumulated CPU time (s) 101.83
Current children cumulated vsize (KiB) 44396

[startup+162.625 s]
/proc/loadavg: 2.05 2.05 1.77 3/88 23549
/proc/meminfo: memFree=1677704/2055920 swapFree=4192956/4192956
[pid=23484] ppid=23481 vsize=18688 CPUtime=41.54
/proc/23484/stat : 23484 (sugar) S 23481 23484 23250 0 -1 4194304 2490 68294 0 2 10 2 4084 58 16 0 1 0 29163968 19136512 1999 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23484/statm: 4672 1999 373 3 0 1772 0
[pid=23547] ppid=23484 vsize=32076 CPUtime=120.33
/proc/23547/stat : 23547 (minisat) R 23484 23484 23250 0 -1 0 8636 0 0 0 12023 10 0 0 25 0 1 0 29168193 32845824 7597 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528325 0 0 4096 3 0 0 0 17 1 0 0
/proc/23547/statm: 8019 7597 52 112 0 7903 0
Current children cumulated CPU time (s) 161.87
Current children cumulated vsize (KiB) 50764


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

/proc/loadavg: 2.02 2.02 1.90 3/88 23549
/proc/meminfo: memFree=1639240/2055920 swapFree=4192956/4192956
[pid=23484] ppid=23481 vsize=18688 CPUtime=41.54
/proc/23484/stat : 23484 (sugar) S 23481 23484 23250 0 -1 4194304 2490 68294 0 2 10 2 4084 58 16 0 1 0 29163968 19136512 1999 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23484/statm: 4672 1999 373 3 0 1772 0
[pid=23547] ppid=23484 vsize=57780 CPUtime=1081.06
/proc/23547/stat : 23547 (minisat) R 23484 23484 23250 0 -1 0 14966 0 0 0 108081 25 0 0 25 0 1 0 29168193 59166720 13927 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/23547/statm: 14445 13927 52 112 0 14329 0
Current children cumulated CPU time (s) 1122.6
Current children cumulated vsize (KiB) 76468

[startup+1183.72 s]
/proc/loadavg: 2.04 2.03 1.91 3/88 23549
/proc/meminfo: memFree=1637704/2055920 swapFree=4192956/4192956
[pid=23484] ppid=23481 vsize=18688 CPUtime=41.54
/proc/23484/stat : 23484 (sugar) S 23481 23484 23250 0 -1 4194304 2490 68294 0 2 10 2 4084 58 16 0 1 0 29163968 19136512 1999 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23484/statm: 4672 1999 373 3 0 1772 0
[pid=23547] ppid=23484 vsize=58956 CPUtime=1141.1
/proc/23547/stat : 23547 (minisat) R 23484 23484 23250 0 -1 0 15254 0 0 0 114085 25 0 0 25 0 1 0 29168193 60370944 14215 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/23547/statm: 14739 14215 52 112 0 14623 0
Current children cumulated CPU time (s) 1182.64
Current children cumulated vsize (KiB) 77644

[startup+1243.78 s]
/proc/loadavg: 2.01 2.02 1.91 3/88 23549
/proc/meminfo: memFree=1637256/2055920 swapFree=4192956/4192956
[pid=23484] ppid=23481 vsize=18688 CPUtime=41.54
/proc/23484/stat : 23484 (sugar) S 23481 23484 23250 0 -1 4194304 2490 68294 0 2 10 2 4084 58 16 0 1 0 29163968 19136512 1999 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23484/statm: 4672 1999 373 3 0 1772 0
[pid=23547] ppid=23484 vsize=58956 CPUtime=1201.14
/proc/23547/stat : 23547 (minisat) R 23484 23484 23250 0 -1 0 15254 0 0 0 120089 25 0 0 25 0 1 0 29168193 60370944 14215 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/23547/statm: 14739 14215 52 112 0 14623 0
Current children cumulated CPU time (s) 1242.68
Current children cumulated vsize (KiB) 77644

[startup+1303.84 s]
/proc/loadavg: 2.00 2.02 1.91 3/88 23549
/proc/meminfo: memFree=1635912/2055920 swapFree=4192956/4192956
[pid=23484] ppid=23481 vsize=18688 CPUtime=41.54
/proc/23484/stat : 23484 (sugar) S 23481 23484 23250 0 -1 4194304 2490 68294 0 2 10 2 4084 58 16 0 1 0 29163968 19136512 1999 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23484/statm: 4672 1999 373 3 0 1772 0
[pid=23547] ppid=23484 vsize=59172 CPUtime=1261.19
/proc/23547/stat : 23547 (minisat) R 23484 23484 23250 0 -1 0 15278 0 0 0 126093 26 0 0 25 0 1 0 29168193 60592128 14239 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528433 0 0 4096 3 0 0 0 17 1 0 0
/proc/23547/statm: 14793 14239 52 112 0 14677 0
Current children cumulated CPU time (s) 1302.73
Current children cumulated vsize (KiB) 77860

[startup+1363.91 s]
/proc/loadavg: 2.00 2.01 1.91 3/88 23549
/proc/meminfo: memFree=1634184/2055920 swapFree=4192956/4192956
[pid=23484] ppid=23481 vsize=18688 CPUtime=41.54
/proc/23484/stat : 23484 (sugar) S 23481 23484 23250 0 -1 4194304 2490 68294 0 2 10 2 4084 58 16 0 1 0 29163968 19136512 1999 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23484/statm: 4672 1999 373 3 0 1772 0
[pid=23547] ppid=23484 vsize=59548 CPUtime=1321.24
/proc/23547/stat : 23547 (minisat) R 23484 23484 23250 0 -1 0 15360 0 0 0 132098 26 0 0 25 0 1 0 29168193 60977152 14321 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/23547/statm: 14887 14321 52 112 0 14771 0
Current children cumulated CPU time (s) 1362.78
Current children cumulated vsize (KiB) 78236

[startup+1423.98 s]
/proc/loadavg: 2.04 2.02 1.91 3/88 23549
/proc/meminfo: memFree=1630472/2055920 swapFree=4192956/4192956
[pid=23484] ppid=23481 vsize=18688 CPUtime=41.54
/proc/23484/stat : 23484 (sugar) S 23481 23484 23250 0 -1 4194304 2490 68294 0 2 10 2 4084 58 16 0 1 0 29163968 19136512 1999 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23484/statm: 4672 1999 373 3 0 1772 0
[pid=23547] ppid=23484 vsize=63076 CPUtime=1381.29
/proc/23547/stat : 23547 (minisat) R 23484 23484 23250 0 -1 0 16261 0 0 0 138101 28 0 0 25 0 1 0 29168193 64589824 15222 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/23547/statm: 15769 15222 52 112 0 15653 0
Current children cumulated CPU time (s) 1422.83
Current children cumulated vsize (KiB) 81764

[startup+1484.04 s]
/proc/loadavg: 2.16 2.05 1.93 3/88 23549
/proc/meminfo: memFree=1629064/2055920 swapFree=4192956/4192956
[pid=23484] ppid=23481 vsize=18688 CPUtime=41.54
/proc/23484/stat : 23484 (sugar) S 23481 23484 23250 0 -1 4194304 2490 68294 0 2 10 2 4084 58 16 0 1 0 29163968 19136512 1999 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23484/statm: 4672 1999 373 3 0 1772 0
[pid=23547] ppid=23484 vsize=64240 CPUtime=1441.33
/proc/23547/stat : 23547 (minisat) R 23484 23484 23250 0 -1 0 16547 0 0 0 144105 28 0 0 25 0 1 0 29168193 65781760 15508 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134527284 0 0 4096 3 0 0 0 17 1 0 0
/proc/23547/statm: 16060 15508 52 112 0 15944 0
Current children cumulated CPU time (s) 1482.87
Current children cumulated vsize (KiB) 82928

[startup+1544.1 s]
/proc/loadavg: 2.06 2.04 1.93 3/88 23549
/proc/meminfo: memFree=1627656/2055920 swapFree=4192956/4192956
[pid=23484] ppid=23481 vsize=18688 CPUtime=41.54
/proc/23484/stat : 23484 (sugar) S 23481 23484 23250 0 -1 4194304 2490 68294 0 2 10 2 4084 58 16 0 1 0 29163968 19136512 1999 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23484/statm: 4672 1999 373 3 0 1772 0
[pid=23547] ppid=23484 vsize=64240 CPUtime=1501.38
/proc/23547/stat : 23547 (minisat) R 23484 23484 23250 0 -1 0 16547 0 0 0 150109 29 0 0 25 0 1 0 29168193 65781760 15508 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/23547/statm: 16060 15508 52 112 0 15944 0
Current children cumulated CPU time (s) 1542.92
Current children cumulated vsize (KiB) 82928

[startup+1604.18 s]
/proc/loadavg: 2.02 2.03 1.93 4/94 23657
/proc/meminfo: memFree=1621888/2055920 swapFree=4192956/4192956
[pid=23484] ppid=23481 vsize=18688 CPUtime=41.54
/proc/23484/stat : 23484 (sugar) S 23481 23484 23250 0 -1 4194304 2490 68294 0 2 10 2 4084 58 16 0 1 0 29163968 19136512 1999 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23484/statm: 4672 1999 373 3 0 1772 0
[pid=23547] ppid=23484 vsize=64392 CPUtime=1561.31
/proc/23547/stat : 23547 (minisat) R 23484 23484 23250 0 -1 0 16569 0 0 0 156102 29 0 0 25 0 1 0 29168193 65937408 15530 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/23547/statm: 16098 15530 52 112 0 15982 0
Current children cumulated CPU time (s) 1602.85
Current children cumulated vsize (KiB) 83080

[startup+1664.27 s]
/proc/loadavg: 2.00 2.02 1.93 3/88 23747
/proc/meminfo: memFree=1622832/2055920 swapFree=4192956/4192956
[pid=23484] ppid=23481 vsize=18688 CPUtime=41.54
/proc/23484/stat : 23484 (sugar) S 23481 23484 23250 0 -1 4194304 2490 68294 0 2 10 2 4084 58 16 0 1 0 29163968 19136512 1999 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23484/statm: 4672 1999 373 3 0 1772 0
[pid=23547] ppid=23484 vsize=64392 CPUtime=1621.27
/proc/23547/stat : 23547 (minisat) R 23484 23484 23250 0 -1 0 16573 0 0 0 162098 29 0 0 25 0 1 0 29168193 65937408 15534 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/23547/statm: 16098 15534 52 112 0 15982 0
Current children cumulated CPU time (s) 1662.81
Current children cumulated vsize (KiB) 83080

[startup+1724.33 s]
/proc/loadavg: 2.00 2.02 1.93 3/88 23747
/proc/meminfo: memFree=1622856/2055920 swapFree=4192956/4192956
[pid=23484] ppid=23481 vsize=18688 CPUtime=41.54
/proc/23484/stat : 23484 (sugar) S 23481 23484 23250 0 -1 4194304 2490 68294 0 2 10 2 4084 58 16 0 1 0 29163968 19136512 1999 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23484/statm: 4672 1999 373 3 0 1772 0
[pid=23547] ppid=23484 vsize=64392 CPUtime=1681.32
/proc/23547/stat : 23547 (minisat) R 23484 23484 23250 0 -1 0 16588 0 0 0 168102 30 0 0 25 0 1 0 29168193 65937408 15549 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528342 0 0 4096 3 0 0 0 17 1 0 0
/proc/23547/statm: 16098 15549 52 112 0 15982 0
Current children cumulated CPU time (s) 1722.86
Current children cumulated vsize (KiB) 83080

[startup+1784.39 s]
/proc/loadavg: 2.00 2.01 1.93 3/88 23747
/proc/meminfo: memFree=1622600/2055920 swapFree=4192956/4192956
[pid=23484] ppid=23481 vsize=18688 CPUtime=41.54
/proc/23484/stat : 23484 (sugar) S 23481 23484 23250 0 -1 4194304 2490 68294 0 2 10 2 4084 58 16 0 1 0 29163968 19136512 1999 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23484/statm: 4672 1999 373 3 0 1772 0
[pid=23547] ppid=23484 vsize=64536 CPUtime=1741.36
/proc/23547/stat : 23547 (minisat) R 23484 23484 23250 0 -1 0 16627 0 0 0 174106 30 0 0 25 0 1 0 29168193 66084864 15588 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528723 0 0 4096 3 0 0 0 17 1 0 0
/proc/23547/statm: 16134 15588 52 112 0 16018 0
Current children cumulated CPU time (s) 1782.9
Current children cumulated vsize (KiB) 83224



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.53 s]
/proc/loadavg: 2.06 2.02 1.93 4/88 23747
/proc/meminfo: memFree=1622536/2055920 swapFree=4192956/4192956
[pid=23484] ppid=23481 vsize=18688 CPUtime=41.54
/proc/23484/stat : 23484 (sugar) S 23481 23484 23250 0 -1 4194304 2490 68294 0 2 10 2 4084 58 16 0 1 0 29163968 19136512 1999 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23484/statm: 4672 1999 373 3 0 1772 0
[pid=23547] ppid=23484 vsize=64536 CPUtime=1758.5
/proc/23547/stat : 23547 (minisat) R 23484 23484 23250 0 -1 0 16628 0 0 0 175820 30 0 0 25 0 1 0 29168193 66084864 15589 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528357 0 0 4096 3 0 0 0 17 1 0 0
/proc/23547/statm: 16134 15589 52 112 0 16018 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 83224

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

Child status: 1

!!! problem with CPU time !!!
wait4(...,&childrusage) returns 23484 and gives childrusage.ru_utime.tv_sec=40 childrusage.ru_utime.tv_usec=949774 childrusage.ru_stime.tv_sec=0 childrusage.ru_stime.tv_usec=617906
CPU time returned by wait4() is 41.5677
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): 1802.56
CPU time (s): 1800.05
CPU user time (s): 1799.14
CPU system time (s): 0.91
CPU usage (%): 99.861
Max. virtual memory (cumulated for all children) (KiB): 821564

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 40.9498
system time used= 0.617906
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 70869
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= 9493
involuntary context switches= 10214

runsolver used 1.82472 s user time and 5.08523 s system time

The end

Launcher Data (download as text)

Begin job on node13 on Mon Jan 29 17:34:54 UTC 2007


IDJOB= 195186
IDBENCH= 3253
IDSOLVER= 86
FILE ID= node13/195186-1170092093

PBS_JOBID= 3689407

Free space on /tmp= 66561 MiB

SOLVER NAME= sugar 0.40
BENCH NAME= HOME/pub/bench/CPAI06/random/rand-2-50-23/rand-2-50-23-587-230-25_ext.xml
COMMAND LINE= /tmp/evaluation/195186-1170092093/solver /tmp/evaluation/195186-1170092093 /tmp/evaluation/195186-1170092093/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node13/watcher-195186-1170092093 -o ROOT/results/node13/solver-195186-1170092093 -C 1800 -M 900  /tmp/evaluation/195186-1170092093/solver /tmp/evaluation/195186-1170092093 /tmp/evaluation/195186-1170092093/unknown.xml

META MD5SUM SOLVER= 0a27e717dfe98d83d9802fe0eea45073
MD5SUM BENCH=  20e4c7641cc969a5059f4b4183173b13

RANDOM SEED= 731320758

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:       1772520 kB
Buffers:         40924 kB
Cached:         137576 kB
SwapCached:          0 kB
Active:         185632 kB
Inactive:        52492 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1772520 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1272 kB
Writeback:           0 kB
Mapped:          78524 kB
Slab:            30560 kB
Committed_AS:   191404 kB
PageTables:       1964 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= 66549 MiB



End job on node13 on Mon Jan 29 18:04:58 UTC 2007