Trace number 223699

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.14 1810.09

General information on the benchmark

Nametightness/tightness0.5/
rand-2-40-25-180-500-73_ext.xml
MD5SUM1f68d4bb3e17dcefa97d0b077d24096a
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.61075
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.04	c # Sugar v0-40 (/tmp/evaluation/223699-1170102833/sugar-v0-40.jar)
0.04	
0.04	c # MAIN  BEGIN : /tmp/evaluation/223699-1170102833/unknown.xml [Mon Jan 29 21:33:55 2007]
0.04	c # CONVERT_XML  BEGIN : /tmp/evaluation/223699-1170102833/unknown.xml /tmp/evaluation/223699-1170102833/sugar23394.csp [Mon Jan 29 21:33:55 2007]
0.04	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/223699-1170102833/sugar-v0-40.jar -convert /tmp/evaluation/223699-1170102833/unknown.xml /tmp/evaluation/223699-1170102833/sugar23394.csp
0.16	c BEGIN convert /tmp/evaluation/223699-1170102833/unknown.xml
0.72	c END convert (0.563038 seconds)
0.75	c # CONVERT_XML  END : /tmp/evaluation/223699-1170102833/sugar23394.csp 1726904 bytes (1 seconds) [Mon Jan 29 21:33:56 2007]
0.75	c # CONVERT_XML  CPU : 0 = 0 + 0 + 0 + 0
0.75	
0.75	c # GENERATE_SAT  BEGIN : /tmp/evaluation/223699-1170102833/sugar23394.bcnf [Mon Jan 29 21:33:56 2007]
0.75	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/223699-1170102833/sugar-v0-40.jar -bcnf -map /tmp/evaluation/223699-1170102833/sugar23394.map /tmp/evaluation/223699-1170102833/sugar23394.csp /tmp/evaluation/223699-1170102833/sugar23394.bcnf
0.86	c BEGIN parse /tmp/evaluation/223699-1170102833/sugar23394.csp
357.39	c END parse (356.529646 seconds)
357.39	c BEGIN simplify
358.46	c END simplify (1.067235 seconds)
358.46	c BEGIN encode /tmp/evaluation/223699-1170102833/sugar23394.bcnf
365.42	c END encode (6.958069 seconds)
366.07	c # GENERATE_SAT  END : 56618 variables 162566 clauses 83799564 bytes (365 seconds) [Mon Jan 29 21:40:01 2007]
366.07	c # GENERATE_SAT  CPU : 363.59 = 0.49 + 0.04 + 361.04 + 2.02
366.07	
366.07	c # SOLVE_SAT  BEGIN : /tmp/evaluation/223699-1170102833/sugar23394.bcnf [Mon Jan 29 21:40:01 2007]
366.07	c # CMD : /tmp/evaluation/223699-1170102833/minisat /tmp/evaluation/223699-1170102833/sugar23394.bcnf /tmp/evaluation/223699-1170102833/sugar23394.out
367.88	c ==================================[MINISAT]===================================
367.88	c | Conflicts |     ORIGINAL     |              LEARNT              | Progress |
367.88	c |           | Clauses Literals |   Limit Clauses Literals  Lit/Cl |          |
367.88	c ==============================================================================
367.88	c |         0 |  162566 20787281 |   54188       0        0     nan |  0.000 % |
368.08	c |       102 |  162567 20787281 |   59606     101     9888    97.9 |  0.000 % |
368.33	c |       253 |  162568 20787281 |   65567     251    25620   102.1 |  0.000 % |
368.77	c |       478 |  162568 20787281 |   72124     476    42483    89.2 |  0.000 % |
369.39	c |       815 |  162569 20787281 |   79336     812    61493    75.7 |  0.000 % |
370.32	c |      1321 |  162571 20787281 |   87270    1316    94675    71.9 |  0.000 % |
371.92	c |      2080 |  162575 20787281 |   95997    2071   175049    84.5 |  0.000 % |
374.38	c |      3220 |  162576 20787281 |  105597    3210   274436    85.5 |  0.000 % |
378.10	c |      4928 |  162577 20787281 |  116156    4917   395394    80.4 |  0.000 % |
384.26	c |      7492 |  162582 20787281 |  127772    7476   663328    88.7 |  0.000 % |
397.63	c |     11336 |  162589 20787281 |  140549   11313  1364064   120.6 |  0.000 % |
413.01	c |     17104 |  162601 20787281 |  154604   17069  1905080   111.6 |  0.000 % |
446.43	c |     25753 |  162607 20787281 |  170065   25712  2879833   112.0 |  0.000 % |
489.78	c |     38728 |  162612 20787281 |  187071   38682  4637765   119.9 |  0.000 % |
564.63	c |     58189 |  162620 20787281 |  205778   58135  7136982   122.8 |  0.000 % |
678.45	c |     87381 |  162637 20787281 |  226356   87310 10614171   121.6 |  0.000 % |
889.71	c |    131172 |  162653 20787281 |  248992  131085 16835157   128.4 |  0.000 % |
1295.16	c |    196856 |  162393 20785176 |  273891  103167 13869146   134.4 |  0.210 % |
1793.28	c |    295383 |  162424 20785176 |  301280  201663 28540097   141.5 |  0.210 % |
1809.03	
1809.03	s UNKNOWN
1809.03	c # INTERRUPTED
1809.03	c # MAIN  END :  (1809 seconds) [Mon Jan 29 22:04:04 2007]
1809.03	c # MAIN  CPU : 363.59 = 0.49 + 0.04 + 361.04 + 2.02
1809.03	

Verifier Data (download as text)

ERROR: Unexpected answer ! (SAT/UNSAT expected)
Got answer: UNKNOWN

Watcher Data (download as text)

runsolver version 3.1.3 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node30/watcher-223699-1170102833 -o ROOT/results/node30/solver-223699-1170102833 -C 1800 -M 900 /tmp/evaluation/223699-1170102833/solver /tmp/evaluation/223699-1170102833 /tmp/evaluation/223699-1170102833/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: 0.64 0.85 1.35 4/81 23395
/proc/meminfo: memFree=1823240/2055920 swapFree=4192812/4192956
[pid=23394] ppid=23392 vsize=11860 CPUtime=0
/proc/23394/stat : 23394 (sugar) R 23392 23394 22877 0 -1 4194304 347 0 0 0 0 0 0 0 19 0 1 0 4047539 12144640 67 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 264904964185 0 0 4096 0 0 0 0 17 0 0 0
/proc/23394/statm: 2965 85 56 3 0 65 0

[startup+0.105347 s]
/proc/loadavg: 0.64 0.85 1.35 4/81 23395
/proc/meminfo: memFree=1823240/2055920 swapFree=4192812/4192956
[pid=23394] ppid=23392 vsize=13724 CPUtime=0.03
/proc/23394/stat : 23394 (sugar) S 23392 23394 22877 0 -1 4194304 1112 0 0 0 3 0 0 0 20 0 1 0 4047539 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23394/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13724

[startup+0.517595 s]
/proc/loadavg: 0.64 0.85 1.35 4/81 23395
/proc/meminfo: memFree=1823240/2055920 swapFree=4192812/4192956
[pid=23394] ppid=23392 vsize=13724 CPUtime=0.03
/proc/23394/stat : 23394 (sugar) S 23392 23394 22877 0 -1 4194304 1121 0 0 0 3 0 0 0 16 0 1 0 4047539 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23394/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13724

[startup+1.3387 s]
/proc/loadavg: 0.64 0.85 1.35 2/90 23414
/proc/meminfo: memFree=1800520/2055920 swapFree=4192812/4192956
[pid=23394] ppid=23392 vsize=13724 CPUtime=0.03
/proc/23394/stat : 23394 (sugar) S 23392 23394 22877 0 -1 4194304 1188 0 0 0 3 0 0 0 15 0 1 0 4047539 14053376 808 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23394/statm: 3431 808 370 3 0 531 0
[pid=23397] ppid=23394 vsize=0 CPUtime=0.66
/proc/23397/stat : 23397 (java) Z 23394 23394 22877 0 -1 1036 7677 0 1 0 61 5 0 0 16 0 1 0 4047544 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/23397/statm: 0 0 0 0 0 0 0
[pid=23407] ppid=23394 vsize=807064 CPUtime=0.57
/proc/23407/stat : 23407 (java) R 23394 23394 22877 0 -1 0 7803 0 1 0 53 4 0 0 17 0 8 0 4047614 826433536 7551 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073479415 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23407/statm: 201766 7551 1494 14 0 189044 0
[pid=23407/tid=23408] ppid=23394 vsize=807064 CPUtime=0.07
/proc/23407/task/23408/stat : 23408 (java) S 23394 23394 22877 0 -1 64 1750 0 0 0 7 0 0 0 16 0 8 0 4047617 826433536 7551 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23407/tid=23409] ppid=23394 vsize=807064 CPUtime=0
/proc/23407/task/23409/stat : 23409 (java) S 23394 23394 22877 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 4047618 826433536 7551 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23407/tid=23410] ppid=23394 vsize=807064 CPUtime=0
/proc/23407/task/23410/stat : 23410 (java) S 23394 23394 22877 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 4047618 826433536 7551 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23407/tid=23411] ppid=23394 vsize=807064 CPUtime=0
/proc/23407/task/23411/stat : 23411 (java) S 23394 23394 22877 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 4047621 826433536 7551 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23407/tid=23412] ppid=23394 vsize=807064 CPUtime=0.05
/proc/23407/task/23412/stat : 23412 (java) S 23394 23394 22877 0 -1 64 292 0 0 0 5 0 0 0 16 0 8 0 4047621 826433536 7551 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23407/tid=23413] ppid=23394 vsize=807064 CPUtime=0
/proc/23407/task/23413/stat : 23413 (java) S 23394 23394 22877 0 -1 64 3 0 0 0 0 0 0 0 23 0 8 0 4047621 826433536 7551 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23407/tid=23414] ppid=23394 vsize=807064 CPUtime=0
/proc/23407/task/23414/stat : 23414 (java) S 23394 23394 22877 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 4047621 826433536 7551 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.26
Current children cumulated vsize (KiB) 820788

[startup+2.99094 s]
/proc/loadavg: 0.64 0.85 1.35 2/90 23414
/proc/meminfo: memFree=1777736/2055920 swapFree=4192812/4192956
[pid=23394] ppid=23392 vsize=13724 CPUtime=0.03
/proc/23394/stat : 23394 (sugar) S 23392 23394 22877 0 -1 4194304 1188 0 0 0 3 0 0 0 15 0 1 0 4047539 14053376 808 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23394/statm: 3431 808 370 3 0 531 0
[pid=23397] ppid=23394 vsize=0 CPUtime=0.66
/proc/23397/stat : 23397 (java) Z 23394 23394 22877 0 -1 1036 7677 0 1 0 61 5 0 0 16 0 1 0 4047544 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/23397/statm: 0 0 0 0 0 0 0
[pid=23407] ppid=23394 vsize=807332 CPUtime=2.23
/proc/23407/stat : 23407 (java) S 23394 23394 22877 0 -1 0 15550 0 1 0 215 8 0 0 16 0 8 0 4047614 826707968 15279 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23407/statm: 201833 15279 1506 14 0 189111 0
[pid=23407/tid=23408] ppid=23394 vsize=807332 CPUtime=0.56
/proc/23407/task/23408/stat : 23408 (java) R 23394 23394 22877 0 -1 64 9374 0 0 0 52 4 0 0 16 0 8 0 4047617 826707968 15279 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4153822964 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23407/tid=23409] ppid=23394 vsize=807332 CPUtime=0
/proc/23407/task/23409/stat : 23409 (java) S 23394 23394 22877 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 4047618 826707968 15279 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23407/tid=23410] ppid=23394 vsize=807332 CPUtime=0
/proc/23407/task/23410/stat : 23410 (java) S 23394 23394 22877 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 4047618 826707968 15279 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23407/tid=23411] ppid=23394 vsize=807332 CPUtime=0
/proc/23407/task/23411/stat : 23411 (java) S 23394 23394 22877 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 4047621 826707968 15279 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23407/tid=23412] ppid=23394 vsize=807332 CPUtime=0.08
/proc/23407/task/23412/stat : 23412 (java) S 23394 23394 22877 0 -1 64 361 0 0 0 8 0 0 0 16 0 8 0 4047621 826707968 15279 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23407/tid=23413] ppid=23394 vsize=807332 CPUtime=0
/proc/23407/task/23413/stat : 23413 (java) S 23394 23394 22877 0 -1 64 3 0 0 0 0 0 0 0 23 0 8 0 4047621 826707968 15279 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23407/tid=23414] ppid=23394 vsize=807332 CPUtime=0
/proc/23407/task/23414/stat : 23414 (java) S 23394 23394 22877 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 4047621 826707968 15279 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.92
Current children cumulated vsize (KiB) 821056

[startup+6.1924 s]
/proc/loadavg: 0.66 0.85 1.35 3/103 23457
/proc/meminfo: memFree=1648288/2055920 swapFree=4192812/4192956
[pid=23394] ppid=23392 vsize=13724 CPUtime=0.03
/proc/23394/stat : 23394 (sugar) S 23392 23394 22877 0 -1 4194304 1188 0 0 0 3 0 0 0 15 0 1 0 4047539 14053376 808 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23394/statm: 3431 808 370 3 0 531 0
[pid=23397] ppid=23394 vsize=0 CPUtime=0.66
/proc/23397/stat : 23397 (java) Z 23394 23394 22877 0 -1 1036 7677 0 1 0 61 5 0 0 16 0 1 0 4047544 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/23397/statm: 0 0 0 0 0 0 0
[pid=23407] ppid=23394 vsize=807332 CPUtime=5.39
/proc/23407/stat : 23407 (java) R 23394 23394 22877 0 -1 0 44758 0 1 0 520 19 0 0 16 0 8 0 4047614 826707968 44361 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073573688 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23407/statm: 201833 44361 1506 14 0 189111 0
[pid=23407/tid=23408] ppid=23394 vsize=807332 CPUtime=1.71
/proc/23407/task/23408/stat : 23408 (java) S 23394 23394 22877 0 -1 64 38414 0 0 0 156 15 0 0 16 0 8 0 4047617 826707968 44361 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23407/tid=23409] ppid=23394 vsize=807332 CPUtime=0
/proc/23407/task/23409/stat : 23409 (java) S 23394 23394 22877 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 4047618 826707968 44361 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23407/tid=23410] ppid=23394 vsize=807332 CPUtime=0
/proc/23407/task/23410/stat : 23410 (java) S 23394 23394 22877 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 4047618 826707968 44361 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23407/tid=23411] ppid=23394 vsize=807332 CPUtime=0
/proc/23407/task/23411/stat : 23411 (java) S 23394 23394 22877 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 4047621 826707968 44361 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23407/tid=23412] ppid=23394 vsize=807332 CPUtime=0.13
/proc/23407/task/23412/stat : 23412 (java) S 23394 23394 22877 0 -1 64 403 0 0 0 13 0 0 0 16 0 8 0 4047621 826707968 44361 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23407/tid=23413] ppid=23394 vsize=807332 CPUtime=0
/proc/23407/task/23413/stat : 23413 (java) S 23394 23394 22877 0 -1 64 3 0 0 0 0 0 0 0 23 0 8 0 4047621 826707968 44361 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23407/tid=23414] ppid=23394 vsize=807332 CPUtime=0
/proc/23407/task/23414/stat : 23414 (java) S 23394 23394 22877 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 4047621 826707968 44361 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.08
Current children cumulated vsize (KiB) 821056

[startup+12.6033 s]
/proc/loadavg: 1.03 0.92 1.36 3/103 23465
/proc/meminfo: memFree=1425952/2055920 swapFree=4192812/4192956
[pid=23394] ppid=23392 vsize=13724 CPUtime=0.03
/proc/23394/stat : 23394 (sugar) S 23392 23394 22877 0 -1 4194304 1188 0 0 0 3 0 0 0 15 0 1 0 4047539 14053376 808 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23394/statm: 3431 808 370 3 0 531 0
[pid=23397] ppid=23394 vsize=0 CPUtime=0.66
/proc/23397/stat : 23397 (java) Z 23394 23394 22877 0 -1 1036 7677 0 1 0 61 5 0 0 16 0 1 0 4047544 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/23397/statm: 0 0 0 0 0 0 0
[pid=23407] ppid=23394 vsize=807332 CPUtime=11.73
/proc/23407/stat : 23407 (java) R 23394 23394 22877 0 -1 0 55248 0 2 0 1147 26 0 0 18 0 8 0 4047614 826707968 54116 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073578980 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23407/statm: 201833 54116 1507 14 0 189111 0
[pid=23407/tid=23408] ppid=23394 vsize=807332 CPUtime=4.26
/proc/23407/task/23408/stat : 23408 (java) S 23394 23394 22877 0 -1 64 48692 0 1 0 406 20 0 0 16 0 8 0 4047617 826707968 54116 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23407/tid=23409] ppid=23394 vsize=807332 CPUtime=0
/proc/23407/task/23409/stat : 23409 (java) S 23394 23394 22877 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 4047618 826707968 54116 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23407/tid=23410] ppid=23394 vsize=807332 CPUtime=0
/proc/23407/task/23410/stat : 23410 (java) S 23394 23394 22877 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 4047618 826707968 54116 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23407/tid=23411] ppid=23394 vsize=807332 CPUtime=0
/proc/23407/task/23411/stat : 23411 (java) S 23394 23394 22877 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 4047621 826707968 54116 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23407/tid=23412] ppid=23394 vsize=807332 CPUtime=0.13
/proc/23407/task/23412/stat : 23412 (java) S 23394 23394 22877 0 -1 64 405 0 0 0 13 0 0 0 16 0 8 0 4047621 826707968 54116 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23407/tid=23413] ppid=23394 vsize=807332 CPUtime=0
/proc/23407/task/23413/stat : 23413 (java) S 23394 23394 22877 0 -1 64 3 0 0 0 0 0 0 0 23 0 8 0 4047621 826707968 54116 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23407/tid=23414] ppid=23394 vsize=807332 CPUtime=0
/proc/23407/task/23414/stat : 23414 (java) S 23394 23394 22877 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 4047621 826707968 54116 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.4441 s]
/proc/loadavg: 1.49 1.02 1.39 3/103 23465
/proc/meminfo: memFree=1391712/2055920 swapFree=4192812/4192956
[pid=23394] ppid=23392 vsize=13724 CPUtime=0.03
/proc/23394/stat : 23394 (sugar) S 23392 23394 22877 0 -1 4194304 1188 0 0 0 3 0 0 0 15 0 1 0 4047539 14053376 808 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23394/statm: 3431 808 370 3 0 531 0
[pid=23397] ppid=23394 vsize=0 CPUtime=0.66
/proc/23397/stat : 23397 (java) Z 23394 23394 22877 0 -1 1036 7677 0 1 0 61 5 0 0 16 0 1 0 4047544 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/23397/statm: 0 0 0 0 0 0 0
[pid=23407] ppid=23394 vsize=807332 CPUtime=24.39
/proc/23407/stat : 23407 (java) R 23394 23394 22877 0 -1 0 55937 0 2 0 2407 32 0 0 25 0 8 0 4047614 826707968 54116 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073578966 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23407/statm: 201833 54116 1507 14 0 189111 0
[pid=23407/tid=23408] ppid=23394 vsize=807332 CPUtime=8.91
/proc/23407/task/23408/stat : 23408 (java) S 23394 23394 22877 0 -1 64 48981 0 1 0 866 25 0 0 16 0 8 0 4047617 826707968 54116 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23407/tid=23409] ppid=23394 vsize=807332 CPUtime=0
/proc/23407/task/23409/stat : 23409 (java) S 23394 23394 22877 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 4047618 826707968 54116 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23407/tid=23410] ppid=23394 vsize=807332 CPUtime=0
/proc/23407/task/23410/stat : 23410 (java) S 23394 23394 22877 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 4047618 826707968 54116 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23407/tid=23411] ppid=23394 vsize=807332 CPUtime=0
/proc/23407/task/23411/stat : 23411 (java) S 23394 23394 22877 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 4047621 826707968 54116 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23407/tid=23412] ppid=23394 vsize=807332 CPUtime=0.13
/proc/23407/task/23412/stat : 23412 (java) S 23394 23394 22877 0 -1 64 405 0 0 0 13 0 0 0 16 0 8 0 4047621 826707968 54116 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23407/tid=23413] ppid=23394 vsize=807332 CPUtime=0
/proc/23407/task/23413/stat : 23413 (java) S 23394 23394 22877 0 -1 64 3 0 0 0 0 0 0 0 23 0 8 0 4047621 826707968 54116 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23407/tid=23414] ppid=23394 vsize=807332 CPUtime=0
/proc/23407/task/23414/stat : 23414 (java) S 23394 23394 22877 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 4047621 826707968 54116 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.1056 s]
/proc/loadavg: 1.92 1.16 1.43 4/103 23465
/proc/meminfo: memFree=1391840/2055920 swapFree=4192812/4192956
[pid=23394] ppid=23392 vsize=13724 CPUtime=0.03
/proc/23394/stat : 23394 (sugar) S 23392 23394 22877 0 -1 4194304 1188 0 0 0 3 0 0 0 15 0 1 0 4047539 14053376 808 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23394/statm: 3431 808 370 3 0 531 0
[pid=23397] ppid=23394 vsize=0 CPUtime=0.66
/proc/23397/stat : 23397 (java) Z 23394 23394 22877 0 -1 1036 7677 0 1 0 61 5 0 0 16 0 1 0 4047544 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/23397/statm: 0 0 0 0 0 0 0
[pid=23407] ppid=23394 vsize=807332 CPUtime=49.74
/proc/23407/stat : 23407 (java) R 23394 23394 22877 0 -1 0 57746 0 2 0 4929 45 0 0 25 0 8 0 4047614 826707968 54116 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23407/statm: 201833 54116 1507 14 0 189111 0
[pid=23407/tid=23408] ppid=23394 vsize=807332 CPUtime=18.63
/proc/23407/task/23408/stat : 23408 (java) S 23394 23394 22877 0 -1 64 50014 0 1 0 1831 32 0 0 15 0 8 0 4047617 826707968 54116 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23407/tid=23409] ppid=23394 vsize=807332 CPUtime=0
/proc/23407/task/23409/stat : 23409 (java) S 23394 23394 22877 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 4047618 826707968 54116 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23407/tid=23410] ppid=23394 vsize=807332 CPUtime=0
/proc/23407/task/23410/stat : 23410 (java) S 23394 23394 22877 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 4047618 826707968 54116 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23407/tid=23411] ppid=23394 vsize=807332 CPUtime=0
/proc/23407/task/23411/stat : 23411 (java) S 23394 23394 22877 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 4047621 826707968 54116 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23407/tid=23412] ppid=23394 vsize=807332 CPUtime=0.13

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

/proc/23467/stat : 23467 (minisat) R 23394 23394 22877 0 -1 0 49199 0 0 0 87290 56 0 0 25 0 1 0 4084147 199274496 48146 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134527050 0 0 4096 3 0 0 0 17 1 0 0
/proc/23467/statm: 48651 48146 52 112 0 48535 0
Current children cumulated CPU time (s) 1237.74
Current children cumulated vsize (KiB) 238800

[startup+1303.9 s]
/proc/loadavg: 2.01 2.02 1.92 3/89 23467
/proc/meminfo: memFree=1220624/2055920 swapFree=4192812/4192956
[pid=23394] ppid=23392 vsize=44196 CPUtime=363.62
/proc/23394/stat : 23394 (sugar) S 23392 23394 22877 0 -1 4194304 8762 169775 0 2 52 4 36104 202 16 0 1 0 4047539 45256704 8177 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23394/statm: 11049 8177 373 3 0 8149 0
[pid=23397] ppid=23394 vsize=0 CPUtime=0.66
/proc/23397/stat : 23397 (java) Z 23394 23394 22877 0 -1 1036 7677 0 1 0 61 5 0 0 16 0 1 0 4047544 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/23397/statm: 0 0 0 0 0 0 0
[pid=23467] ppid=23394 vsize=194604 CPUtime=933.26
/proc/23467/stat : 23467 (minisat) R 23394 23394 22877 0 -1 0 49199 0 0 0 93270 56 0 0 25 0 1 0 4084147 199274496 48146 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134525745 0 0 4096 3 0 0 0 17 1 0 0
/proc/23467/statm: 48651 48146 52 112 0 48535 0
Current children cumulated CPU time (s) 1297.54
Current children cumulated vsize (KiB) 238800

[startup+1363.99 s]
/proc/loadavg: 2.00 2.02 1.92 3/89 23467
/proc/meminfo: memFree=1215760/2055920 swapFree=4192812/4192956
[pid=23394] ppid=23392 vsize=44196 CPUtime=363.62
/proc/23394/stat : 23394 (sugar) S 23392 23394 22877 0 -1 4194304 8762 169775 0 2 52 4 36104 202 16 0 1 0 4047539 45256704 8177 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23394/statm: 11049 8177 373 3 0 8149 0
[pid=23397] ppid=23394 vsize=0 CPUtime=0.66
/proc/23397/stat : 23397 (java) Z 23394 23394 22877 0 -1 1036 7677 0 1 0 61 5 0 0 16 0 1 0 4047544 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/23397/statm: 0 0 0 0 0 0 0
[pid=23467] ppid=23394 vsize=194604 CPUtime=993.07
/proc/23467/stat : 23467 (minisat) R 23394 23394 22877 0 -1 0 49200 0 0 0 99251 56 0 0 25 0 1 0 4084147 199274496 48147 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134527284 0 0 4096 3 0 0 0 17 1 0 0
/proc/23467/statm: 48651 48147 52 112 0 48535 0
Current children cumulated CPU time (s) 1357.35
Current children cumulated vsize (KiB) 238800

[startup+1424.08 s]
/proc/loadavg: 2.11 2.04 1.93 3/89 23467
/proc/meminfo: memFree=1210640/2055920 swapFree=4192812/4192956
[pid=23394] ppid=23392 vsize=44196 CPUtime=363.62
/proc/23394/stat : 23394 (sugar) S 23392 23394 22877 0 -1 4194304 8762 169775 0 2 52 4 36104 202 16 0 1 0 4047539 45256704 8177 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23394/statm: 11049 8177 373 3 0 8149 0
[pid=23397] ppid=23394 vsize=0 CPUtime=0.66
/proc/23397/stat : 23397 (java) Z 23394 23394 22877 0 -1 1036 7677 0 1 0 61 5 0 0 16 0 1 0 4047544 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/23397/statm: 0 0 0 0 0 0 0
[pid=23467] ppid=23394 vsize=194784 CPUtime=1052.88
/proc/23467/stat : 23467 (minisat) R 23394 23394 22877 0 -1 0 49211 0 0 0 105231 57 0 0 25 0 1 0 4084147 199458816 48158 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528532 0 0 4096 3 0 0 0 17 1 0 0
/proc/23467/statm: 48696 48158 52 112 0 48580 0
Current children cumulated CPU time (s) 1417.16
Current children cumulated vsize (KiB) 238980

[startup+1484.18 s]
/proc/loadavg: 2.04 2.03 1.93 4/89 23467
/proc/meminfo: memFree=1205072/2055920 swapFree=4192812/4192956
[pid=23394] ppid=23392 vsize=44196 CPUtime=363.62
/proc/23394/stat : 23394 (sugar) S 23392 23394 22877 0 -1 4194304 8762 169775 0 2 52 4 36104 202 16 0 1 0 4047539 45256704 8177 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23394/statm: 11049 8177 373 3 0 8149 0
[pid=23397] ppid=23394 vsize=0 CPUtime=0.66
/proc/23397/stat : 23397 (java) Z 23394 23394 22877 0 -1 1036 7677 0 1 0 61 5 0 0 16 0 1 0 4047544 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/23397/statm: 0 0 0 0 0 0 0
[pid=23467] ppid=23394 vsize=194784 CPUtime=1112.69
/proc/23467/stat : 23467 (minisat) R 23394 23394 22877 0 -1 0 49212 0 0 0 111212 57 0 0 25 0 1 0 4084147 199458816 48159 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/23467/statm: 48696 48159 52 112 0 48580 0
Current children cumulated CPU time (s) 1476.97
Current children cumulated vsize (KiB) 238980

[startup+1544.28 s]
/proc/loadavg: 2.01 2.02 1.93 3/89 23467
/proc/meminfo: memFree=1199120/2055920 swapFree=4192812/4192956
[pid=23394] ppid=23392 vsize=44196 CPUtime=363.62
/proc/23394/stat : 23394 (sugar) S 23392 23394 22877 0 -1 4194304 8762 169775 0 2 52 4 36104 202 16 0 1 0 4047539 45256704 8177 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23394/statm: 11049 8177 373 3 0 8149 0
[pid=23397] ppid=23394 vsize=0 CPUtime=0.66
/proc/23397/stat : 23397 (java) Z 23394 23394 22877 0 -1 1036 7677 0 1 0 61 5 0 0 16 0 1 0 4047544 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/23397/statm: 0 0 0 0 0 0 0
[pid=23467] ppid=23394 vsize=194784 CPUtime=1172.51
/proc/23467/stat : 23467 (minisat) R 23394 23394 22877 0 -1 0 49213 0 0 0 117193 58 0 0 25 0 1 0 4084147 199458816 48160 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528260 0 0 4096 3 0 0 0 17 1 0 0
/proc/23467/statm: 48696 48160 52 112 0 48580 0
Current children cumulated CPU time (s) 1536.79
Current children cumulated vsize (KiB) 238980

[startup+1604.36 s]
/proc/loadavg: 2.00 2.02 1.93 3/89 23467
/proc/meminfo: memFree=1196240/2055920 swapFree=4192812/4192956
[pid=23394] ppid=23392 vsize=44196 CPUtime=363.62
/proc/23394/stat : 23394 (sugar) S 23392 23394 22877 0 -1 4194304 8762 169775 0 2 52 4 36104 202 16 0 1 0 4047539 45256704 8177 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23394/statm: 11049 8177 373 3 0 8149 0
[pid=23397] ppid=23394 vsize=0 CPUtime=0.66
/proc/23397/stat : 23397 (java) Z 23394 23394 22877 0 -1 1036 7677 0 1 0 61 5 0 0 16 0 1 0 4047544 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/23397/statm: 0 0 0 0 0 0 0
[pid=23467] ppid=23394 vsize=194784 CPUtime=1232.3
/proc/23467/stat : 23467 (minisat) R 23394 23394 22877 0 -1 0 49213 0 0 0 123172 58 0 0 25 0 1 0 4084147 199458816 48160 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134527267 0 0 4096 3 0 0 0 17 1 0 0
/proc/23467/statm: 48696 48160 52 112 0 48580 0
Current children cumulated CPU time (s) 1596.58
Current children cumulated vsize (KiB) 238980

[startup+1664.37 s]
/proc/loadavg: 2.08 2.03 1.94 3/95 23575
/proc/meminfo: memFree=1192728/2055920 swapFree=4192812/4192956
[pid=23394] ppid=23392 vsize=44196 CPUtime=363.62
/proc/23394/stat : 23394 (sugar) S 23392 23394 22877 0 -1 4194304 8762 169775 0 2 52 4 36104 202 16 0 1 0 4047539 45256704 8177 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23394/statm: 11049 8177 373 3 0 8149 0
[pid=23397] ppid=23394 vsize=0 CPUtime=0.66
/proc/23397/stat : 23397 (java) Z 23394 23394 22877 0 -1 1036 7677 0 1 0 61 5 0 0 16 0 1 0 4047544 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/23397/statm: 0 0 0 0 0 0 0
[pid=23467] ppid=23394 vsize=196448 CPUtime=1291.91
/proc/23467/stat : 23467 (minisat) R 23394 23394 22877 0 -1 0 49655 0 0 0 129132 59 0 0 25 0 1 0 4084147 201162752 48602 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/23467/statm: 49112 48602 52 112 0 48996 0
Current children cumulated CPU time (s) 1656.19
Current children cumulated vsize (KiB) 240644

[startup+1724.38 s]
/proc/loadavg: 2.03 2.02 1.94 3/89 23665
/proc/meminfo: memFree=1186112/2055920 swapFree=4192812/4192956
[pid=23394] ppid=23392 vsize=44196 CPUtime=363.62
/proc/23394/stat : 23394 (sugar) S 23392 23394 22877 0 -1 4194304 8762 169775 0 2 52 4 36104 202 16 0 1 0 4047539 45256704 8177 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23394/statm: 11049 8177 373 3 0 8149 0
[pid=23397] ppid=23394 vsize=0 CPUtime=0.66
/proc/23397/stat : 23397 (java) Z 23394 23394 22877 0 -1 1036 7677 0 1 0 61 5 0 0 16 0 1 0 4047544 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/23397/statm: 0 0 0 0 0 0 0
[pid=23467] ppid=23394 vsize=203940 CPUtime=1351.56
/proc/23467/stat : 23467 (minisat) R 23394 23394 22877 0 -1 0 51519 0 0 0 135095 61 0 0 25 0 1 0 4084147 208834560 50466 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528535 0 0 4096 3 0 0 0 17 1 0 0
/proc/23467/statm: 50985 50466 52 112 0 50869 0
Current children cumulated CPU time (s) 1715.84
Current children cumulated vsize (KiB) 248136

[startup+1784.47 s]
/proc/loadavg: 2.07 2.03 1.94 3/89 23665
/proc/meminfo: memFree=1179600/2055920 swapFree=4192812/4192956
[pid=23394] ppid=23392 vsize=44196 CPUtime=363.62
/proc/23394/stat : 23394 (sugar) S 23392 23394 22877 0 -1 4194304 8762 169775 0 2 52 4 36104 202 16 0 1 0 4047539 45256704 8177 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23394/statm: 11049 8177 373 3 0 8149 0
[pid=23397] ppid=23394 vsize=0 CPUtime=0.66
/proc/23397/stat : 23397 (java) Z 23394 23394 22877 0 -1 1036 7677 0 1 0 61 5 0 0 16 0 1 0 4047544 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/23397/statm: 0 0 0 0 0 0 0
[pid=23467] ppid=23394 vsize=210280 CPUtime=1411.36
/proc/23467/stat : 23467 (minisat) R 23394 23394 22877 0 -1 0 53136 0 0 0 141073 63 0 0 25 0 1 0 4084147 215326720 52083 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528556 0 0 4096 3 0 0 0 17 1 0 0
/proc/23467/statm: 52570 52083 52 112 0 52454 0
Current children cumulated CPU time (s) 1775.64
Current children cumulated vsize (KiB) 254476



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1809.03 s]
/proc/loadavg: 2.12 2.04 1.95 3/89 23665
/proc/meminfo: memFree=1176976/2055920 swapFree=4192812/4192956
[pid=23394] ppid=23392 vsize=44196 CPUtime=363.62
/proc/23394/stat : 23394 (sugar) S 23392 23394 22877 0 -1 4194304 8762 169775 0 2 52 4 36104 202 16 0 1 0 4047539 45256704 8177 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23394/statm: 11049 8177 373 3 0 8149 0
[pid=23397] ppid=23394 vsize=0 CPUtime=0.66
/proc/23397/stat : 23397 (java) Z 23394 23394 22877 0 -1 1036 7677 0 1 0 61 5 0 0 16 0 1 0 4047544 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/23397/statm: 0 0 0 0 0 0 0
[pid=23467] ppid=23394 vsize=212864 CPUtime=1435.81
/proc/23467/stat : 23467 (minisat) R 23394 23394 22877 0 -1 0 53756 0 0 0 143517 64 0 0 25 0 1 0 4084147 217972736 52703 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134527289 0 0 4096 3 0 0 0 17 1 0 0
/proc/23467/statm: 53216 52703 52 112 0 53100 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 257060

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

Child status: 1

!!! problem with CPU time !!!
wait4(...,&childrusage) returns 23394 and gives childrusage.ru_utime.tv_sec=361 childrusage.ru_utime.tv_usec=571032 childrusage.ru_stime.tv_sec=2 childrusage.ru_stime.tv_usec=112678
CPU time returned by wait4() is 363.684
while last known CPU time is 1800.14

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

Real time (s): 1810.09
CPU time (s): 1800.14
CPU user time (s): 1797.34
CPU system time (s): 2.8
CPU usage (%): 99.4504
Max. virtual memory (cumulated for all children) (KiB): 822564

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 361.571
system time used= 2.11268
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 178623
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 49790
involuntary context switches= 53815

runsolver used 2.14067 s user time and 5.60515 s system time

The end

Launcher Data (download as text)

Begin job on node30 on Mon Jan 29 20:33:54 UTC 2007


IDJOB= 223699
IDBENCH= 5665
IDSOLVER= 86
FILE ID= node30/223699-1170102833

PBS_JOBID= 3689769

Free space on /tmp= 66564 MiB

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

META MD5SUM SOLVER= 0a27e717dfe98d83d9802fe0eea45073
MD5SUM BENCH=  1f68d4bb3e17dcefa97d0b077d24096a

RANDOM SEED= 585475449

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.270
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.270
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:       1823912 kB
Buffers:         15880 kB
Cached:          47632 kB
SwapCached:          0 kB
Active:         156560 kB
Inactive:        25496 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1823912 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1228 kB
Writeback:           0 kB
Mapped:         137432 kB
Slab:            35184 kB
Committed_AS:   483588 kB
PageTables:       1976 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= 66489 MiB



End job on node30 on Mon Jan 29 21:04:05 UTC 2007