Trace number 202687

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 1811.03

General information on the benchmark

Namerandom/rand-2-40-19/
rand-2-40-19-443-230-41_ext.xml
MD5SUM479f9449235bd0b9c09bd60353b3e5ce
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark30.7183
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables40
Number of constraints339
Maximum constraint arity2
Maximum domain size19
Number of constraints which are defined in extension339
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/202687-1170095709/sugar-v0-40.jar)
0.05	
0.05	c # MAIN  BEGIN : /tmp/evaluation/202687-1170095709/unknown.xml [Mon Jan 29 19:35:09 2007]
0.05	c # CONVERT_XML  BEGIN : /tmp/evaluation/202687-1170095709/unknown.xml /tmp/evaluation/202687-1170095709/sugar27910.csp [Mon Jan 29 19:35:09 2007]
0.05	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/202687-1170095709/sugar-v0-40.jar -convert /tmp/evaluation/202687-1170095709/unknown.xml /tmp/evaluation/202687-1170095709/sugar27910.csp
0.18	c BEGIN convert /tmp/evaluation/202687-1170095709/unknown.xml
0.69	c END convert (0.514668 seconds)
0.71	c # CONVERT_XML  END : /tmp/evaluation/202687-1170095709/sugar27910.csp 1095445 bytes (1 seconds) [Mon Jan 29 19:35:10 2007]
0.71	c # CONVERT_XML  CPU : 0 = 0 + 0 + 0 + 0
0.71	
0.71	c # GENERATE_SAT  BEGIN : /tmp/evaluation/202687-1170095709/sugar27910.bcnf [Mon Jan 29 19:35:10 2007]
0.71	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/202687-1170095709/sugar-v0-40.jar -bcnf -map /tmp/evaluation/202687-1170095709/sugar27910.map /tmp/evaluation/202687-1170095709/sugar27910.csp /tmp/evaluation/202687-1170095709/sugar27910.bcnf
0.83	c BEGIN parse /tmp/evaluation/202687-1170095709/sugar27910.csp
11.83	c END parse (10.999165 seconds)
11.83	c BEGIN simplify
11.89	c END simplify (0.05897 seconds)
11.89	c BEGIN encode /tmp/evaluation/202687-1170095709/sugar27910.bcnf
12.41	c END encode (0.515648 seconds)
12.50	c # GENERATE_SAT  END : 4760 variables 42302 clauses 3795388 bytes (12 seconds) [Mon Jan 29 19:35:22 2007]
12.50	c # GENERATE_SAT  CPU : 11.66 = 0.03 + 0 + 11.28 + 0.35
12.50	
12.50	c # SOLVE_SAT  BEGIN : /tmp/evaluation/202687-1170095709/sugar27910.bcnf [Mon Jan 29 19:35:22 2007]
12.50	c # CMD : /tmp/evaluation/202687-1170095709/minisat /tmp/evaluation/202687-1170095709/sugar27910.bcnf /tmp/evaluation/202687-1170095709/sugar27910.out
12.59	c ==================================[MINISAT]===================================
12.59	c | Conflicts |     ORIGINAL     |              LEARNT              | Progress |
12.59	c |           | Clauses Literals |   Limit Clauses Literals  Lit/Cl |          |
12.60	c ==============================================================================
12.60	c |         0 |   42302   906539 |   14100       0        0     nan |  0.000 % |
12.62	c |       100 |   42302   906539 |   15510     100     4565    45.6 |  0.000 % |
12.65	c |       251 |   42303   906539 |   17061     250     6379    25.5 |  0.000 % |
12.70	c |       477 |   42303   906539 |   18767     476    10292    21.6 |  0.000 % |
12.78	c |       814 |   42304   906539 |   20643     812    13885    17.1 |  0.001 % |
12.92	c |      1321 |   42304   906539 |   22708    1319    20181    15.3 |  0.001 % |
13.10	c |      2081 |   42304   906539 |   24979    2079    28730    13.8 |  0.000 % |
13.39	c |      3220 |   42305   906539 |   27476    3217    43160    13.4 |  0.000 % |
13.87	c |      4928 |   42305   906539 |   30224    4925    71655    14.5 |  0.000 % |
14.50	c |      7491 |   42307   906539 |   33247    7486   110374    14.7 |  0.000 % |
15.67	c |     11336 |   42312   906539 |   36571   11326   166945    14.7 |  0.000 % |
17.63	c |     17104 |   42315   906539 |   40228   17091   260616    15.2 |  0.000 % |
21.15	c |     25753 |   42317   906539 |   44251   25738   414039    16.1 |  0.000 % |
26.67	c |     38729 |   42325   906539 |   48677   38706   657934    17.0 |  0.000 % |
36.49	c |     58192 |   42329   906539 |   53544   23047   418047    18.1 |  0.000 % |
52.05	c |     87384 |   42343   906539 |   58899   52225   964461    18.5 |  0.000 % |
76.09	c |    131173 |   42354   906539 |   64789   50847  1111330    21.9 |  0.000 % |
115.33	c |    196858 |   42370   906539 |   71268   17536   288439    16.4 |  0.000 % |
175.91	c |    295384 |   42386   906539 |   78394   60840  1440120    23.7 |  0.000 % |
289.06	c |    443174 |   42408   906539 |   86234   30520   828777    27.2 |  0.002 % |
439.50	c |    664860 |   42261   905763 |   94857   74701  3090115    41.4 |  0.735 % |
698.75	c |    997386 |   42089   904310 |  104343   70634  2001878    28.3 |  0.819 % |
1109.18	c |   1496174 |   41813   900779 |  114777   62550  1770158    28.3 |  0.924 % |
1767.87	c |   2244356 |   41858   900779 |  126255   48382  2755699    57.0 |  0.924 % |
1810.02	
1810.02	s UNKNOWN
1810.02	c # INTERRUPTED
1810.02	c # MAIN  END :  (1810 seconds) [Mon Jan 29 20:05:19 2007]
1810.02	c # MAIN  CPU : 11.67 = 0.03 + 0.01 + 11.28 + 0.35
1810.02	

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/node10/watcher-202687-1170095709 -o ROOT/results/node10/solver-202687-1170095709 -C 1800 -M 900 /tmp/evaluation/202687-1170095709/solver /tmp/evaluation/202687-1170095709 /tmp/evaluation/202687-1170095709/unknown.xml 

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

/proc/loadavg: 2.01 2.03 2.16 5/87 27911
/proc/meminfo: memFree=1831384/2055920 swapFree=4192812/4192956
[pid=27910] ppid=27908 vsize=0 CPUtime=0
/proc/27910/stat : 27910 (solver) R 27908 27910 27782 0 -1 4194304 264 0 0 0 0 0 0 0 20 0 1 0 29525924 0 0 18446744073709551615 0 0 0 18446744073709551615 214919867687 0 0 4096 0 0 0 0 17 1 0 0
/proc/27910/statm: 0 0 0 0 0 0 0

[startup+0.104785 s]
/proc/loadavg: 2.01 2.03 2.16 5/87 27911
/proc/meminfo: memFree=1831384/2055920 swapFree=4192812/4192956
[pid=27910] ppid=27908 vsize=13724 CPUtime=0.04
/proc/27910/stat : 27910 (sugar) S 27908 27910 27782 0 -1 4194304 1112 0 0 0 3 1 0 0 18 0 1 0 29525924 14053376 805 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27910/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13724

[startup+0.512841 s]
/proc/loadavg: 2.01 2.03 2.16 5/87 27911
/proc/meminfo: memFree=1831384/2055920 swapFree=4192812/4192956
[pid=27910] ppid=27908 vsize=13724 CPUtime=0.04
/proc/27910/stat : 27910 (sugar) S 27908 27910 27782 0 -1 4194304 1121 0 0 0 3 1 0 0 15 0 1 0 29525924 14053376 805 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27910/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13724

[startup+1.33496 s]
/proc/loadavg: 2.01 2.03 2.15 3/96 27927
/proc/meminfo: memFree=1809040/2055920 swapFree=4192812/4192956
[pid=27910] ppid=27908 vsize=13724 CPUtime=0.04
/proc/27910/stat : 27910 (sugar) S 27908 27910 27782 0 -1 4194304 1188 0 0 0 3 1 0 0 15 0 1 0 29525924 14053376 808 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27910/statm: 3431 808 370 3 0 531 0
[pid=27912] ppid=27910 vsize=0 CPUtime=0.62
/proc/27912/stat : 27912 (java) Z 27910 27910 27782 0 -1 1036 7505 0 1 0 57 5 0 0 18 0 1 0 29525930 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/27912/statm: 0 0 0 0 0 0 0
[pid=27920] ppid=27910 vsize=807064 CPUtime=0.6
/proc/27920/stat : 27920 (java) R 27910 27910 27782 0 -1 0 7742 0 1 0 55 5 0 0 22 0 8 0 29525996 826433536 7490 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073484443 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27920/statm: 201766 7490 1494 14 0 189044 0
[pid=27920/tid=27921] ppid=27910 vsize=807064 CPUtime=0.09
/proc/27920/task/27921/stat : 27921 (java) S 27910 27910 27782 0 -1 64 1687 0 0 0 8 1 0 0 16 0 8 0 29525999 826433536 7490 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27920/tid=27922] ppid=27910 vsize=807064 CPUtime=0
/proc/27920/task/27922/stat : 27922 (java) S 27910 27910 27782 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 29526000 826433536 7490 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27920/tid=27923] ppid=27910 vsize=807064 CPUtime=0
/proc/27920/task/27923/stat : 27923 (java) S 27910 27910 27782 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 29526000 826433536 7490 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27920/tid=27924] ppid=27910 vsize=807064 CPUtime=0
/proc/27920/task/27924/stat : 27924 (java) S 27910 27910 27782 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 29526003 826433536 7490 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27920/tid=27925] ppid=27910 vsize=807064 CPUtime=0.05
/proc/27920/task/27925/stat : 27925 (java) S 27910 27910 27782 0 -1 64 292 0 0 0 5 0 0 0 16 0 8 0 29526003 826433536 7490 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27920/tid=27926] ppid=27910 vsize=807064 CPUtime=0
/proc/27920/task/27926/stat : 27926 (java) S 27910 27910 27782 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 29526003 826433536 7490 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27920/tid=27927] ppid=27910 vsize=807064 CPUtime=0
/proc/27920/task/27927/stat : 27927 (java) S 27910 27910 27782 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 29526003 826433536 7490 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.26
Current children cumulated vsize (KiB) 820788

[startup+2.98818 s]
/proc/loadavg: 2.01 2.03 2.15 4/96 27927
/proc/meminfo: memFree=1790160/2055920 swapFree=4192812/4192956
[pid=27910] ppid=27908 vsize=13724 CPUtime=0.04
/proc/27910/stat : 27910 (sugar) S 27908 27910 27782 0 -1 4194304 1188 0 0 0 3 1 0 0 15 0 1 0 29525924 14053376 808 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27910/statm: 3431 808 370 3 0 531 0
[pid=27912] ppid=27910 vsize=0 CPUtime=0.62
/proc/27912/stat : 27912 (java) Z 27910 27910 27782 0 -1 1036 7505 0 1 0 57 5 0 0 18 0 1 0 29525930 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/27912/statm: 0 0 0 0 0 0 0
[pid=27920] ppid=27910 vsize=807336 CPUtime=2.24
/proc/27920/stat : 27920 (java) R 27910 27910 27782 0 -1 0 14839 0 1 0 214 10 0 0 25 0 8 0 29525996 826712064 14559 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073633542 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27920/statm: 201834 14559 1506 14 0 189112 0
[pid=27920/tid=27921] ppid=27910 vsize=807336 CPUtime=0.54
/proc/27920/task/27921/stat : 27921 (java) S 27910 27910 27782 0 -1 64 8612 0 0 0 50 4 0 0 16 0 8 0 29525999 826712064 14559 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27920/tid=27922] ppid=27910 vsize=807336 CPUtime=0
/proc/27920/task/27922/stat : 27922 (java) S 27910 27910 27782 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 29526000 826712064 14559 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27920/tid=27923] ppid=27910 vsize=807336 CPUtime=0
/proc/27920/task/27923/stat : 27923 (java) S 27910 27910 27782 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 29526000 826712064 14559 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27920/tid=27924] ppid=27910 vsize=807336 CPUtime=0
/proc/27920/task/27924/stat : 27924 (java) S 27910 27910 27782 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 29526003 826712064 14559 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27920/tid=27925] ppid=27910 vsize=807336 CPUtime=0.12
/proc/27920/task/27925/stat : 27925 (java) S 27910 27910 27782 0 -1 64 399 0 0 0 12 0 0 0 16 0 8 0 29526003 826712064 14559 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27920/tid=27926] ppid=27910 vsize=807336 CPUtime=0
/proc/27920/task/27926/stat : 27926 (java) S 27910 27910 27782 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 29526003 826712064 14559 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27920/tid=27927] ppid=27910 vsize=807336 CPUtime=0
/proc/27920/task/27927/stat : 27927 (java) S 27910 27910 27782 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 29526003 826712064 14559 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.9
Current children cumulated vsize (KiB) 821060

[startup+6.20162 s]
/proc/loadavg: 2.01 2.03 2.15 3/96 27927
/proc/meminfo: memFree=1729616/2055920 swapFree=4192812/4192956
[pid=27910] ppid=27908 vsize=13724 CPUtime=0.04
/proc/27910/stat : 27910 (sugar) S 27908 27910 27782 0 -1 4194304 1188 0 0 0 3 1 0 0 15 0 1 0 29525924 14053376 808 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27910/statm: 3431 808 370 3 0 531 0
[pid=27912] ppid=27910 vsize=0 CPUtime=0.62
/proc/27912/stat : 27912 (java) Z 27910 27910 27782 0 -1 1036 7505 0 1 0 57 5 0 0 18 0 1 0 29525930 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/27912/statm: 0 0 0 0 0 0 0
[pid=27920] ppid=27910 vsize=807336 CPUtime=5.42
/proc/27920/stat : 27920 (java) R 27910 27910 27782 0 -1 0 29120 0 1 0 525 17 0 0 25 0 8 0 29525996 826712064 28766 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27920/statm: 201834 28766 1506 14 0 189112 0
[pid=27920/tid=27921] ppid=27910 vsize=807336 CPUtime=1.26
/proc/27920/task/27921/stat : 27921 (java) S 27910 27910 27782 0 -1 64 22815 0 0 0 114 12 0 0 15 0 8 0 29525999 826712064 28766 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27920/tid=27922] ppid=27910 vsize=807336 CPUtime=0
/proc/27920/task/27922/stat : 27922 (java) S 27910 27910 27782 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 29526000 826712064 28766 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27920/tid=27923] ppid=27910 vsize=807336 CPUtime=0
/proc/27920/task/27923/stat : 27923 (java) S 27910 27910 27782 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 29526000 826712064 28766 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27920/tid=27924] ppid=27910 vsize=807336 CPUtime=0
/proc/27920/task/27924/stat : 27924 (java) S 27910 27910 27782 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 29526003 826712064 28766 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27920/tid=27925] ppid=27910 vsize=807336 CPUtime=0.13
/proc/27920/task/27925/stat : 27925 (java) S 27910 27910 27782 0 -1 64 403 0 0 0 13 0 0 0 16 0 8 0 29526003 826712064 28766 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27920/tid=27926] ppid=27910 vsize=807336 CPUtime=0
/proc/27920/task/27926/stat : 27926 (java) S 27910 27910 27782 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 29526003 826712064 28766 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27920/tid=27927] ppid=27910 vsize=807336 CPUtime=0
/proc/27920/task/27927/stat : 27927 (java) S 27910 27910 27782 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 29526003 826712064 28766 18446744073709551615 134512640 134570532 4294956464 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) 821060

[startup+12.6873 s]
/proc/loadavg: 2.25 2.08 2.17 3/88 27927
/proc/meminfo: memFree=1823632/2055920 swapFree=4192812/4192956
[pid=27910] ppid=27908 vsize=16048 CPUtime=11.71
/proc/27910/stat : 27910 (sugar) S 27908 27910 27782 0 -1 4194304 1856 54755 0 1 6 2 1128 35 15 0 1 0 29525924 16433152 1366 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27910/statm: 4012 1366 373 3 0 1112 0
[pid=27912] ppid=27910 vsize=0 CPUtime=0.62
/proc/27912/stat : 27912 (java) Z 27910 27910 27782 0 -1 1036 7505 0 1 0 57 5 0 0 18 0 1 0 29525930 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/27912/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 12.33
Current children cumulated vsize (KiB) 16048

[startup+25.534 s]
/proc/loadavg: 2.21 2.08 2.17 3/89 27928
/proc/meminfo: memFree=1813448/2055920 swapFree=4192812/4192956
[pid=27910] ppid=27908 vsize=16048 CPUtime=11.71
/proc/27910/stat : 27910 (sugar) S 27908 27910 27782 0 -1 4194304 1856 54755 0 1 6 2 1128 35 16 0 1 0 29525924 16433152 1366 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27910/statm: 4012 1366 373 3 0 1112 0
[pid=27912] ppid=27910 vsize=0 CPUtime=0.62
/proc/27912/stat : 27912 (java) Z 27910 27910 27782 0 -1 1036 7505 0 1 0 57 5 0 0 18 0 1 0 29525930 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/27912/statm: 0 0 0 0 0 0 0
[pid=27928] ppid=27910 vsize=10348 CPUtime=12.95
/proc/27928/stat : 27928 (minisat) R 27910 27910 27782 0 -1 0 3167 0 0 0 1292 3 0 0 25 0 1 0 29527175 10596352 2225 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134525642 0 0 4096 3 0 0 0 17 1 0 0
/proc/27928/statm: 2587 2225 52 112 0 2471 0
Current children cumulated CPU time (s) 25.28
Current children cumulated vsize (KiB) 26396

[startup+51.2195 s]
/proc/loadavg: 2.14 2.07 2.16 3/89 27928
/proc/meminfo: memFree=1811272/2055920 swapFree=4192812/4192956
[pid=27910] ppid=27908 vsize=16048 CPUtime=11.71
/proc/27910/stat : 27910 (sugar) S 27908 27910 27782 0 -1 4194304 1856 54755 0 1 6 2 1128 35 16 0 1 0 29525924 16433152 1366 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27910/statm: 4012 1366 373 3 0 1112 0
[pid=27912] ppid=27910 vsize=0 CPUtime=0.62
/proc/27912/stat : 27912 (java) Z 27910 27910 27782 0 -1 1036 7505 0 1 0 57 5 0 0 18 0 1 0 29525930 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/27912/statm: 0 0 0 0 0 0 0
[pid=27928] ppid=27910 vsize=12544 CPUtime=38.52
/proc/27928/stat : 27928 (minisat) R 27910 27910 27782 0 -1 0 3698 0 0 0 3848 4 0 0 25 0 1 0 29527175 12845056 2756 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528707 0 0 4096 3 0 0 0 17 1 0 0
/proc/27928/statm: 3136 2756 52 112 0 3020 0
Current children cumulated CPU time (s) 50.85
Current children cumulated vsize (KiB) 28592

[startup+102.454 s]
/proc/loadavg: 2.05 2.06 2.15 3/89 27930
/proc/meminfo: memFree=1807368/2055920 swapFree=4192812/4192956
[pid=27910] ppid=27908 vsize=16048 CPUtime=11.71
/proc/27910/stat : 27910 (sugar) S 27908 27910 27782 0 -1 4194304 1856 54755 0 1 6 2 1128 35 16 0 1 0 29525924 16433152 1366 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27910/statm: 4012 1366 373 3 0 1112 0
[pid=27912] ppid=27910 vsize=0 CPUtime=0.62
/proc/27912/stat : 27912 (java) Z 27910 27910 27782 0 -1 1036 7505 0 1 0 57 5 0 0 18 0 1 0 29525930 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/27912/statm: 0 0 0 0 0 0 0
[pid=27928] ppid=27910 vsize=15568 CPUtime=89.51
/proc/27928/stat : 27928 (minisat) R 27910 27910 27782 0 -1 0 4450 0 0 0 8945 6 0 0 25 0 1 0 29527175 15941632 3508 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528714 0 0 4096 3 0 0 0 17 1 0 0
/proc/27928/statm: 3892 3508 52 112 0 3776 0
Current children cumulated CPU time (s) 101.84
Current children cumulated vsize (KiB) 31616

[startup+162.457 s]
/proc/loadavg: 2.02 2.04 2.14 3/89 27930
/proc/meminfo: memFree=1806024/2055920 swapFree=4192812/4192956
[pid=27910] ppid=27908 vsize=16048 CPUtime=11.71
/proc/27910/stat : 27910 (sugar) S 27908 27910 27782 0 -1 4194304 1856 54755 0 1 6 2 1128 35 16 0 1 0 29525924 16433152 1366 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27910/statm: 4012 1366 373 3 0 1112 0
[pid=27912] ppid=27910 vsize=0 CPUtime=0.62
/proc/27912/stat : 27912 (java) Z 27910 27910 27782 0 -1 1036 7505 0 1 0 57 5 0 0 18 0 1 0 29525930 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/27912/statm: 0 0 0 0 0 0 0
[pid=27928] ppid=27910 vsize=16812 CPUtime=149.22
/proc/27928/stat : 27928 (minisat) R 27910 27910 27782 0 -1 0 4734 0 0 0 14916 6 0 0 25 0 1 0 29527175 17215488 3792 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528368 0 0 4096 3 0 0 0 17 1 0 0
/proc/27928/statm: 4203 3792 52 112 0 4087 0
Current children cumulated CPU time (s) 161.55
Current children cumulated vsize (KiB) 32860

[startup+222.458 s]
/proc/loadavg: 2.08 2.05 2.13 3/89 27930
/proc/meminfo: memFree=1803080/2055920 swapFree=4192812/4192956
[pid=27910] ppid=27908 vsize=16048 CPUtime=11.71
/proc/27910/stat : 27910 (sugar) S 27908 27910 27782 0 -1 4194304 1856 54755 0 1 6 2 1128 35 16 0 1 0 29525924 16433152 1366 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27910/statm: 4012 1366 373 3 0 1112 0
[pid=27912] ppid=27910 vsize=0 CPUtime=0.62

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

/proc/27928/stat : 27928 (minisat) R 27910 27910 27782 0 -1 0 8460 0 0 0 122336 17 0 0 25 0 1 0 29527175 32292864 7450 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/27928/statm: 7884 7450 52 112 0 7768 0
Current children cumulated CPU time (s) 1235.86
Current children cumulated vsize (KiB) 47584

[startup+1302.62 s]
/proc/loadavg: 2.01 2.01 2.04 3/89 27995
/proc/meminfo: memFree=1750600/2055920 swapFree=4192812/4192956
[pid=27910] ppid=27908 vsize=16048 CPUtime=11.71
/proc/27910/stat : 27910 (sugar) S 27908 27910 27782 0 -1 4194304 1856 54755 0 1 6 2 1128 35 16 0 1 0 29525924 16433152 1366 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27910/statm: 4012 1366 373 3 0 1112 0
[pid=27912] ppid=27910 vsize=0 CPUtime=0.62
/proc/27912/stat : 27912 (java) Z 27910 27910 27782 0 -1 1036 7505 0 1 0 57 5 0 0 18 0 1 0 29525930 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/27912/statm: 0 0 0 0 0 0 0
[pid=27928] ppid=27910 vsize=31536 CPUtime=1283.21
/proc/27928/stat : 27928 (minisat) R 27910 27910 27782 0 -1 0 8465 0 0 0 128304 17 0 0 25 0 1 0 29527175 32292864 7455 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/27928/statm: 7884 7455 52 112 0 7768 0
Current children cumulated CPU time (s) 1295.54
Current children cumulated vsize (KiB) 47584

[startup+1362.72 s]
/proc/loadavg: 2.00 2.00 2.04 3/89 27995
/proc/meminfo: memFree=1750216/2055920 swapFree=4192812/4192956
[pid=27910] ppid=27908 vsize=16048 CPUtime=11.71
/proc/27910/stat : 27910 (sugar) S 27908 27910 27782 0 -1 4194304 1856 54755 0 1 6 2 1128 35 16 0 1 0 29525924 16433152 1366 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27910/statm: 4012 1366 373 3 0 1112 0
[pid=27912] ppid=27910 vsize=0 CPUtime=0.62
/proc/27912/stat : 27912 (java) Z 27910 27910 27782 0 -1 1036 7505 0 1 0 57 5 0 0 18 0 1 0 29525930 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/27912/statm: 0 0 0 0 0 0 0
[pid=27928] ppid=27910 vsize=31696 CPUtime=1342.97
/proc/27928/stat : 27928 (minisat) R 27910 27910 27782 0 -1 0 8486 0 0 0 134280 17 0 0 25 0 1 0 29527175 32456704 7476 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/27928/statm: 7924 7476 52 112 0 7808 0
Current children cumulated CPU time (s) 1355.3
Current children cumulated vsize (KiB) 47744

[startup+1422.72 s]
/proc/loadavg: 2.00 2.00 2.03 3/89 27995
/proc/meminfo: memFree=1749192/2055920 swapFree=4192812/4192956
[pid=27910] ppid=27908 vsize=16048 CPUtime=11.71
/proc/27910/stat : 27910 (sugar) S 27908 27910 27782 0 -1 4194304 1856 54755 0 1 6 2 1128 35 16 0 1 0 29525924 16433152 1366 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27910/statm: 4012 1366 373 3 0 1112 0
[pid=27912] ppid=27910 vsize=0 CPUtime=0.62
/proc/27912/stat : 27912 (java) Z 27910 27910 27782 0 -1 1036 7505 0 1 0 57 5 0 0 18 0 1 0 29525930 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/27912/statm: 0 0 0 0 0 0 0
[pid=27928] ppid=27910 vsize=32608 CPUtime=1402.64
/proc/27928/stat : 27928 (minisat) R 27910 27910 27782 0 -1 0 8706 0 0 0 140247 17 0 0 25 0 1 0 29527175 33390592 7696 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/27928/statm: 8152 7696 52 112 0 8036 0
Current children cumulated CPU time (s) 1414.97
Current children cumulated vsize (KiB) 48656

[startup+1482.73 s]
/proc/loadavg: 2.00 2.00 2.02 3/89 27995
/proc/meminfo: memFree=1748808/2055920 swapFree=4192812/4192956
[pid=27910] ppid=27908 vsize=16048 CPUtime=11.71
/proc/27910/stat : 27910 (sugar) S 27908 27910 27782 0 -1 4194304 1856 54755 0 1 6 2 1128 35 16 0 1 0 29525924 16433152 1366 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27910/statm: 4012 1366 373 3 0 1112 0
[pid=27912] ppid=27910 vsize=0 CPUtime=0.62
/proc/27912/stat : 27912 (java) Z 27910 27910 27782 0 -1 1036 7505 0 1 0 57 5 0 0 18 0 1 0 29525930 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/27912/statm: 0 0 0 0 0 0 0
[pid=27928] ppid=27910 vsize=32832 CPUtime=1462.33
/proc/27928/stat : 27928 (minisat) R 27910 27910 27782 0 -1 0 8749 0 0 0 146215 18 0 0 25 0 1 0 29527175 33619968 7739 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528424 0 0 4096 3 0 0 0 17 0 0 0
/proc/27928/statm: 8208 7739 52 112 0 8092 0
Current children cumulated CPU time (s) 1474.66
Current children cumulated vsize (KiB) 48880

[startup+1542.73 s]
/proc/loadavg: 2.11 2.03 2.03 3/89 27995
/proc/meminfo: memFree=1748488/2055920 swapFree=4192812/4192956
[pid=27910] ppid=27908 vsize=16048 CPUtime=11.71
/proc/27910/stat : 27910 (sugar) S 27908 27910 27782 0 -1 4194304 1856 54755 0 1 6 2 1128 35 16 0 1 0 29525924 16433152 1366 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27910/statm: 4012 1366 373 3 0 1112 0
[pid=27912] ppid=27910 vsize=0 CPUtime=0.62
/proc/27912/stat : 27912 (java) Z 27910 27910 27782 0 -1 1036 7505 0 1 0 57 5 0 0 18 0 1 0 29525930 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/27912/statm: 0 0 0 0 0 0 0
[pid=27928] ppid=27910 vsize=33036 CPUtime=1521.99
/proc/27928/stat : 27928 (minisat) R 27910 27910 27782 0 -1 0 8793 0 0 0 152181 18 0 0 25 0 1 0 29527175 33828864 7783 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/27928/statm: 8259 7783 52 112 0 8143 0
Current children cumulated CPU time (s) 1534.32
Current children cumulated vsize (KiB) 49084

[startup+1602.75 s]
/proc/loadavg: 2.04 2.02 2.02 3/95 28111
/proc/meminfo: memFree=1742728/2055920 swapFree=4192812/4192956
[pid=27910] ppid=27908 vsize=16048 CPUtime=11.71
/proc/27910/stat : 27910 (sugar) S 27908 27910 27782 0 -1 4194304 1856 54755 0 1 6 2 1128 35 16 0 1 0 29525924 16433152 1366 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27910/statm: 4012 1366 373 3 0 1112 0
[pid=27912] ppid=27910 vsize=0 CPUtime=0.62
/proc/27912/stat : 27912 (java) Z 27910 27910 27782 0 -1 1036 7505 0 1 0 57 5 0 0 18 0 1 0 29525930 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/27912/statm: 0 0 0 0 0 0 0
[pid=27928] ppid=27910 vsize=33036 CPUtime=1581.64
/proc/27928/stat : 27928 (minisat) R 27910 27910 27782 0 -1 0 8795 0 0 0 158135 29 0 0 25 0 1 0 29527175 33828864 7785 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/27928/statm: 8259 7785 52 112 0 8143 0
Current children cumulated CPU time (s) 1593.97
Current children cumulated vsize (KiB) 49084

[startup+1662.78 s]
/proc/loadavg: 2.01 2.02 2.02 3/89 28193
/proc/meminfo: memFree=1737672/2055920 swapFree=4192812/4192956
[pid=27910] ppid=27908 vsize=16048 CPUtime=11.71
/proc/27910/stat : 27910 (sugar) S 27908 27910 27782 0 -1 4194304 1856 54755 0 1 6 2 1128 35 16 0 1 0 29525924 16433152 1366 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27910/statm: 4012 1366 373 3 0 1112 0
[pid=27912] ppid=27910 vsize=0 CPUtime=0.62
/proc/27912/stat : 27912 (java) Z 27910 27910 27782 0 -1 1036 7505 0 1 0 57 5 0 0 18 0 1 0 29525930 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/27912/statm: 0 0 0 0 0 0 0
[pid=27928] ppid=27910 vsize=35560 CPUtime=1641.29
/proc/27928/stat : 27928 (minisat) R 27910 27910 27782 0 -1 0 9420 0 0 0 164089 40 0 0 25 0 1 0 29527175 36413440 8410 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134522262 0 0 4096 3 0 0 0 17 0 0 0
/proc/27928/statm: 8890 8410 52 112 0 8774 0
Current children cumulated CPU time (s) 1653.62
Current children cumulated vsize (KiB) 51608

[startup+1722.78 s]
/proc/loadavg: 2.00 2.01 2.01 3/89 28193
/proc/meminfo: memFree=1736264/2055920 swapFree=4192812/4192956
[pid=27910] ppid=27908 vsize=16048 CPUtime=11.71
/proc/27910/stat : 27910 (sugar) S 27908 27910 27782 0 -1 4194304 1856 54755 0 1 6 2 1128 35 16 0 1 0 29525924 16433152 1366 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27910/statm: 4012 1366 373 3 0 1112 0
[pid=27912] ppid=27910 vsize=0 CPUtime=0.62
/proc/27912/stat : 27912 (java) Z 27910 27910 27782 0 -1 1036 7505 0 1 0 57 5 0 0 18 0 1 0 29525930 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/27912/statm: 0 0 0 0 0 0 0
[pid=27928] ppid=27910 vsize=36736 CPUtime=1700.95
/proc/27928/stat : 27928 (minisat) R 27910 27910 27782 0 -1 0 9738 0 0 0 170055 40 0 0 25 0 1 0 29527175 37617664 8728 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/27928/statm: 9184 8728 52 112 0 9068 0
Current children cumulated CPU time (s) 1713.28
Current children cumulated vsize (KiB) 52784

[startup+1782.78 s]
/proc/loadavg: 2.00 2.01 2.01 3/89 28193
/proc/meminfo: memFree=1729672/2055920 swapFree=4192812/4192956
[pid=27910] ppid=27908 vsize=16048 CPUtime=11.71
/proc/27910/stat : 27910 (sugar) S 27908 27910 27782 0 -1 4194304 1856 54755 0 1 6 2 1128 35 16 0 1 0 29525924 16433152 1366 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27910/statm: 4012 1366 373 3 0 1112 0
[pid=27912] ppid=27910 vsize=0 CPUtime=0.62
/proc/27912/stat : 27912 (java) Z 27910 27910 27782 0 -1 1036 7505 0 1 0 57 5 0 0 18 0 1 0 29525930 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/27912/statm: 0 0 0 0 0 0 0
[pid=27928] ppid=27910 vsize=43280 CPUtime=1760.62
/proc/27928/stat : 27928 (minisat) R 27910 27910 27782 0 -1 0 11351 0 0 0 176020 42 0 0 25 0 1 0 29527175 44318720 10341 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528267 0 0 4096 3 0 0 0 17 0 0 0
/proc/27928/statm: 10820 10341 52 112 0 10704 0
Current children cumulated CPU time (s) 1772.95
Current children cumulated vsize (KiB) 59328



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1810.01 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 28193
/proc/meminfo: memFree=1729608/2055920 swapFree=4192812/4192956
[pid=27910] ppid=27908 vsize=16048 CPUtime=11.71
/proc/27910/stat : 27910 (sugar) S 27908 27910 27782 0 -1 4194304 1856 54755 0 1 6 2 1128 35 16 0 1 0 29525924 16433152 1366 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27910/statm: 4012 1366 373 3 0 1112 0
[pid=27912] ppid=27910 vsize=0 CPUtime=0.62
/proc/27912/stat : 27912 (java) Z 27910 27910 27782 0 -1 1036 7505 0 1 0 57 5 0 0 18 0 1 0 29525930 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/27912/statm: 0 0 0 0 0 0 0
[pid=27928] ppid=27910 vsize=43280 CPUtime=1787.7
/proc/27928/stat : 27928 (minisat) R 27910 27910 27782 0 -1 0 11351 0 0 0 178727 43 0 0 25 0 1 0 29527175 44318720 10341 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528771 0 0 4096 3 0 0 0 17 0 0 0
/proc/27928/statm: 10820 10341 52 112 0 10704 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 59328

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

Child status: 1

!!! problem with CPU time !!!
wait4(...,&childrusage) returns 27910 and gives childrusage.ru_utime.tv_sec=11 childrusage.ru_utime.tv_usec=355273 childrusage.ru_stime.tv_sec=0 childrusage.ru_stime.tv_usec=382941
CPU time returned by wait4() is 11.7382
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): 1811.03
CPU time (s): 1800.03
CPU user time (s): 1799.18
CPU system time (s): 0.85
CPU usage (%): 99.3927
Max. virtual memory (cumulated for all children) (KiB): 821312

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 11.3553
system time used= 0.382941
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 56696
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= 2745
involuntary context switches= 2892

runsolver used 2.47862 s user time and 5.52116 s system time

The end

Launcher Data (download as text)

Begin job on node10 on Mon Jan 29 18:35:09 UTC 2007


IDJOB= 202687
IDBENCH= 3876
IDSOLVER= 86
FILE ID= node10/202687-1170095709

PBS_JOBID= 3689443

Free space on /tmp= 66559 MiB

SOLVER NAME= sugar 0.40
BENCH NAME= HOME/pub/bench/CPAI06/random/rand-2-40-19/rand-2-40-19-443-230-41_ext.xml
COMMAND LINE= /tmp/evaluation/202687-1170095709/solver /tmp/evaluation/202687-1170095709 /tmp/evaluation/202687-1170095709/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node10/watcher-202687-1170095709 -o ROOT/results/node10/solver-202687-1170095709 -C 1800 -M 900  /tmp/evaluation/202687-1170095709/solver /tmp/evaluation/202687-1170095709 /tmp/evaluation/202687-1170095709/unknown.xml

META MD5SUM SOLVER= 0a27e717dfe98d83d9802fe0eea45073
MD5SUM BENCH=  479f9449235bd0b9c09bd60353b3e5ce

RANDOM SEED= 200977498

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.232
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.232
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:       1831800 kB
Buffers:         35984 kB
Cached:          54116 kB
SwapCached:          0 kB
Active:         120188 kB
Inactive:        48832 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1831800 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1060 kB
Writeback:           0 kB
Mapped:          98668 kB
Slab:            39992 kB
Committed_AS:   443024 kB
PageTables:       2208 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= 66548 MiB



End job on node10 on Mon Jan 29 19:05:20 UTC 2007