Trace number 194483

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.03 1809.8

General information on the benchmark

Namerandom/rand-2-50-23/
rand-2-50-23-587-230-11_ext.xml
MD5SUM59ba031e1eaa6b28ad25968e716c3717
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of constraints472
Maximum constraint arity2
Maximum domain size23
Number of constraints which are defined in extension472
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/194483-1170090264/sugar-v0-40.jar)
0.05	
0.05	c # MAIN  BEGIN : /tmp/evaluation/194483-1170090264/unknown.xml [Mon Jan 29 18:04:25 2007]
0.05	c # CONVERT_XML  BEGIN : /tmp/evaluation/194483-1170090264/unknown.xml /tmp/evaluation/194483-1170090264/sugar23757.csp [Mon Jan 29 18:04:25 2007]
0.05	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/194483-1170090264/sugar-v0-40.jar -convert /tmp/evaluation/194483-1170090264/unknown.xml /tmp/evaluation/194483-1170090264/sugar23757.csp
0.16	c BEGIN convert /tmp/evaluation/194483-1170090264/unknown.xml
0.85	c END convert (0.686874 seconds)
0.91	c # CONVERT_XML  END : /tmp/evaluation/194483-1170090264/sugar23757.csp 2167477 bytes (0 seconds) [Mon Jan 29 18:04:25 2007]
0.91	c # CONVERT_XML  CPU : 0.8 = 0 + 0 + 0.74 + 0.06
0.91	
0.91	c # GENERATE_SAT  BEGIN : /tmp/evaluation/194483-1170090264/sugar23757.bcnf [Mon Jan 29 18:04:25 2007]
0.91	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/194483-1170090264/sugar-v0-40.jar -bcnf -map /tmp/evaluation/194483-1170090264/sugar23757.map /tmp/evaluation/194483-1170090264/sugar23757.csp /tmp/evaluation/194483-1170090264/sugar23757.bcnf
1.04	c BEGIN parse /tmp/evaluation/194483-1170090264/sugar23757.csp
37.09	c END parse (36.042261 seconds)
37.09	c BEGIN simplify
37.22	c END simplify (0.137518 seconds)
37.22	c BEGIN encode /tmp/evaluation/194483-1170090264/sugar23757.bcnf
38.37	c END encode (1.145472 seconds)
38.48	c # GENERATE_SAT  END : 8000 variables 80627 clauses 9221176 bytes (38 seconds) [Mon Jan 29 18:05:03 2007]
38.48	c # GENERATE_SAT  CPU : 37.29 = 0.06 + 0 + 36.73 + 0.5
38.48	
38.48	c # SOLVE_SAT  BEGIN : /tmp/evaluation/194483-1170090264/sugar23757.bcnf [Mon Jan 29 18:05:03 2007]
38.48	c # CMD : /tmp/evaluation/194483-1170090264/minisat /tmp/evaluation/194483-1170090264/sugar23757.bcnf /tmp/evaluation/194483-1170090264/sugar23757.out
38.70	c ==================================[MINISAT]===================================
38.70	c | Conflicts |     ORIGINAL     |              LEARNT              | Progress |
38.70	c |           | Clauses Literals |   Limit Clauses Literals  Lit/Cl |          |
38.70	c ==============================================================================
38.70	c |         0 |   80627  2224657 |   26875       0        0     nan |  0.000 % |
38.75	c |       100 |   80628  2224657 |   29562      99     4165    42.1 |  0.000 % |
38.83	c |       251 |   80628  2224657 |   32518     250     6598    26.4 |  0.000 % |
38.95	c |       477 |   80628  2224657 |   35770     476    10505    22.1 |  0.000 % |
39.14	c |       815 |   80628  2224657 |   39347     814    16603    20.4 |  0.000 % |
39.49	c |      1322 |   80628  2224657 |   43282    1321    26181    19.8 |  0.000 % |
39.96	c |      2081 |   80628  2224657 |   47610    2080    42100    20.2 |  0.000 % |
40.60	c |      3220 |   80628  2224657 |   52371    3219    65313    20.3 |  0.000 % |
41.71	c |      4928 |   80630  2224657 |   57608    4925   101491    20.6 |  0.000 % |
43.49	c |      7491 |   80631  2224657 |   63369    7487   177113    23.7 |  0.000 % |
46.30	c |     11335 |   80632  2224657 |   69706   11330   274439    24.2 |  0.000 % |
50.86	c |     17101 |   80633  2224657 |   76677   17095   400033    23.4 |  0.000 % |
56.76	c |     25750 |   80635  2224657 |   84345   25742   577481    22.4 |  0.000 % |
68.44	c |     38725 |   80637  2224657 |   92779   38715   874313    22.6 |  0.000 % |
88.52	c |     58189 |   80638  2224657 |  102057   58178  1494766    25.7 |  0.000 % |
124.58	c |     87382 |   80644  2224657 |  112263   87365  2505916    28.7 |  0.000 % |
182.79	c |    131171 |   80646  2224657 |  123489   34911   985711    28.2 |  0.000 % |
257.35	c |    196855 |   80656  2224657 |  135838  100585  2827480    28.1 |  0.000 % |
394.75	c |    295381 |   80661  2224657 |  149422   81194  2990186    36.8 |  0.000 % |
633.96	c |    443173 |   80673  2224657 |  164365   98936  3536801    35.7 |  0.000 % |
1007.11	c |    664856 |   80680  2224657 |  180801   33901  1185065    35.0 |  0.000 % |
1544.75	c |    997381 |   80701  2224657 |  198881   43394  1324023    30.5 |  0.000 % |
1808.78	
1808.78	s UNKNOWN
1808.78	c # INTERRUPTED
1808.78	c # MAIN  END :  (1808 seconds) [Mon Jan 29 18:34:33 2007]
1808.78	c # MAIN  CPU : 38.1 = 0.06 + 0.01 + 37.47 + 0.56
1808.78	

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/node18/watcher-194483-1170090264 -o ROOT/results/node18/solver-194483-1170090264 -C 1800 -M 900 /tmp/evaluation/194483-1170090264/solver /tmp/evaluation/194483-1170090264 /tmp/evaluation/194483-1170090264/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.89 0.48 0.18 3/94 23758
/proc/meminfo: memFree=1700896/2055920 swapFree=4192956/4192956
[pid=23757] ppid=23755 vsize=5352 CPUtime=0
/proc/23757/stat : 23757 (solver) R 23755 23757 23617 0 -1 4194304 196 0 0 0 0 0 0 0 20 0 1 0 28980987 5480448 163 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 4288832 0 0 4096 0 0 0 0 17 1 0 0
/proc/23757/statm: 1338 163 135 169 0 49 0

[startup+0.103826 s]
/proc/loadavg: 0.89 0.48 0.18 3/94 23758
/proc/meminfo: memFree=1700896/2055920 swapFree=4192956/4192956
[pid=23757] ppid=23755 vsize=13724 CPUtime=0.03
/proc/23757/stat : 23757 (sugar) S 23755 23757 23617 0 -1 4194304 1112 0 0 0 3 0 0 0 20 0 1 0 28980987 14053376 805 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23757/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13724

[startup+0.511866 s]
/proc/loadavg: 0.89 0.48 0.18 3/94 23758
/proc/meminfo: memFree=1700896/2055920 swapFree=4192956/4192956
[pid=23757] ppid=23755 vsize=13724 CPUtime=0.03
/proc/23757/stat : 23757 (sugar) S 23755 23757 23617 0 -1 4194304 1121 0 0 0 3 0 0 0 15 0 1 0 28980987 14053376 805 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23757/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13724

[startup+1.33495 s]
/proc/loadavg: 0.89 0.48 0.18 3/102 23782
/proc/meminfo: memFree=1671136/2055920 swapFree=4192956/4192956
[pid=23757] ppid=23755 vsize=13724 CPUtime=0.83
/proc/23757/stat : 23757 (sugar) S 23755 23757 23617 0 -1 4194304 1190 7918 0 1 3 0 74 6 15 0 1 0 28980987 14053376 809 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23757/statm: 3431 809 371 3 0 531 0
[pid=23775] ppid=23757 vsize=807064 CPUtime=0.38
/proc/23775/stat : 23775 (java) R 23757 23757 23617 0 -1 0 6510 0 1 0 35 3 0 0 20 0 8 0 28981078 826433536 6260 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073479415 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23775/statm: 201766 6260 1494 14 0 189044 0
[pid=23775/tid=23776] ppid=23757 vsize=807064 CPUtime=0.02
/proc/23775/task/23776/stat : 23776 (java) S 23757 23757 23617 0 -1 64 458 0 0 0 2 0 0 0 16 0 8 0 28981082 826433536 6260 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23775/tid=23777] ppid=23757 vsize=807064 CPUtime=0
/proc/23775/task/23777/stat : 23777 (java) S 23757 23757 23617 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 28981082 826433536 6260 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23775/tid=23778] ppid=23757 vsize=807064 CPUtime=0
/proc/23775/task/23778/stat : 23778 (java) S 23757 23757 23617 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 28981082 826433536 6260 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23775/tid=23779] ppid=23757 vsize=807064 CPUtime=0
/proc/23775/task/23779/stat : 23779 (java) S 23757 23757 23617 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 28981086 826433536 6260 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23775/tid=23780] ppid=23757 vsize=807064 CPUtime=0.05
/proc/23775/task/23780/stat : 23780 (java) S 23757 23757 23617 0 -1 64 292 0 0 0 5 0 0 0 16 0 8 0 28981086 826433536 6260 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23775/tid=23781] ppid=23757 vsize=807064 CPUtime=0
/proc/23775/task/23781/stat : 23781 (java) S 23757 23757 23617 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 28981086 826433536 6260 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23775/tid=23782] ppid=23757 vsize=807064 CPUtime=0
/proc/23775/task/23782/stat : 23782 (java) S 23757 23757 23617 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 28981086 826433536 6260 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.21
Current children cumulated vsize (KiB) 820788

[startup+2.9881 s]
/proc/loadavg: 0.89 0.48 0.18 4/102 23782
/proc/meminfo: memFree=1622304/2055920 swapFree=4192956/4192956
[pid=23757] ppid=23755 vsize=13724 CPUtime=0.83
/proc/23757/stat : 23757 (sugar) S 23755 23757 23617 0 -1 4194304 1190 7918 0 1 3 0 74 6 15 0 1 0 28980987 14053376 809 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23757/statm: 3431 809 371 3 0 531 0
[pid=23775] ppid=23757 vsize=807064 CPUtime=2.03
/proc/23775/stat : 23775 (java) R 23757 23757 23617 0 -1 0 13348 0 1 0 196 7 0 0 25 0 8 0 28981078 826433536 13083 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073482407 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23775/statm: 201766 13083 1494 14 0 189044 0
[pid=23775/tid=23776] ppid=23757 vsize=807064 CPUtime=0.53
/proc/23775/task/23776/stat : 23776 (java) S 23757 23757 23617 0 -1 64 7281 0 0 0 50 3 0 0 16 0 8 0 28981082 826433536 13083 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23775/tid=23777] ppid=23757 vsize=807064 CPUtime=0
/proc/23775/task/23777/stat : 23777 (java) S 23757 23757 23617 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 28981082 826433536 13083 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23775/tid=23778] ppid=23757 vsize=807064 CPUtime=0
/proc/23775/task/23778/stat : 23778 (java) S 23757 23757 23617 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 28981082 826433536 13083 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23775/tid=23779] ppid=23757 vsize=807064 CPUtime=0
/proc/23775/task/23779/stat : 23779 (java) S 23757 23757 23617 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 28981086 826433536 13083 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23775/tid=23780] ppid=23757 vsize=807064 CPUtime=0.06
/proc/23775/task/23780/stat : 23780 (java) S 23757 23757 23617 0 -1 64 292 0 0 0 6 0 0 0 16 0 8 0 28981086 826433536 13083 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23775/tid=23781] ppid=23757 vsize=807064 CPUtime=0
/proc/23775/task/23781/stat : 23781 (java) S 23757 23757 23617 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 28981086 826433536 13083 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23775/tid=23782] ppid=23757 vsize=807064 CPUtime=0
/proc/23775/task/23782/stat : 23782 (java) S 23757 23757 23617 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 28981086 826433536 13083 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.86
Current children cumulated vsize (KiB) 820788

[startup+6.19241 s]
/proc/loadavg: 0.97 0.50 0.19 3/102 23782
/proc/meminfo: memFree=1476832/2055920 swapFree=4192956/4192956
[pid=23757] ppid=23755 vsize=13724 CPUtime=0.83
/proc/23757/stat : 23757 (sugar) S 23755 23757 23617 0 -1 4194304 1190 7918 0 1 3 0 74 6 15 0 1 0 28980987 14053376 809 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23757/statm: 3431 809 371 3 0 531 0
[pid=23775] ppid=23757 vsize=807336 CPUtime=5.22
/proc/23775/stat : 23775 (java) R 23757 23757 23617 0 -1 0 29357 0 1 0 506 16 0 0 25 0 8 0 28981078 826712064 29030 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23775/statm: 201834 29030 1506 14 0 189112 0
[pid=23775/tid=23776] ppid=23757 vsize=807336 CPUtime=1.39
/proc/23775/task/23776/stat : 23776 (java) R 23757 23757 23617 0 -1 64 23077 0 0 0 127 12 0 0 15 0 8 0 28981082 826712064 29030 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4155216478 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23775/tid=23777] ppid=23757 vsize=807336 CPUtime=0
/proc/23775/task/23777/stat : 23777 (java) S 23757 23757 23617 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 28981082 826712064 29030 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23775/tid=23778] ppid=23757 vsize=807336 CPUtime=0
/proc/23775/task/23778/stat : 23778 (java) S 23757 23757 23617 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 28981082 826712064 29030 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23775/tid=23779] ppid=23757 vsize=807336 CPUtime=0
/proc/23775/task/23779/stat : 23779 (java) S 23757 23757 23617 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 28981086 826712064 29030 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23775/tid=23780] ppid=23757 vsize=807336 CPUtime=0.14
/proc/23775/task/23780/stat : 23780 (java) S 23757 23757 23617 0 -1 64 400 0 0 0 14 0 0 0 16 0 8 0 28981086 826712064 29030 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23775/tid=23781] ppid=23757 vsize=807336 CPUtime=0
/proc/23775/task/23781/stat : 23781 (java) S 23757 23757 23617 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 28981086 826712064 29030 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23775/tid=23782] ppid=23757 vsize=807336 CPUtime=0
/proc/23775/task/23782/stat : 23782 (java) S 23757 23757 23617 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 28981086 826712064 29030 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.05
Current children cumulated vsize (KiB) 821060

[startup+12.6841 s]
/proc/loadavg: 1.06 0.53 0.20 4/102 23782
/proc/meminfo: memFree=1279008/2055920 swapFree=4192956/4192956
[pid=23757] ppid=23755 vsize=13724 CPUtime=0.83
/proc/23757/stat : 23757 (sugar) S 23755 23757 23617 0 -1 4194304 1190 7918 0 1 3 0 74 6 15 0 1 0 28980987 14053376 809 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23757/statm: 3431 809 371 3 0 531 0
[pid=23775] ppid=23757 vsize=807336 CPUtime=11.67
/proc/23775/stat : 23775 (java) R 23757 23757 23617 0 -1 0 54683 0 1 0 1136 31 0 0 25 0 8 0 28981078 826712064 54113 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073641470 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23775/statm: 201834 54113 1507 14 0 189112 0
[pid=23775/tid=23776] ppid=23757 vsize=807336 CPUtime=3.62
/proc/23775/task/23776/stat : 23776 (java) S 23757 23757 23617 0 -1 64 48226 0 0 0 337 25 0 0 16 0 8 0 28981082 826712064 54113 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23775/tid=23777] ppid=23757 vsize=807336 CPUtime=0
/proc/23775/task/23777/stat : 23777 (java) S 23757 23757 23617 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 28981082 826712064 54113 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23775/tid=23778] ppid=23757 vsize=807336 CPUtime=0
/proc/23775/task/23778/stat : 23778 (java) S 23757 23757 23617 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 28981082 826712064 54113 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23775/tid=23779] ppid=23757 vsize=807336 CPUtime=0
/proc/23775/task/23779/stat : 23779 (java) S 23757 23757 23617 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 28981086 826712064 54113 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23775/tid=23780] ppid=23757 vsize=807336 CPUtime=0.15
/proc/23775/task/23780/stat : 23780 (java) S 23757 23757 23617 0 -1 64 403 0 0 0 15 0 0 0 17 0 8 0 28981086 826712064 54113 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23775/tid=23781] ppid=23757 vsize=807336 CPUtime=0
/proc/23775/task/23781/stat : 23781 (java) S 23757 23757 23617 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 28981086 826712064 54113 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23775/tid=23782] ppid=23757 vsize=807336 CPUtime=0
/proc/23775/task/23782/stat : 23782 (java) S 23757 23757 23617 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 28981086 826712064 54113 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.5
Current children cumulated vsize (KiB) 821060

[startup+25.4963 s]
/proc/loadavg: 1.49 0.65 0.24 4/102 23782
/proc/meminfo: memFree=1279136/2055920 swapFree=4192956/4192956
[pid=23757] ppid=23755 vsize=13724 CPUtime=0.83
/proc/23757/stat : 23757 (sugar) S 23755 23757 23617 0 -1 4194304 1190 7918 0 1 3 0 74 6 15 0 1 0 28980987 14053376 809 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23757/statm: 3431 809 371 3 0 531 0
[pid=23775] ppid=23757 vsize=807336 CPUtime=24.41
/proc/23775/stat : 23775 (java) R 23757 23757 23617 0 -1 0 55599 0 1 0 2404 37 0 0 25 0 8 0 28981078 826712064 54113 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4153380222 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23775/statm: 201834 54113 1507 14 0 189112 0
[pid=23775/tid=23776] ppid=23757 vsize=807336 CPUtime=8.57
/proc/23775/task/23776/stat : 23776 (java) S 23757 23757 23617 0 -1 64 48792 0 0 0 828 29 0 0 16 0 8 0 28981082 826712064 54113 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23775/tid=23777] ppid=23757 vsize=807336 CPUtime=0
/proc/23775/task/23777/stat : 23777 (java) S 23757 23757 23617 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 28981082 826712064 54113 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23775/tid=23778] ppid=23757 vsize=807336 CPUtime=0
/proc/23775/task/23778/stat : 23778 (java) S 23757 23757 23617 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 28981082 826712064 54113 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23775/tid=23779] ppid=23757 vsize=807336 CPUtime=0
/proc/23775/task/23779/stat : 23779 (java) S 23757 23757 23617 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 28981086 826712064 54113 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23775/tid=23780] ppid=23757 vsize=807336 CPUtime=0.15
/proc/23775/task/23780/stat : 23780 (java) S 23757 23757 23617 0 -1 64 403 0 0 0 15 0 0 0 17 0 8 0 28981086 826712064 54113 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23775/tid=23781] ppid=23757 vsize=807336 CPUtime=0
/proc/23775/task/23781/stat : 23781 (java) S 23757 23757 23617 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 28981086 826712064 54113 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23775/tid=23782] ppid=23757 vsize=807336 CPUtime=0
/proc/23775/task/23782/stat : 23782 (java) S 23757 23757 23617 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 28981086 826712064 54113 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.24
Current children cumulated vsize (KiB) 821060

[startup+51.1262 s]
/proc/loadavg: 1.93 0.82 0.31 3/95 23783
/proc/meminfo: memFree=1407960/2055920 swapFree=4192956/4192956
[pid=23757] ppid=23755 vsize=17508 CPUtime=38.13
/proc/23757/stat : 23757 (sugar) S 23755 23757 23617 0 -1 4194304 2222 66121 0 2 9 1 3747 56 16 0 1 0 28980987 17928192 1734 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23757/statm: 4377 1734 373 3 0 1477 0
[pid=23783] ppid=23757 vsize=15276 CPUtime=12.56
/proc/23783/stat : 23783 (minisat) R 23757 23757 23617 0 -1 0 4509 0 0 0 1252 4 0 0 25 0 1 0 28984836 15642624 3470 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134527303 0 0 4096 3 0 0 0 17 0 0 0
/proc/23783/statm: 3819 3470 52 112 0 3703 0
Current children cumulated CPU time (s) 50.69
Current children cumulated vsize (KiB) 32784

[startup+102.378 s]
/proc/loadavg: 2.00 1.01 0.40 3/88 23784
/proc/meminfo: memFree=1622032/2055920 swapFree=4192956/4192956
[pid=23757] ppid=23755 vsize=17508 CPUtime=38.13
/proc/23757/stat : 23757 (sugar) S 23755 23757 23617 0 -1 4194304 2222 66121 0 2 9 1 3747 56 16 0 1 0 28980987 17928192 1734 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23757/statm: 4377 1734 373 3 0 1477 0
[pid=23783] ppid=23757 vsize=23404 CPUtime=63.57
/proc/23783/stat : 23783 (minisat) R 23757 23757 23617 0 -1 0 6494 0 0 0 6349 8 0 0 25 0 1 0 28984836 23965696 5455 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528086 0 0 4096 3 0 0 0 17 0 0 0
/proc/23783/statm: 5851 5455 52 112 0 5735 0
Current children cumulated CPU time (s) 101.7
Current children cumulated vsize (KiB) 40912

[startup+162.456 s]
/proc/loadavg: 2.00 1.19 0.50 3/88 23784
/proc/meminfo: memFree=1606672/2055920 swapFree=4192956/4192956
[pid=23757] ppid=23755 vsize=17508 CPUtime=38.13
/proc/23757/stat : 23757 (sugar) S 23755 23757 23617 0 -1 4194304 2222 66121 0 2 9 1 3747 56 16 0 1 0 28980987 17928192 1734 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23757/statm: 4377 1734 373 3 0 1477 0
[pid=23783] ppid=23757 vsize=30128 CPUtime=123.37
/proc/23783/stat : 23783 (minisat) R 23757 23757 23617 0 -1 0 8183 0 0 0 12326 11 0 0 25 0 1 0 28984836 30851072 7144 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/23783/statm: 7532 7144 52 112 0 7416 0
Current children cumulated CPU time (s) 161.5
Current children cumulated vsize (KiB) 47636


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

/proc/loadavg: 2.04 1.98 1.45 3/88 23784
/proc/meminfo: memFree=1568848/2055920 swapFree=4192956/4192956
[pid=23757] ppid=23755 vsize=17508 CPUtime=38.13
/proc/23757/stat : 23757 (sugar) S 23755 23757 23617 0 -1 4194304 2222 66121 0 2 9 1 3747 56 16 0 1 0 28980987 17928192 1734 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23757/statm: 4377 1734 373 3 0 1477 0
[pid=23783] ppid=23757 vsize=46260 CPUtime=1080.12
/proc/23783/stat : 23783 (minisat) R 23757 23757 23617 0 -1 0 12139 0 0 0 107992 20 0 0 25 0 1 0 28984836 47370240 11100 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/23783/statm: 11565 11100 52 112 0 11449 0
Current children cumulated CPU time (s) 1118.25
Current children cumulated vsize (KiB) 63768

[startup+1183.83 s]
/proc/loadavg: 2.01 1.98 1.48 3/88 23784
/proc/meminfo: memFree=1568720/2055920 swapFree=4192956/4192956
[pid=23757] ppid=23755 vsize=17508 CPUtime=38.13
/proc/23757/stat : 23757 (sugar) S 23755 23757 23617 0 -1 4194304 2222 66121 0 2 9 1 3747 56 16 0 1 0 28980987 17928192 1734 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23757/statm: 4377 1734 373 3 0 1477 0
[pid=23783] ppid=23757 vsize=46260 CPUtime=1139.9
/proc/23783/stat : 23783 (minisat) R 23757 23757 23617 0 -1 0 12139 0 0 0 113970 20 0 0 25 0 1 0 28984836 47370240 11100 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134527082 0 0 4096 3 0 0 0 17 0 0 0
/proc/23783/statm: 11565 11100 52 112 0 11449 0
Current children cumulated CPU time (s) 1178.03
Current children cumulated vsize (KiB) 63768

[startup+1243.92 s]
/proc/loadavg: 2.00 1.98 1.51 3/88 23784
/proc/meminfo: memFree=1568272/2055920 swapFree=4192956/4192956
[pid=23757] ppid=23755 vsize=17508 CPUtime=38.13
/proc/23757/stat : 23757 (sugar) S 23755 23757 23617 0 -1 4194304 2222 66121 0 2 9 1 3747 56 16 0 1 0 28980987 17928192 1734 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23757/statm: 4377 1734 373 3 0 1477 0
[pid=23783] ppid=23757 vsize=46856 CPUtime=1199.71
/proc/23783/stat : 23783 (minisat) R 23757 23757 23617 0 -1 0 12273 0 0 0 119951 20 0 0 25 0 1 0 28984836 47980544 11226 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/23783/statm: 11714 11226 52 112 0 11598 0
Current children cumulated CPU time (s) 1237.84
Current children cumulated vsize (KiB) 64364

[startup+1303.99 s]
/proc/loadavg: 2.00 1.98 1.54 3/88 23784
/proc/meminfo: memFree=1567760/2055920 swapFree=4192956/4192956
[pid=23757] ppid=23755 vsize=17508 CPUtime=38.13
/proc/23757/stat : 23757 (sugar) S 23755 23757 23617 0 -1 4194304 2222 66121 0 2 9 1 3747 56 16 0 1 0 28980987 17928192 1734 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23757/statm: 4377 1734 373 3 0 1477 0
[pid=23783] ppid=23757 vsize=47376 CPUtime=1259.51
/proc/23783/stat : 23783 (minisat) R 23757 23757 23617 0 -1 0 12400 0 0 0 125931 20 0 0 25 0 1 0 28984836 48513024 11353 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/23783/statm: 11844 11353 52 112 0 11728 0
Current children cumulated CPU time (s) 1297.64
Current children cumulated vsize (KiB) 64884

[startup+1364.08 s]
/proc/loadavg: 2.00 1.98 1.56 3/88 23784
/proc/meminfo: memFree=1567376/2055920 swapFree=4192956/4192956
[pid=23757] ppid=23755 vsize=17508 CPUtime=38.13
/proc/23757/stat : 23757 (sugar) S 23755 23757 23617 0 -1 4194304 2222 66121 0 2 9 1 3747 56 16 0 1 0 28980987 17928192 1734 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23757/statm: 4377 1734 373 3 0 1477 0
[pid=23783] ppid=23757 vsize=47704 CPUtime=1319.3
/proc/23783/stat : 23783 (minisat) R 23757 23757 23617 0 -1 0 12463 0 0 0 131909 21 0 0 25 0 1 0 28984836 48848896 11416 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134522629 0 0 4096 3 0 0 0 17 0 0 0
/proc/23783/statm: 11926 11416 52 112 0 11810 0
Current children cumulated CPU time (s) 1357.43
Current children cumulated vsize (KiB) 65212

[startup+1424.16 s]
/proc/loadavg: 2.00 1.98 1.59 3/88 23784
/proc/meminfo: memFree=1567248/2055920 swapFree=4192956/4192956
[pid=23757] ppid=23755 vsize=17508 CPUtime=38.13
/proc/23757/stat : 23757 (sugar) S 23755 23757 23617 0 -1 4194304 2222 66121 0 2 9 1 3747 56 16 0 1 0 28980987 17928192 1734 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23757/statm: 4377 1734 373 3 0 1477 0
[pid=23783] ppid=23757 vsize=47704 CPUtime=1379.11
/proc/23783/stat : 23783 (minisat) R 23757 23757 23617 0 -1 0 12485 0 0 0 137890 21 0 0 25 0 1 0 28984836 48848896 11438 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/23783/statm: 11926 11438 52 112 0 11810 0
Current children cumulated CPU time (s) 1417.24
Current children cumulated vsize (KiB) 65212

[startup+1484.24 s]
/proc/loadavg: 2.00 1.98 1.61 3/88 23784
/proc/meminfo: memFree=1564752/2055920 swapFree=4192956/4192956
[pid=23757] ppid=23755 vsize=17508 CPUtime=38.13
/proc/23757/stat : 23757 (sugar) S 23755 23757 23617 0 -1 4194304 2222 66121 0 2 9 1 3747 56 16 0 1 0 28980987 17928192 1734 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23757/statm: 4377 1734 373 3 0 1477 0
[pid=23783] ppid=23757 vsize=48148 CPUtime=1438.91
/proc/23783/stat : 23783 (minisat) R 23757 23757 23617 0 -1 0 12563 0 0 0 143870 21 0 0 25 0 1 0 28984836 49303552 11516 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/23783/statm: 12037 11516 52 112 0 11921 0
Current children cumulated CPU time (s) 1477.04
Current children cumulated vsize (KiB) 65656

[startup+1544.32 s]
/proc/loadavg: 2.00 1.98 1.63 3/88 23784
/proc/meminfo: memFree=1563344/2055920 swapFree=4192956/4192956
[pid=23757] ppid=23755 vsize=17508 CPUtime=38.13
/proc/23757/stat : 23757 (sugar) S 23755 23757 23617 0 -1 4194304 2222 66121 0 2 9 1 3747 56 16 0 1 0 28980987 17928192 1734 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23757/statm: 4377 1734 373 3 0 1477 0
[pid=23783] ppid=23757 vsize=48276 CPUtime=1498.68
/proc/23783/stat : 23783 (minisat) R 23757 23757 23617 0 -1 0 12599 0 0 0 149847 21 0 0 25 0 1 0 28984836 49434624 11552 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134527070 0 0 4096 3 0 0 0 17 0 0 0
/proc/23783/statm: 12069 11552 52 112 0 11953 0
Current children cumulated CPU time (s) 1536.81
Current children cumulated vsize (KiB) 65784

[startup+1604.4 s]
/proc/loadavg: 2.00 1.98 1.65 3/88 23784
/proc/meminfo: memFree=1562960/2055920 swapFree=4192956/4192956
[pid=23757] ppid=23755 vsize=17508 CPUtime=38.13
/proc/23757/stat : 23757 (sugar) S 23755 23757 23617 0 -1 4194304 2222 66121 0 2 9 1 3747 56 16 0 1 0 28980987 17928192 1734 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23757/statm: 4377 1734 373 3 0 1477 0
[pid=23783] ppid=23757 vsize=48408 CPUtime=1558.5
/proc/23783/stat : 23783 (minisat) R 23757 23757 23617 0 -1 0 12631 0 0 0 155828 22 0 0 25 0 1 0 28984836 49569792 11584 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528401 0 0 4096 3 0 0 0 17 0 0 0
/proc/23783/statm: 12102 11584 52 112 0 11986 0
Current children cumulated CPU time (s) 1596.63
Current children cumulated vsize (KiB) 65916

[startup+1664.48 s]
/proc/loadavg: 2.00 1.98 1.67 3/88 23784
/proc/meminfo: memFree=1562448/2055920 swapFree=4192956/4192956
[pid=23757] ppid=23755 vsize=17508 CPUtime=38.13
/proc/23757/stat : 23757 (sugar) S 23755 23757 23617 0 -1 4194304 2222 66121 0 2 9 1 3747 56 16 0 1 0 28980987 17928192 1734 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23757/statm: 4377 1734 373 3 0 1477 0
[pid=23783] ppid=23757 vsize=48568 CPUtime=1618.3
/proc/23783/stat : 23783 (minisat) R 23757 23757 23617 0 -1 0 12685 0 0 0 161808 22 0 0 25 0 1 0 28984836 49733632 11638 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528342 0 0 4096 3 0 0 0 17 0 0 0
/proc/23783/statm: 12142 11638 52 112 0 12026 0
Current children cumulated CPU time (s) 1656.43
Current children cumulated vsize (KiB) 66076

[startup+1724.56 s]
/proc/loadavg: 2.00 1.98 1.69 3/88 23784
/proc/meminfo: memFree=1562064/2055920 swapFree=4192956/4192956
[pid=23757] ppid=23755 vsize=17508 CPUtime=38.13
/proc/23757/stat : 23757 (sugar) S 23755 23757 23617 0 -1 4194304 2222 66121 0 2 9 1 3747 56 16 0 1 0 28980987 17928192 1734 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23757/statm: 4377 1734 373 3 0 1477 0
[pid=23783] ppid=23757 vsize=49064 CPUtime=1678.09
/proc/23783/stat : 23783 (minisat) R 23757 23757 23617 0 -1 0 12776 0 0 0 167786 23 0 0 25 0 1 0 28984836 50241536 11729 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/23783/statm: 12266 11729 52 112 0 12150 0
Current children cumulated CPU time (s) 1716.22
Current children cumulated vsize (KiB) 66572

[startup+1784.65 s]
/proc/loadavg: 2.00 1.98 1.71 3/88 23784
/proc/meminfo: memFree=1561488/2055920 swapFree=4192956/4192956
[pid=23757] ppid=23755 vsize=17508 CPUtime=38.13
/proc/23757/stat : 23757 (sugar) S 23755 23757 23617 0 -1 4194304 2222 66121 0 2 9 1 3747 56 16 0 1 0 28980987 17928192 1734 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23757/statm: 4377 1734 373 3 0 1477 0
[pid=23783] ppid=23757 vsize=49592 CPUtime=1737.9
/proc/23783/stat : 23783 (minisat) R 23757 23757 23617 0 -1 0 12892 0 0 0 173767 23 0 0 25 0 1 0 28984836 50782208 11845 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/23783/statm: 12398 11845 52 112 0 12282 0
Current children cumulated CPU time (s) 1776.03
Current children cumulated vsize (KiB) 67100



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1808.78 s]
/proc/loadavg: 2.00 1.98 1.71 2/89 23785
/proc/meminfo: memFree=1620232/2055920 swapFree=4192956/4192956
[pid=23757] ppid=23755 vsize=17508 CPUtime=38.13
/proc/23757/stat : 23757 (sugar) S 23755 23757 23617 0 -1 4194304 2222 66121 0 2 9 1 3747 56 16 0 1 0 28980987 17928192 1734 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23757/statm: 4377 1734 373 3 0 1477 0
[pid=23783] ppid=23757 vsize=50772 CPUtime=1761.89
/proc/23783/stat : 23783 (minisat) R 23757 23757 23617 0 -1 0 13201 0 0 0 176166 23 0 0 25 0 1 0 28984836 51990528 12154 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/23783/statm: 12693 12154 52 112 0 12577 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 68280

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

Child status: 1

!!! problem with CPU time !!!
wait4(...,&childrusage) returns 23757 and gives childrusage.ru_utime.tv_sec=37 childrusage.ru_utime.tv_usec=575287 childrusage.ru_stime.tv_sec=0 childrusage.ru_stime.tv_usec=583911
CPU time returned by wait4() is 38.1592
while last known CPU time is 1800.03

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

Real time (s): 1809.8
CPU time (s): 1800.03
CPU user time (s): 1799.22
CPU system time (s): 0.81
CPU usage (%): 99.4602
Max. virtual memory (cumulated for all children) (KiB): 821564

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 37.5753
system time used= 0.583911
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 68428
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= 8132
involuntary context switches= 8340

runsolver used 2.25766 s user time and 5.79312 s system time

The end

Launcher Data (download as text)

Begin job on node18 on Mon Jan 29 17:04:24 UTC 2007


IDJOB= 194483
IDBENCH= 3216
IDSOLVER= 86
FILE ID= node18/194483-1170090264

PBS_JOBID= 3689399

Free space on /tmp= 66560 MiB

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

META MD5SUM SOLVER= 0a27e717dfe98d83d9802fe0eea45073
MD5SUM BENCH=  59ba031e1eaa6b28ad25968e716c3717

RANDOM SEED= 469694320

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.236
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.236
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:       1701568 kB
Buffers:         47060 kB
Cached:         167140 kB
SwapCached:          0 kB
Active:         202456 kB
Inactive:        84352 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1701568 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            2692 kB
Writeback:           0 kB
Mapped:          98688 kB
Slab:            52416 kB
Committed_AS:   462528 kB
PageTables:       2128 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= 66561 MiB



End job on node18 on Mon Jan 29 17:34:35 UTC 2007