Trace number 224245

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 1805.6

General information on the benchmark

Nametightness/tightness0.5/
rand-2-40-25-180-500-67_ext.xml
MD5SUMe1252c26db7b7136c0c9700c56b069a5
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark7.98379
SatisfiableNO
(Un)Satisfiability was provedNO
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/224245-1170103212/sugar-v0-40.jar)
0.05	
0.05	c # MAIN  BEGIN : /tmp/evaluation/224245-1170103212/unknown.xml [Mon Jan 29 21:40:12 2007]
0.05	c # CONVERT_XML  BEGIN : /tmp/evaluation/224245-1170103212/unknown.xml /tmp/evaluation/224245-1170103212/sugar17692.csp [Mon Jan 29 21:40:12 2007]
0.05	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/224245-1170103212/sugar-v0-40.jar -convert /tmp/evaluation/224245-1170103212/unknown.xml /tmp/evaluation/224245-1170103212/sugar17692.csp
0.18	c BEGIN convert /tmp/evaluation/224245-1170103212/unknown.xml
0.76	c END convert (0.587691 seconds)
0.81	c # CONVERT_XML  END : /tmp/evaluation/224245-1170103212/sugar17692.csp 1729127 bytes (1 seconds) [Mon Jan 29 21:40:13 2007]
0.81	c # CONVERT_XML  CPU : 0 = 0 + 0 + 0 + 0
0.81	
0.81	c # GENERATE_SAT  BEGIN : /tmp/evaluation/224245-1170103212/sugar17692.bcnf [Mon Jan 29 21:40:13 2007]
0.81	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/224245-1170103212/sugar-v0-40.jar -bcnf -map /tmp/evaluation/224245-1170103212/sugar17692.map /tmp/evaluation/224245-1170103212/sugar17692.csp /tmp/evaluation/224245-1170103212/sugar17692.bcnf
0.93	c BEGIN parse /tmp/evaluation/224245-1170103212/sugar17692.csp
329.97	c END parse (329.03306 seconds)
329.97	c BEGIN simplify
331.13	c END simplify (1.164335 seconds)
331.13	c BEGIN encode /tmp/evaluation/224245-1170103212/sugar17692.bcnf
338.78	c END encode (7.653741 seconds)
339.47	c # GENERATE_SAT  END : 58244 variables 165789 clauses 86060460 bytes (339 seconds) [Mon Jan 29 21:45:52 2007]
339.47	c # GENERATE_SAT  CPU : 338.35 = 0.53 + 0.03 + 335.94 + 1.85
339.47	
339.47	c # SOLVE_SAT  BEGIN : /tmp/evaluation/224245-1170103212/sugar17692.bcnf [Mon Jan 29 21:45:52 2007]
339.47	c # CMD : /tmp/evaluation/224245-1170103212/minisat /tmp/evaluation/224245-1170103212/sugar17692.bcnf /tmp/evaluation/224245-1170103212/sugar17692.out
341.35	c ==================================[MINISAT]===================================
341.35	c | Conflicts |     ORIGINAL     |              LEARNT              | Progress |
341.35	c |           | Clauses Literals |   Limit Clauses Literals  Lit/Cl |          |
341.35	c ==============================================================================
341.35	c |         0 |  165789 21349280 |   55263       0        0     nan |  0.000 % |
341.51	c |       101 |  165790 21349280 |   60789     100     9684    96.8 |  0.000 % |
341.78	c |       251 |  165794 21349280 |   66868     246    19261    78.3 |  0.000 % |
342.10	c |       476 |  165798 21349280 |   73555     467    36869    78.9 |  0.000 % |
342.67	c |       816 |  165799 21349280 |   80910     806    63347    78.6 |  0.000 % |
343.83	c |      1325 |  165805 21349280 |   89001    1309   125079    95.6 |  0.000 % |
345.19	c |      2084 |  165811 21349280 |   97901    2062   174392    84.6 |  0.000 % |
347.14	c |      3223 |  165814 21349280 |  107691    3198   272281    85.1 |  0.000 % |
350.13	c |      4931 |  165822 21349280 |  118461    4898   384992    78.6 |  0.000 % |
356.44	c |      7494 |  165824 21349280 |  130307    7459   640065    85.8 |  0.000 % |
369.26	c |     11340 |  165828 21349280 |  143337   11301  1154479   102.2 |  0.000 % |
392.45	c |     17106 |  165838 21349280 |  157671   17057  1817552   106.6 |  0.000 % |
416.99	c |     25755 |  165841 21349280 |  173438   25703  2777940   108.1 |  0.000 % |
467.97	c |     38729 |  165845 21349280 |  190782   38673  4345539   112.4 |  0.000 % |
552.42	c |     58190 |  165855 21349280 |  209861   58124  6970834   119.9 |  0.000 % |
706.47	c |     87385 |  165859 21349280 |  230847   87315 11138148   127.6 |  0.000 % |
968.25	c |    131175 |  165689 21339826 |  253931   44979  5523436   122.8 |  0.012 % |
1292.98	c |    196860 |  165709 21339826 |  279325  110644 14679753   132.7 |  0.012 % |
1804.54	
1804.54	s UNKNOWN
1804.54	c # INTERRUPTED
1804.54	c # MAIN  END :  (1805 seconds) [Mon Jan 29 22:10:17 2007]
1804.54	c # MAIN  CPU : 338.36 = 0.53 + 0.04 + 335.94 + 1.85
1804.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/node22/watcher-224245-1170103212 -o ROOT/results/node22/solver-224245-1170103212 -C 1800 -M 900 /tmp/evaluation/224245-1170103212/solver /tmp/evaluation/224245-1170103212 /tmp/evaluation/224245-1170103212/unknown.xml 

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

/proc/loadavg: 2.18 1.95 1.44 4/87 17693
/proc/meminfo: memFree=1650136/2055920 swapFree=4192812/4192956
[pid=17692] ppid=17690 vsize=18540 CPUtime=0
/proc/17692/stat : 17692 (runsolver) R 17690 17692 16584 0 -1 4194368 16 0 0 0 0 0 0 0 21 0 1 0 30275160 18984960 279 18446744073709551615 4194304 4267372 548682069040 18446744073709551615 272467815719 0 0 4096 24578 0 0 0 17 1 0 0
/proc/17692/statm: 4635 279 244 17 0 2626 0

[startup+0.108612 s]
/proc/loadavg: 2.18 1.95 1.44 4/87 17693
/proc/meminfo: memFree=1650136/2055920 swapFree=4192812/4192956
[pid=17692] ppid=17690 vsize=13724 CPUtime=0.04
/proc/17692/stat : 17692 (sugar) S 17690 17692 16584 0 -1 4194304 1112 0 0 0 3 1 0 0 19 0 1 0 30275160 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17692/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13724

[startup+0.516641 s]
/proc/loadavg: 2.18 1.95 1.44 4/87 17693
/proc/meminfo: memFree=1650136/2055920 swapFree=4192812/4192956
[pid=17692] ppid=17690 vsize=13724 CPUtime=0.04
/proc/17692/stat : 17692 (sugar) S 17690 17692 16584 0 -1 4194304 1121 0 0 0 3 1 0 0 15 0 1 0 30275160 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17692/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13724

[startup+1.3397 s]
/proc/loadavg: 2.24 1.97 1.45 4/96 17709
/proc/meminfo: memFree=1628624/2055920 swapFree=4192812/4192956
[pid=17692] ppid=17690 vsize=13724 CPUtime=0.04
/proc/17692/stat : 17692 (sugar) S 17690 17692 16584 0 -1 4194304 1188 0 0 0 3 1 0 0 15 0 1 0 30275160 14053376 808 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17692/statm: 3431 808 370 3 0 531 0
[pid=17694] ppid=17692 vsize=0 CPUtime=0.7
/proc/17694/stat : 17694 (java) Z 17692 17692 16584 0 -1 1036 7677 0 1 0 63 7 0 0 17 0 1 0 30275165 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/17694/statm: 0 0 0 0 0 0 0
[pid=17702] ppid=17692 vsize=807064 CPUtime=0.51
/proc/17702/stat : 17702 (java) R 17692 17692 16584 0 -1 0 7369 0 1 0 47 4 0 0 22 0 8 0 30275242 826433536 7118 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073482407 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17702/statm: 201766 7118 1494 14 0 189044 0
[pid=17702/tid=17703] ppid=17692 vsize=807064 CPUtime=0.05
/proc/17702/task/17703/stat : 17703 (java) S 17692 17692 16584 0 -1 64 1316 0 0 0 5 0 0 0 16 0 8 0 30275245 826433536 7118 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17702/tid=17704] ppid=17692 vsize=807064 CPUtime=0
/proc/17702/task/17704/stat : 17704 (java) S 17692 17692 16584 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30275246 826433536 7118 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17702/tid=17705] ppid=17692 vsize=807064 CPUtime=0
/proc/17702/task/17705/stat : 17705 (java) S 17692 17692 16584 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30275246 826433536 7118 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17702/tid=17706] ppid=17692 vsize=807064 CPUtime=0
/proc/17702/task/17706/stat : 17706 (java) S 17692 17692 16584 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 30275249 826433536 7118 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17702/tid=17707] ppid=17692 vsize=807064 CPUtime=0.05
/proc/17702/task/17707/stat : 17707 (java) S 17692 17692 16584 0 -1 64 292 0 0 0 5 0 0 0 16 0 8 0 30275249 826433536 7118 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17702/tid=17708] ppid=17692 vsize=807064 CPUtime=0
/proc/17702/task/17708/stat : 17708 (java) S 17692 17692 16584 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 30275249 826433536 7118 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17702/tid=17709] ppid=17692 vsize=807064 CPUtime=0
/proc/17702/task/17709/stat : 17709 (java) S 17692 17692 16584 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 30275249 826433536 7118 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.25
Current children cumulated vsize (KiB) 820788

[startup+2.99282 s]
/proc/loadavg: 2.24 1.97 1.45 3/96 17709
/proc/meminfo: memFree=1607440/2055920 swapFree=4192812/4192956
[pid=17692] ppid=17690 vsize=13724 CPUtime=0.04
/proc/17692/stat : 17692 (sugar) S 17690 17692 16584 0 -1 4194304 1188 0 0 0 3 1 0 0 15 0 1 0 30275160 14053376 808 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17692/statm: 3431 808 370 3 0 531 0
[pid=17694] ppid=17692 vsize=0 CPUtime=0.7
/proc/17694/stat : 17694 (java) Z 17692 17692 16584 0 -1 1036 7677 0 1 0 63 7 0 0 17 0 1 0 30275165 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/17694/statm: 0 0 0 0 0 0 0
[pid=17702] ppid=17692 vsize=807064 CPUtime=2.16
/proc/17702/stat : 17702 (java) R 17692 17692 16584 0 -1 0 14118 0 1 0 209 7 0 0 25 0 8 0 30275242 826433536 13852 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4072897157 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17702/statm: 201766 13852 1506 14 0 189044 0
[pid=17702/tid=17703] ppid=17692 vsize=807064 CPUtime=0.52
/proc/17702/task/17703/stat : 17703 (java) S 17692 17692 16584 0 -1 64 8009 0 0 0 49 3 0 0 16 0 8 0 30275245 826433536 13852 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17702/tid=17704] ppid=17692 vsize=807064 CPUtime=0
/proc/17702/task/17704/stat : 17704 (java) S 17692 17692 16584 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30275246 826433536 13852 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17702/tid=17705] ppid=17692 vsize=807064 CPUtime=0
/proc/17702/task/17705/stat : 17705 (java) S 17692 17692 16584 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30275246 826433536 13852 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17702/tid=17706] ppid=17692 vsize=807064 CPUtime=0
/proc/17702/task/17706/stat : 17706 (java) S 17692 17692 16584 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 30275249 826433536 13852 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17702/tid=17707] ppid=17692 vsize=807064 CPUtime=0.06
/proc/17702/task/17707/stat : 17707 (java) S 17692 17692 16584 0 -1 64 298 0 0 0 6 0 0 0 16 0 8 0 30275249 826433536 13852 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17702/tid=17708] ppid=17692 vsize=807064 CPUtime=0
/proc/17702/task/17708/stat : 17708 (java) S 17692 17692 16584 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 30275249 826433536 13852 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17702/tid=17709] ppid=17692 vsize=807064 CPUtime=0
/proc/17702/task/17709/stat : 17709 (java) S 17692 17692 16584 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 30275249 826433536 13852 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.9
Current children cumulated vsize (KiB) 820788

[startup+6.23706 s]
/proc/loadavg: 2.30 1.99 1.46 3/96 17709
/proc/meminfo: memFree=1505232/2055920 swapFree=4192812/4192956
[pid=17692] ppid=17690 vsize=13724 CPUtime=0.04
/proc/17692/stat : 17692 (sugar) S 17690 17692 16584 0 -1 4194304 1188 0 0 0 3 1 0 0 15 0 1 0 30275160 14053376 808 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17692/statm: 3431 808 370 3 0 531 0
[pid=17694] ppid=17692 vsize=0 CPUtime=0.7
/proc/17694/stat : 17694 (java) Z 17692 17692 16584 0 -1 1036 7677 0 1 0 63 7 0 0 17 0 1 0 30275165 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/17694/statm: 0 0 0 0 0 0 0
[pid=17702] ppid=17692 vsize=807332 CPUtime=5.38
/proc/17702/stat : 17702 (java) R 17692 17692 16584 0 -1 0 41370 0 1 0 517 21 0 0 25 0 8 0 30275242 826707968 40988 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073594066 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17702/statm: 201833 40988 1506 14 0 189111 0
[pid=17702/tid=17703] ppid=17692 vsize=807332 CPUtime=1.7
/proc/17702/task/17703/stat : 17703 (java) S 17692 17692 16584 0 -1 64 35058 0 0 0 154 16 0 0 16 0 8 0 30275245 826707968 40988 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17702/tid=17704] ppid=17692 vsize=807332 CPUtime=0
/proc/17702/task/17704/stat : 17704 (java) S 17692 17692 16584 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30275246 826707968 40988 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17702/tid=17705] ppid=17692 vsize=807332 CPUtime=0
/proc/17702/task/17705/stat : 17705 (java) S 17692 17692 16584 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30275246 826707968 40988 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17702/tid=17706] ppid=17692 vsize=807332 CPUtime=0
/proc/17702/task/17706/stat : 17706 (java) S 17692 17692 16584 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 30275249 826707968 40988 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17702/tid=17707] ppid=17692 vsize=807332 CPUtime=0.11
/proc/17702/task/17707/stat : 17707 (java) S 17692 17692 16584 0 -1 64 385 0 0 0 11 0 0 0 16 0 8 0 30275249 826707968 40988 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17702/tid=17708] ppid=17692 vsize=807332 CPUtime=0
/proc/17702/task/17708/stat : 17708 (java) S 17692 17692 16584 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 30275249 826707968 40988 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17702/tid=17709] ppid=17692 vsize=807332 CPUtime=0
/proc/17702/task/17709/stat : 17709 (java) S 17692 17692 16584 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 30275249 826707968 40988 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.12
Current children cumulated vsize (KiB) 821056

[startup+12.7196 s]
/proc/loadavg: 2.36 2.00 1.47 3/96 17709
/proc/meminfo: memFree=1433624/2055920 swapFree=4192812/4192956
[pid=17692] ppid=17690 vsize=13724 CPUtime=0.04
/proc/17692/stat : 17692 (sugar) S 17690 17692 16584 0 -1 4194304 1188 0 0 0 3 1 0 0 15 0 1 0 30275160 14053376 808 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17692/statm: 3431 808 370 3 0 531 0
[pid=17694] ppid=17692 vsize=0 CPUtime=0.7
/proc/17694/stat : 17694 (java) Z 17692 17692 16584 0 -1 1036 7677 0 1 0 63 7 0 0 17 0 1 0 30275165 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/17694/statm: 0 0 0 0 0 0 0
[pid=17702] ppid=17692 vsize=807332 CPUtime=11.82
/proc/17702/stat : 17702 (java) R 17692 17692 16584 0 -1 0 55002 0 1 0 1152 30 0 0 25 0 8 0 30275242 826707968 54110 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073332706 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17702/statm: 201833 54110 1507 14 0 189111 0
[pid=17702/tid=17703] ppid=17692 vsize=807332 CPUtime=4.3
/proc/17702/task/17703/stat : 17703 (java) S 17692 17692 16584 0 -1 64 48444 0 0 0 406 24 0 0 16 0 8 0 30275245 826707968 54110 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17702/tid=17704] ppid=17692 vsize=807332 CPUtime=0
/proc/17702/task/17704/stat : 17704 (java) S 17692 17692 16584 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30275246 826707968 54110 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17702/tid=17705] ppid=17692 vsize=807332 CPUtime=0
/proc/17702/task/17705/stat : 17705 (java) S 17692 17692 16584 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30275246 826707968 54110 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17702/tid=17706] ppid=17692 vsize=807332 CPUtime=0
/proc/17702/task/17706/stat : 17706 (java) S 17692 17692 16584 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 30275249 826707968 54110 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17702/tid=17707] ppid=17692 vsize=807332 CPUtime=0.14
/proc/17702/task/17707/stat : 17707 (java) S 17692 17692 16584 0 -1 64 400 0 0 0 14 0 0 0 16 0 8 0 30275249 826707968 54110 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17702/tid=17708] ppid=17692 vsize=807332 CPUtime=0
/proc/17702/task/17708/stat : 17708 (java) S 17692 17692 16584 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 30275249 826707968 54110 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17702/tid=17709] ppid=17692 vsize=807332 CPUtime=0
/proc/17702/task/17709/stat : 17709 (java) S 17692 17692 16584 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 30275249 826707968 54110 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 821056

[startup+25.6135 s]
/proc/loadavg: 2.36 2.02 1.48 4/96 17709
/proc/meminfo: memFree=1431320/2055920 swapFree=4192812/4192956
[pid=17692] ppid=17690 vsize=13724 CPUtime=0.04
/proc/17692/stat : 17692 (sugar) S 17690 17692 16584 0 -1 4194304 1188 0 0 0 3 1 0 0 15 0 1 0 30275160 14053376 808 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17692/statm: 3431 808 370 3 0 531 0
[pid=17694] ppid=17692 vsize=0 CPUtime=0.7
/proc/17694/stat : 17694 (java) Z 17692 17692 16584 0 -1 1036 7677 0 1 0 63 7 0 0 17 0 1 0 30275165 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/17694/statm: 0 0 0 0 0 0 0
[pid=17702] ppid=17692 vsize=807332 CPUtime=24.63
/proc/17702/stat : 17702 (java) R 17692 17692 16584 0 -1 0 55970 0 1 0 2427 36 0 0 25 0 8 0 30275242 826707968 54111 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17702/statm: 201833 54111 1507 14 0 189111 0
[pid=17702/tid=17703] ppid=17692 vsize=807332 CPUtime=9.41
/proc/17702/task/17703/stat : 17703 (java) R 17692 17692 16584 0 -1 64 48959 0 0 0 914 27 0 0 15 0 8 0 30275245 826707968 54111 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4155216465 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17702/tid=17704] ppid=17692 vsize=807332 CPUtime=0
/proc/17702/task/17704/stat : 17704 (java) S 17692 17692 16584 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30275246 826707968 54111 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17702/tid=17705] ppid=17692 vsize=807332 CPUtime=0
/proc/17702/task/17705/stat : 17705 (java) S 17692 17692 16584 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30275246 826707968 54111 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17702/tid=17706] ppid=17692 vsize=807332 CPUtime=0
/proc/17702/task/17706/stat : 17706 (java) S 17692 17692 16584 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 30275249 826707968 54111 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17702/tid=17707] ppid=17692 vsize=807332 CPUtime=0.15
/proc/17702/task/17707/stat : 17707 (java) S 17692 17692 16584 0 -1 64 400 0 0 0 15 0 0 0 16 0 8 0 30275249 826707968 54111 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17702/tid=17708] ppid=17692 vsize=807332 CPUtime=0
/proc/17702/task/17708/stat : 17708 (java) S 17692 17692 16584 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 30275249 826707968 54111 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17702/tid=17709] ppid=17692 vsize=807332 CPUtime=0
/proc/17702/task/17709/stat : 17709 (java) S 17692 17692 16584 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 30275249 826707968 54111 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.37
Current children cumulated vsize (KiB) 821056

[startup+51.2822 s]
/proc/loadavg: 2.29 2.03 1.50 4/96 17709
/proc/meminfo: memFree=1429912/2055920 swapFree=4192812/4192956
[pid=17692] ppid=17690 vsize=13724 CPUtime=0.04
/proc/17692/stat : 17692 (sugar) S 17690 17692 16584 0 -1 4194304 1188 0 0 0 3 1 0 0 15 0 1 0 30275160 14053376 808 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17692/statm: 3431 808 370 3 0 531 0
[pid=17694] ppid=17692 vsize=0 CPUtime=0.7
/proc/17694/stat : 17694 (java) Z 17692 17692 16584 0 -1 1036 7677 0 1 0 63 7 0 0 17 0 1 0 30275165 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/17694/statm: 0 0 0 0 0 0 0
[pid=17702] ppid=17692 vsize=807332 CPUtime=50.28
/proc/17702/stat : 17702 (java) R 17692 17692 16584 0 -1 0 57970 0 1 0 4982 46 0 0 25 0 8 0 30275242 826707968 54111 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4153380222 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17702/statm: 201833 54111 1507 14 0 189111 0
[pid=17702/tid=17703] ppid=17692 vsize=807332 CPUtime=19.88
/proc/17702/task/17703/stat : 17703 (java) S 17692 17692 16584 0 -1 64 50061 0 0 0 1954 34 0 0 16 0 8 0 30275245 826707968 54111 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17702/tid=17704] ppid=17692 vsize=807332 CPUtime=0
/proc/17702/task/17704/stat : 17704 (java) S 17692 17692 16584 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30275246 826707968 54111 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17702/tid=17705] ppid=17692 vsize=807332 CPUtime=0
/proc/17702/task/17705/stat : 17705 (java) S 17692 17692 16584 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30275246 826707968 54111 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17702/tid=17706] ppid=17692 vsize=807332 CPUtime=0
/proc/17702/task/17706/stat : 17706 (java) S 17692 17692 16584 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 30275249 826707968 54111 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17702/tid=17707] ppid=17692 vsize=807332 CPUtime=0.15

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

/proc/17710/stat : 17710 (minisat) R 17692 17692 16584 0 -1 0 40521 0 0 0 90403 45 0 0 25 0 1 0 30309108 163835904 39467 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/17710/statm: 39999 39467 52 112 0 39883 0
Current children cumulated CPU time (s) 1243.58
Current children cumulated vsize (KiB) 204984

[startup+1304.28 s]
/proc/loadavg: 2.00 2.00 1.87 3/95 17828
/proc/meminfo: memFree=1259032/2055920 swapFree=4192812/4192956
[pid=17692] ppid=17690 vsize=44988 CPUtime=338.4
/proc/17692/stat : 17692 (sugar) S 17690 17692 16584 0 -1 4194304 8966 170218 0 1 56 5 33594 185 16 0 1 0 30275160 46067712 8381 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17692/statm: 11247 8381 373 3 0 8347 0
[pid=17694] ppid=17692 vsize=0 CPUtime=0.7
/proc/17694/stat : 17694 (java) Z 17692 17692 16584 0 -1 1036 7677 0 1 0 63 7 0 0 17 0 1 0 30275165 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/17694/statm: 0 0 0 0 0 0 0
[pid=17710] ppid=17692 vsize=159996 CPUtime=964.33
/proc/17710/stat : 17710 (minisat) R 17692 17692 16584 0 -1 0 40521 0 0 0 96388 45 0 0 25 0 1 0 30309108 163835904 39467 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134527104 0 0 4096 3 0 0 0 17 1 0 0
/proc/17710/statm: 39999 39467 52 112 0 39883 0
Current children cumulated CPU time (s) 1303.43
Current children cumulated vsize (KiB) 204984

[startup+1364.28 s]
/proc/loadavg: 2.00 2.00 1.88 3/89 17908
/proc/meminfo: memFree=1251856/2055920 swapFree=4192812/4192956
[pid=17692] ppid=17690 vsize=44988 CPUtime=338.4
/proc/17692/stat : 17692 (sugar) S 17690 17692 16584 0 -1 4194304 8966 170218 0 1 56 5 33594 185 16 0 1 0 30275160 46067712 8381 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17692/statm: 11247 8381 373 3 0 8347 0
[pid=17694] ppid=17692 vsize=0 CPUtime=0.7
/proc/17694/stat : 17694 (java) Z 17692 17692 16584 0 -1 1036 7677 0 1 0 63 7 0 0 17 0 1 0 30275165 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/17694/statm: 0 0 0 0 0 0 0
[pid=17710] ppid=17692 vsize=163224 CPUtime=1024.25
/proc/17710/stat : 17710 (minisat) R 17692 17692 16584 0 -1 0 41342 0 0 0 102378 47 0 0 25 0 1 0 30309108 167141376 40288 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528379 0 0 4096 3 0 0 0 17 1 0 0
/proc/17710/statm: 40806 40288 52 112 0 40690 0
Current children cumulated CPU time (s) 1363.35
Current children cumulated vsize (KiB) 208212

[startup+1424.38 s]
/proc/loadavg: 2.00 2.00 1.88 3/89 17908
/proc/meminfo: memFree=1242064/2055920 swapFree=4192812/4192956
[pid=17692] ppid=17690 vsize=44988 CPUtime=338.4
/proc/17692/stat : 17692 (sugar) S 17690 17692 16584 0 -1 4194304 8966 170218 0 1 56 5 33594 185 16 0 1 0 30275160 46067712 8381 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17692/statm: 11247 8381 373 3 0 8347 0
[pid=17694] ppid=17692 vsize=0 CPUtime=0.7
/proc/17694/stat : 17694 (java) Z 17692 17692 16584 0 -1 1036 7677 0 1 0 63 7 0 0 17 0 1 0 30275165 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/17694/statm: 0 0 0 0 0 0 0
[pid=17710] ppid=17692 vsize=169168 CPUtime=1084.33
/proc/17710/stat : 17710 (minisat) R 17692 17692 16584 0 -1 0 42846 0 0 0 108384 49 0 0 25 0 1 0 30309108 173228032 41792 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528416 0 0 4096 3 0 0 0 17 1 0 0
/proc/17710/statm: 42292 41792 52 112 0 42176 0
Current children cumulated CPU time (s) 1423.43
Current children cumulated vsize (KiB) 214156

[startup+1484.39 s]
/proc/loadavg: 2.02 2.00 1.89 4/96 17972
/proc/meminfo: memFree=1212176/2055920 swapFree=4192812/4192956
[pid=17692] ppid=17690 vsize=44988 CPUtime=338.4
/proc/17692/stat : 17692 (sugar) S 17690 17692 16584 0 -1 4194304 8966 170218 0 1 56 5 33594 185 16 0 1 0 30275160 46067712 8381 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17692/statm: 11247 8381 373 3 0 8347 0
[pid=17694] ppid=17692 vsize=0 CPUtime=0.7
/proc/17694/stat : 17694 (java) Z 17692 17692 16584 0 -1 1036 7677 0 1 0 63 7 0 0 17 0 1 0 30275165 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/17694/statm: 0 0 0 0 0 0 0
[pid=17710] ppid=17692 vsize=174496 CPUtime=1143.94
/proc/17710/stat : 17710 (minisat) R 17692 17692 16584 0 -1 0 44130 0 0 0 114342 52 0 0 25 0 1 0 30309108 178683904 43076 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134527286 0 0 4096 3 0 0 0 17 0 0 0
/proc/17710/statm: 43624 43076 52 112 0 43508 0
Current children cumulated CPU time (s) 1483.04
Current children cumulated vsize (KiB) 219484

[startup+1544.41 s]
/proc/loadavg: 2.48 2.12 1.93 4/96 17972
/proc/meminfo: memFree=1178832/2055920 swapFree=4192812/4192956
[pid=17692] ppid=17690 vsize=44988 CPUtime=338.4
/proc/17692/stat : 17692 (sugar) S 17690 17692 16584 0 -1 4194304 8966 170218 0 1 56 5 33594 185 16 0 1 0 30275160 46067712 8381 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17692/statm: 11247 8381 373 3 0 8347 0
[pid=17694] ppid=17692 vsize=0 CPUtime=0.7
/proc/17694/stat : 17694 (java) Z 17692 17692 16584 0 -1 1036 7677 0 1 0 63 7 0 0 17 0 1 0 30275165 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/17694/statm: 0 0 0 0 0 0 0
[pid=17710] ppid=17692 vsize=178868 CPUtime=1203.38
/proc/17710/stat : 17710 (minisat) R 17692 17692 16584 0 -1 0 45216 0 0 0 120283 55 0 0 25 0 1 0 30309108 183160832 44162 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528729 0 0 4096 3 0 0 0 17 0 0 0
/proc/17710/statm: 44717 44162 52 112 0 44601 0
Current children cumulated CPU time (s) 1542.48
Current children cumulated vsize (KiB) 223856

[startup+1604.45 s]
/proc/loadavg: 2.60 2.22 1.98 4/96 17972
/proc/meminfo: memFree=1150224/2055920 swapFree=4192812/4192956
[pid=17692] ppid=17690 vsize=44988 CPUtime=338.4
/proc/17692/stat : 17692 (sugar) S 17690 17692 16584 0 -1 4194304 8966 170218 0 1 56 5 33594 185 16 0 1 0 30275160 46067712 8381 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17692/statm: 11247 8381 373 3 0 8347 0
[pid=17694] ppid=17692 vsize=0 CPUtime=0.7
/proc/17694/stat : 17694 (java) Z 17692 17692 16584 0 -1 1036 7677 0 1 0 63 7 0 0 17 0 1 0 30275165 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/17694/statm: 0 0 0 0 0 0 0
[pid=17710] ppid=17692 vsize=184708 CPUtime=1262.82
/proc/17710/stat : 17710 (minisat) R 17692 17692 16584 0 -1 0 46695 0 0 0 126225 57 0 0 25 0 1 0 30309108 189140992 45641 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134525036 0 0 4096 3 0 0 0 17 0 0 0
/proc/17710/statm: 46177 45641 52 112 0 46061 0
Current children cumulated CPU time (s) 1601.92
Current children cumulated vsize (KiB) 229696

[startup+1664.53 s]
/proc/loadavg: 2.75 2.33 2.03 4/96 17972
/proc/meminfo: memFree=1113680/2055920 swapFree=4192812/4192956
[pid=17692] ppid=17690 vsize=44988 CPUtime=338.4
/proc/17692/stat : 17692 (sugar) S 17690 17692 16584 0 -1 4194304 8966 170218 0 1 56 5 33594 185 16 0 1 0 30275160 46067712 8381 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17692/statm: 11247 8381 373 3 0 8347 0
[pid=17694] ppid=17692 vsize=0 CPUtime=0.7
/proc/17694/stat : 17694 (java) Z 17692 17692 16584 0 -1 1036 7677 0 1 0 63 7 0 0 17 0 1 0 30275165 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/17694/statm: 0 0 0 0 0 0 0
[pid=17710] ppid=17692 vsize=191164 CPUtime=1322.32
/proc/17710/stat : 17710 (minisat) R 17692 17692 16584 0 -1 0 48322 0 0 0 132172 60 0 0 25 0 1 0 30309108 195751936 47268 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134525748 0 0 4096 3 0 0 0 17 0 0 0
/proc/17710/statm: 47791 47268 52 112 0 47675 0
Current children cumulated CPU time (s) 1661.42
Current children cumulated vsize (KiB) 236152

[startup+1724.59 s]
/proc/loadavg: 2.79 2.42 2.08 4/96 17972
/proc/meminfo: memFree=1103760/2055920 swapFree=4192812/4192956
[pid=17692] ppid=17690 vsize=44988 CPUtime=338.4
/proc/17692/stat : 17692 (sugar) S 17690 17692 16584 0 -1 4194304 8966 170218 0 1 56 5 33594 185 16 0 1 0 30275160 46067712 8381 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17692/statm: 11247 8381 373 3 0 8347 0
[pid=17694] ppid=17692 vsize=0 CPUtime=0.7
/proc/17694/stat : 17694 (java) Z 17692 17692 16584 0 -1 1036 7677 0 1 0 63 7 0 0 17 0 1 0 30275165 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/17694/statm: 0 0 0 0 0 0 0
[pid=17710] ppid=17692 vsize=197124 CPUtime=1381.81
/proc/17710/stat : 17710 (minisat) R 17692 17692 16584 0 -1 0 49823 0 0 0 138119 62 0 0 25 0 1 0 30309108 201854976 48769 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134525982 0 0 4096 3 0 0 0 17 0 0 0
/proc/17710/statm: 49281 48769 52 112 0 49165 0
Current children cumulated CPU time (s) 1720.91
Current children cumulated vsize (KiB) 242112

[startup+1784.64 s]
/proc/loadavg: 2.82 2.49 2.12 3/96 17972
/proc/meminfo: memFree=1078160/2055920 swapFree=4192812/4192956
[pid=17692] ppid=17690 vsize=44988 CPUtime=338.4
/proc/17692/stat : 17692 (sugar) S 17690 17692 16584 0 -1 4194304 8966 170218 0 1 56 5 33594 185 16 0 1 0 30275160 46067712 8381 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17692/statm: 11247 8381 373 3 0 8347 0
[pid=17694] ppid=17692 vsize=0 CPUtime=0.7
/proc/17694/stat : 17694 (java) Z 17692 17692 16584 0 -1 1036 7677 0 1 0 63 7 0 0 17 0 1 0 30275165 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/17694/statm: 0 0 0 0 0 0 0
[pid=17710] ppid=17692 vsize=201764 CPUtime=1441.25
/proc/17710/stat : 17710 (minisat) R 17692 17692 16584 0 -1 0 50974 0 0 0 144062 63 0 0 25 0 1 0 30309108 206606336 49920 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/17710/statm: 50441 49920 52 112 0 50325 0
Current children cumulated CPU time (s) 1780.35
Current children cumulated vsize (KiB) 246752



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1804.53 s]
/proc/loadavg: 2.80 2.51 2.13 3/96 17972
/proc/meminfo: memFree=1062352/2055920 swapFree=4192812/4192956
[pid=17692] ppid=17690 vsize=44988 CPUtime=338.4
/proc/17692/stat : 17692 (sugar) S 17690 17692 16584 0 -1 4194304 8966 170218 0 1 56 5 33594 185 16 0 1 0 30275160 46067712 8381 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17692/statm: 11247 8381 373 3 0 8347 0
[pid=17694] ppid=17692 vsize=0 CPUtime=0.7
/proc/17694/stat : 17694 (java) Z 17692 17692 16584 0 -1 1036 7677 0 1 0 63 7 0 0 17 0 1 0 30275165 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/17694/statm: 0 0 0 0 0 0 0
[pid=17710] ppid=17692 vsize=203048 CPUtime=1460.96
/proc/17710/stat : 17710 (minisat) R 17692 17692 16584 0 -1 0 51317 0 0 0 146032 64 0 0 25 0 1 0 30309108 207921152 50263 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/17710/statm: 50762 50263 52 112 0 50646 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 248036

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

Child status: 1

!!! problem with CPU time !!!
wait4(...,&childrusage) returns 17692 and gives childrusage.ru_utime.tv_sec=336 childrusage.ru_utime.tv_usec=509842 childrusage.ru_stime.tv_sec=1 childrusage.ru_stime.tv_usec=955702
CPU time returned by wait4() is 338.466
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): 1805.6
CPU time (s): 1800.1
CPU user time (s): 1797.45
CPU system time (s): 2.65
CPU usage (%): 99.6956
Max. virtual memory (cumulated for all children) (KiB): 822564

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 336.51
system time used= 1.9557
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 179270
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= 51109
involuntary context switches= 51126

runsolver used 2.06469 s user time and 5.46517 s system time

The end

Launcher Data (download as text)

Begin job on node22 on Mon Jan 29 20:40:12 UTC 2007


IDJOB= 224245
IDBENCH= 5728
IDSOLVER= 86
FILE ID= node22/224245-1170103212

PBS_JOBID= 3689708

Free space on /tmp= 66481 MiB

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

META MD5SUM SOLVER= 0a27e717dfe98d83d9802fe0eea45073
MD5SUM BENCH=  e1252c26db7b7136c0c9700c56b069a5

RANDOM SEED= 194431561

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.235
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.235
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:       1650552 kB
Buffers:         13440 kB
Cached:         152676 kB
SwapCached:        144 kB
Active:         310148 kB
Inactive:        45676 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1650552 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1216 kB
Writeback:           0 kB
Mapped:         209336 kB
Slab:            34380 kB
Committed_AS:   436612 kB
PageTables:       2284 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= 66553 MiB



End job on node22 on Mon Jan 29 21:10:18 UTC 2007