Trace number 223963

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.08 1816.88

General information on the benchmark

Nametightness/tightness0.5/
rand-2-40-25-180-500-35_ext.xml
MD5SUM64424270487e5cc63c69f5d68da22728
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 benchmark1.87671
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/223963-1170102871/sugar-v0-40.jar)
0.05	
0.05	c # MAIN  BEGIN : /tmp/evaluation/223963-1170102871/unknown.xml [Mon Jan 29 21:34:31 2007]
0.05	c # CONVERT_XML  BEGIN : /tmp/evaluation/223963-1170102871/unknown.xml /tmp/evaluation/223963-1170102871/sugar31129.csp [Mon Jan 29 21:34:31 2007]
0.05	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/223963-1170102871/sugar-v0-40.jar -convert /tmp/evaluation/223963-1170102871/unknown.xml /tmp/evaluation/223963-1170102871/sugar31129.csp
0.17	c BEGIN convert /tmp/evaluation/223963-1170102871/unknown.xml
0.77	c END convert (0.59192 seconds)
0.81	c # CONVERT_XML  END : /tmp/evaluation/223963-1170102871/sugar31129.csp 1723757 bytes (1 seconds) [Mon Jan 29 21:34:32 2007]
0.81	c # CONVERT_XML  CPU : 0 = 0 + 0 + 0 + 0
0.81	
0.81	c # GENERATE_SAT  BEGIN : /tmp/evaluation/223963-1170102871/sugar31129.bcnf [Mon Jan 29 21:34:32 2007]
0.81	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/223963-1170102871/sugar-v0-40.jar -bcnf -map /tmp/evaluation/223963-1170102871/sugar31129.map /tmp/evaluation/223963-1170102871/sugar31129.csp /tmp/evaluation/223963-1170102871/sugar31129.bcnf
0.93	c BEGIN parse /tmp/evaluation/223963-1170102871/sugar31129.csp
390.47	c END parse (389.530953 seconds)
390.47	c BEGIN simplify
391.67	c END simplify (1.202926 seconds)
391.67	c BEGIN encode /tmp/evaluation/223963-1170102871/sugar31129.bcnf
401.00	c END encode (9.332368 seconds)
401.74	c # GENERATE_SAT  END : 59380 variables 167764 clauses 87460280 bytes (401 seconds) [Mon Jan 29 21:41:13 2007]
401.74	c # GENERATE_SAT  CPU : 396.61 = 0.56 + 0.06 + 393.73 + 2.26
401.74	
401.74	c # SOLVE_SAT  BEGIN : /tmp/evaluation/223963-1170102871/sugar31129.bcnf [Mon Jan 29 21:41:13 2007]
401.74	c # CMD : /tmp/evaluation/223963-1170102871/minisat /tmp/evaluation/223963-1170102871/sugar31129.bcnf /tmp/evaluation/223963-1170102871/sugar31129.out
403.72	c ==================================[MINISAT]===================================
403.72	c | Conflicts |     ORIGINAL     |              LEARNT              | Progress |
403.72	c |           | Clauses Literals |   Limit Clauses Literals  Lit/Cl |          |
403.72	c ==============================================================================
403.72	c |         0 |  167764 21697260 |   55921       0        0     nan |  0.000 % |
403.88	c |       100 |  167769 21697260 |   61513      95     4561    48.0 |  0.000 % |
404.13	c |       250 |  167770 21697260 |   67664     244     9108    37.3 |  0.000 % |
404.54	c |       476 |  167771 21697260 |   74430     469    29373    62.6 |  0.000 % |
405.03	c |       813 |  167775 21697260 |   81873     802    48563    60.6 |  0.000 % |
406.06	c |      1320 |  167777 21697260 |   90061    1307    80089    61.3 |  0.000 % |
407.45	c |      2080 |  167785 21697260 |   99067    2059   124679    60.6 |  0.000 % |
410.05	c |      3221 |  167791 21697260 |  108974    3194   238498    74.7 |  0.000 % |
414.32	c |      4929 |  167803 21697260 |  119871    4890   393471    80.5 |  0.000 % |
421.76	c |      7491 |  167803 21697260 |  131858    7452   655815    88.0 |  0.000 % |
430.56	c |     11336 |  167808 21697260 |  145044   11292   969856    85.9 |  0.000 % |
447.83	c |     17103 |  167813 21697260 |  159549   17054  1598894    93.8 |  0.000 % |
476.56	c |     25752 |  167826 21697260 |  175504   25690  2626634   102.2 |  0.000 % |
526.61	c |     38727 |  167833 21697260 |  193054   38658  4109401   106.3 |  0.000 % |
602.74	c |     58190 |  167856 21697260 |  212359   58098  6443000   110.9 |  0.000 % |
763.21	c |     87383 |  167869 21697260 |  233595   87278 10783208   123.6 |  0.000 % |
1055.51	c |    131173 |  167890 21697260 |  256955  131047 18089784   138.0 |  0.000 % |
1490.00	c |    196858 |  167563 21693577 |  282651   71923  8102816   112.7 |  0.325 % |
1815.81	
1815.81	s UNKNOWN
1815.81	c # INTERRUPTED
1815.81	c # MAIN  END :  (1816 seconds) [Mon Jan 29 22:04:47 2007]
1815.81	c # MAIN  CPU : 396.61 = 0.56 + 0.06 + 393.73 + 2.26
1815.81	

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/node2/watcher-223963-1170102871 -o ROOT/results/node2/solver-223963-1170102871 -C 1800 -M 900 /tmp/evaluation/223963-1170102871/solver /tmp/evaluation/223963-1170102871 /tmp/evaluation/223963-1170102871/unknown.xml 

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

/proc/loadavg: 1.92 2.03 2.06 3/94 31130
/proc/meminfo: memFree=1328272/2055920 swapFree=4192812/4192956
[pid=31129] ppid=31127 vsize=880 CPUtime=0
/proc/31129/stat : 31129 (solver) R 31127 31129 31064 0 -1 4194304 36 0 0 0 0 0 0 0 20 0 1 0 30242076 901120 20 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 206378670400 0 0 4096 0 0 0 0 17 1 0 0
/proc/31129/statm: 220 20 13 169 0 8 0

[startup+0.102866 s]
/proc/loadavg: 1.92 2.03 2.06 3/94 31130
/proc/meminfo: memFree=1328272/2055920 swapFree=4192812/4192956
[pid=31129] ppid=31127 vsize=13724 CPUtime=0.03
/proc/31129/stat : 31129 (sugar) S 31127 31129 31064 0 -1 4194304 1112 0 0 0 3 0 0 0 20 0 1 0 30242076 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31129/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13724

[startup+0.512909 s]
/proc/loadavg: 1.92 2.03 2.06 3/94 31130
/proc/meminfo: memFree=1328272/2055920 swapFree=4192812/4192956
[pid=31129] ppid=31127 vsize=13724 CPUtime=0.03
/proc/31129/stat : 31129 (sugar) S 31127 31129 31064 0 -1 4194304 1121 0 0 0 3 0 0 0 16 0 1 0 30242076 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31129/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13724

[startup+1.34101 s]
/proc/loadavg: 2.01 2.04 2.07 3/103 31146
/proc/meminfo: memFree=1292040/2055920 swapFree=4192812/4192956
[pid=31129] ppid=31127 vsize=13724 CPUtime=0.03
/proc/31129/stat : 31129 (sugar) S 31127 31129 31064 0 -1 4194304 1188 0 0 0 3 0 0 0 16 0 1 0 30242076 14053376 808 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31129/statm: 3431 808 370 3 0 531 0
[pid=31131] ppid=31129 vsize=0 CPUtime=0.7
/proc/31131/stat : 31131 (java) Z 31129 31129 31064 0 -1 1036 7675 0 1 0 63 7 0 0 17 0 1 0 30242082 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/31131/statm: 0 0 0 0 0 0 0
[pid=31139] ppid=31129 vsize=807064 CPUtime=0.51
/proc/31139/stat : 31139 (java) R 31129 31129 31064 0 -1 0 7368 0 1 0 47 4 0 0 22 0 8 0 30242158 826433536 7117 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073489741 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/31139/statm: 201766 7117 1494 14 0 189044 0
[pid=31139/tid=31140] ppid=31129 vsize=807064 CPUtime=0.04
/proc/31139/task/31140/stat : 31140 (java) S 31129 31129 31064 0 -1 64 1315 0 0 0 4 0 0 0 16 0 8 0 30242161 826433536 7117 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=31139/tid=31141] ppid=31129 vsize=807064 CPUtime=0
/proc/31139/task/31141/stat : 31141 (java) S 31129 31129 31064 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30242162 826433536 7117 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31139/tid=31142] ppid=31129 vsize=807064 CPUtime=0
/proc/31139/task/31142/stat : 31142 (java) S 31129 31129 31064 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30242162 826433536 7117 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31139/tid=31143] ppid=31129 vsize=807064 CPUtime=0
/proc/31139/task/31143/stat : 31143 (java) S 31129 31129 31064 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 30242165 826433536 7117 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31139/tid=31144] ppid=31129 vsize=807064 CPUtime=0.05
/proc/31139/task/31144/stat : 31144 (java) S 31129 31129 31064 0 -1 64 292 0 0 0 5 0 0 0 16 0 8 0 30242165 826433536 7117 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31139/tid=31145] ppid=31129 vsize=807064 CPUtime=0
/proc/31139/task/31145/stat : 31145 (java) S 31129 31129 31064 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 30242165 826433536 7117 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31139/tid=31146] ppid=31129 vsize=807064 CPUtime=0
/proc/31139/task/31146/stat : 31146 (java) S 31129 31129 31064 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 30242165 826433536 7117 18446744073709551615 134512640 134570532 4294956480 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.98718 s]
/proc/loadavg: 2.01 2.04 2.07 3/103 31146
/proc/meminfo: memFree=1287560/2055920 swapFree=4192812/4192956
[pid=31129] ppid=31127 vsize=13724 CPUtime=0.03
/proc/31129/stat : 31129 (sugar) S 31127 31129 31064 0 -1 4194304 1188 0 0 0 3 0 0 0 16 0 1 0 30242076 14053376 808 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31129/statm: 3431 808 370 3 0 531 0
[pid=31131] ppid=31129 vsize=0 CPUtime=0.7
/proc/31131/stat : 31131 (java) Z 31129 31129 31064 0 -1 1036 7675 0 1 0 63 7 0 0 17 0 1 0 30242082 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/31131/statm: 0 0 0 0 0 0 0
[pid=31139] ppid=31129 vsize=807064 CPUtime=2.13
/proc/31139/stat : 31139 (java) R 31129 31129 31064 0 -1 0 13647 0 1 0 204 9 0 0 25 0 8 0 30242158 826433536 13381 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/31139/statm: 201766 13381 1494 14 0 189044 0
[pid=31139/tid=31140] ppid=31129 vsize=807064 CPUtime=0.57
/proc/31139/task/31140/stat : 31140 (java) R 31129 31129 31064 0 -1 64 7579 0 0 0 52 5 0 0 16 0 8 0 30242161 826433536 13381 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4153827336 0 0 0 23759 0 0 0 -1 1 0 0
[pid=31139/tid=31141] ppid=31129 vsize=807064 CPUtime=0
/proc/31139/task/31141/stat : 31141 (java) S 31129 31129 31064 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30242162 826433536 13381 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31139/tid=31142] ppid=31129 vsize=807064 CPUtime=0
/proc/31139/task/31142/stat : 31142 (java) S 31129 31129 31064 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30242162 826433536 13381 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31139/tid=31143] ppid=31129 vsize=807064 CPUtime=0
/proc/31139/task/31143/stat : 31143 (java) S 31129 31129 31064 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 30242165 826433536 13381 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31139/tid=31144] ppid=31129 vsize=807064 CPUtime=0.05
/proc/31139/task/31144/stat : 31144 (java) S 31129 31129 31064 0 -1 64 292 0 0 0 5 0 0 0 17 0 8 0 30242165 826433536 13381 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31139/tid=31145] ppid=31129 vsize=807064 CPUtime=0
/proc/31139/task/31145/stat : 31145 (java) S 31129 31129 31064 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 30242165 826433536 13381 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31139/tid=31146] ppid=31129 vsize=807064 CPUtime=0
/proc/31139/task/31146/stat : 31146 (java) S 31129 31129 31064 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 30242165 826433536 13381 18446744073709551615 134512640 134570532 4294956480 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.19851 s]
/proc/loadavg: 2.09 2.06 2.07 5/103 31146
/proc/meminfo: memFree=1189256/2055920 swapFree=4192812/4192956
[pid=31129] ppid=31127 vsize=13724 CPUtime=0.03
/proc/31129/stat : 31129 (sugar) S 31127 31129 31064 0 -1 4194304 1188 0 0 0 3 0 0 0 16 0 1 0 30242076 14053376 808 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31129/statm: 3431 808 370 3 0 531 0
[pid=31131] ppid=31129 vsize=0 CPUtime=0.7
/proc/31131/stat : 31131 (java) Z 31129 31129 31064 0 -1 1036 7675 0 1 0 63 7 0 0 17 0 1 0 30242082 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/31131/statm: 0 0 0 0 0 0 0
[pid=31139] ppid=31129 vsize=807332 CPUtime=5.3
/proc/31139/stat : 31139 (java) R 31129 31129 31064 0 -1 0 36935 0 1 0 507 23 0 0 25 0 8 0 30242158 826707968 36573 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073332702 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/31139/statm: 201833 36573 1506 14 0 189111 0
[pid=31139/tid=31140] ppid=31129 vsize=807332 CPUtime=1.66
/proc/31139/task/31140/stat : 31140 (java) S 31129 31129 31064 0 -1 64 30643 0 0 0 148 18 0 0 16 0 8 0 30242161 826707968 36573 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=31139/tid=31141] ppid=31129 vsize=807332 CPUtime=0
/proc/31139/task/31141/stat : 31141 (java) S 31129 31129 31064 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30242162 826707968 36573 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31139/tid=31142] ppid=31129 vsize=807332 CPUtime=0
/proc/31139/task/31142/stat : 31142 (java) S 31129 31129 31064 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30242162 826707968 36573 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31139/tid=31143] ppid=31129 vsize=807332 CPUtime=0
/proc/31139/task/31143/stat : 31143 (java) S 31129 31129 31064 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 30242165 826707968 36573 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31139/tid=31144] ppid=31129 vsize=807332 CPUtime=0.12
/proc/31139/task/31144/stat : 31144 (java) S 31129 31129 31064 0 -1 64 385 0 0 0 12 0 0 0 16 0 8 0 30242165 826707968 36573 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31139/tid=31145] ppid=31129 vsize=807332 CPUtime=0
/proc/31139/task/31145/stat : 31145 (java) S 31129 31129 31064 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 30242165 826707968 36573 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31139/tid=31146] ppid=31129 vsize=807332 CPUtime=0
/proc/31139/task/31146/stat : 31146 (java) S 31129 31129 31064 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 30242165 826707968 36573 18446744073709551615 134512640 134570532 4294956480 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) 821056

[startup+12.6762 s]
/proc/loadavg: 2.16 2.08 2.08 4/103 31146
/proc/meminfo: memFree=1113480/2055920 swapFree=4192812/4192956
[pid=31129] ppid=31127 vsize=13724 CPUtime=0.03
/proc/31129/stat : 31129 (sugar) S 31127 31129 31064 0 -1 4194304 1188 0 0 0 3 0 0 0 16 0 1 0 30242076 14053376 808 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31129/statm: 3431 808 370 3 0 531 0
[pid=31131] ppid=31129 vsize=0 CPUtime=0.7
/proc/31131/stat : 31131 (java) Z 31129 31129 31064 0 -1 1036 7675 0 1 0 63 7 0 0 17 0 1 0 30242082 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/31131/statm: 0 0 0 0 0 0 0
[pid=31139] ppid=31129 vsize=807332 CPUtime=11.69
/proc/31139/stat : 31139 (java) R 31129 31129 31064 0 -1 0 54902 0 1 0 1135 34 0 0 25 0 8 0 30242158 826707968 54111 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4153380222 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/31139/statm: 201833 54111 1507 14 0 189111 0
[pid=31139/tid=31140] ppid=31129 vsize=807332 CPUtime=3.98
/proc/31139/task/31140/stat : 31140 (java) S 31129 31129 31064 0 -1 64 48389 0 0 0 370 28 0 0 16 0 8 0 30242161 826707968 54111 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=31139/tid=31141] ppid=31129 vsize=807332 CPUtime=0
/proc/31139/task/31141/stat : 31141 (java) S 31129 31129 31064 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30242162 826707968 54111 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31139/tid=31142] ppid=31129 vsize=807332 CPUtime=0
/proc/31139/task/31142/stat : 31142 (java) S 31129 31129 31064 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30242162 826707968 54111 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31139/tid=31143] ppid=31129 vsize=807332 CPUtime=0
/proc/31139/task/31143/stat : 31143 (java) S 31129 31129 31064 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 30242165 826707968 54111 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31139/tid=31144] ppid=31129 vsize=807332 CPUtime=0.15
/proc/31139/task/31144/stat : 31144 (java) S 31129 31129 31064 0 -1 64 400 0 0 0 15 0 0 0 16 0 8 0 30242165 826707968 54111 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31139/tid=31145] ppid=31129 vsize=807332 CPUtime=0
/proc/31139/task/31145/stat : 31145 (java) S 31129 31129 31064 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 30242165 826707968 54111 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31139/tid=31146] ppid=31129 vsize=807332 CPUtime=0
/proc/31139/task/31146/stat : 31146 (java) S 31129 31129 31064 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 30242165 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) 12.42
Current children cumulated vsize (KiB) 821056

[startup+25.4795 s]
/proc/loadavg: 2.43 2.14 2.10 4/103 31146
/proc/meminfo: memFree=1106760/2055920 swapFree=4192812/4192956
[pid=31129] ppid=31127 vsize=13724 CPUtime=0.03
/proc/31129/stat : 31129 (sugar) S 31127 31129 31064 0 -1 4194304 1188 0 0 0 3 0 0 0 16 0 1 0 30242076 14053376 808 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31129/statm: 3431 808 370 3 0 531 0
[pid=31131] ppid=31129 vsize=0 CPUtime=0.7
/proc/31131/stat : 31131 (java) Z 31129 31129 31064 0 -1 1036 7675 0 1 0 63 7 0 0 17 0 1 0 30242082 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/31131/statm: 0 0 0 0 0 0 0
[pid=31139] ppid=31129 vsize=807332 CPUtime=24.35
/proc/31139/stat : 31139 (java) R 31129 31129 31064 0 -1 0 55690 0 1 0 2394 41 0 0 25 0 8 0 30242158 826707968 54111 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073594062 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/31139/statm: 201833 54111 1507 14 0 189111 0
[pid=31139/tid=31140] ppid=31129 vsize=807332 CPUtime=8.85
/proc/31139/task/31140/stat : 31140 (java) S 31129 31129 31064 0 -1 64 48787 0 0 0 853 32 0 0 16 0 8 0 30242161 826707968 54111 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=31139/tid=31141] ppid=31129 vsize=807332 CPUtime=0
/proc/31139/task/31141/stat : 31141 (java) S 31129 31129 31064 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30242162 826707968 54111 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31139/tid=31142] ppid=31129 vsize=807332 CPUtime=0
/proc/31139/task/31142/stat : 31142 (java) S 31129 31129 31064 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30242162 826707968 54111 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31139/tid=31143] ppid=31129 vsize=807332 CPUtime=0
/proc/31139/task/31143/stat : 31143 (java) S 31129 31129 31064 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 30242165 826707968 54111 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31139/tid=31144] ppid=31129 vsize=807332 CPUtime=0.16
/proc/31139/task/31144/stat : 31144 (java) S 31129 31129 31064 0 -1 64 400 0 0 0 16 0 0 0 17 0 8 0 30242165 826707968 54111 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31139/tid=31145] ppid=31129 vsize=807332 CPUtime=0
/proc/31139/task/31145/stat : 31145 (java) S 31129 31129 31064 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 30242165 826707968 54111 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31139/tid=31146] ppid=31129 vsize=807332 CPUtime=0
/proc/31139/task/31146/stat : 31146 (java) S 31129 31129 31064 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 30242165 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.08
Current children cumulated vsize (KiB) 821056

[startup+51.1122 s]
/proc/loadavg: 2.68 2.22 2.13 4/103 31146
/proc/meminfo: memFree=1113480/2055920 swapFree=4192812/4192956
[pid=31129] ppid=31127 vsize=13724 CPUtime=0.03
/proc/31129/stat : 31129 (sugar) S 31127 31129 31064 0 -1 4194304 1188 0 0 0 3 0 0 0 16 0 1 0 30242076 14053376 808 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31129/statm: 3431 808 370 3 0 531 0
[pid=31131] ppid=31129 vsize=0 CPUtime=0.7
/proc/31131/stat : 31131 (java) Z 31129 31129 31064 0 -1 1036 7675 0 1 0 63 7 0 0 17 0 1 0 30242082 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/31131/statm: 0 0 0 0 0 0 0
[pid=31139] ppid=31129 vsize=807332 CPUtime=49.65
/proc/31139/stat : 31139 (java) R 31129 31129 31064 0 -1 0 57214 0 1 0 4913 52 0 0 25 0 8 0 30242158 826707968 54111 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/31139/statm: 201833 54111 1507 14 0 189111 0
[pid=31139/tid=31140] ppid=31129 vsize=807332 CPUtime=18.74
/proc/31139/task/31140/stat : 31140 (java) S 31129 31129 31064 0 -1 64 49538 0 0 0 1834 40 0 0 15 0 8 0 30242161 826707968 54111 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=31139/tid=31141] ppid=31129 vsize=807332 CPUtime=0
/proc/31139/task/31141/stat : 31141 (java) S 31129 31129 31064 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30242162 826707968 54111 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31139/tid=31142] ppid=31129 vsize=807332 CPUtime=0
/proc/31139/task/31142/stat : 31142 (java) S 31129 31129 31064 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30242162 826707968 54111 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31139/tid=31143] ppid=31129 vsize=807332 CPUtime=0
/proc/31139/task/31143/stat : 31143 (java) S 31129 31129 31064 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 30242165 826707968 54111 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31139/tid=31144] ppid=31129 vsize=807332 CPUtime=0.16

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

/proc/31149/stat : 31149 (minisat) R 31129 31129 31064 0 -1 0 47032 0 0 0 83321 58 0 0 25 0 1 0 30282251 190398464 45979 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134527117 0 0 4096 3 0 0 0 17 0 0 0
/proc/31149/statm: 46484 45979 52 112 0 46368 0
Current children cumulated CPU time (s) 1231.13
Current children cumulated vsize (KiB) 231452

[startup+1303.49 s]
/proc/loadavg: 2.80 2.49 2.38 4/96 31215
/proc/meminfo: memFree=1327872/2055920 swapFree=4192812/4192956
[pid=31129] ppid=31127 vsize=45516 CPUtime=396.64
/proc/31129/stat : 31129 (sugar) S 31127 31129 31064 0 -1 4194304 9109 170993 0 1 59 6 39373 226 16 0 1 0 30242076 46608384 8524 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31129/statm: 11379 8524 373 3 0 8479 0
[pid=31131] ppid=31129 vsize=0 CPUtime=0.7
/proc/31131/stat : 31131 (java) Z 31129 31129 31064 0 -1 1036 7675 0 1 0 63 7 0 0 17 0 1 0 30242082 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/31131/statm: 0 0 0 0 0 0 0
[pid=31149] ppid=31129 vsize=191128 CPUtime=893.44
/proc/31149/stat : 31149 (minisat) R 31129 31129 31064 0 -1 0 48318 0 0 0 89285 59 0 0 25 0 1 0 30282251 195715072 47265 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528535 0 0 4096 3 0 0 0 17 1 0 0
/proc/31149/statm: 47782 47265 52 112 0 47666 0
Current children cumulated CPU time (s) 1290.78
Current children cumulated vsize (KiB) 236644

[startup+1363.53 s]
/proc/loadavg: 2.68 2.52 2.40 4/96 31215
/proc/meminfo: memFree=1311040/2055920 swapFree=4192812/4192956
[pid=31129] ppid=31127 vsize=45516 CPUtime=396.64
/proc/31129/stat : 31129 (sugar) S 31127 31129 31064 0 -1 4194304 9109 170993 0 1 59 6 39373 226 16 0 1 0 30242076 46608384 8524 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31129/statm: 11379 8524 373 3 0 8479 0
[pid=31131] ppid=31129 vsize=0 CPUtime=0.7
/proc/31131/stat : 31131 (java) Z 31129 31129 31064 0 -1 1036 7675 0 1 0 63 7 0 0 17 0 1 0 30242082 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/31131/statm: 0 0 0 0 0 0 0
[pid=31149] ppid=31129 vsize=195600 CPUtime=953.2
/proc/31149/stat : 31149 (minisat) R 31129 31129 31064 0 -1 0 49432 0 0 0 95260 60 0 0 25 0 1 0 30282251 200294400 48379 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528535 0 0 4096 3 0 0 0 17 1 0 0
/proc/31149/statm: 48900 48379 52 112 0 48784 0
Current children cumulated CPU time (s) 1350.54
Current children cumulated vsize (KiB) 241116

[startup+1423.56 s]
/proc/loadavg: 2.69 2.54 2.41 5/96 31215
/proc/meminfo: memFree=1289088/2055920 swapFree=4192812/4192956
[pid=31129] ppid=31127 vsize=45516 CPUtime=396.64
/proc/31129/stat : 31129 (sugar) S 31127 31129 31064 0 -1 4194304 9109 170993 0 1 59 6 39373 226 16 0 1 0 30242076 46608384 8524 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31129/statm: 11379 8524 373 3 0 8479 0
[pid=31131] ppid=31129 vsize=0 CPUtime=0.7
/proc/31131/stat : 31131 (java) Z 31129 31129 31064 0 -1 1036 7675 0 1 0 63 7 0 0 17 0 1 0 30242082 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/31131/statm: 0 0 0 0 0 0 0
[pid=31149] ppid=31129 vsize=198300 CPUtime=1012.95
/proc/31149/stat : 31149 (minisat) R 31129 31129 31064 0 -1 0 50105 0 0 0 101234 61 0 0 25 0 1 0 30282251 203059200 49052 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/31149/statm: 49575 49052 52 112 0 49459 0
Current children cumulated CPU time (s) 1410.29
Current children cumulated vsize (KiB) 243816

[startup+1483.59 s]
/proc/loadavg: 2.88 2.62 2.45 4/96 31215
/proc/meminfo: memFree=1258880/2055920 swapFree=4192812/4192956
[pid=31129] ppid=31127 vsize=45516 CPUtime=396.64
/proc/31129/stat : 31129 (sugar) S 31127 31129 31064 0 -1 4194304 9109 170993 0 1 59 6 39373 226 16 0 1 0 30242076 46608384 8524 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31129/statm: 11379 8524 373 3 0 8479 0
[pid=31131] ppid=31129 vsize=0 CPUtime=0.7
/proc/31131/stat : 31131 (java) Z 31129 31129 31064 0 -1 1036 7675 0 1 0 63 7 0 0 17 0 1 0 30242082 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/31131/statm: 0 0 0 0 0 0 0
[pid=31149] ppid=31129 vsize=198300 CPUtime=1072.71
/proc/31149/stat : 31149 (minisat) R 31129 31129 31064 0 -1 0 50105 0 0 0 107209 62 0 0 25 0 1 0 30282251 203059200 49052 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/31149/statm: 49575 49052 52 112 0 49459 0
Current children cumulated CPU time (s) 1470.05
Current children cumulated vsize (KiB) 243816

[startup+1543.61 s]
/proc/loadavg: 2.58 2.58 2.44 4/96 31215
/proc/meminfo: memFree=1246080/2055920 swapFree=4192812/4192956
[pid=31129] ppid=31127 vsize=45516 CPUtime=396.64
/proc/31129/stat : 31129 (sugar) S 31127 31129 31064 0 -1 4194304 9109 170993 0 1 59 6 39373 226 16 0 1 0 30242076 46608384 8524 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31129/statm: 11379 8524 373 3 0 8479 0
[pid=31131] ppid=31129 vsize=0 CPUtime=0.7
/proc/31131/stat : 31131 (java) Z 31129 31129 31064 0 -1 1036 7675 0 1 0 63 7 0 0 17 0 1 0 30242082 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/31131/statm: 0 0 0 0 0 0 0
[pid=31149] ppid=31129 vsize=198300 CPUtime=1132.5
/proc/31149/stat : 31149 (minisat) R 31129 31129 31064 0 -1 0 50105 0 0 0 113188 62 0 0 25 0 1 0 30282251 203059200 49052 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528556 0 0 4096 3 0 0 0 17 1 0 0
/proc/31149/statm: 49575 49052 52 112 0 49459 0
Current children cumulated CPU time (s) 1529.84
Current children cumulated vsize (KiB) 243816

[startup+1603.65 s]
/proc/loadavg: 2.73 2.61 2.46 6/102 31289
/proc/meminfo: memFree=1226800/2055920 swapFree=4192812/4192956
[pid=31129] ppid=31127 vsize=45516 CPUtime=396.64
/proc/31129/stat : 31129 (sugar) S 31127 31129 31064 0 -1 4194304 9109 170993 0 1 59 6 39373 226 16 0 1 0 30242076 46608384 8524 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31129/statm: 11379 8524 373 3 0 8479 0
[pid=31131] ppid=31129 vsize=0 CPUtime=0.7
/proc/31131/stat : 31131 (java) Z 31129 31129 31064 0 -1 1036 7675 0 1 0 63 7 0 0 17 0 1 0 30242082 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/31131/statm: 0 0 0 0 0 0 0
[pid=31149] ppid=31129 vsize=198300 CPUtime=1192.16
/proc/31149/stat : 31149 (minisat) R 31129 31129 31064 0 -1 0 50105 0 0 0 119154 62 0 0 25 0 1 0 30282251 203059200 49052 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528342 0 0 4096 3 0 0 0 17 1 0 0
/proc/31149/statm: 49575 49052 52 112 0 49459 0
Current children cumulated CPU time (s) 1589.5
Current children cumulated vsize (KiB) 243816

[startup+1663.71 s]
/proc/loadavg: 2.71 2.62 2.47 3/102 31381
/proc/meminfo: memFree=1212992/2055920 swapFree=4192812/4192956
[pid=31129] ppid=31127 vsize=45516 CPUtime=396.64
/proc/31129/stat : 31129 (sugar) S 31127 31129 31064 0 -1 4194304 9109 170993 0 1 59 6 39373 226 16 0 1 0 30242076 46608384 8524 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31129/statm: 11379 8524 373 3 0 8479 0
[pid=31131] ppid=31129 vsize=0 CPUtime=0.7
/proc/31131/stat : 31131 (java) Z 31129 31129 31064 0 -1 1036 7675 0 1 0 63 7 0 0 17 0 1 0 30242082 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/31131/statm: 0 0 0 0 0 0 0
[pid=31149] ppid=31129 vsize=198300 CPUtime=1251.8
/proc/31149/stat : 31149 (minisat) R 31129 31129 31064 0 -1 0 50110 0 0 0 125118 62 0 0 25 0 1 0 30282251 203059200 49057 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528554 0 0 4096 3 0 0 0 17 1 0 0
/proc/31149/statm: 49575 49057 52 112 0 49459 0
Current children cumulated CPU time (s) 1649.14
Current children cumulated vsize (KiB) 243816

[startup+1723.75 s]
/proc/loadavg: 2.71 2.62 2.47 3/96 31413
/proc/meminfo: memFree=1186432/2055920 swapFree=4192812/4192956
[pid=31129] ppid=31127 vsize=45516 CPUtime=396.64
/proc/31129/stat : 31129 (sugar) S 31127 31129 31064 0 -1 4194304 9109 170993 0 1 59 6 39373 226 16 0 1 0 30242076 46608384 8524 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31129/statm: 11379 8524 373 3 0 8479 0
[pid=31131] ppid=31129 vsize=0 CPUtime=0.7
/proc/31131/stat : 31131 (java) Z 31129 31129 31064 0 -1 1036 7675 0 1 0 63 7 0 0 17 0 1 0 30242082 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/31131/statm: 0 0 0 0 0 0 0
[pid=31149] ppid=31129 vsize=198300 CPUtime=1311.5
/proc/31149/stat : 31149 (minisat) R 31129 31129 31064 0 -1 0 50110 0 0 0 131088 62 0 0 25 0 1 0 30282251 203059200 49057 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528105 0 0 4096 3 0 0 0 17 1 0 0
/proc/31149/statm: 49575 49057 52 112 0 49459 0
Current children cumulated CPU time (s) 1708.84
Current children cumulated vsize (KiB) 243816

[startup+1783.81 s]
/proc/loadavg: 2.72 2.64 2.49 4/96 31413
/proc/meminfo: memFree=1144064/2055920 swapFree=4192812/4192956
[pid=31129] ppid=31127 vsize=45516 CPUtime=396.64
/proc/31129/stat : 31129 (sugar) S 31127 31129 31064 0 -1 4194304 9109 170993 0 1 59 6 39373 226 16 0 1 0 30242076 46608384 8524 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31129/statm: 11379 8524 373 3 0 8479 0
[pid=31131] ppid=31129 vsize=0 CPUtime=0.7
/proc/31131/stat : 31131 (java) Z 31129 31129 31064 0 -1 1036 7675 0 1 0 63 7 0 0 17 0 1 0 30242082 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/31131/statm: 0 0 0 0 0 0 0
[pid=31149] ppid=31129 vsize=198432 CPUtime=1371
/proc/31149/stat : 31149 (minisat) R 31129 31129 31064 0 -1 0 50126 0 0 0 137038 62 0 0 25 0 1 0 30282251 203194368 49073 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528535 0 0 4096 3 0 0 0 17 1 0 0
/proc/31149/statm: 49608 49073 52 112 0 49492 0
Current children cumulated CPU time (s) 1768.34
Current children cumulated vsize (KiB) 243948



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1815.81 s]
/proc/loadavg: 2.65 2.63 2.49 4/96 31413
/proc/meminfo: memFree=1138624/2055920 swapFree=4192812/4192956
[pid=31129] ppid=31127 vsize=45516 CPUtime=396.64
/proc/31129/stat : 31129 (sugar) S 31127 31129 31064 0 -1 4194304 9109 170993 0 1 59 6 39373 226 16 0 1 0 30242076 46608384 8524 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31129/statm: 11379 8524 373 3 0 8479 0
[pid=31131] ppid=31129 vsize=0 CPUtime=0.7
/proc/31131/stat : 31131 (java) Z 31129 31129 31064 0 -1 1036 7675 0 1 0 63 7 0 0 17 0 1 0 30242082 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/31131/statm: 0 0 0 0 0 0 0
[pid=31149] ppid=31129 vsize=198432 CPUtime=1402.69
/proc/31149/stat : 31149 (minisat) R 31129 31129 31064 0 -1 0 50126 0 0 0 140207 62 0 0 25 0 1 0 30282251 203194368 49073 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/31149/statm: 49608 49073 52 112 0 49492 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 243948

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

Child status: 1

!!! problem with CPU time !!!
wait4(...,&childrusage) returns 31129 and gives childrusage.ru_utime.tv_sec=394 childrusage.ru_utime.tv_usec=339051 childrusage.ru_stime.tv_sec=2 childrusage.ru_stime.tv_usec=383637
CPU time returned by wait4() is 396.723
while last known CPU time is 1800.08

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

Real time (s): 1816.88
CPU time (s): 1800.08
CPU user time (s): 1797.02
CPU system time (s): 3.06
CPU usage (%): 99.0755
Max. virtual memory (cumulated for all children) (KiB): 822060

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 394.339
system time used= 2.38364
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 180188
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= 52823
involuntary context switches= 61021

runsolver used 2.23766 s user time and 6.38903 s system time

The end

Launcher Data (download as text)

Begin job on node2 on Mon Jan 29 20:34:31 UTC 2007


IDJOB= 223963
IDBENCH= 5696
IDSOLVER= 86
FILE ID= node2/223963-1170102871

PBS_JOBID= 3689777

Free space on /tmp= 66552 MiB

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

META MD5SUM SOLVER= 0a27e717dfe98d83d9802fe0eea45073
MD5SUM BENCH=  64424270487e5cc63c69f5d68da22728

RANDOM SEED= 663823217

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.247
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.247
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:       1328752 kB
Buffers:          9672 kB
Cached:          71044 kB
SwapCached:          0 kB
Active:         644076 kB
Inactive:        29652 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1328752 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1276 kB
Writeback:           0 kB
Mapped:         618544 kB
Slab:            37116 kB
Committed_AS:  1358424 kB
PageTables:       3280 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= 66556 MiB



End job on node2 on Mon Jan 29 21:04:48 UTC 2007