Trace number 194958

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.1 1802.05

General information on the benchmark

Namerandom/rand-2-50-23/
rand-2-50-23-587-230-5_ext.xml
MD5SUM0955bad7bad51a0c043f275168565e66
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 benchmark491.785
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables50
Number of constraints469
Maximum constraint arity2
Maximum domain size23
Number of constraints which are defined in extension469
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.04	c # Sugar v0-40 (/tmp/evaluation/194958-1170092068/sugar-v0-40.jar)
0.04	
0.04	c # MAIN  BEGIN : /tmp/evaluation/194958-1170092068/unknown.xml [Mon Jan 29 18:34:28 2007]
0.04	c # CONVERT_XML  BEGIN : /tmp/evaluation/194958-1170092068/unknown.xml /tmp/evaluation/194958-1170092068/sugar23735.csp [Mon Jan 29 18:34:28 2007]
0.04	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/194958-1170092068/sugar-v0-40.jar -convert /tmp/evaluation/194958-1170092068/unknown.xml /tmp/evaluation/194958-1170092068/sugar23735.csp
0.27	c BEGIN convert /tmp/evaluation/194958-1170092068/unknown.xml
0.96	c END convert (0.688777 seconds)
0.97	c # CONVERT_XML  END : /tmp/evaluation/194958-1170092068/sugar23735.csp 2162752 bytes (1 seconds) [Mon Jan 29 18:34:29 2007]
0.97	c # CONVERT_XML  CPU : 0 = 0 + 0 + 0 + 0
0.97	
0.97	c # GENERATE_SAT  BEGIN : /tmp/evaluation/194958-1170092068/sugar23735.bcnf [Mon Jan 29 18:34:29 2007]
0.97	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/194958-1170092068/sugar-v0-40.jar -bcnf -map /tmp/evaluation/194958-1170092068/sugar23735.map /tmp/evaluation/194958-1170092068/sugar23735.csp /tmp/evaluation/194958-1170092068/sugar23735.bcnf
1.08	c BEGIN parse /tmp/evaluation/194958-1170092068/sugar23735.csp
46.68	c END parse (45.59317 seconds)
46.68	c BEGIN simplify
46.85	c END simplify (0.1727 seconds)
46.85	c BEGIN encode /tmp/evaluation/194958-1170092068/sugar23735.bcnf
48.24	c END encode (1.384845 seconds)
48.40	c # GENERATE_SAT  END : 10206 variables 84940 clauses 12087020 bytes (48 seconds) [Mon Jan 29 18:35:17 2007]
48.40	c # GENERATE_SAT  CPU : 47.34 = 0.08 + 0.01 + 46.7 + 0.55
48.40	
48.40	c # SOLVE_SAT  BEGIN : /tmp/evaluation/194958-1170092068/sugar23735.bcnf [Mon Jan 29 18:35:17 2007]
48.40	c # CMD : /tmp/evaluation/194958-1170092068/minisat /tmp/evaluation/194958-1170092068/sugar23735.bcnf /tmp/evaluation/194958-1170092068/sugar23735.out
48.68	c ==================================[MINISAT]===================================
48.68	c | Conflicts |     ORIGINAL     |              LEARNT              | Progress |
48.68	c |           | Clauses Literals |   Limit Clauses Literals  Lit/Cl |          |
48.68	c ==============================================================================
48.68	c |         0 |   84940  2936805 |   28313       0        0     nan |  0.000 % |
48.73	c |       100 |   84941  2936805 |   31144      99     3118    31.5 |  0.000 % |
48.81	c |       250 |   84943  2936805 |   34258     247     5650    22.9 |  0.000 % |
48.92	c |       475 |   84943  2936805 |   37684     472     8627    18.3 |  0.000 % |
49.11	c |       812 |   84943  2936805 |   41453     809    14483    17.9 |  0.000 % |
49.42	c |      1318 |   84944  2936805 |   45598    1314    25028    19.0 |  0.000 % |
49.92	c |      2077 |   84945  2936805 |   50158    2072    40618    19.6 |  0.000 % |
50.81	c |      3217 |   84946  2936805 |   55174    3211    64226    20.0 |  0.000 % |
51.79	c |      4925 |   84948  2936805 |   60691    4917    98739    20.1 |  0.000 % |
53.24	c |      7487 |   84951  2936805 |   66760    7476   185667    24.8 |  0.000 % |
55.78	c |     11333 |   84954  2936805 |   73436   11319   261999    23.1 |  0.000 % |
59.60	c |     17101 |   84955  2936805 |   80780   17086   406088    23.8 |  0.000 % |
66.28	c |     25751 |   84958  2936805 |   88858   25733   614753    23.9 |  0.000 % |
76.88	c |     38727 |   84958  2936805 |   97744   38709   902387    23.3 |  0.000 % |
96.96	c |     58194 |   84961  2936805 |  107518   58173  1374009    23.6 |  0.000 % |
133.81	c |     87388 |   84964  2936805 |  118270   87364  2051227    23.5 |  0.000 % |
194.98	c |    131177 |   84966  2936805 |  130097   28699   733836    25.6 |  0.000 % |
281.71	c |    196861 |   84968  2936805 |  143107   94381  2644438    28.0 |  0.000 % |
436.16	c |    295387 |   84971  2936805 |  157417   68256  2136313    31.3 |  0.000 % |
676.48	c |    443176 |   84973  2936805 |  173159   79618  2498145    31.4 |  0.000 % |
1070.16	c |    664859 |   84985  2936805 |  190475  148845  4902182    32.9 |  0.000 % |
1648.38	c |    997384 |   84999  2936805 |  209523  141342  5243173    37.1 |  0.000 % |
1801.03	
1801.03	s UNKNOWN
1801.03	c # INTERRUPTED
1801.03	c # MAIN  END :  (1801 seconds) [Mon Jan 29 19:04:29 2007]
1801.03	c # MAIN  CPU : 47.34 = 0.08 + 0.01 + 46.7 + 0.55
1801.03	

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/node11/watcher-194958-1170092068 -o ROOT/results/node11/solver-194958-1170092068 -C 1800 -M 900 /tmp/evaluation/194958-1170092068/solver /tmp/evaluation/194958-1170092068 /tmp/evaluation/194958-1170092068/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.70 1.93 1.70 5/83 23736
/proc/meminfo: memFree=1780936/2055920 swapFree=4192956/4192956
[pid=23735] ppid=23730 vsize=12268 CPUtime=0
/proc/23735/stat : 23735 (sugar) R 23730 23735 23633 0 -1 4194304 596 0 0 0 0 0 0 0 18 0 1 0 29161359 12562432 315 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 262910212709 0 0 4224 0 0 0 0 17 1 0 0
/proc/23735/statm: 3067 315 241 3 0 167 0

[startup+0.106849 s]
/proc/loadavg: 1.70 1.93 1.70 5/83 23736
/proc/meminfo: memFree=1780936/2055920 swapFree=4192956/4192956
[pid=23735] ppid=23730 vsize=13724 CPUtime=0.03
/proc/23735/stat : 23735 (sugar) S 23730 23735 23633 0 -1 4194304 1112 0 0 0 3 0 0 0 18 0 1 0 29161359 14053376 805 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23735/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13724

[startup+0.514901 s]
/proc/loadavg: 1.70 1.93 1.70 5/83 23736
/proc/meminfo: memFree=1780936/2055920 swapFree=4192956/4192956
[pid=23735] ppid=23730 vsize=13724 CPUtime=0.03
/proc/23735/stat : 23735 (sugar) S 23730 23735 23633 0 -1 4194304 1121 0 0 0 3 0 0 0 16 0 1 0 29161359 14053376 805 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23735/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13724

[startup+1.336 s]
/proc/loadavg: 1.70 1.93 1.70 4/103 23771
/proc/meminfo: memFree=1761960/2055920 swapFree=4192956/4192956
[pid=23735] ppid=23730 vsize=13724 CPUtime=0.03
/proc/23735/stat : 23735 (sugar) S 23730 23735 23633 0 -1 4194304 1188 0 0 0 3 0 0 0 15 0 1 0 29161359 14053376 808 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23735/statm: 3431 808 370 3 0 531 0
[pid=23740] ppid=23735 vsize=0 CPUtime=0.81
/proc/23740/stat : 23740 (java) Z 23735 23735 23633 0 -1 1036 7918 0 1 0 74 7 0 0 16 0 1 0 29161363 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/23740/statm: 0 0 0 0 0 0 0
[pid=23757] ppid=23735 vsize=807064 CPUtime=0.34
/proc/23757/stat : 23757 (java) R 23735 23735 23633 0 -1 0 6514 0 1 0 31 3 0 0 21 0 8 0 29161456 826433536 6264 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073448183 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23757/statm: 201766 6264 1494 14 0 189044 0
[pid=23757/tid=23761] ppid=23735 vsize=807064 CPUtime=0.02
/proc/23757/task/23761/stat : 23761 (java) S 23735 23735 23633 0 -1 64 462 0 0 0 2 0 0 0 16 0 8 0 29161459 826433536 6264 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23757/tid=23762] ppid=23735 vsize=807064 CPUtime=0
/proc/23757/task/23762/stat : 23762 (java) S 23735 23735 23633 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 29161460 826433536 6264 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23757/tid=23763] ppid=23735 vsize=807064 CPUtime=0
/proc/23757/task/23763/stat : 23763 (java) S 23735 23735 23633 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 29161460 826433536 6264 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23757/tid=23768] ppid=23735 vsize=807064 CPUtime=0
/proc/23757/task/23768/stat : 23768 (java) S 23735 23735 23633 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 29161463 826433536 6264 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23757/tid=23769] ppid=23735 vsize=807064 CPUtime=0.05
/proc/23757/task/23769/stat : 23769 (java) S 23735 23735 23633 0 -1 64 292 0 0 0 5 0 0 0 16 0 8 0 29161463 826433536 6264 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23757/tid=23770] ppid=23735 vsize=807064 CPUtime=0
/proc/23757/task/23770/stat : 23770 (java) S 23735 23735 23633 0 -1 64 2 0 0 0 0 0 0 0 19 0 8 0 29161463 826433536 6264 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23757/tid=23771] ppid=23735 vsize=807064 CPUtime=0
/proc/23757/task/23771/stat : 23771 (java) S 23735 23735 23633 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 29161463 826433536 6264 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.18
Current children cumulated vsize (KiB) 820788

[startup+2.98119 s]
/proc/loadavg: 1.80 1.95 1.70 3/103 23771
/proc/meminfo: memFree=1701736/2055920 swapFree=4192956/4192956
[pid=23735] ppid=23730 vsize=13724 CPUtime=0.03
/proc/23735/stat : 23735 (sugar) S 23730 23735 23633 0 -1 4194304 1188 0 0 0 3 0 0 0 15 0 1 0 29161359 14053376 808 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23735/statm: 3431 808 370 3 0 531 0
[pid=23740] ppid=23735 vsize=0 CPUtime=0.81
/proc/23740/stat : 23740 (java) Z 23735 23735 23633 0 -1 1036 7918 0 1 0 74 7 0 0 16 0 1 0 29161363 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/23740/statm: 0 0 0 0 0 0 0
[pid=23757] ppid=23735 vsize=807064 CPUtime=1.98
/proc/23757/stat : 23757 (java) R 23735 23735 23633 0 -1 0 13369 0 1 0 191 7 0 0 25 0 8 0 29161456 826433536 13104 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073521602 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23757/statm: 201766 13104 1494 14 0 189044 0
[pid=23757/tid=23761] ppid=23735 vsize=807064 CPUtime=0.52
/proc/23757/task/23761/stat : 23761 (java) S 23735 23735 23633 0 -1 64 7302 0 0 0 49 3 0 0 16 0 8 0 29161459 826433536 13104 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23757/tid=23762] ppid=23735 vsize=807064 CPUtime=0
/proc/23757/task/23762/stat : 23762 (java) S 23735 23735 23633 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 29161460 826433536 13104 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23757/tid=23763] ppid=23735 vsize=807064 CPUtime=0
/proc/23757/task/23763/stat : 23763 (java) S 23735 23735 23633 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 29161460 826433536 13104 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23757/tid=23768] ppid=23735 vsize=807064 CPUtime=0
/proc/23757/task/23768/stat : 23768 (java) S 23735 23735 23633 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 29161463 826433536 13104 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23757/tid=23769] ppid=23735 vsize=807064 CPUtime=0.05
/proc/23757/task/23769/stat : 23769 (java) S 23735 23735 23633 0 -1 64 292 0 0 0 5 0 0 0 16 0 8 0 29161463 826433536 13104 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23757/tid=23770] ppid=23735 vsize=807064 CPUtime=0
/proc/23757/task/23770/stat : 23770 (java) S 23735 23735 23633 0 -1 64 2 0 0 0 0 0 0 0 19 0 8 0 29161463 826433536 13104 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23757/tid=23771] ppid=23735 vsize=807064 CPUtime=0
/proc/23757/task/23771/stat : 23771 (java) S 23735 23735 23633 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 29161463 826433536 13104 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.82
Current children cumulated vsize (KiB) 820788

[startup+6.20658 s]
/proc/loadavg: 1.80 1.95 1.70 3/103 23771
/proc/meminfo: memFree=1546608/2055920 swapFree=4192956/4192956
[pid=23735] ppid=23730 vsize=13724 CPUtime=0.03
/proc/23735/stat : 23735 (sugar) S 23730 23735 23633 0 -1 4194304 1188 0 0 0 3 0 0 0 15 0 1 0 29161359 14053376 808 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23735/statm: 3431 808 370 3 0 531 0
[pid=23740] ppid=23735 vsize=0 CPUtime=0.81
/proc/23740/stat : 23740 (java) Z 23735 23735 23633 0 -1 1036 7918 0 1 0 74 7 0 0 16 0 1 0 29161363 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/23740/statm: 0 0 0 0 0 0 0
[pid=23757] ppid=23735 vsize=807336 CPUtime=5.19
/proc/23757/stat : 23757 (java) R 23735 23735 23633 0 -1 0 32696 0 1 0 501 18 0 0 25 0 8 0 29161456 826712064 32352 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23757/statm: 201834 32352 1506 14 0 189112 0
[pid=23757/tid=23761] ppid=23735 vsize=807336 CPUtime=1.52
/proc/23757/task/23761/stat : 23761 (java) R 23735 23735 23633 0 -1 64 26399 0 0 0 139 13 0 0 15 0 8 0 29161459 826712064 32352 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4155528723 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23757/tid=23762] ppid=23735 vsize=807336 CPUtime=0
/proc/23757/task/23762/stat : 23762 (java) S 23735 23735 23633 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 29161460 826712064 32352 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23757/tid=23763] ppid=23735 vsize=807336 CPUtime=0
/proc/23757/task/23763/stat : 23763 (java) S 23735 23735 23633 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 29161460 826712064 32352 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23757/tid=23768] ppid=23735 vsize=807336 CPUtime=0
/proc/23757/task/23768/stat : 23768 (java) S 23735 23735 23633 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 29161463 826712064 32352 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23757/tid=23769] ppid=23735 vsize=807336 CPUtime=0.13
/proc/23757/task/23769/stat : 23769 (java) S 23735 23735 23633 0 -1 64 400 0 0 0 13 0 0 0 17 0 8 0 29161463 826712064 32352 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23757/tid=23770] ppid=23735 vsize=807336 CPUtime=0
/proc/23757/task/23770/stat : 23770 (java) S 23735 23735 23633 0 -1 64 2 0 0 0 0 0 0 0 19 0 8 0 29161463 826712064 32352 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23757/tid=23771] ppid=23735 vsize=807336 CPUtime=0
/proc/23757/task/23771/stat : 23771 (java) S 23735 23735 23633 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 29161463 826712064 32352 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.03
Current children cumulated vsize (KiB) 821060

[startup+12.6721 s]
/proc/loadavg: 1.83 1.95 1.71 3/103 23771
/proc/meminfo: memFree=1350408/2055920 swapFree=4192956/4192956
[pid=23735] ppid=23730 vsize=13724 CPUtime=0.03
/proc/23735/stat : 23735 (sugar) S 23730 23735 23633 0 -1 4194304 1188 0 0 0 3 0 0 0 15 0 1 0 29161359 14053376 808 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23735/statm: 3431 808 370 3 0 531 0
[pid=23740] ppid=23735 vsize=0 CPUtime=0.81
/proc/23740/stat : 23740 (java) Z 23735 23735 23633 0 -1 1036 7918 0 1 0 74 7 0 0 16 0 1 0 29161363 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/23740/statm: 0 0 0 0 0 0 0
[pid=23757] ppid=23735 vsize=807336 CPUtime=11.65
/proc/23757/stat : 23757 (java) R 23735 23735 23633 0 -1 0 54861 0 1 0 1135 30 0 0 25 0 8 0 29161456 826712064 54113 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4154517155 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23757/statm: 201834 54113 1507 14 0 189112 0
[pid=23757/tid=23761] ppid=23735 vsize=807336 CPUtime=3.86
/proc/23757/task/23761/stat : 23761 (java) S 23735 23735 23633 0 -1 64 48369 0 0 0 362 24 0 0 16 0 8 0 29161459 826712064 54113 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23757/tid=23762] ppid=23735 vsize=807336 CPUtime=0
/proc/23757/task/23762/stat : 23762 (java) S 23735 23735 23633 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 29161460 826712064 54113 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23757/tid=23763] ppid=23735 vsize=807336 CPUtime=0
/proc/23757/task/23763/stat : 23763 (java) S 23735 23735 23633 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 29161460 826712064 54113 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23757/tid=23768] ppid=23735 vsize=807336 CPUtime=0
/proc/23757/task/23768/stat : 23768 (java) S 23735 23735 23633 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 29161463 826712064 54113 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23757/tid=23769] ppid=23735 vsize=807336 CPUtime=0.13
/proc/23757/task/23769/stat : 23769 (java) S 23735 23735 23633 0 -1 64 403 0 0 0 13 0 0 0 17 0 8 0 29161463 826712064 54113 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23757/tid=23770] ppid=23735 vsize=807336 CPUtime=0
/proc/23757/task/23770/stat : 23770 (java) S 23735 23735 23633 0 -1 64 2 0 0 0 0 0 0 0 19 0 8 0 29161463 826712064 54113 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23757/tid=23771] ppid=23735 vsize=807336 CPUtime=0
/proc/23757/task/23771/stat : 23771 (java) S 23735 23735 23633 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 29161463 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) 12.49
Current children cumulated vsize (KiB) 821060

[startup+25.4977 s]
/proc/loadavg: 1.93 1.97 1.72 6/103 23771
/proc/meminfo: memFree=1350472/2055920 swapFree=4192956/4192956
[pid=23735] ppid=23730 vsize=13724 CPUtime=0.03
/proc/23735/stat : 23735 (sugar) S 23730 23735 23633 0 -1 4194304 1188 0 0 0 3 0 0 0 15 0 1 0 29161359 14053376 808 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23735/statm: 3431 808 370 3 0 531 0
[pid=23740] ppid=23735 vsize=0 CPUtime=0.81
/proc/23740/stat : 23740 (java) Z 23735 23735 23633 0 -1 1036 7918 0 1 0 74 7 0 0 16 0 1 0 29161363 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/23740/statm: 0 0 0 0 0 0 0
[pid=23757] ppid=23735 vsize=807336 CPUtime=24.47
/proc/23757/stat : 23757 (java) R 23735 23735 23633 0 -1 0 55747 0 1 0 2411 36 0 0 25 0 8 0 29161456 826712064 54113 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4153380222 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23757/statm: 201834 54113 1507 14 0 189112 0
[pid=23757/tid=23761] ppid=23735 vsize=807336 CPUtime=8.79
/proc/23757/task/23761/stat : 23761 (java) S 23735 23735 23633 0 -1 64 48884 0 0 0 851 28 0 0 16 0 8 0 29161459 826712064 54113 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23757/tid=23762] ppid=23735 vsize=807336 CPUtime=0
/proc/23757/task/23762/stat : 23762 (java) S 23735 23735 23633 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 29161460 826712064 54113 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23757/tid=23763] ppid=23735 vsize=807336 CPUtime=0
/proc/23757/task/23763/stat : 23763 (java) S 23735 23735 23633 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 29161460 826712064 54113 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23757/tid=23768] ppid=23735 vsize=807336 CPUtime=0
/proc/23757/task/23768/stat : 23768 (java) S 23735 23735 23633 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 29161463 826712064 54113 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23757/tid=23769] ppid=23735 vsize=807336 CPUtime=0.14
/proc/23757/task/23769/stat : 23769 (java) S 23735 23735 23633 0 -1 64 403 0 0 0 14 0 0 0 17 0 8 0 29161463 826712064 54113 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23757/tid=23770] ppid=23735 vsize=807336 CPUtime=0
/proc/23757/task/23770/stat : 23770 (java) S 23735 23735 23633 0 -1 64 2 0 0 0 0 0 0 0 19 0 8 0 29161463 826712064 54113 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23757/tid=23771] ppid=23735 vsize=807336 CPUtime=0
/proc/23757/task/23771/stat : 23771 (java) S 23735 23735 23633 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 29161463 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.31
Current children cumulated vsize (KiB) 821060

[startup+51.1597 s]
/proc/loadavg: 2.23 2.04 1.74 3/89 23773
/proc/meminfo: memFree=1707512/2055920 swapFree=4192956/4192956
[pid=23735] ppid=23730 vsize=19084 CPUtime=47.37
/proc/23735/stat : 23735 (sugar) S 23730 23735 23633 0 -1 4194304 2569 65049 0 1 11 1 4670 55 16 0 1 0 29161359 19542016 2080 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23735/statm: 4771 2080 373 3 0 1871 0
[pid=23740] ppid=23735 vsize=0 CPUtime=0.81
/proc/23740/stat : 23740 (java) Z 23735 23735 23633 0 -1 1036 7918 0 1 0 74 7 0 0 16 0 1 0 29161363 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/23740/statm: 0 0 0 0 0 0 0
[pid=23773] ppid=23735 vsize=16628 CPUtime=2.74
/proc/23773/stat : 23773 (minisat) R 23735 23735 23633 0 -1 0 4823 0 0 0 270 4 0 0 25 0 1 0 29166199 17027072 3784 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/23773/statm: 4157 3784 52 112 0 4041 0
Current children cumulated CPU time (s) 50.92
Current children cumulated vsize (KiB) 35712

[startup+102.427 s]
/proc/loadavg: 2.13 2.04 1.76 3/89 23775
/proc/meminfo: memFree=1691512/2055920 swapFree=4192956/4192956
[pid=23735] ppid=23730 vsize=19084 CPUtime=47.37
/proc/23735/stat : 23735 (sugar) S 23730 23735 23633 0 -1 4194304 2569 65049 0 1 11 1 4670 55 16 0 1 0 29161359 19542016 2080 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23735/statm: 4771 2080 373 3 0 1871 0

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

/proc/23773/stat : 23773 (minisat) R 23735 23735 23633 0 -1 0 13547 0 0 0 119389 25 0 0 25 0 1 0 29166199 53338112 12508 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528545 0 0 4096 3 0 0 0 17 1 0 0
/proc/23773/statm: 13022 12508 52 112 0 12906 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 71172

[startup+1302.88 s]
/proc/loadavg: 2.02 2.01 1.91 3/89 23775
/proc/meminfo: memFree=1626616/2055920 swapFree=4192956/4192956
[pid=23735] ppid=23730 vsize=19084 CPUtime=47.37
/proc/23735/stat : 23735 (sugar) S 23730 23735 23633 0 -1 4194304 2569 65049 0 1 11 1 4670 55 16 0 1 0 29161359 19542016 2080 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23735/statm: 4771 2080 373 3 0 1871 0
[pid=23740] ppid=23735 vsize=0 CPUtime=0.81
/proc/23740/stat : 23740 (java) Z 23735 23735 23633 0 -1 1036 7918 0 1 0 74 7 0 0 16 0 1 0 29161363 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/23740/statm: 0 0 0 0 0 0 0
[pid=23773] ppid=23735 vsize=52232 CPUtime=1254.12
/proc/23773/stat : 23773 (minisat) R 23735 23735 23633 0 -1 0 13581 0 0 0 125387 25 0 0 25 0 1 0 29166199 53485568 12542 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528771 0 0 4096 3 0 0 0 17 1 0 0
/proc/23773/statm: 13058 12542 52 112 0 12942 0
Current children cumulated CPU time (s) 1302.3
Current children cumulated vsize (KiB) 71316

[startup+1362.89 s]
/proc/loadavg: 2.01 2.00 1.91 3/89 23775
/proc/meminfo: memFree=1626424/2055920 swapFree=4192956/4192956
[pid=23735] ppid=23730 vsize=19084 CPUtime=47.37
/proc/23735/stat : 23735 (sugar) S 23730 23735 23633 0 -1 4194304 2569 65049 0 1 11 1 4670 55 16 0 1 0 29161359 19542016 2080 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23735/statm: 4771 2080 373 3 0 1871 0
[pid=23740] ppid=23735 vsize=0 CPUtime=0.81
/proc/23740/stat : 23740 (java) Z 23735 23735 23633 0 -1 1036 7918 0 1 0 74 7 0 0 16 0 1 0 29161363 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/23740/statm: 0 0 0 0 0 0 0
[pid=23773] ppid=23735 vsize=52384 CPUtime=1314.1
/proc/23773/stat : 23773 (minisat) R 23735 23735 23633 0 -1 0 13604 0 0 0 131385 25 0 0 25 0 1 0 29166199 53641216 12565 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134527092 0 0 4096 3 0 0 0 17 1 0 0
/proc/23773/statm: 13096 12565 52 112 0 12980 0
Current children cumulated CPU time (s) 1362.28
Current children cumulated vsize (KiB) 71468

[startup+1422.89 s]
/proc/loadavg: 2.00 2.00 1.91 3/89 23775
/proc/meminfo: memFree=1626168/2055920 swapFree=4192956/4192956
[pid=23735] ppid=23730 vsize=19084 CPUtime=47.37
/proc/23735/stat : 23735 (sugar) S 23730 23735 23633 0 -1 4194304 2569 65049 0 1 11 1 4670 55 16 0 1 0 29161359 19542016 2080 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23735/statm: 4771 2080 373 3 0 1871 0
[pid=23740] ppid=23735 vsize=0 CPUtime=0.81
/proc/23740/stat : 23740 (java) Z 23735 23735 23633 0 -1 1036 7918 0 1 0 74 7 0 0 16 0 1 0 29161363 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/23740/statm: 0 0 0 0 0 0 0
[pid=23773] ppid=23735 vsize=52528 CPUtime=1374.1
/proc/23773/stat : 23773 (minisat) R 23735 23735 23633 0 -1 0 13655 0 0 0 137384 26 0 0 25 0 1 0 29166199 53788672 12616 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/23773/statm: 13132 12616 52 112 0 13016 0
Current children cumulated CPU time (s) 1422.28
Current children cumulated vsize (KiB) 71612

[startup+1482.9 s]
/proc/loadavg: 2.00 2.00 1.91 3/89 23775
/proc/meminfo: memFree=1625976/2055920 swapFree=4192956/4192956
[pid=23735] ppid=23730 vsize=19084 CPUtime=47.37
/proc/23735/stat : 23735 (sugar) S 23730 23735 23633 0 -1 4194304 2569 65049 0 1 11 1 4670 55 16 0 1 0 29161359 19542016 2080 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23735/statm: 4771 2080 373 3 0 1871 0
[pid=23740] ppid=23735 vsize=0 CPUtime=0.81
/proc/23740/stat : 23740 (java) Z 23735 23735 23633 0 -1 1036 7918 0 1 0 74 7 0 0 16 0 1 0 29161363 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/23740/statm: 0 0 0 0 0 0 0
[pid=23773] ppid=23735 vsize=52700 CPUtime=1434.08
/proc/23773/stat : 23773 (minisat) R 23735 23735 23633 0 -1 0 13701 0 0 0 143382 26 0 0 25 0 1 0 29166199 53964800 12662 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/23773/statm: 13175 12662 52 112 0 13059 0
Current children cumulated CPU time (s) 1482.26
Current children cumulated vsize (KiB) 71784

[startup+1543 s]
/proc/loadavg: 2.00 2.00 1.91 3/89 23775
/proc/meminfo: memFree=1625848/2055920 swapFree=4192956/4192956
[pid=23735] ppid=23730 vsize=19084 CPUtime=47.37
/proc/23735/stat : 23735 (sugar) S 23730 23735 23633 0 -1 4194304 2569 65049 0 1 11 1 4670 55 16 0 1 0 29161359 19542016 2080 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23735/statm: 4771 2080 373 3 0 1871 0
[pid=23740] ppid=23735 vsize=0 CPUtime=0.81
/proc/23740/stat : 23740 (java) Z 23735 23735 23633 0 -1 1036 7918 0 1 0 74 7 0 0 16 0 1 0 29161363 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/23740/statm: 0 0 0 0 0 0 0
[pid=23773] ppid=23735 vsize=52844 CPUtime=1494.16
/proc/23773/stat : 23773 (minisat) R 23735 23735 23633 0 -1 0 13712 0 0 0 149390 26 0 0 25 0 1 0 29166199 54112256 12673 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528426 0 0 4096 3 0 0 0 17 1 0 0
/proc/23773/statm: 13211 12673 52 112 0 13095 0
Current children cumulated CPU time (s) 1542.34
Current children cumulated vsize (KiB) 71928

[startup+1603.01 s]
/proc/loadavg: 2.00 2.00 1.91 3/95 23847
/proc/meminfo: memFree=1624352/2055920 swapFree=4192956/4192956
[pid=23735] ppid=23730 vsize=19084 CPUtime=47.37
/proc/23735/stat : 23735 (sugar) S 23730 23735 23633 0 -1 4194304 2569 65049 0 1 11 1 4670 55 16 0 1 0 29161359 19542016 2080 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23735/statm: 4771 2080 373 3 0 1871 0
[pid=23740] ppid=23735 vsize=0 CPUtime=0.81
/proc/23740/stat : 23740 (java) Z 23735 23735 23633 0 -1 1036 7918 0 1 0 74 7 0 0 16 0 1 0 29161363 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/23740/statm: 0 0 0 0 0 0 0
[pid=23773] ppid=23735 vsize=52844 CPUtime=1554.09
/proc/23773/stat : 23773 (minisat) R 23735 23735 23633 0 -1 0 13712 0 0 0 155382 27 0 0 25 0 1 0 29166199 54112256 12673 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/23773/statm: 13211 12673 52 112 0 13095 0
Current children cumulated CPU time (s) 1602.27
Current children cumulated vsize (KiB) 71928

[startup+1663.03 s]
/proc/loadavg: 2.00 2.00 1.91 3/95 23939
/proc/meminfo: memFree=1624192/2055920 swapFree=4192956/4192956
[pid=23735] ppid=23730 vsize=19084 CPUtime=47.37
/proc/23735/stat : 23735 (sugar) S 23730 23735 23633 0 -1 4194304 2569 65049 0 1 11 1 4670 55 16 0 1 0 29161359 19542016 2080 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23735/statm: 4771 2080 373 3 0 1871 0
[pid=23740] ppid=23735 vsize=0 CPUtime=0.81
/proc/23740/stat : 23740 (java) Z 23735 23735 23633 0 -1 1036 7918 0 1 0 74 7 0 0 16 0 1 0 29161363 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/23740/statm: 0 0 0 0 0 0 0
[pid=23773] ppid=23735 vsize=53008 CPUtime=1614
/proc/23773/stat : 23773 (minisat) R 23735 23735 23633 0 -1 0 13749 0 0 0 161373 27 0 0 25 0 1 0 29166199 54280192 12710 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/23773/statm: 13252 12710 52 112 0 13136 0
Current children cumulated CPU time (s) 1662.18
Current children cumulated vsize (KiB) 72092

[startup+1723.04 s]
/proc/loadavg: 2.04 2.01 1.92 3/89 23973
/proc/meminfo: memFree=1624952/2055920 swapFree=4192956/4192956
[pid=23735] ppid=23730 vsize=19084 CPUtime=47.37
/proc/23735/stat : 23735 (sugar) S 23730 23735 23633 0 -1 4194304 2569 65049 0 1 11 1 4670 55 16 0 1 0 29161359 19542016 2080 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23735/statm: 4771 2080 373 3 0 1871 0
[pid=23740] ppid=23735 vsize=0 CPUtime=0.81
/proc/23740/stat : 23740 (java) Z 23735 23735 23633 0 -1 1036 7918 0 1 0 74 7 0 0 16 0 1 0 29161363 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/23740/statm: 0 0 0 0 0 0 0
[pid=23773] ppid=23735 vsize=53392 CPUtime=1673.95
/proc/23773/stat : 23773 (minisat) R 23735 23735 23633 0 -1 0 13847 0 0 0 167368 27 0 0 25 0 1 0 29166199 54673408 12808 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134527284 0 0 4096 3 0 0 0 17 1 0 0
/proc/23773/statm: 13348 12808 52 112 0 13232 0
Current children cumulated CPU time (s) 1722.13
Current children cumulated vsize (KiB) 72476

[startup+1783.05 s]
/proc/loadavg: 2.01 2.01 1.92 3/89 23973
/proc/meminfo: memFree=1621112/2055920 swapFree=4192956/4192956
[pid=23735] ppid=23730 vsize=19084 CPUtime=47.37
/proc/23735/stat : 23735 (sugar) S 23730 23735 23633 0 -1 4194304 2569 65049 0 1 11 1 4670 55 16 0 1 0 29161359 19542016 2080 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23735/statm: 4771 2080 373 3 0 1871 0
[pid=23740] ppid=23735 vsize=0 CPUtime=0.81
/proc/23740/stat : 23740 (java) Z 23735 23735 23633 0 -1 1036 7918 0 1 0 74 7 0 0 16 0 1 0 29161363 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/23740/statm: 0 0 0 0 0 0 0
[pid=23773] ppid=23735 vsize=57152 CPUtime=1733.93
/proc/23773/stat : 23773 (minisat) R 23735 23735 23633 0 -1 0 14825 0 0 0 173365 28 0 0 25 0 1 0 29166199 58523648 13786 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528723 0 0 4096 3 0 0 0 17 1 0 0
/proc/23773/statm: 14288 13786 52 112 0 14172 0
Current children cumulated CPU time (s) 1782.11
Current children cumulated vsize (KiB) 76236



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.02 s]
/proc/loadavg: 2.01 2.00 1.92 4/89 23973
/proc/meminfo: memFree=1619512/2055920 swapFree=4192956/4192956
[pid=23735] ppid=23730 vsize=19084 CPUtime=47.37
/proc/23735/stat : 23735 (sugar) S 23730 23735 23633 0 -1 4194304 2569 65049 0 1 11 1 4670 55 16 0 1 0 29161359 19542016 2080 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23735/statm: 4771 2080 373 3 0 1871 0
[pid=23740] ppid=23735 vsize=0 CPUtime=0.81
/proc/23740/stat : 23740 (java) Z 23735 23735 23633 0 -1 1036 7918 0 1 0 74 7 0 0 16 0 1 0 29161363 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/23740/statm: 0 0 0 0 0 0 0
[pid=23773] ppid=23735 vsize=58844 CPUtime=1751.91
/proc/23773/stat : 23773 (minisat) R 23735 23735 23633 0 -1 0 15139 0 0 0 175162 29 0 0 25 0 1 0 29166199 60256256 14100 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528416 0 0 4096 3 0 0 0 17 1 0 0
/proc/23773/statm: 14711 14100 52 112 0 14595 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 77928

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

Child status: 1

!!! problem with CPU time !!!
wait4(...,&childrusage) returns 23735 and gives childrusage.ru_utime.tv_sec=46 childrusage.ru_utime.tv_usec=822881 childrusage.ru_stime.tv_sec=0 childrusage.ru_stime.tv_usec=575912
CPU time returned by wait4() is 47.3988
while last known CPU time is 1800.1

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

Real time (s): 1802.05
CPU time (s): 1800.1
CPU user time (s): 1799.17
CPU system time (s): 0.93
CPU usage (%): 99.892
Max. virtual memory (cumulated for all children) (KiB): 822064

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 46.8229
system time used= 0.575912
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 67704
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 9976
involuntary context switches= 10241

runsolver used 2.40063 s user time and 5.54816 s system time

The end

Launcher Data (download as text)

Begin job on node11 on Mon Jan 29 17:34:28 UTC 2007


IDJOB= 194958
IDBENCH= 3241
IDSOLVER= 86
FILE ID= node11/194958-1170092068

PBS_JOBID= 3689418

Free space on /tmp= 66560 MiB

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

META MD5SUM SOLVER= 0a27e717dfe98d83d9802fe0eea45073
MD5SUM BENCH=  0955bad7bad51a0c043f275168565e66

RANDOM SEED= 415822389

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.243
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.243
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:       1781680 kB
Buffers:         41040 kB
Cached:         139908 kB
SwapCached:          0 kB
Active:         174816 kB
Inactive:        53796 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1781680 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            2560 kB
Writeback:           0 kB
Mapped:          66612 kB
Slab:            30824 kB
Committed_AS:   196280 kB
PageTables:       2012 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= 66547 MiB



End job on node11 on Mon Jan 29 18:04:30 UTC 2007