Trace number 223407

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds, and are wall clock time (not CPU time).

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
sugar 0.40? (TO) 1800.09 1814.66

General information on the benchmark

Nametightness/tightness0.5/
rand-2-40-25-180-500-49_ext.xml
MD5SUM452db4ac7b92085726272d485646a151
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 benchmark0.6509
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables40
Number of constraints180
Maximum constraint arity2
Maximum domain size25
Number of constraints which are defined in extension180
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.05	c # Sugar v0-40 (/tmp/evaluation/223407-1170102817/sugar-v0-40.jar)
0.05	
0.05	c # MAIN  BEGIN : /tmp/evaluation/223407-1170102817/unknown.xml [Mon Jan 29 21:33:39 2007]
0.05	c # CONVERT_XML  BEGIN : /tmp/evaluation/223407-1170102817/unknown.xml /tmp/evaluation/223407-1170102817/sugar27808.csp [Mon Jan 29 21:33:39 2007]
0.05	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/223407-1170102817/sugar-v0-40.jar -convert /tmp/evaluation/223407-1170102817/unknown.xml /tmp/evaluation/223407-1170102817/sugar27808.csp
0.17	c BEGIN convert /tmp/evaluation/223407-1170102817/unknown.xml
0.77	c END convert (0.598377 seconds)
0.82	c # CONVERT_XML  END : /tmp/evaluation/223407-1170102817/sugar27808.csp 1732848 bytes (1 seconds) [Mon Jan 29 21:33:40 2007]
0.82	c # CONVERT_XML  CPU : 0 = 0 + 0 + 0 + 0
0.82	
0.82	c # GENERATE_SAT  BEGIN : /tmp/evaluation/223407-1170102817/sugar27808.bcnf [Mon Jan 29 21:33:40 2007]
0.82	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/223407-1170102817/sugar-v0-40.jar -bcnf -map /tmp/evaluation/223407-1170102817/sugar27808.map /tmp/evaluation/223407-1170102817/sugar27808.csp /tmp/evaluation/223407-1170102817/sugar27808.bcnf
0.95	c BEGIN parse /tmp/evaluation/223407-1170102817/sugar27808.csp
325.15	c END parse (324.200639 seconds)
325.15	c BEGIN simplify
326.16	c END simplify (1.008198 seconds)
326.16	c BEGIN encode /tmp/evaluation/223407-1170102817/sugar27808.bcnf
333.44	c END encode (7.285098 seconds)
334.10	c # GENERATE_SAT  END : 51502 variables 152622 clauses 75817100 bytes (333 seconds) [Mon Jan 29 21:39:13 2007]
334.10	c # GENERATE_SAT  CPU : 332.51 = 0.48 + 0.05 + 329.87 + 2.11
334.10	
334.10	c # SOLVE_SAT  BEGIN : /tmp/evaluation/223407-1170102817/sugar27808.bcnf [Mon Jan 29 21:39:13 2007]
334.10	c # CMD : /tmp/evaluation/223407-1170102817/minisat /tmp/evaluation/223407-1170102817/sugar27808.bcnf /tmp/evaluation/223407-1170102817/sugar27808.out
335.79	c ==================================[MINISAT]===================================
335.79	c | Conflicts |     ORIGINAL     |              LEARNT              | Progress |
335.79	c |           | Clauses Literals |   Limit Clauses Literals  Lit/Cl |          |
335.79	c ==============================================================================
335.79	c |         0 |  152622 18801611 |   50874       0        0     nan |  0.000 % |
335.97	c |       100 |  152624 18801611 |   55961      98     6936    70.8 |  0.000 % |
336.22	c |       250 |  152626 18801611 |   61557     246    16654    67.7 |  0.000 % |
336.57	c |       475 |  152631 18801611 |   67713     466    35488    76.2 |  0.000 % |
337.09	c |       813 |  152632 18801611 |   74484     803    66184    82.4 |  0.000 % |
338.20	c |      1320 |  152636 18801611 |   81933    1306   103812    79.5 |  0.000 % |
339.66	c |      2079 |  152641 18801611 |   90126    2060   162642    79.0 |  0.000 % |
342.05	c |      3218 |  152642 18801611 |   99139    3198   270428    84.6 |  0.000 % |
345.45	c |      4927 |  152644 18801611 |  109052    4905   404849    82.5 |  0.000 % |
352.62	c |      7490 |  152645 18801611 |  119958    7467   694145    93.0 |  0.000 % |
363.86	c |     11334 |  152649 18801611 |  131954   11307   995536    88.0 |  0.000 % |
381.36	c |     17101 |  152655 18801611 |  145149   17068  1501190    88.0 |  0.000 % |
409.24	c |     25750 |  152661 18801611 |  159664   25711  2311605    89.9 |  0.000 % |
449.34	c |     38727 |  152666 18801611 |  175630   38683  3757314    97.1 |  0.000 % |
526.58	c |     58189 |  152679 18801611 |  193193   58132  6200499   106.7 |  0.000 % |
653.90	c |     87383 |  152700 18801611 |  212513   87305 10096942   115.7 |  0.000 % |
884.93	c |    131173 |  152719 18801611 |  233764  131076 15941776   121.6 |  0.000 % |
1332.43	c |    196858 |  152551 18792789 |  257141   99030 11427175   115.4 |  0.060 % |
1813.61	
1813.61	s UNKNOWN
1813.61	c # INTERRUPTED
1813.61	c # MAIN  END :  (1814 seconds) [Mon Jan 29 22:03:53 2007]
1813.61	c # MAIN  CPU : 332.51 = 0.48 + 0.05 + 329.87 + 2.11
1813.61	

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/node16/watcher-223407-1170102817 -o ROOT/results/node16/solver-223407-1170102817 -C 1800 -M 900 /tmp/evaluation/223407-1170102817/solver /tmp/evaluation/223407-1170102817 /tmp/evaluation/223407-1170102817/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.38 2.04 2.17 3/94 27809
/proc/meminfo: memFree=1332832/2055920 swapFree=4192812/4192956
[pid=27808] ppid=27806 vsize=5256 CPUtime=0
/proc/27808/stat : 27808 (solver) R 27806 27808 27743 0 -1 4194304 58 0 0 0 0 0 0 0 20 0 1 0 30236259 5382144 42 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 231959757520 0 0 4096 0 0 0 0 17 1 0 0
/proc/27808/statm: 1314 42 31 169 0 9 0

[startup+0.103323 s]
/proc/loadavg: 1.38 2.04 2.17 3/94 27809
/proc/meminfo: memFree=1332832/2055920 swapFree=4192812/4192956
[pid=27808] ppid=27806 vsize=13724 CPUtime=0.03
/proc/27808/stat : 27808 (sugar) S 27806 27808 27743 0 -1 4194304 1112 0 0 0 3 0 0 0 20 0 1 0 30236259 14053376 805 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27808/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13724

[startup+0.515276 s]
/proc/loadavg: 1.38 2.04 2.17 3/94 27809
/proc/meminfo: memFree=1332832/2055920 swapFree=4192812/4192956
[pid=27808] ppid=27806 vsize=13724 CPUtime=0.03
/proc/27808/stat : 27808 (sugar) S 27806 27808 27743 0 -1 4194304 1121 0 0 0 3 0 0 0 15 0 1 0 30236259 14053376 805 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27808/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13724

[startup+1.3382 s]
/proc/loadavg: 1.38 2.04 2.17 3/103 27825
/proc/meminfo: memFree=1314896/2055920 swapFree=4192812/4192956
[pid=27808] ppid=27806 vsize=13724 CPUtime=0.03
/proc/27808/stat : 27808 (sugar) S 27806 27808 27743 0 -1 4194304 1188 0 0 0 3 0 0 0 15 0 1 0 30236259 14053376 808 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27808/statm: 3431 808 370 3 0 531 0
[pid=27810] ppid=27808 vsize=0 CPUtime=0.71
/proc/27810/stat : 27810 (java) Z 27808 27808 27743 0 -1 1036 7679 0 1 0 65 6 0 0 18 0 1 0 30236264 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/27810/statm: 0 0 0 0 0 0 0
[pid=27818] ppid=27808 vsize=807064 CPUtime=0.5
/proc/27818/stat : 27818 (java) R 27808 27808 27743 0 -1 0 7367 0 1 0 45 5 0 0 19 0 8 0 30236341 826433536 7116 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073482398 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27818/statm: 201766 7116 1494 14 0 189044 0
[pid=27818/tid=27819] ppid=27808 vsize=807064 CPUtime=0.05
/proc/27818/task/27819/stat : 27819 (java) S 27808 27808 27743 0 -1 64 1314 0 0 0 5 0 0 0 16 0 8 0 30236345 826433536 7116 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27818/tid=27820] ppid=27808 vsize=807064 CPUtime=0
/proc/27818/task/27820/stat : 27820 (java) S 27808 27808 27743 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30236345 826433536 7116 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27818/tid=27821] ppid=27808 vsize=807064 CPUtime=0
/proc/27818/task/27821/stat : 27821 (java) S 27808 27808 27743 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 30236345 826433536 7116 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27818/tid=27822] ppid=27808 vsize=807064 CPUtime=0
/proc/27818/task/27822/stat : 27822 (java) S 27808 27808 27743 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 30236348 826433536 7116 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27818/tid=27823] ppid=27808 vsize=807064 CPUtime=0.06
/proc/27818/task/27823/stat : 27823 (java) S 27808 27808 27743 0 -1 64 292 0 0 0 6 0 0 0 16 0 8 0 30236348 826433536 7116 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27818/tid=27824] ppid=27808 vsize=807064 CPUtime=0
/proc/27818/task/27824/stat : 27824 (java) S 27808 27808 27743 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 30236348 826433536 7116 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27818/tid=27825] ppid=27808 vsize=807064 CPUtime=0
/proc/27818/task/27825/stat : 27825 (java) S 27808 27808 27743 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 30236348 826433536 7116 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.24
Current children cumulated vsize (KiB) 820788

[startup+2.98201 s]
/proc/loadavg: 1.38 2.04 2.17 3/103 27825
/proc/meminfo: memFree=1279504/2055920 swapFree=4192812/4192956
[pid=27808] ppid=27806 vsize=13724 CPUtime=0.03
/proc/27808/stat : 27808 (sugar) S 27806 27808 27743 0 -1 4194304 1188 0 0 0 3 0 0 0 15 0 1 0 30236259 14053376 808 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27808/statm: 3431 808 370 3 0 531 0
[pid=27810] ppid=27808 vsize=0 CPUtime=0.71
/proc/27810/stat : 27810 (java) Z 27808 27808 27743 0 -1 1036 7679 0 1 0 65 6 0 0 18 0 1 0 30236264 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/27810/statm: 0 0 0 0 0 0 0
[pid=27818] ppid=27808 vsize=807064 CPUtime=2.12
/proc/27818/stat : 27818 (java) R 27808 27808 27743 0 -1 0 13996 0 1 0 202 10 0 0 25 0 8 0 30236341 826433536 13730 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27818/statm: 201766 13730 1494 14 0 189044 0
[pid=27818/tid=27819] ppid=27808 vsize=807064 CPUtime=0.57
/proc/27818/task/27819/stat : 27819 (java) R 27808 27808 27743 0 -1 64 7928 0 0 0 52 5 0 0 16 0 8 0 30236345 826433536 13730 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4153827336 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27818/tid=27820] ppid=27808 vsize=807064 CPUtime=0
/proc/27818/task/27820/stat : 27820 (java) S 27808 27808 27743 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30236345 826433536 13730 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27818/tid=27821] ppid=27808 vsize=807064 CPUtime=0
/proc/27818/task/27821/stat : 27821 (java) S 27808 27808 27743 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 30236345 826433536 13730 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27818/tid=27822] ppid=27808 vsize=807064 CPUtime=0
/proc/27818/task/27822/stat : 27822 (java) S 27808 27808 27743 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 30236348 826433536 13730 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27818/tid=27823] ppid=27808 vsize=807064 CPUtime=0.06
/proc/27818/task/27823/stat : 27823 (java) S 27808 27808 27743 0 -1 64 292 0 0 0 6 0 0 0 16 0 8 0 30236348 826433536 13730 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27818/tid=27824] ppid=27808 vsize=807064 CPUtime=0
/proc/27818/task/27824/stat : 27824 (java) S 27808 27808 27743 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 30236348 826433536 13730 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27818/tid=27825] ppid=27808 vsize=807064 CPUtime=0
/proc/27818/task/27825/stat : 27825 (java) S 27808 27808 27743 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 30236348 826433536 13730 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.86
Current children cumulated vsize (KiB) 820788

[startup+6.20866 s]
/proc/loadavg: 1.51 2.05 2.17 3/103 27825
/proc/meminfo: memFree=1206360/2055920 swapFree=4192812/4192956
[pid=27808] ppid=27806 vsize=13724 CPUtime=0.03
/proc/27808/stat : 27808 (sugar) S 27806 27808 27743 0 -1 4194304 1188 0 0 0 3 0 0 0 15 0 1 0 30236259 14053376 808 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27808/statm: 3431 808 370 3 0 531 0
[pid=27810] ppid=27808 vsize=0 CPUtime=0.71
/proc/27810/stat : 27810 (java) Z 27808 27808 27743 0 -1 1036 7679 0 1 0 65 6 0 0 18 0 1 0 30236264 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/27810/statm: 0 0 0 0 0 0 0
[pid=27818] ppid=27808 vsize=807332 CPUtime=5.32
/proc/27818/stat : 27818 (java) R 27808 27808 27743 0 -1 0 36444 0 1 0 508 24 0 0 25 0 8 0 30236341 826707968 36084 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27818/statm: 201833 36084 1506 14 0 189111 0
[pid=27818/tid=27819] ppid=27808 vsize=807332 CPUtime=1.63
/proc/27818/task/27819/stat : 27819 (java) R 27808 27808 27743 0 -1 64 30155 0 0 0 146 17 0 0 15 0 8 0 30236345 826707968 36084 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4155216470 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27818/tid=27820] ppid=27808 vsize=807332 CPUtime=0
/proc/27818/task/27820/stat : 27820 (java) S 27808 27808 27743 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30236345 826707968 36084 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27818/tid=27821] ppid=27808 vsize=807332 CPUtime=0
/proc/27818/task/27821/stat : 27821 (java) S 27808 27808 27743 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 30236345 826707968 36084 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27818/tid=27822] ppid=27808 vsize=807332 CPUtime=0
/proc/27818/task/27822/stat : 27822 (java) S 27808 27808 27743 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 30236348 826707968 36084 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27818/tid=27823] ppid=27808 vsize=807332 CPUtime=0.12
/proc/27818/task/27823/stat : 27823 (java) S 27808 27808 27743 0 -1 64 385 0 0 0 12 0 0 0 16 0 8 0 30236348 826707968 36084 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27818/tid=27824] ppid=27808 vsize=807332 CPUtime=0
/proc/27818/task/27824/stat : 27824 (java) S 27808 27808 27743 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 30236348 826707968 36084 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27818/tid=27825] ppid=27808 vsize=807332 CPUtime=0
/proc/27818/task/27825/stat : 27825 (java) R 27808 27808 27743 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 30236348 826707968 36084 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.06
Current children cumulated vsize (KiB) 821056

[startup+12.6378 s]
/proc/loadavg: 1.63 2.07 2.17 5/103 27825
/proc/meminfo: memFree=1119256/2055920 swapFree=4192812/4192956
[pid=27808] ppid=27806 vsize=13724 CPUtime=0.03
/proc/27808/stat : 27808 (sugar) S 27806 27808 27743 0 -1 4194304 1188 0 0 0 3 0 0 0 15 0 1 0 30236259 14053376 808 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27808/statm: 3431 808 370 3 0 531 0
[pid=27810] ppid=27808 vsize=0 CPUtime=0.71
/proc/27810/stat : 27810 (java) Z 27808 27808 27743 0 -1 1036 7679 0 1 0 65 6 0 0 18 0 1 0 30236264 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/27810/statm: 0 0 0 0 0 0 0
[pid=27818] ppid=27808 vsize=807332 CPUtime=11.71
/proc/27818/stat : 27818 (java) R 27808 27808 27743 0 -1 0 54686 0 1 0 1136 35 0 0 25 0 8 0 30236341 826707968 54111 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073332702 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27818/statm: 201833 54111 1507 14 0 189111 0
[pid=27818/tid=27819] ppid=27808 vsize=807332 CPUtime=3.97
/proc/27818/task/27819/stat : 27819 (java) S 27808 27808 27743 0 -1 64 48174 0 0 0 370 27 0 0 16 0 8 0 30236345 826707968 54111 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27818/tid=27820] ppid=27808 vsize=807332 CPUtime=0
/proc/27818/task/27820/stat : 27820 (java) S 27808 27808 27743 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30236345 826707968 54111 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27818/tid=27821] ppid=27808 vsize=807332 CPUtime=0
/proc/27818/task/27821/stat : 27821 (java) S 27808 27808 27743 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 30236345 826707968 54111 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27818/tid=27822] ppid=27808 vsize=807332 CPUtime=0
/proc/27818/task/27822/stat : 27822 (java) S 27808 27808 27743 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 30236348 826707968 54111 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27818/tid=27823] ppid=27808 vsize=807332 CPUtime=0.16
/proc/27818/task/27823/stat : 27823 (java) S 27808 27808 27743 0 -1 64 400 0 0 0 16 0 0 0 16 0 8 0 30236348 826707968 54111 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27818/tid=27824] ppid=27808 vsize=807332 CPUtime=0
/proc/27818/task/27824/stat : 27824 (java) S 27808 27808 27743 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 30236348 826707968 54111 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27818/tid=27825] ppid=27808 vsize=807332 CPUtime=0
/proc/27818/task/27825/stat : 27825 (java) S 27808 27808 27743 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 30236348 826707968 54111 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.45
Current children cumulated vsize (KiB) 821056

[startup+25.4504 s]
/proc/loadavg: 1.93 2.11 2.19 3/103 27825
/proc/meminfo: memFree=1117976/2055920 swapFree=4192812/4192956
[pid=27808] ppid=27806 vsize=13724 CPUtime=0.03
/proc/27808/stat : 27808 (sugar) S 27806 27808 27743 0 -1 4194304 1188 0 0 0 3 0 0 0 15 0 1 0 30236259 14053376 808 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27808/statm: 3431 808 370 3 0 531 0
[pid=27810] ppid=27808 vsize=0 CPUtime=0.71
/proc/27810/stat : 27810 (java) Z 27808 27808 27743 0 -1 1036 7679 0 1 0 65 6 0 0 18 0 1 0 30236264 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/27810/statm: 0 0 0 0 0 0 0
[pid=27818] ppid=27808 vsize=807332 CPUtime=24.51
/proc/27818/stat : 27818 (java) R 27808 27808 27743 0 -1 0 55442 0 1 0 2409 42 0 0 25 0 8 0 30236341 826707968 54111 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27818/statm: 201833 54111 1507 14 0 189111 0
[pid=27818/tid=27819] ppid=27808 vsize=807332 CPUtime=8.85
/proc/27818/task/27819/stat : 27819 (java) R 27808 27808 27743 0 -1 64 48526 0 0 0 853 32 0 0 15 0 8 0 30236345 826707968 54111 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4153968444 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27818/tid=27820] ppid=27808 vsize=807332 CPUtime=0
/proc/27818/task/27820/stat : 27820 (java) S 27808 27808 27743 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30236345 826707968 54111 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27818/tid=27821] ppid=27808 vsize=807332 CPUtime=0
/proc/27818/task/27821/stat : 27821 (java) S 27808 27808 27743 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 30236345 826707968 54111 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27818/tid=27822] ppid=27808 vsize=807332 CPUtime=0
/proc/27818/task/27822/stat : 27822 (java) S 27808 27808 27743 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 30236348 826707968 54111 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27818/tid=27823] ppid=27808 vsize=807332 CPUtime=0.16
/proc/27818/task/27823/stat : 27823 (java) S 27808 27808 27743 0 -1 64 400 0 0 0 16 0 0 0 16 0 8 0 30236348 826707968 54111 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27818/tid=27824] ppid=27808 vsize=807332 CPUtime=0
/proc/27818/task/27824/stat : 27824 (java) S 27808 27808 27743 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 30236348 826707968 54111 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27818/tid=27825] ppid=27808 vsize=807332 CPUtime=0
/proc/27818/task/27825/stat : 27825 (java) R 27808 27808 27743 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 30236348 826707968 54111 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.25
Current children cumulated vsize (KiB) 821056

[startup+51.0526 s]
/proc/loadavg: 2.08 2.13 2.19 6/103 27825
/proc/meminfo: memFree=1119256/2055920 swapFree=4192812/4192956
[pid=27808] ppid=27806 vsize=13724 CPUtime=0.03
/proc/27808/stat : 27808 (sugar) S 27806 27808 27743 0 -1 4194304 1188 0 0 0 3 0 0 0 15 0 1 0 30236259 14053376 808 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27808/statm: 3431 808 370 3 0 531 0
[pid=27810] ppid=27808 vsize=0 CPUtime=0.71
/proc/27810/stat : 27810 (java) Z 27808 27808 27743 0 -1 1036 7679 0 1 0 65 6 0 0 18 0 1 0 30236264 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/27810/statm: 0 0 0 0 0 0 0
[pid=27818] ppid=27808 vsize=807332 CPUtime=50.09
/proc/27818/stat : 27818 (java) R 27808 27808 27743 0 -1 0 57061 0 1 0 4957 52 0 0 25 0 8 0 30236341 826707968 54111 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27818/statm: 201833 54111 1507 14 0 189111 0
[pid=27818/tid=27819] ppid=27808 vsize=807332 CPUtime=18.75
/proc/27818/task/27819/stat : 27819 (java) R 27808 27808 27743 0 -1 64 49356 0 0 0 1838 37 0 0 15 0 8 0 30236345 826707968 54111 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4155216448 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27818/tid=27820] ppid=27808 vsize=807332 CPUtime=0
/proc/27818/task/27820/stat : 27820 (java) S 27808 27808 27743 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30236345 826707968 54111 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27818/tid=27821] ppid=27808 vsize=807332 CPUtime=0
/proc/27818/task/27821/stat : 27821 (java) S 27808 27808 27743 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 30236345 826707968 54111 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27818/tid=27822] ppid=27808 vsize=807332 CPUtime=0
/proc/27818/task/27822/stat : 27822 (java) S 27808 27808 27743 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 30236348 826707968 54111 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27818/tid=27823] ppid=27808 vsize=807332 CPUtime=0.16

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

/proc/27828/stat : 27828 (minisat) R 27808 27808 27743 0 -1 0 46396 0 0 0 90072 60 0 0 25 0 1 0 30269669 188174336 45344 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134527291 0 0 4096 3 0 0 0 17 0 0 0
/proc/27828/statm: 45941 45344 52 112 0 45825 0
Current children cumulated CPU time (s) 1234.57
Current children cumulated vsize (KiB) 225320

[startup+1303.37 s]
/proc/loadavg: 2.64 2.40 2.31 4/96 27894
/proc/meminfo: memFree=1336928/2055920 swapFree=4192812/4192956
[pid=27808] ppid=27806 vsize=41556 CPUtime=332.54
/proc/27808/stat : 27808 (sugar) S 27806 27808 27743 0 -1 4194304 8119 165684 0 1 51 5 32987 211 16 0 1 0 30236259 42553344 7534 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27808/statm: 10389 7534 373 3 0 7489 0
[pid=27810] ppid=27808 vsize=0 CPUtime=0.71
/proc/27810/stat : 27810 (java) Z 27808 27808 27743 0 -1 1036 7679 0 1 0 65 6 0 0 18 0 1 0 30236264 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/27810/statm: 0 0 0 0 0 0 0
[pid=27828] ppid=27808 vsize=185636 CPUtime=960.84
/proc/27828/stat : 27828 (minisat) R 27808 27808 27743 0 -1 0 46862 0 0 0 96024 60 0 0 25 0 1 0 30269669 190091264 45810 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/27828/statm: 46409 45810 52 112 0 46293 0
Current children cumulated CPU time (s) 1294.09
Current children cumulated vsize (KiB) 227192

[startup+1363.48 s]
/proc/loadavg: 2.79 2.49 2.34 3/96 27894
/proc/meminfo: memFree=1319968/2055920 swapFree=4192812/4192956
[pid=27808] ppid=27806 vsize=41556 CPUtime=332.54
/proc/27808/stat : 27808 (sugar) S 27806 27808 27743 0 -1 4194304 8119 165684 0 1 51 5 32987 211 16 0 1 0 30236259 42553344 7534 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27808/statm: 10389 7534 373 3 0 7489 0
[pid=27810] ppid=27808 vsize=0 CPUtime=0.71
/proc/27810/stat : 27810 (java) Z 27808 27808 27743 0 -1 1036 7679 0 1 0 65 6 0 0 18 0 1 0 30236264 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/27810/statm: 0 0 0 0 0 0 0
[pid=27828] ppid=27808 vsize=185636 CPUtime=1020.35
/proc/27828/stat : 27828 (minisat) R 27808 27808 27743 0 -1 0 46862 0 0 0 101974 61 0 0 25 0 1 0 30269669 190091264 45810 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134527050 0 0 4096 3 0 0 0 17 0 0 0
/proc/27828/statm: 46409 45810 52 112 0 46293 0
Current children cumulated CPU time (s) 1353.6
Current children cumulated vsize (KiB) 227192

[startup+1423.48 s]
/proc/loadavg: 2.76 2.54 2.37 4/96 27894
/proc/meminfo: memFree=1297760/2055920 swapFree=4192812/4192956
[pid=27808] ppid=27806 vsize=41556 CPUtime=332.54
/proc/27808/stat : 27808 (sugar) S 27806 27808 27743 0 -1 4194304 8119 165684 0 1 51 5 32987 211 16 0 1 0 30236259 42553344 7534 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27808/statm: 10389 7534 373 3 0 7489 0
[pid=27810] ppid=27808 vsize=0 CPUtime=0.71
/proc/27810/stat : 27810 (java) Z 27808 27808 27743 0 -1 1036 7679 0 1 0 65 6 0 0 18 0 1 0 30236264 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/27810/statm: 0 0 0 0 0 0 0
[pid=27828] ppid=27808 vsize=185636 CPUtime=1079.8
/proc/27828/stat : 27828 (minisat) R 27808 27808 27743 0 -1 0 46862 0 0 0 107919 61 0 0 25 0 1 0 30269669 190091264 45810 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/27828/statm: 46409 45810 52 112 0 46293 0
Current children cumulated CPU time (s) 1413.05
Current children cumulated vsize (KiB) 227192

[startup+1483.57 s]
/proc/loadavg: 2.91 2.62 2.40 3/96 27894
/proc/meminfo: memFree=1274400/2055920 swapFree=4192812/4192956
[pid=27808] ppid=27806 vsize=41556 CPUtime=332.54
/proc/27808/stat : 27808 (sugar) S 27806 27808 27743 0 -1 4194304 8119 165684 0 1 51 5 32987 211 16 0 1 0 30236259 42553344 7534 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27808/statm: 10389 7534 373 3 0 7489 0
[pid=27810] ppid=27808 vsize=0 CPUtime=0.71
/proc/27810/stat : 27810 (java) Z 27808 27808 27743 0 -1 1036 7679 0 1 0 65 6 0 0 18 0 1 0 30236264 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/27810/statm: 0 0 0 0 0 0 0
[pid=27828] ppid=27808 vsize=185636 CPUtime=1139.32
/proc/27828/stat : 27828 (minisat) R 27808 27808 27743 0 -1 0 46862 0 0 0 113871 61 0 0 25 0 1 0 30269669 190091264 45810 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134525748 0 0 4096 3 0 0 0 17 0 0 0
/proc/27828/statm: 46409 45810 52 112 0 46293 0
Current children cumulated CPU time (s) 1472.57
Current children cumulated vsize (KiB) 227192

[startup+1543.63 s]
/proc/loadavg: 2.90 2.67 2.43 4/96 27894
/proc/meminfo: memFree=1259936/2055920 swapFree=4192812/4192956
[pid=27808] ppid=27806 vsize=41556 CPUtime=332.54
/proc/27808/stat : 27808 (sugar) S 27806 27808 27743 0 -1 4194304 8119 165684 0 1 51 5 32987 211 16 0 1 0 30236259 42553344 7534 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27808/statm: 10389 7534 373 3 0 7489 0
[pid=27810] ppid=27808 vsize=0 CPUtime=0.71
/proc/27810/stat : 27810 (java) Z 27808 27808 27743 0 -1 1036 7679 0 1 0 65 6 0 0 18 0 1 0 30236264 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/27810/statm: 0 0 0 0 0 0 0
[pid=27828] ppid=27808 vsize=185636 CPUtime=1198.79
/proc/27828/stat : 27828 (minisat) R 27808 27808 27743 0 -1 0 46862 0 0 0 119818 61 0 0 25 0 1 0 30269669 190091264 45810 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/27828/statm: 46409 45810 52 112 0 46293 0
Current children cumulated CPU time (s) 1532.04
Current children cumulated vsize (KiB) 227192

[startup+1603.67 s]
/proc/loadavg: 2.74 2.68 2.45 4/96 27894
/proc/meminfo: memFree=1235040/2055920 swapFree=4192812/4192956
[pid=27808] ppid=27806 vsize=41556 CPUtime=332.54
/proc/27808/stat : 27808 (sugar) S 27806 27808 27743 0 -1 4194304 8119 165684 0 1 51 5 32987 211 16 0 1 0 30236259 42553344 7534 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27808/statm: 10389 7534 373 3 0 7489 0
[pid=27810] ppid=27808 vsize=0 CPUtime=0.71
/proc/27810/stat : 27810 (java) Z 27808 27808 27743 0 -1 1036 7679 0 1 0 65 6 0 0 18 0 1 0 30236264 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/27810/statm: 0 0 0 0 0 0 0
[pid=27828] ppid=27808 vsize=185636 CPUtime=1258.27
/proc/27828/stat : 27828 (minisat) R 27808 27808 27743 0 -1 0 46862 0 0 0 125765 62 0 0 25 0 1 0 30269669 190091264 45810 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134527082 0 0 4096 3 0 0 0 17 0 0 0
/proc/27828/statm: 46409 45810 52 112 0 46293 0
Current children cumulated CPU time (s) 1591.52
Current children cumulated vsize (KiB) 227192

[startup+1663.7 s]
/proc/loadavg: 2.77 2.69 2.47 4/102 27970
/proc/meminfo: memFree=1212432/2055920 swapFree=4192812/4192956
[pid=27808] ppid=27806 vsize=41556 CPUtime=332.54
/proc/27808/stat : 27808 (sugar) S 27806 27808 27743 0 -1 4194304 8119 165684 0 1 51 5 32987 211 16 0 1 0 30236259 42553344 7534 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27808/statm: 10389 7534 373 3 0 7489 0
[pid=27810] ppid=27808 vsize=0 CPUtime=0.71
/proc/27810/stat : 27810 (java) Z 27808 27808 27743 0 -1 1036 7679 0 1 0 65 6 0 0 18 0 1 0 30236264 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/27810/statm: 0 0 0 0 0 0 0
[pid=27828] ppid=27808 vsize=185636 CPUtime=1317.8
/proc/27828/stat : 27828 (minisat) R 27808 27808 27743 0 -1 0 46862 0 0 0 131716 64 0 0 25 0 1 0 30269669 190091264 45810 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528535 0 0 4096 3 0 0 0 17 1 0 0
/proc/27828/statm: 46409 45810 52 112 0 46293 0
Current children cumulated CPU time (s) 1651.05
Current children cumulated vsize (KiB) 227192

[startup+1723.72 s]
/proc/loadavg: 2.56 2.65 2.46 4/102 28062
/proc/meminfo: memFree=1184224/2055920 swapFree=4192812/4192956
[pid=27808] ppid=27806 vsize=41556 CPUtime=332.54
/proc/27808/stat : 27808 (sugar) S 27806 27808 27743 0 -1 4194304 8119 165684 0 1 51 5 32987 211 16 0 1 0 30236259 42553344 7534 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27808/statm: 10389 7534 373 3 0 7489 0
[pid=27810] ppid=27808 vsize=0 CPUtime=0.71
/proc/27810/stat : 27810 (java) Z 27808 27808 27743 0 -1 1036 7679 0 1 0 65 6 0 0 18 0 1 0 30236264 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/27810/statm: 0 0 0 0 0 0 0
[pid=27828] ppid=27808 vsize=190800 CPUtime=1377.37
/proc/27828/stat : 27828 (minisat) R 27808 27808 27743 0 -1 0 48158 0 0 0 137671 66 0 0 25 0 1 0 30269669 195379200 47106 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/27828/statm: 47700 47106 52 112 0 47584 0
Current children cumulated CPU time (s) 1710.62
Current children cumulated vsize (KiB) 232356

[startup+1783.73 s]
/proc/loadavg: 2.56 2.63 2.47 4/96 28092
/proc/meminfo: memFree=1172256/2055920 swapFree=4192812/4192956
[pid=27808] ppid=27806 vsize=41556 CPUtime=332.54
/proc/27808/stat : 27808 (sugar) S 27806 27808 27743 0 -1 4194304 8119 165684 0 1 51 5 32987 211 16 0 1 0 30236259 42553344 7534 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27808/statm: 10389 7534 373 3 0 7489 0
[pid=27810] ppid=27808 vsize=0 CPUtime=0.71
/proc/27810/stat : 27810 (java) Z 27808 27808 27743 0 -1 1036 7679 0 1 0 65 6 0 0 18 0 1 0 30236264 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/27810/statm: 0 0 0 0 0 0 0
[pid=27828] ppid=27808 vsize=196324 CPUtime=1437.03
/proc/27828/stat : 27828 (minisat) R 27808 27808 27743 0 -1 0 49558 0 0 0 143636 67 0 0 25 0 1 0 30269669 201035776 48506 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134527104 0 0 4096 3 0 0 0 17 1 0 0
/proc/27828/statm: 49081 48506 52 112 0 48965 0
Current children cumulated CPU time (s) 1770.28
Current children cumulated vsize (KiB) 237880



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1813.6 s]
/proc/loadavg: 2.68 2.65 2.47 3/96 28092
/proc/meminfo: memFree=1150304/2055920 swapFree=4192812/4192956
[pid=27808] ppid=27806 vsize=41556 CPUtime=332.54
/proc/27808/stat : 27808 (sugar) S 27806 27808 27743 0 -1 4194304 8119 165684 0 1 51 5 32987 211 16 0 1 0 30236259 42553344 7534 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27808/statm: 10389 7534 373 3 0 7489 0
[pid=27810] ppid=27808 vsize=0 CPUtime=0.71
/proc/27810/stat : 27810 (java) Z 27808 27808 27743 0 -1 1036 7679 0 1 0 65 6 0 0 18 0 1 0 30236264 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/27810/statm: 0 0 0 0 0 0 0
[pid=27828] ppid=27808 vsize=199988 CPUtime=1466.77
/proc/27828/stat : 27828 (minisat) R 27808 27808 27743 0 -1 0 50453 0 0 0 146610 67 0 0 25 0 1 0 30269669 204787712 49401 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/27828/statm: 49997 49401 52 112 0 49881 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 241544

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

Child status: 1

!!! problem with CPU time !!!
wait4(...,&childrusage) returns 27808 and gives childrusage.ru_utime.tv_sec=330 childrusage.ru_utime.tv_usec=393772 childrusage.ru_stime.tv_sec=2 childrusage.ru_stime.tv_usec=212663
CPU time returned by wait4() is 332.606
while last known CPU time is 1800.09

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

Real time (s): 1814.66
CPU time (s): 1800.09
CPU user time (s): 1797.13
CPU system time (s): 2.96
CPU usage (%): 99.1968
Max. virtual memory (cumulated for all children) (KiB): 822564

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 330.394
system time used= 2.21266
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 173888
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= 47619
involuntary context switches= 51463

runsolver used 2.15467 s user time and 5.81212 s system time

The end

Launcher Data (download as text)

Begin job on node16 on Mon Jan 29 20:33:38 UTC 2007


IDJOB= 223407
IDBENCH= 5632
IDSOLVER= 86
FILE ID= node16/223407-1170102817

PBS_JOBID= 3689561

Free space on /tmp= 66543 MiB

SOLVER NAME= sugar 0.40
BENCH NAME= HOME/pub/bench/CPAI06/tightness/tightness0.5/rand-2-40-25-180-500-49_ext.xml
COMMAND LINE= /tmp/evaluation/223407-1170102817/solver /tmp/evaluation/223407-1170102817 /tmp/evaluation/223407-1170102817/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node16/watcher-223407-1170102817 -o ROOT/results/node16/solver-223407-1170102817 -C 1800 -M 900  /tmp/evaluation/223407-1170102817/solver /tmp/evaluation/223407-1170102817 /tmp/evaluation/223407-1170102817/unknown.xml

META MD5SUM SOLVER= 0a27e717dfe98d83d9802fe0eea45073
MD5SUM BENCH=  452db4ac7b92085726272d485646a151

RANDOM SEED= 663170716

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.281
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.281
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:       1322648 kB
Buffers:         34568 kB
Cached:          66208 kB
SwapCached:          0 kB
Active:         631236 kB
Inactive:        46964 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1322648 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1424 kB
Writeback:           0 kB
Mapped:         602924 kB
Slab:            38956 kB
Committed_AS:  1009256 kB
PageTables:       3188 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= 66546 MiB



End job on node16 on Mon Jan 29 21:03:54 UTC 2007