Trace number 195034

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.07 1804.64

General information on the benchmark

Namerandom/rand-2-50-23/
rand-2-50-23-587-230-20_ext.xml
MD5SUM98bd4db167ea4e6b666337e6d6e6b1f0
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 benchmark192.44
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables50
Number of constraints456
Maximum constraint arity2
Maximum domain size23
Number of constraints which are defined in extension456
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/195034-1170092078/sugar-v0-40.jar)
0.07	
0.07	c # MAIN  BEGIN : /tmp/evaluation/195034-1170092078/unknown.xml [Mon Jan 29 18:34:39 2007]
0.07	c # CONVERT_XML  BEGIN : /tmp/evaluation/195034-1170092078/unknown.xml /tmp/evaluation/195034-1170092078/sugar23831.csp [Mon Jan 29 18:34:39 2007]
0.07	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/195034-1170092078/sugar-v0-40.jar -convert /tmp/evaluation/195034-1170092078/unknown.xml /tmp/evaluation/195034-1170092078/sugar23831.csp
0.22	c BEGIN convert /tmp/evaluation/195034-1170092078/unknown.xml
0.88	c END convert (0.660318 seconds)
0.89	c # CONVERT_XML  END : /tmp/evaluation/195034-1170092078/sugar23831.csp 2155577 bytes (1 seconds) [Mon Jan 29 18:34:40 2007]
0.89	c # CONVERT_XML  CPU : 0.76 = 0 + 0 + 0.7 + 0.06
0.89	
0.89	c # GENERATE_SAT  BEGIN : /tmp/evaluation/195034-1170092078/sugar23831.bcnf [Mon Jan 29 18:34:40 2007]
0.89	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/195034-1170092078/sugar-v0-40.jar -bcnf -map /tmp/evaluation/195034-1170092078/sugar23831.map /tmp/evaluation/195034-1170092078/sugar23831.csp /tmp/evaluation/195034-1170092078/sugar23831.bcnf
1.01	c BEGIN parse /tmp/evaluation/195034-1170092078/sugar23831.csp
40.54	c END parse (39.532065 seconds)
40.54	c BEGIN simplify
40.70	c END simplify (0.159712 seconds)
40.70	c BEGIN encode /tmp/evaluation/195034-1170092078/sugar23831.bcnf
42.04	c END encode (1.337766 seconds)
42.18	c # GENERATE_SAT  END : 10196 variables 84564 clauses 12031572 bytes (41 seconds) [Mon Jan 29 18:35:21 2007]
42.18	c # GENERATE_SAT  CPU : 40.99 = 0.07 + 0.01 + 40.33 + 0.58
42.18	
42.18	c # SOLVE_SAT  BEGIN : /tmp/evaluation/195034-1170092078/sugar23831.bcnf [Mon Jan 29 18:35:21 2007]
42.18	c # CMD : /tmp/evaluation/195034-1170092078/minisat /tmp/evaluation/195034-1170092078/sugar23831.bcnf /tmp/evaluation/195034-1170092078/sugar23831.out
42.45	c ==================================[MINISAT]===================================
42.45	c | Conflicts |     ORIGINAL     |              LEARNT              | Progress |
42.45	c |           | Clauses Literals |   Limit Clauses Literals  Lit/Cl |          |
42.45	c ==============================================================================
42.45	c |         0 |   84564  2923319 |   28188       0        0     nan |  0.000 % |
42.51	c |       102 |   84566  2923319 |   31006     100     3334    33.3 |  0.000 % |
42.59	c |       252 |   84566  2923319 |   34107     250     7128    28.5 |  0.000 % |
42.72	c |       477 |   84566  2923319 |   37518     475    11207    23.6 |  0.000 % |
42.89	c |       815 |   84566  2923319 |   41270     813    16889    20.8 |  0.000 % |
43.30	c |      1321 |   84567  2923319 |   45397    1318    30566    23.2 |  0.000 % |
43.90	c |      2080 |   84567  2923319 |   49936    2077    45025    21.7 |  0.000 % |
44.69	c |      3219 |   84568  2923319 |   54930    3215    79519    24.7 |  0.000 % |
45.70	c |      4927 |   84568  2923319 |   60423    4923   122834    25.0 |  0.000 % |
47.75	c |      7489 |   84568  2923319 |   66465    7485   189064    25.3 |  0.000 % |
50.91	c |     11333 |   84568  2923319 |   73112   11329   280072    24.7 |  0.000 % |
54.74	c |     17100 |   84568  2923319 |   80423   17096   459130    26.9 |  0.000 % |
61.41	c |     25753 |   84570  2923319 |   88466   25747   660678    25.7 |  0.000 % |
72.89	c |     38729 |   84573  2923319 |   97312   38720   963662    24.9 |  0.000 % |
92.70	c |     58190 |   84578  2923319 |  107043   58176  1739868    29.9 |  0.000 % |
136.26	c |     87382 |   84583  2923319 |  117748   87363  2748464    31.5 |  0.000 % |
194.46	c |    131171 |   84589  2923319 |  129523   31321  1028282    32.8 |  0.000 % |
279.44	c |    196855 |   84596  2923319 |  142475   96998  3776586    38.9 |  0.000 % |
445.23	c |    295381 |   84603  2923319 |  156722   74152  3152990    42.5 |  0.000 % |
657.37	c |    443171 |   84624  2923319 |  172395   83855  3698540    44.1 |  0.000 % |
1101.04	c |    664855 |   84639  2923319 |  189634  154523  7427306    48.1 |  0.000 % |
1735.96	c |    997381 |   84660  2923319 |  208598  150606  6788650    45.1 |  0.000 % |
1803.54	
1803.54	s UNKNOWN
1803.54	c # INTERRUPTED
1803.54	c # MAIN  END :  (1803 seconds) [Mon Jan 29 19:04:42 2007]
1803.54	c # MAIN  CPU : 41.75 = 0.07 + 0.01 + 41.03 + 0.64
1803.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/node19/watcher-195034-1170092078 -o ROOT/results/node19/solver-195034-1170092078 -C 1800 -M 900 /tmp/evaluation/195034-1170092078/solver /tmp/evaluation/195034-1170092078 /tmp/evaluation/195034-1170092078/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.92 1.98 1.72 5/87 23832
/proc/meminfo: memFree=1672464/2055920 swapFree=4192956/4192956
[pid=23831] ppid=23829 vsize=5352 CPUtime=0
/proc/23831/stat : 23831 (solver) R 23829 23831 23617 0 -1 4194304 264 0 0 0 0 0 0 0 20 0 1 0 29161905 5480448 231 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 255236566311 0 0 4096 0 0 0 0 17 1 0 0
/proc/23831/statm: 1338 231 193 169 0 49 0

[startup+0.11271 s]
/proc/loadavg: 1.92 1.98 1.72 5/87 23832
/proc/meminfo: memFree=1672464/2055920 swapFree=4192956/4192956
[pid=23831] ppid=23829 vsize=13724 CPUtime=0.04
/proc/23831/stat : 23831 (sugar) S 23829 23831 23617 0 -1 4194304 1112 0 0 0 3 1 0 0 18 0 1 0 29161905 14053376 805 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23831/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13724

[startup+0.520754 s]
/proc/loadavg: 1.92 1.98 1.72 5/87 23832
/proc/meminfo: memFree=1672464/2055920 swapFree=4192956/4192956
[pid=23831] ppid=23829 vsize=13724 CPUtime=0.04
/proc/23831/stat : 23831 (sugar) S 23829 23831 23617 0 -1 4194304 1121 0 0 0 3 1 0 0 15 0 1 0 29161905 14053376 805 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23831/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13724

[startup+1.34184 s]
/proc/loadavg: 1.92 1.98 1.72 3/95 23848
/proc/meminfo: memFree=1658832/2055920 swapFree=4192956/4192956
[pid=23831] ppid=23829 vsize=13724 CPUtime=0.8
/proc/23831/stat : 23831 (sugar) S 23829 23831 23617 0 -1 4194304 1190 7900 0 1 3 1 70 6 16 0 1 0 29161905 14053376 809 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23831/statm: 3431 809 371 3 0 531 0
[pid=23841] ppid=23831 vsize=807064 CPUtime=0.42
/proc/23841/stat : 23841 (java) R 23831 23831 23617 0 -1 0 7322 0 1 0 38 4 0 0 25 0 8 0 29161995 826433536 7071 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073484544 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23841/statm: 201766 7071 1494 14 0 189044 0
[pid=23841/tid=23842] ppid=23831 vsize=807064 CPUtime=0.05
/proc/23841/task/23842/stat : 23842 (java) S 23831 23831 23617 0 -1 64 1271 0 0 0 5 0 0 0 16 0 8 0 29161998 826433536 7071 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23841/tid=23843] ppid=23831 vsize=807064 CPUtime=0
/proc/23841/task/23843/stat : 23843 (java) S 23831 23831 23617 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 29161999 826433536 7071 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23841/tid=23844] ppid=23831 vsize=807064 CPUtime=0
/proc/23841/task/23844/stat : 23844 (java) S 23831 23831 23617 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 29161999 826433536 7071 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23841/tid=23845] ppid=23831 vsize=807064 CPUtime=0
/proc/23841/task/23845/stat : 23845 (java) S 23831 23831 23617 0 -1 64 0 0 0 0 0 0 0 0 24 0 8 0 29162002 826433536 7071 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23841/tid=23846] ppid=23831 vsize=807064 CPUtime=0.05
/proc/23841/task/23846/stat : 23846 (java) S 23831 23831 23617 0 -1 64 292 0 0 0 5 0 0 0 18 0 8 0 29162002 826433536 7071 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23841/tid=23847] ppid=23831 vsize=807064 CPUtime=0
/proc/23841/task/23847/stat : 23847 (java) S 23831 23831 23617 0 -1 64 3 0 0 0 0 0 0 0 25 0 8 0 29162002 826433536 7071 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23841/tid=23848] ppid=23831 vsize=807064 CPUtime=0
/proc/23841/task/23848/stat : 23848 (java) S 23831 23831 23617 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 29162002 826433536 7071 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.22
Current children cumulated vsize (KiB) 820788

[startup+2.98002 s]
/proc/loadavg: 1.92 1.98 1.72 4/95 23848
/proc/meminfo: memFree=1630672/2055920 swapFree=4192956/4192956
[pid=23831] ppid=23829 vsize=13724 CPUtime=0.8
/proc/23831/stat : 23831 (sugar) S 23829 23831 23617 0 -1 4194304 1190 7900 0 1 3 1 70 6 16 0 1 0 29161905 14053376 809 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23831/statm: 3431 809 371 3 0 531 0
[pid=23841] ppid=23831 vsize=807064 CPUtime=2.05
/proc/23841/stat : 23841 (java) R 23831 23831 23617 0 -1 0 13798 0 1 0 198 7 0 0 25 0 8 0 29161995 826433536 13532 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073479595 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23841/statm: 201766 13532 1494 14 0 189044 0
[pid=23841/tid=23842] ppid=23831 vsize=807064 CPUtime=0.57
/proc/23841/task/23842/stat : 23842 (java) S 23831 23831 23617 0 -1 64 7732 0 0 0 54 3 0 0 16 0 8 0 29161998 826433536 13532 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23841/tid=23843] ppid=23831 vsize=807064 CPUtime=0
/proc/23841/task/23843/stat : 23843 (java) S 23831 23831 23617 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 29161999 826433536 13532 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23841/tid=23844] ppid=23831 vsize=807064 CPUtime=0
/proc/23841/task/23844/stat : 23844 (java) S 23831 23831 23617 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 29161999 826433536 13532 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23841/tid=23845] ppid=23831 vsize=807064 CPUtime=0
/proc/23841/task/23845/stat : 23845 (java) S 23831 23831 23617 0 -1 64 0 0 0 0 0 0 0 0 24 0 8 0 29162002 826433536 13532 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23841/tid=23846] ppid=23831 vsize=807064 CPUtime=0.05
/proc/23841/task/23846/stat : 23846 (java) S 23831 23831 23617 0 -1 64 292 0 0 0 5 0 0 0 16 0 8 0 29162002 826433536 13532 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23841/tid=23847] ppid=23831 vsize=807064 CPUtime=0
/proc/23841/task/23847/stat : 23847 (java) S 23831 23831 23617 0 -1 64 3 0 0 0 0 0 0 0 25 0 8 0 29162002 826433536 13532 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23841/tid=23848] ppid=23831 vsize=807064 CPUtime=0
/proc/23841/task/23848/stat : 23848 (java) S 23831 23831 23617 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 29162002 826433536 13532 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.85
Current children cumulated vsize (KiB) 820788

[startup+6.18836 s]
/proc/loadavg: 1.93 1.98 1.72 4/95 23848
/proc/meminfo: memFree=1551768/2055920 swapFree=4192956/4192956
[pid=23831] ppid=23829 vsize=13724 CPUtime=0.8
/proc/23831/stat : 23831 (sugar) S 23829 23831 23617 0 -1 4194304 1190 7900 0 1 3 1 70 6 16 0 1 0 29161905 14053376 809 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23831/statm: 3431 809 371 3 0 531 0
[pid=23841] ppid=23831 vsize=807336 CPUtime=5.25
/proc/23841/stat : 23841 (java) R 23831 23831 23617 0 -1 0 33834 0 1 0 508 17 0 0 25 0 8 0 29161995 826712064 33482 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23841/statm: 201834 33482 1506 14 0 189112 0
[pid=23841/tid=23842] ppid=23831 vsize=807336 CPUtime=1.53
/proc/23841/task/23842/stat : 23842 (java) R 23831 23831 23617 0 -1 64 27529 0 0 0 141 12 0 0 15 0 8 0 29161998 826712064 33482 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4153827325 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23841/tid=23843] ppid=23831 vsize=807336 CPUtime=0
/proc/23841/task/23843/stat : 23843 (java) S 23831 23831 23617 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 29161999 826712064 33482 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23841/tid=23844] ppid=23831 vsize=807336 CPUtime=0
/proc/23841/task/23844/stat : 23844 (java) S 23831 23831 23617 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 29161999 826712064 33482 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23841/tid=23845] ppid=23831 vsize=807336 CPUtime=0
/proc/23841/task/23845/stat : 23845 (java) S 23831 23831 23617 0 -1 64 0 0 0 0 0 0 0 0 24 0 8 0 29162002 826712064 33482 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23841/tid=23846] ppid=23831 vsize=807336 CPUtime=0.13
/proc/23841/task/23846/stat : 23846 (java) S 23831 23831 23617 0 -1 64 401 0 0 0 13 0 0 0 16 0 8 0 29162002 826712064 33482 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23841/tid=23847] ppid=23831 vsize=807336 CPUtime=0
/proc/23841/task/23847/stat : 23847 (java) S 23831 23831 23617 0 -1 64 3 0 0 0 0 0 0 0 25 0 8 0 29162002 826712064 33482 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23841/tid=23848] ppid=23831 vsize=807336 CPUtime=0
/proc/23841/task/23848/stat : 23848 (java) S 23831 23831 23617 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 29162002 826712064 33482 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.05
Current children cumulated vsize (KiB) 821060

[startup+12.6741 s]
/proc/loadavg: 1.93 1.98 1.72 2/89 23857
/proc/meminfo: memFree=1510024/2055920 swapFree=4192956/4192956
[pid=23831] ppid=23829 vsize=13724 CPUtime=0.8
/proc/23831/stat : 23831 (sugar) S 23829 23831 23617 0 -1 4194304 1190 7900 0 1 3 1 70 6 16 0 1 0 29161905 14053376 809 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23831/statm: 3431 809 371 3 0 531 0
[pid=23841] ppid=23831 vsize=807336 CPUtime=11.7
/proc/23841/stat : 23841 (java) R 23831 23831 23617 0 -1 0 55016 0 1 0 1141 29 0 0 16 0 8 0 29161995 826712064 54113 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073746894 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23841/statm: 201834 54113 1507 14 0 189112 0
[pid=23841/tid=23842] ppid=23831 vsize=807336 CPUtime=3.74
/proc/23841/task/23842/stat : 23842 (java) S 23831 23831 23617 0 -1 64 48508 0 0 0 351 23 0 0 16 0 8 0 29161998 826712064 54113 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23841/tid=23843] ppid=23831 vsize=807336 CPUtime=0
/proc/23841/task/23843/stat : 23843 (java) S 23831 23831 23617 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 29161999 826712064 54113 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23841/tid=23844] ppid=23831 vsize=807336 CPUtime=0
/proc/23841/task/23844/stat : 23844 (java) S 23831 23831 23617 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 29161999 826712064 54113 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23841/tid=23845] ppid=23831 vsize=807336 CPUtime=0
/proc/23841/task/23845/stat : 23845 (java) S 23831 23831 23617 0 -1 64 0 0 0 0 0 0 0 0 24 0 8 0 29162002 826712064 54113 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23841/tid=23846] ppid=23831 vsize=807336 CPUtime=0.13
/proc/23841/task/23846/stat : 23846 (java) S 23831 23831 23617 0 -1 64 403 0 0 0 13 0 0 0 16 0 8 0 29162002 826712064 54113 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23841/tid=23847] ppid=23831 vsize=807336 CPUtime=0
/proc/23841/task/23847/stat : 23847 (java) S 23831 23831 23617 0 -1 64 3 0 0 0 0 0 0 0 25 0 8 0 29162002 826712064 54113 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23841/tid=23848] ppid=23831 vsize=807336 CPUtime=0
/proc/23841/task/23848/stat : 23848 (java) S 23831 23831 23617 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 29162002 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.5
Current children cumulated vsize (KiB) 821060

[startup+25.4763 s]
/proc/loadavg: 2.11 2.02 1.74 3/102 23912
/proc/meminfo: memFree=1370272/2055920 swapFree=4192956/4192956
[pid=23831] ppid=23829 vsize=13724 CPUtime=0.8
/proc/23831/stat : 23831 (sugar) S 23829 23831 23617 0 -1 4194304 1190 7900 0 1 3 1 70 6 16 0 1 0 29161905 14053376 809 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23831/statm: 3431 809 371 3 0 531 0
[pid=23841] ppid=23831 vsize=807336 CPUtime=24.44
/proc/23841/stat : 23841 (java) R 23831 23831 23617 0 -1 0 56357 0 1 0 2408 36 0 0 25 0 8 0 29161995 826712064 54113 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23841/statm: 201834 54113 1507 14 0 189112 0
[pid=23841/tid=23842] ppid=23831 vsize=807336 CPUtime=9.05
/proc/23841/task/23842/stat : 23842 (java) R 23831 23831 23617 0 -1 64 49422 0 0 0 878 27 0 0 15 0 8 0 29161998 826712064 54113 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4155216465 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23841/tid=23843] ppid=23831 vsize=807336 CPUtime=0
/proc/23841/task/23843/stat : 23843 (java) S 23831 23831 23617 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 29161999 826712064 54113 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23841/tid=23844] ppid=23831 vsize=807336 CPUtime=0
/proc/23841/task/23844/stat : 23844 (java) S 23831 23831 23617 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 29161999 826712064 54113 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23841/tid=23845] ppid=23831 vsize=807336 CPUtime=0
/proc/23841/task/23845/stat : 23845 (java) S 23831 23831 23617 0 -1 64 0 0 0 0 0 0 0 0 24 0 8 0 29162002 826712064 54113 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23841/tid=23846] ppid=23831 vsize=807336 CPUtime=0.13
/proc/23841/task/23846/stat : 23846 (java) S 23831 23831 23617 0 -1 64 403 0 0 0 13 0 0 0 16 0 8 0 29162002 826712064 54113 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23841/tid=23847] ppid=23831 vsize=807336 CPUtime=0
/proc/23841/task/23847/stat : 23847 (java) S 23831 23831 23617 0 -1 64 3 0 0 0 0 0 0 0 25 0 8 0 29162002 826712064 54113 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23841/tid=23848] ppid=23831 vsize=807336 CPUtime=0
/proc/23841/task/23848/stat : 23848 (java) S 23831 23831 23617 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 29162002 826712064 54113 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.24
Current children cumulated vsize (KiB) 821060

[startup+51.178 s]
/proc/loadavg: 2.89 2.21 1.81 3/95 23913
/proc/meminfo: memFree=1084568/2055920 swapFree=4192956/4192956
[pid=23831] ppid=23829 vsize=19084 CPUtime=41.79
/proc/23831/stat : 23831 (sugar) S 23829 23831 23617 0 -1 4194304 2568 70425 0 2 10 2 4103 64 16 0 1 0 29161905 19542016 2079 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23831/statm: 4771 2079 373 3 0 1871 0
[pid=23913] ppid=23831 vsize=17720 CPUtime=8.91
/proc/23913/stat : 23913 (minisat) R 23831 23831 23617 0 -1 0 5083 0 0 0 883 8 0 0 25 0 1 0 29166124 18145280 4044 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134527075 0 0 4096 3 0 0 0 17 1 0 0
/proc/23913/statm: 4430 4044 52 112 0 4314 0
Current children cumulated CPU time (s) 50.7
Current children cumulated vsize (KiB) 36804

[startup+102.454 s]
/proc/loadavg: 2.73 2.28 1.85 3/95 23915
/proc/meminfo: memFree=171160/2055920 swapFree=4192956/4192956
[pid=23831] ppid=23829 vsize=19084 CPUtime=41.79
/proc/23831/stat : 23831 (sugar) S 23829 23831 23617 0 -1 4194304 2568 70425 0 2 10 2 4103 64 16 0 1 0 29161905 19542016 2079 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23831/statm: 4771 2079 373 3 0 1871 0
[pid=23913] ppid=23831 vsize=26292 CPUtime=60.09
/proc/23913/stat : 23913 (minisat) R 23831 23831 23617 0 -1 0 7206 0 0 0 5983 26 0 0 25 0 1 0 29166124 26923008 6167 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528398 0 0 4096 3 0 0 0 17 1 0 0
/proc/23913/statm: 6573 6167 52 112 0 6457 0
Current children cumulated CPU time (s) 101.88
Current children cumulated vsize (KiB) 45376

[startup+162.525 s]
/proc/loadavg: 2.57 2.31 1.89 3/95 23915
/proc/meminfo: memFree=15064/2055920 swapFree=4192956/4192956
[pid=23831] ppid=23829 vsize=19084 CPUtime=41.79
/proc/23831/stat : 23831 (sugar) S 23829 23831 23617 0 -1 4194304 2568 70425 0 2 10 2 4103 64 16 0 1 0 29161905 19542016 2079 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23831/statm: 4771 2079 373 3 0 1871 0
[pid=23913] ppid=23831 vsize=33192 CPUtime=120.06
/proc/23913/stat : 23913 (minisat) R 23831 23831 23617 0 -1 0 8930 0 0 0 11954 52 0 0 25 0 1 0 29166124 33988608 7891 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528771 0 0 4096 3 0 0 0 17 1 0 0
/proc/23913/statm: 8298 7891 52 112 0 8182 0
Current children cumulated CPU time (s) 161.85
Current children cumulated vsize (KiB) 52276


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

/proc/loadavg: 4.06 3.33 2.75 3/95 23935
/proc/meminfo: memFree=15896/2055920 swapFree=4192812/4192956
[pid=23831] ppid=23829 vsize=19084 CPUtime=41.79
/proc/23831/stat : 23831 (sugar) S 23829 23831 23617 0 -1 4194304 2568 70425 0 2 10 2 4103 64 16 0 1 0 29161905 19542016 2079 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23831/statm: 4771 2079 373 3 0 1871 0
[pid=23913] ppid=23831 vsize=58916 CPUtime=1078.95
/proc/23913/stat : 23913 (minisat) R 23831 23831 23617 0 -1 0 15271 0 0 0 107474 421 0 0 25 0 1 0 29166124 60329984 14224 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528406 0 0 4096 3 0 0 0 17 1 0 0
/proc/23913/statm: 14729 14224 52 112 0 14613 0
Current children cumulated CPU time (s) 1120.74
Current children cumulated vsize (KiB) 78000

[startup+1183.45 s]
/proc/loadavg: 4.10 3.50 2.84 3/95 23953
/proc/meminfo: memFree=15768/2055920 swapFree=4192812/4192956
[pid=23831] ppid=23829 vsize=19084 CPUtime=41.79
/proc/23831/stat : 23831 (sugar) S 23829 23831 23617 0 -1 4194304 2568 70425 0 2 10 2 4103 64 16 0 1 0 29161905 19542016 2079 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23831/statm: 4771 2079 373 3 0 1871 0
[pid=23913] ppid=23831 vsize=60100 CPUtime=1138.83
/proc/23913/stat : 23913 (minisat) R 23831 23831 23617 0 -1 0 15592 0 0 0 113441 442 0 0 25 0 1 0 29166124 61542400 14545 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528771 0 0 4096 3 0 0 0 17 1 0 0
/proc/23913/statm: 15025 14545 52 112 0 14909 0
Current children cumulated CPU time (s) 1180.62
Current children cumulated vsize (KiB) 79184

[startup+1243.49 s]
/proc/loadavg: 3.17 3.35 2.83 3/95 23965
/proc/meminfo: memFree=16280/2055920 swapFree=4192812/4192956
[pid=23831] ppid=23829 vsize=19084 CPUtime=41.79
/proc/23831/stat : 23831 (sugar) S 23829 23831 23617 0 -1 4194304 2568 70425 0 2 10 2 4103 64 16 0 1 0 29161905 19542016 2079 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23831/statm: 4771 2079 373 3 0 1871 0
[pid=23913] ppid=23831 vsize=61660 CPUtime=1198.74
/proc/23913/stat : 23913 (minisat) R 23831 23831 23617 0 -1 0 15993 0 0 0 119408 466 0 0 25 0 1 0 29166124 63139840 14946 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/23913/statm: 15415 14946 52 112 0 15299 0
Current children cumulated CPU time (s) 1240.53
Current children cumulated vsize (KiB) 80744

[startup+1303.55 s]
/proc/loadavg: 2.48 3.11 2.78 3/95 23965
/proc/meminfo: memFree=15640/2055920 swapFree=4192812/4192956
[pid=23831] ppid=23829 vsize=19084 CPUtime=41.79
/proc/23831/stat : 23831 (sugar) S 23829 23831 23617 0 -1 4194304 2568 70425 0 2 10 2 4103 64 16 0 1 0 29161905 19542016 2079 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23831/statm: 4771 2079 373 3 0 1871 0
[pid=23913] ppid=23831 vsize=61660 CPUtime=1258.79
/proc/23913/stat : 23913 (minisat) R 23831 23831 23617 0 -1 0 15993 0 0 0 125409 470 0 0 25 0 1 0 29166124 63139840 14946 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528116 0 0 4096 3 0 0 0 17 1 0 0
/proc/23913/statm: 15415 14946 52 112 0 15299 0
Current children cumulated CPU time (s) 1300.58
Current children cumulated vsize (KiB) 80744

[startup+1363.63 s]
/proc/loadavg: 2.76 3.06 2.78 3/95 23965
/proc/meminfo: memFree=15384/2055920 swapFree=4192812/4192956
[pid=23831] ppid=23829 vsize=19084 CPUtime=41.79
/proc/23831/stat : 23831 (sugar) S 23829 23831 23617 0 -1 4194304 2568 70425 0 2 10 2 4103 64 16 0 1 0 29161905 19542016 2079 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23831/statm: 4771 2079 373 3 0 1871 0
[pid=23913] ppid=23831 vsize=61804 CPUtime=1318.83
/proc/23913/stat : 23913 (minisat) R 23831 23831 23617 0 -1 0 16015 0 0 0 131409 474 0 0 25 0 1 0 29166124 63287296 14968 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134527289 0 0 4096 3 0 0 0 17 1 0 0
/proc/23913/statm: 15451 14968 52 112 0 15335 0
Current children cumulated CPU time (s) 1360.62
Current children cumulated vsize (KiB) 80888

[startup+1423.65 s]
/proc/loadavg: 2.66 3.00 2.78 3/95 23965
/proc/meminfo: memFree=16152/2055920 swapFree=4192812/4192956
[pid=23831] ppid=23829 vsize=19084 CPUtime=41.79
/proc/23831/stat : 23831 (sugar) S 23829 23831 23617 0 -1 4194304 2568 70425 0 2 10 2 4103 64 16 0 1 0 29161905 19542016 2079 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23831/statm: 4771 2079 373 3 0 1871 0
[pid=23913] ppid=23831 vsize=61968 CPUtime=1378.81
/proc/23913/stat : 23913 (minisat) R 23831 23831 23617 0 -1 0 16065 0 0 0 137401 480 0 0 25 0 1 0 29166124 63455232 15018 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528392 0 0 4096 3 0 0 0 17 1 0 0
/proc/23913/statm: 15492 15018 52 112 0 15376 0
Current children cumulated CPU time (s) 1420.6
Current children cumulated vsize (KiB) 81052

[startup+1483.69 s]
/proc/loadavg: 2.34 2.84 2.73 3/95 23965
/proc/meminfo: memFree=15640/2055920 swapFree=4192812/4192956
[pid=23831] ppid=23829 vsize=19084 CPUtime=41.79
/proc/23831/stat : 23831 (sugar) S 23829 23831 23617 0 -1 4194304 2568 70425 0 2 10 2 4103 64 16 0 1 0 29161905 19542016 2079 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23831/statm: 4771 2079 373 3 0 1871 0
[pid=23913] ppid=23831 vsize=62108 CPUtime=1438.82
/proc/23913/stat : 23913 (minisat) R 23831 23831 23617 0 -1 0 16076 0 0 0 143396 486 0 0 25 0 1 0 29166124 63598592 15029 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528416 0 0 4096 3 0 0 0 17 1 0 0
/proc/23913/statm: 15527 15029 52 112 0 15411 0
Current children cumulated CPU time (s) 1480.61
Current children cumulated vsize (KiB) 81192

[startup+1543.72 s]
/proc/loadavg: 2.16 2.69 2.69 3/95 23965
/proc/meminfo: memFree=14936/2055920 swapFree=4192812/4192956
[pid=23831] ppid=23829 vsize=19084 CPUtime=41.79
/proc/23831/stat : 23831 (sugar) S 23829 23831 23617 0 -1 4194304 2568 70425 0 2 10 2 4103 64 16 0 1 0 29161905 19542016 2079 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23831/statm: 4771 2079 373 3 0 1871 0
[pid=23913] ppid=23831 vsize=62108 CPUtime=1498.82
/proc/23913/stat : 23913 (minisat) R 23831 23831 23617 0 -1 0 16086 0 0 0 149390 492 0 0 25 0 1 0 29166124 63598592 15039 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/23913/statm: 15527 15039 52 112 0 15411 0
Current children cumulated CPU time (s) 1540.61
Current children cumulated vsize (KiB) 81192

[startup+1603.81 s]
/proc/loadavg: 2.17 2.59 2.65 3/101 24047
/proc/meminfo: memFree=15928/2055920 swapFree=4192812/4192956
[pid=23831] ppid=23829 vsize=19084 CPUtime=41.79
/proc/23831/stat : 23831 (sugar) S 23829 23831 23617 0 -1 4194304 2568 70425 0 2 10 2 4103 64 16 0 1 0 29161905 19542016 2079 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23831/statm: 4771 2079 373 3 0 1871 0
[pid=23913] ppid=23831 vsize=62252 CPUtime=1558.76
/proc/23913/stat : 23913 (minisat) R 23831 23831 23617 0 -1 0 16109 0 0 0 155377 499 0 0 25 0 1 0 29166124 63746048 15062 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528406 0 0 4096 3 0 0 0 17 1 0 0
/proc/23913/statm: 15563 15062 52 112 0 15447 0
Current children cumulated CPU time (s) 1600.55
Current children cumulated vsize (KiB) 81336

[startup+1663.85 s]
/proc/loadavg: 2.13 2.50 2.61 3/101 24135
/proc/meminfo: memFree=15064/2055920 swapFree=4192812/4192956
[pid=23831] ppid=23829 vsize=19084 CPUtime=41.79
/proc/23831/stat : 23831 (sugar) S 23829 23831 23617 0 -1 4194304 2568 70425 0 2 10 2 4103 64 16 0 1 0 29161905 19542016 2079 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23831/statm: 4771 2079 373 3 0 1871 0
[pid=23913] ppid=23831 vsize=62440 CPUtime=1618.68
/proc/23913/stat : 23913 (minisat) R 23831 23831 23617 0 -1 0 16150 0 0 0 161364 504 0 0 25 0 1 0 29166124 63938560 15103 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528758 0 0 4096 3 0 0 0 17 1 0 0
/proc/23913/statm: 15610 15103 52 112 0 15494 0
Current children cumulated CPU time (s) 1660.47
Current children cumulated vsize (KiB) 81524

[startup+1723.88 s]
/proc/loadavg: 2.05 2.41 2.57 3/95 24163
/proc/meminfo: memFree=16344/2055920 swapFree=4192812/4192956
[pid=23831] ppid=23829 vsize=19084 CPUtime=41.79
/proc/23831/stat : 23831 (sugar) S 23829 23831 23617 0 -1 4194304 2568 70425 0 2 10 2 4103 64 16 0 1 0 29161905 19542016 2079 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23831/statm: 4771 2079 373 3 0 1871 0
[pid=23913] ppid=23831 vsize=62440 CPUtime=1678.65
/proc/23913/stat : 23913 (minisat) R 23831 23831 23617 0 -1 0 16171 0 0 0 167357 508 0 0 25 0 1 0 29166124 63938560 15124 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/23913/statm: 15610 15124 52 112 0 15494 0
Current children cumulated CPU time (s) 1720.44
Current children cumulated vsize (KiB) 81524

[startup+1783.88 s]
/proc/loadavg: 2.02 2.33 2.53 3/95 24163
/proc/meminfo: memFree=15384/2055920 swapFree=4192812/4192956
[pid=23831] ppid=23829 vsize=19084 CPUtime=41.79
/proc/23831/stat : 23831 (sugar) S 23829 23831 23617 0 -1 4194304 2568 70425 0 2 10 2 4103 64 16 0 1 0 29161905 19542016 2079 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23831/statm: 4771 2079 373 3 0 1871 0
[pid=23913] ppid=23831 vsize=62440 CPUtime=1738.62
/proc/23913/stat : 23913 (minisat) R 23831 23831 23617 0 -1 0 16174 0 0 0 173349 513 0 0 25 0 1 0 29166124 63938560 15127 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/23913/statm: 15610 15127 52 112 0 15494 0
Current children cumulated CPU time (s) 1780.41
Current children cumulated vsize (KiB) 81524



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1803.54 s]
/proc/loadavg: 2.23 2.36 2.54 3/95 24163
/proc/meminfo: memFree=15512/2055920 swapFree=4192812/4192956
[pid=23831] ppid=23829 vsize=19084 CPUtime=41.79
/proc/23831/stat : 23831 (sugar) S 23829 23831 23617 0 -1 4194304 2568 70425 0 2 10 2 4103 64 16 0 1 0 29161905 19542016 2079 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23831/statm: 4771 2079 373 3 0 1871 0
[pid=23913] ppid=23831 vsize=62440 CPUtime=1758.27
/proc/23913/stat : 23913 (minisat) R 23831 23831 23617 0 -1 0 16174 0 0 0 175313 514 0 0 25 0 1 0 29166124 63938560 15127 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/23913/statm: 15610 15127 52 112 0 15494 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 81524

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

Child status: 1

!!! problem with CPU time !!!
wait4(...,&childrusage) returns 23831 and gives childrusage.ru_utime.tv_sec=41 childrusage.ru_utime.tv_usec=148744 childrusage.ru_stime.tv_sec=0 childrusage.ru_stime.tv_usec=677896
CPU time returned by wait4() is 41.8266
while last known CPU time is 1800.07

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

Real time (s): 1804.64
CPU time (s): 1800.07
CPU user time (s): 1794.26
CPU system time (s): 5.81
CPU usage (%): 99.7467
Max. virtual memory (cumulated for all children) (KiB): 821564

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 41.1487
system time used= 0.677896
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 73078
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= 9131
involuntary context switches= 8870

runsolver used 2.16267 s user time and 5.73113 s system time

The end

Launcher Data (download as text)

Begin job on node19 on Mon Jan 29 17:34:39 UTC 2007


IDJOB= 195034
IDBENCH= 3245
IDSOLVER= 86
FILE ID= node19/195034-1170092078

PBS_JOBID= 3689401

Free space on /tmp= 66555 MiB

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

META MD5SUM SOLVER= 0a27e717dfe98d83d9802fe0eea45073
MD5SUM BENCH=  98bd4db167ea4e6b666337e6d6e6b1f0

RANDOM SEED= 57443242

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.214
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	: 5931.00
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.214
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:       1673008 kB
Buffers:         47172 kB
Cached:         174236 kB
SwapCached:          0 kB
Active:         231096 kB
Inactive:        84624 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1673008 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1256 kB
Writeback:           0 kB
Mapped:         113996 kB
Slab:            52112 kB
Committed_AS:   275284 kB
PageTables:       2236 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= 44137 MiB



End job on node19 on Mon Jan 29 18:04:44 UTC 2007