Trace number 2090860

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. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock 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 v1.14.6+minisat? (TO) 1800 1807.73

General information on the benchmark

Namecsp/tightness0.9/
normalized-rand-2-40-180-84-900-65_ext.xml
MD5SUMa0c6c075a4bbbd6d1e995891d3fc5868
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 benchmark10.0505
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints84
Maximum constraint arity2
Maximum domain size180
Number of constraints which are defined in extension84
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.08	c 0	BEGIN Sun Jul 12 11:37:56 2009
0.00/0.08	c 0	PID 27877
0.07/0.08	c 0	HOST node70.alineos.net
0.07/0.08	c 0	CONVERTING HOME/instance-2090860-1247391476.xml TO HOME/temp.csp
0.07/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2090860-1247391476.xml' 'HOME/temp.csp'
0.96/1.04	c 1	1 domains, 40 variables, 0 predicates, 84 relations, 84 constraints
0.96/1.08	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.96/1.08	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
1.01/1.16	c 1	Parsing HOME/temp.csp
2.80/2.94	c 3	parsed 209 expressions
2.80/2.95	c 3	Heap : 29 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.80/2.95	c 3	Converting to clausal form CSP
2.80/2.97	c 3	converted 21 (10%) expressions
2.80/2.98	c 3	converted 42 (20%) expressions
2.90/3.00	c 3	converted 63 (30%) expressions
2.90/3.01	c 3	converted 84 (40%) expressions
2.90/3.03	c 3	converted 105 (50%) expressions
2.90/3.07	c 3	converted 126 (60%) expressions
3.29/3.43	c 4	converted 147 (70%) expressions
3.48/3.63	c 4	converted 168 (80%) expressions
3.68/3.81	c 4	converted 189 (90%) expressions
3.78/3.95	c 4	converted 209 (100%) expressions
3.78/3.95	c 4	CSP : 40 integers, 0 booleans, 84 clauses, largest domain size 180
3.78/3.95	c 4	Heap : 56 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.78/3.95	c 4	Propagation in CSP
3.78/3.95	c 4	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
3.78/3.95	c 4	CSP : 40 integers, 0 booleans, 84 clauses, largest domain size 180
3.78/3.95	c 4	Heap : 56 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.78/3.96	c 4	Simplifing CSP by introducing new Boolean variables
3.78/3.96	c 4	CSP : 40 integers, 0 booleans, 84 clauses, largest domain size 180
3.78/3.96	c 4	Heap : 56 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.98/4.13	c 4	Encoding CSP to SAT : HOME/temp.cnf
3.98/4.15	c 4	4 (10%) CSP integer variables are encoded (712 clauses, 7682 bytes)
3.98/4.15	c 4	8 (20%) CSP integer variables are encoded (1424 clauses, 16375 bytes)
3.98/4.16	c 4	12 (30%) CSP integer variables are encoded (2136 clauses, 25631 bytes)
3.98/4.16	c 4	16 (40%) CSP integer variables are encoded (2848 clauses, 34887 bytes)
3.98/4.16	c 4	20 (50%) CSP integer variables are encoded (3560 clauses, 44143 bytes)
3.98/4.16	c 4	24 (60%) CSP integer variables are encoded (4272 clauses, 53399 bytes)
3.98/4.16	c 4	28 (70%) CSP integer variables are encoded (4984 clauses, 62655 bytes)
3.98/4.16	c 4	32 (80%) CSP integer variables are encoded (5696 clauses, 71911 bytes)
3.98/4.16	c 4	36 (90%) CSP integer variables are encoded (6408 clauses, 81167 bytes)
3.98/4.16	c 4	40 (100%) CSP integer variables are encoded (7120 clauses, 90423 bytes)
4.36/4.52	c 5	9 (10%) CSP clauses are encoded (34371 clauses, 655216 bytes)
4.57/4.77	c 5	17 (20%) CSP clauses are encoded (58464 clauses, 1170142 bytes)
4.87/5.05	c 5	26 (30%) CSP clauses are encoded (85672 clauses, 1756925 bytes)
5.06/5.29	c 6	34 (40%) CSP clauses are encoded (109745 clauses, 2312191 bytes)
5.36/5.55	c 6	42 (50%) CSP clauses are encoded (133919 clauses, 2877036 bytes)
5.66/5.84	c 6	51 (60%) CSP clauses are encoded (161346 clauses, 3517757 bytes)
5.85/6.08	c 6	59 (70%) CSP clauses are encoded (185780 clauses, 4088794 bytes)
6.15/6.36	c 7	68 (80%) CSP clauses are encoded (213090 clauses, 4726991 bytes)
6.46/6.61	c 7	76 (90%) CSP clauses are encoded (237412 clauses, 5295084 bytes)
6.64/6.86	c 7	84 (100%) CSP clauses are encoded (261378 clauses, 5854665 bytes)
6.64/6.86	c 7	84 CSP clauses encoded
6.64/6.86	c 7	Writing map file : HOME/temp.map
6.64/6.87	c 7	Heap : 21 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
6.64/6.87	c 7	SAT : 7160 SAT variables, 261378 SAT clauses, 5854665 bytes
6.64/6.87	c 7	Heap : 21 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
6.64/6.88	c 7	SOLVING HOME/temp.cnf
6.64/6.88	c 7	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
6.64/6.88	c 7	This is MiniSat 2.0 beta
6.64/6.88	c 7	WARNING: for repeatability, setting FPU to use double precision
6.64/6.88	c 7	============================[ Problem Statistics ]=============================
6.64/6.88	c 7	|                                                                             |
6.64/6.89	c 7	|  Number of variables:  7160                                                 |
6.64/6.89	c 7	|  Number of clauses:    261378                                               |
6.73/7.05	c 7	|  Parsing time:         0.14         s                                       |
6.73/7.05	c 7	============================[ Search Statistics ]==============================
6.73/7.05	c 7	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
6.73/7.05	c 7	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
6.73/7.05	c 7	===============================================================================
6.73/7.05	c 7	|         0 |    7160   261378  1001754 |    87126        0    nan |  0.000 % |
6.73/7.17	c 7	|       100 |    7160   261378  1001754 |    95838      100     16 |  0.000 % |
6.73/7.26	c 8	|       250 |    7160   261378  1001754 |   105422      250     15 |  0.000 % |
6.73/7.40	c 8	|       475 |    7160   261378  1001754 |   115964      475     15 |  0.000 % |
6.73/7.57	c 8	|       818 |    7160   261378  1001754 |   127561      818     13 |  0.001 % |
7.72/7.91	c 8	|      1324 |    7160   261378  1001754 |   140317     1324     13 |  0.000 % |
8.31/8.57	c 9	|      2083 |    7160   261378  1001754 |   154349     2083     13 |  0.001 % |
8.91/9.19	c 9	|      3222 |    7160   261378  1001754 |   169783     3222     14 |  0.000 % |
10.39/10.64	c 11	|      4930 |    7160   261378  1001754 |   186762     4930     14 |  0.000 % |
12.08/12.33	c 13	|      7494 |    7160   261378  1001754 |   205438     7494     15 |  0.000 % |
14.54/14.88	c 15	|     11338 |    7160   261378  1001754 |   225982    11338     16 |  0.000 % |
19.00/19.35	c 20	|     17108 |    7160   261378  1001754 |   248580    17108     15 |  0.000 % |
26.14/26.58	c 27	|     25761 |    7160   261378  1001754 |   273438    25761     15 |  0.000 % |
38.11/38.67	c 39	|     38735 |    7160   261378  1001754 |   300782    38735     16 |  0.000 % |
55.25/55.92	c 56	|     58198 |    7157   261078  1000763 |   330860    44508     15 |  0.042 % |
80.21/81.15	c 81	|     87395 |    7156   260972  1000378 |   363946    66187     16 |  0.056 % |
129.05/130.42	c 131	|    131185 |    7156   260972  1000378 |   400341   109977     16 |  0.056 % |
205.51/207.63	c 208	|    196869 |    7146   259893   996575 |   440375   142162     17 |  0.196 % |
372.82/376.56	c 377	|    295395 |    7145   259765   996089 |   484413   233729     19 |  0.210 % |
764.41/771.74	c 772	|    443184 |    7145   259765   996089 |   532854   381518     21 |  0.210 % |
1399.96/1407.54	c 1408	|    664867 |    7145   259765   996089 |   586140    92341     19 |  0.210 % |
1800.00/1807.72	c ERROR INTERRUPTED
1800.00/1807.72	s UNKNOWN
1800.00/1807.72	c 1808	CPU 6.74 (0.06 0.01 6.42 0.25)
1800.00/1807.72	c 1808	END Sun Jul 12 12:08:04 2009

Verifier Data

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: UNKNOWN

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2090860-1247391476/watcher-2090860-1247391476 -o /tmp/evaluation-result-2090860-1247391476/solver-2090860-1247391476 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-2090860-1247391476.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 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


[startup+0 s]
/proc/loadavg: 2.04 2.02 2.00 4/84 27877
/proc/meminfo: memFree=1688968/2055920 swapFree=4192812/4192956
[pid=27877] ppid=27875 vsize=4708 CPUtime=0
/proc/27877/stat : 27877 (sugar) R 27875 27877 25070 0 -1 4194304 55 0 0 0 0 0 0 0 22 0 1 0 26210286 4820992 40 996147200 4194304 4206940 548682068608 18446744073709551615 233399449737 0 0 4096 0 0 0 0 17 1 0 0
/proc/27877/statm: 1177 40 31 3 0 8 0

[startup+0.0836821 s]
/proc/loadavg: 2.04 2.02 2.00 4/84 27877
/proc/meminfo: memFree=1688968/2055920 swapFree=4192812/4192956
[pid=27877] ppid=27875 vsize=16740 CPUtime=0.07
/proc/27877/stat : 27877 (sugar) S 27875 27877 25070 0 -1 4194304 1152 0 0 0 6 1 0 0 18 0 1 0 26210286 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27877/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.102469 s]
/proc/loadavg: 2.04 2.02 2.00 4/84 27877
/proc/meminfo: memFree=1688968/2055920 swapFree=4192812/4192956
[pid=27877] ppid=27875 vsize=16868 CPUtime=0.07
/proc/27877/stat : 27877 (sugar) S 27875 27877 25070 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 26210286 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27877/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.301346 s]
/proc/loadavg: 2.04 2.02 2.00 4/84 27877
/proc/meminfo: memFree=1688968/2055920 swapFree=4192812/4192956
[pid=27877] ppid=27875 vsize=16868 CPUtime=0.07
/proc/27877/stat : 27877 (sugar) S 27875 27877 25070 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 26210286 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27877/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.701384 s]
/proc/loadavg: 2.04 2.02 2.00 4/84 27877
/proc/meminfo: memFree=1688968/2055920 swapFree=4192812/4192956
[pid=27877] ppid=27875 vsize=16868 CPUtime=0.07
/proc/27877/stat : 27877 (sugar) S 27875 27877 25070 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 26210286 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27877/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50146 s]
/proc/loadavg: 2.04 2.02 2.00 3/95 27889
/proc/meminfo: memFree=1666416/2055920 swapFree=4192812/4192956
[pid=27877] ppid=27875 vsize=16868 CPUtime=1.01
/proc/27877/stat : 27877 (sugar) S 27875 27877 25070 0 -1 4194304 1309 8018 0 1 6 1 86 8 16 0 1 0 26210286 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27877/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 1.01
Current children cumulated vsize (KiB) 16868

[startup+3.10263 s]
/proc/loadavg: 2.04 2.02 2.00 3/95 27899
/proc/meminfo: memFree=1663280/2055920 swapFree=4192812/4192956
[pid=27877] ppid=27875 vsize=16868 CPUtime=1.01
/proc/27877/stat : 27877 (sugar) S 27875 27877 25070 0 -1 4194304 1309 8018 0 1 6 1 86 8 16 0 1 0 26210286 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27877/statm: 4217 1111 409 3 0 796 0
[pid=27890] ppid=27877 vsize=5356 CPUtime=0
/proc/27890/stat : 27890 (sh) S 27877 27877 25070 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 26210395 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27890/statm: 1339 233 193 169 0 50 0
[pid=27891] ppid=27890 vsize=864384 CPUtime=1.99
/proc/27891/stat : 27891 (java) S 27890 27877 25070 0 -1 0 14795 0 1 0 191 8 0 0 18 0 9 0 26210395 885129216 14039 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27891/statm: 216096 14039 2567 9 0 210601 0
[pid=27891/tid=27892] ppid=27890 vsize=864384 CPUtime=1.21
/proc/27891/task/27892/stat : 27892 (java) R 27890 27877 25070 0 -1 64 2927 0 1 0 120 1 0 0 25 0 9 0 26210396 885129216 14039 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27891/tid=27893] ppid=27890 vsize=864384 CPUtime=0.71
/proc/27891/task/27893/stat : 27893 (java) R 27890 27877 25070 0 -1 64 10861 0 0 0 66 5 0 0 16 0 9 0 26210397 885129216 14039 996147200 134512640 134550932 4294955936 18446744073709551615 102709360 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27891/tid=27894] ppid=27890 vsize=864384 CPUtime=0
/proc/27891/task/27894/stat : 27894 (java) S 27890 27877 25070 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 26210397 885129216 14039 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27891/tid=27895] ppid=27890 vsize=864384 CPUtime=0
/proc/27891/task/27895/stat : 27895 (java) S 27890 27877 25070 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 26210397 885129216 14039 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27891/tid=27896] ppid=27890 vsize=864384 CPUtime=0
/proc/27891/task/27896/stat : 27896 (java) S 27890 27877 25070 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 26210400 885129216 14039 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27891/tid=27897] ppid=27890 vsize=864384 CPUtime=0.04
/proc/27891/task/27897/stat : 27897 (java) S 27890 27877 25070 0 -1 64 304 0 0 0 4 0 0 0 16 0 9 0 26210400 885129216 14039 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27891/tid=27898] ppid=27890 vsize=864384 CPUtime=0
/proc/27891/task/27898/stat : 27898 (java) S 27890 27877 25070 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 26210400 885129216 14039 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27891/tid=27899] ppid=27890 vsize=864384 CPUtime=0
/proc/27891/task/27899/stat : 27899 (java) S 27890 27877 25070 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 26210400 885129216 14039 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 886608

[startup+6.30294 s]
/proc/loadavg: 2.04 2.02 2.00 3/95 27899
/proc/meminfo: memFree=1612528/2055920 swapFree=4192812/4192956
[pid=27877] ppid=27875 vsize=16868 CPUtime=1.01
/proc/27877/stat : 27877 (sugar) S 27875 27877 25070 0 -1 4194304 1310 8018 0 1 6 1 86 8 15 0 1 0 26210286 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27877/statm: 4217 1111 409 3 0 796 0
[pid=27890] ppid=27877 vsize=5356 CPUtime=0
/proc/27890/stat : 27890 (sh) S 27877 27877 25070 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 26210395 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27890/statm: 1339 233 193 169 0 50 0
[pid=27891] ppid=27890 vsize=864496 CPUtime=5.14
/proc/27891/stat : 27891 (java) S 27890 27877 25070 0 -1 0 20334 0 1 0 500 14 0 0 18 0 9 0 26210395 885243904 19484 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27891/statm: 216124 19484 2590 9 0 210601 0
[pid=27891/tid=27892] ppid=27890 vsize=864496 CPUtime=3.56
/proc/27891/task/27892/stat : 27892 (java) R 27890 27877 25070 0 -1 64 3368 0 1 0 351 5 0 0 25 0 9 0 26210396 885243904 19484 996147200 134512640 134550932 4294955936 18446744073709551615 4126538519 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27891/tid=27893] ppid=27890 vsize=864496 CPUtime=1.48
/proc/27891/task/27893/stat : 27893 (java) S 27890 27877 25070 0 -1 64 15935 0 0 0 140 8 0 0 16 0 9 0 26210397 885243904 19484 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27891/tid=27894] ppid=27890 vsize=864496 CPUtime=0
/proc/27891/task/27894/stat : 27894 (java) S 27890 27877 25070 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 26210397 885243904 19484 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27891/tid=27895] ppid=27890 vsize=864496 CPUtime=0
/proc/27891/task/27895/stat : 27895 (java) S 27890 27877 25070 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 26210397 885243904 19484 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27891/tid=27896] ppid=27890 vsize=864496 CPUtime=0
/proc/27891/task/27896/stat : 27896 (java) S 27890 27877 25070 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 26210400 885243904 19484 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27891/tid=27897] ppid=27890 vsize=864496 CPUtime=0.08
/proc/27891/task/27897/stat : 27897 (java) S 27890 27877 25070 0 -1 64 328 0 0 0 8 0 0 0 16 0 9 0 26210400 885243904 19484 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27891/tid=27898] ppid=27890 vsize=864496 CPUtime=0
/proc/27891/task/27898/stat : 27898 (java) S 27890 27877 25070 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 26210400 885243904 19484 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27891/tid=27899] ppid=27890 vsize=864496 CPUtime=0
/proc/27891/task/27899/stat : 27899 (java) S 27890 27877 25070 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 26210400 885243904 19484 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 886720

[startup+12.7016 s]
/proc/loadavg: 2.04 2.02 2.00 3/87 27901
/proc/meminfo: memFree=1661616/2055920 swapFree=4192812/4192956
[pid=27877] ppid=27875 vsize=16868 CPUtime=6.73
/proc/27877/stat : 27877 (sugar) S 27875 27877 25070 0 -1 4194304 1376 28672 0 2 6 1 641 25 16 0 1 0 26210286 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27877/statm: 4217 1113 409 3 0 796 0
[pid=27900] ppid=27877 vsize=5356 CPUtime=0
/proc/27900/stat : 27900 (sh) S 27877 27877 25070 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26210975 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27900/statm: 1339 232 193 169 0 50 0
[pid=27901] ppid=27900 vsize=16584 CPUtime=5.74
/proc/27901/stat : 27901 (minisat) R 27900 27877 25070 0 -1 4194304 3995 0 0 0 572 2 0 0 25 0 1 0 26210975 16982016 3981 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/27901/statm: 4146 3981 75 150 0 3993 0
Current children cumulated CPU time (s) 12.47
Current children cumulated vsize (KiB) 38808

[startup+25.5019 s]
/proc/loadavg: 2.03 2.02 2.00 4/87 27901
/proc/meminfo: memFree=1660208/2055920 swapFree=4192812/4192956
[pid=27877] ppid=27875 vsize=16868 CPUtime=6.73
/proc/27877/stat : 27877 (sugar) S 27875 27877 25070 0 -1 4194304 1376 28672 0 2 6 1 641 25 16 0 1 0 26210286 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27877/statm: 4217 1113 409 3 0 796 0
[pid=27900] ppid=27877 vsize=5356 CPUtime=0
/proc/27900/stat : 27900 (sh) S 27877 27877 25070 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26210975 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27900/statm: 1339 232 193 169 0 50 0
[pid=27901] ppid=27900 vsize=18084 CPUtime=18.42
/proc/27901/stat : 27901 (minisat) R 27900 27877 25070 0 -1 4194304 4371 0 0 0 1839 3 0 0 25 0 1 0 26210975 18518016 4357 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/27901/statm: 4521 4357 75 150 0 4368 0
Current children cumulated CPU time (s) 25.15
Current children cumulated vsize (KiB) 40308

[startup+51.1014 s]
/proc/loadavg: 2.02 2.01 2.00 3/87 27901
/proc/meminfo: memFree=1657392/2055920 swapFree=4192812/4192956
[pid=27877] ppid=27875 vsize=16868 CPUtime=6.73
/proc/27877/stat : 27877 (sugar) S 27875 27877 25070 0 -1 4194304 1376 28672 0 2 6 1 641 25 16 0 1 0 26210286 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27877/statm: 4217 1113 409 3 0 796 0
[pid=27900] ppid=27877 vsize=5356 CPUtime=0
/proc/27900/stat : 27900 (sh) S 27877 27877 25070 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26210975 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27900/statm: 1339 232 193 169 0 50 0
[pid=27901] ppid=27900 vsize=20968 CPUtime=43.76
/proc/27901/stat : 27901 (minisat) R 27900 27877 25070 0 -1 4194304 5078 0 0 0 4373 3 0 0 25 0 1 0 26210975 21471232 5064 996147200 134512640 135127466 4294956256 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 1 0 0
/proc/27901/statm: 5242 5064 75 150 0 5089 0
Current children cumulated CPU time (s) 50.49
Current children cumulated vsize (KiB) 43192

[startup+102.306 s]
/proc/loadavg: 2.01 2.01 2.00 3/87 27901
/proc/meminfo: memFree=1653936/2055920 swapFree=4192812/4192956
[pid=27877] ppid=27875 vsize=16868 CPUtime=6.73
/proc/27877/stat : 27877 (sugar) S 27875 27877 25070 0 -1 4194304 1376 28672 0 2 6 1 641 25 16 0 1 0 26210286 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27877/statm: 4217 1113 409 3 0 796 0
[pid=27900] ppid=27877 vsize=5356 CPUtime=0
/proc/27900/stat : 27900 (sh) S 27877 27877 25070 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26210975 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27900/statm: 1339 232 193 169 0 50 0
[pid=27901] ppid=27900 vsize=24256 CPUtime=94.48
/proc/27901/stat : 27901 (minisat) R 27900 27877 25070 0 -1 4194304 5908 0 0 0 9444 4 0 0 25 0 1 0 26210975 24838144 5894 996147200 134512640 135127466 4294956256 18446744073709551615 134530846 0 0 4096 3 0 0 0 17 1 0 0
/proc/27901/statm: 6064 5894 75 150 0 5911 0
Current children cumulated CPU time (s) 101.21
Current children cumulated vsize (KiB) 46480

[startup+162.301 s]
/proc/loadavg: 2.00 2.00 2.00 4/87 27901
/proc/meminfo: memFree=1650544/2055920 swapFree=4192812/4192956
[pid=27877] ppid=27875 vsize=16868 CPUtime=6.73
/proc/27877/stat : 27877 (sugar) S 27875 27877 25070 0 -1 4194304 1376 28672 0 2 6 1 641 25 16 0 1 0 26210286 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27877/statm: 4217 1113 409 3 0 796 0
[pid=27900] ppid=27877 vsize=5356 CPUtime=0
/proc/27900/stat : 27900 (sh) S 27877 27877 25070 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26210975 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27900/statm: 1339 232 193 169 0 50 0
[pid=27901] ppid=27900 vsize=27496 CPUtime=153.91
/proc/27901/stat : 27901 (minisat) R 27900 27877 25070 0 -1 4194304 6720 0 0 0 15386 5 0 0 25 0 1 0 26210975 28155904 6706 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/27901/statm: 6874 6706 75 150 0 6721 0
Current children cumulated CPU time (s) 160.64
Current children cumulated vsize (KiB) 49720

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

/proc/meminfo: memFree=1724296/2055920 swapFree=4192812/4192956
[pid=27877] ppid=27875 vsize=16868 CPUtime=6.73
/proc/27877/stat : 27877 (sugar) S 27875 27877 25070 0 -1 4194304 1376 28672 0 2 6 1 641 25 16 0 1 0 26210286 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27877/statm: 4217 1113 409 3 0 796 0
[pid=27900] ppid=27877 vsize=5356 CPUtime=0
/proc/27900/stat : 27900 (sh) S 27877 27877 25070 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26210975 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27900/statm: 1339 232 193 169 0 50 0
[pid=27901] ppid=27900 vsize=80288 CPUtime=1348.06
/proc/27901/stat : 27901 (minisat) R 27900 27877 25070 0 -1 4194304 19740 0 0 0 134780 26 0 0 25 0 1 0 26210975 82214912 19726 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/27901/statm: 20072 19726 75 150 0 19919 0
Current children cumulated CPU time (s) 1354.79
Current children cumulated vsize (KiB) 102512

[startup+1422.31 s]
/proc/loadavg: 1.99 2.00 1.99 3/77 27995
/proc/meminfo: memFree=1723776/2055920 swapFree=4192812/4192956
[pid=27877] ppid=27875 vsize=16868 CPUtime=6.73
/proc/27877/stat : 27877 (sugar) S 27875 27877 25070 0 -1 4194304 1376 28672 0 2 6 1 641 25 16 0 1 0 26210286 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27877/statm: 4217 1113 409 3 0 796 0
[pid=27900] ppid=27877 vsize=5356 CPUtime=0
/proc/27900/stat : 27900 (sh) S 27877 27877 25070 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26210975 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27900/statm: 1339 232 193 169 0 50 0
[pid=27901] ppid=27900 vsize=80288 CPUtime=1408.03
/proc/27901/stat : 27901 (minisat) R 27900 27877 25070 0 -1 4194304 19740 0 0 0 140777 26 0 0 25 0 1 0 26210975 82214912 19726 996147200 134512640 135127466 4294956256 18446744073709551615 134530730 0 0 4096 3 0 0 0 17 0 0 0
/proc/27901/statm: 20072 19726 75 150 0 19919 0
Current children cumulated CPU time (s) 1414.76
Current children cumulated vsize (KiB) 102512

[startup+1482.3 s]
/proc/loadavg: 1.99 2.00 1.99 3/77 27995
/proc/meminfo: memFree=1723520/2055920 swapFree=4192812/4192956
[pid=27877] ppid=27875 vsize=16868 CPUtime=6.73
/proc/27877/stat : 27877 (sugar) S 27875 27877 25070 0 -1 4194304 1376 28672 0 2 6 1 641 25 16 0 1 0 26210286 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27877/statm: 4217 1113 409 3 0 796 0
[pid=27900] ppid=27877 vsize=5356 CPUtime=0
/proc/27900/stat : 27900 (sh) S 27877 27877 25070 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26210975 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27900/statm: 1339 232 193 169 0 50 0
[pid=27901] ppid=27900 vsize=80288 CPUtime=1468
/proc/27901/stat : 27901 (minisat) R 27900 27877 25070 0 -1 4194304 19740 0 0 0 146774 26 0 0 25 0 1 0 26210975 82214912 19726 996147200 134512640 135127466 4294956256 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 0 0 0
/proc/27901/statm: 20072 19726 75 150 0 19919 0
Current children cumulated CPU time (s) 1474.73
Current children cumulated vsize (KiB) 102512

[startup+1542.3 s]
/proc/loadavg: 1.99 2.00 1.99 3/77 27995
/proc/meminfo: memFree=1722944/2055920 swapFree=4192812/4192956
[pid=27877] ppid=27875 vsize=16868 CPUtime=6.73
/proc/27877/stat : 27877 (sugar) S 27875 27877 25070 0 -1 4194304 1376 28672 0 2 6 1 641 25 16 0 1 0 26210286 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27877/statm: 4217 1113 409 3 0 796 0
[pid=27900] ppid=27877 vsize=5356 CPUtime=0
/proc/27900/stat : 27900 (sh) S 27877 27877 25070 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26210975 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27900/statm: 1339 232 193 169 0 50 0
[pid=27901] ppid=27900 vsize=80288 CPUtime=1527.98
/proc/27901/stat : 27901 (minisat) R 27900 27877 25070 0 -1 4194304 19740 0 0 0 152772 26 0 0 25 0 1 0 26210975 82214912 19726 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/27901/statm: 20072 19726 75 150 0 19919 0
Current children cumulated CPU time (s) 1534.71
Current children cumulated vsize (KiB) 102512

[startup+1602.3 s]
/proc/loadavg: 1.99 2.00 1.99 3/77 27995
/proc/meminfo: memFree=1722752/2055920 swapFree=4192812/4192956
[pid=27877] ppid=27875 vsize=16868 CPUtime=6.73
/proc/27877/stat : 27877 (sugar) S 27875 27877 25070 0 -1 4194304 1376 28672 0 2 6 1 641 25 16 0 1 0 26210286 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27877/statm: 4217 1113 409 3 0 796 0
[pid=27900] ppid=27877 vsize=5356 CPUtime=0
/proc/27900/stat : 27900 (sh) S 27877 27877 25070 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26210975 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27900/statm: 1339 232 193 169 0 50 0
[pid=27901] ppid=27900 vsize=80288 CPUtime=1587.95
/proc/27901/stat : 27901 (minisat) R 27900 27877 25070 0 -1 4194304 19740 0 0 0 158769 26 0 0 25 0 1 0 26210975 82214912 19726 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/27901/statm: 20072 19726 75 150 0 19919 0
Current children cumulated CPU time (s) 1594.68
Current children cumulated vsize (KiB) 102512

[startup+1662.3 s]
/proc/loadavg: 1.99 2.00 1.99 3/77 27995
/proc/meminfo: memFree=1721920/2055920 swapFree=4192812/4192956
[pid=27877] ppid=27875 vsize=16868 CPUtime=6.73
/proc/27877/stat : 27877 (sugar) S 27875 27877 25070 0 -1 4194304 1376 28672 0 2 6 1 641 25 16 0 1 0 26210286 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27877/statm: 4217 1113 409 3 0 796 0
[pid=27900] ppid=27877 vsize=5356 CPUtime=0
/proc/27900/stat : 27900 (sh) S 27877 27877 25070 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26210975 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27900/statm: 1339 232 193 169 0 50 0
[pid=27901] ppid=27900 vsize=80288 CPUtime=1647.93
/proc/27901/stat : 27901 (minisat) R 27900 27877 25070 0 -1 4194304 19740 0 0 0 164767 26 0 0 25 0 1 0 26210975 82214912 19726 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/27901/statm: 20072 19726 75 150 0 19919 0
Current children cumulated CPU time (s) 1654.66
Current children cumulated vsize (KiB) 102512

[startup+1722.3 s]
/proc/loadavg: 1.99 2.00 1.99 3/77 27995
/proc/meminfo: memFree=1721480/2055920 swapFree=4192812/4192956
[pid=27877] ppid=27875 vsize=16868 CPUtime=6.73
/proc/27877/stat : 27877 (sugar) S 27875 27877 25070 0 -1 4194304 1376 28672 0 2 6 1 641 25 16 0 1 0 26210286 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27877/statm: 4217 1113 409 3 0 796 0
[pid=27900] ppid=27877 vsize=5356 CPUtime=0
/proc/27900/stat : 27900 (sh) S 27877 27877 25070 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26210975 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27900/statm: 1339 232 193 169 0 50 0
[pid=27901] ppid=27900 vsize=80288 CPUtime=1707.9
/proc/27901/stat : 27901 (minisat) R 27900 27877 25070 0 -1 4194304 19740 0 0 0 170764 26 0 0 25 0 1 0 26210975 82214912 19726 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/27901/statm: 20072 19726 75 150 0 19919 0
Current children cumulated CPU time (s) 1714.63
Current children cumulated vsize (KiB) 102512

[startup+1782.3 s]
/proc/loadavg: 1.99 2.00 1.99 3/77 27995
/proc/meminfo: memFree=1721032/2055920 swapFree=4192812/4192956
[pid=27877] ppid=27875 vsize=16868 CPUtime=6.73
/proc/27877/stat : 27877 (sugar) S 27875 27877 25070 0 -1 4194304 1376 28672 0 2 6 1 641 25 16 0 1 0 26210286 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27877/statm: 4217 1113 409 3 0 796 0
[pid=27900] ppid=27877 vsize=5356 CPUtime=0
/proc/27900/stat : 27900 (sh) S 27877 27877 25070 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26210975 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27900/statm: 1339 232 193 169 0 50 0
[pid=27901] ppid=27900 vsize=80288 CPUtime=1767.88
/proc/27901/stat : 27901 (minisat) R 27900 27877 25070 0 -1 4194304 19750 0 0 0 176762 26 0 0 25 0 1 0 26210975 82214912 19736 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/27901/statm: 20072 19736 75 150 0 19919 0
Current children cumulated CPU time (s) 1774.61
Current children cumulated vsize (KiB) 102512



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1807.7 s]
/proc/loadavg: 1.99 2.00 1.99 3/77 27995
/proc/meminfo: memFree=1720648/2055920 swapFree=4192812/4192956
[pid=27877] ppid=27875 vsize=16868 CPUtime=6.73
/proc/27877/stat : 27877 (sugar) S 27875 27877 25070 0 -1 4194304 1376 28672 0 2 6 1 641 25 16 0 1 0 26210286 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27877/statm: 4217 1113 409 3 0 796 0
[pid=27900] ppid=27877 vsize=5356 CPUtime=0
/proc/27900/stat : 27900 (sh) S 27877 27877 25070 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26210975 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27900/statm: 1339 232 193 169 0 50 0
[pid=27901] ppid=27900 vsize=80288 CPUtime=1793.27
/proc/27901/stat : 27901 (minisat) R 27900 27877 25070 0 -1 4194304 19750 0 0 0 179301 26 0 0 25 0 1 0 26210975 82214912 19736 996147200 134512640 135127466 4294956256 18446744073709551615 134530825 0 0 4096 3 0 0 0 17 0 0 0
/proc/27901/statm: 20072 19736 75 150 0 19919 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 102512

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

Solver just ended. Dumping a history of the last processes samples

[startup+1807.7 s]
/proc/loadavg: 1.99 2.00 1.99 3/77 27995
/proc/meminfo: memFree=1720648/2055920 swapFree=4192812/4192956
[pid=27877] ppid=27875 vsize=16868 CPUtime=6.73
/proc/27877/stat : 27877 (sugar) S 27875 27877 25070 0 -1 4194304 1376 28672 0 2 6 1 641 25 16 0 1 0 26210286 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27877/statm: 4217 1113 409 3 0 796 0
[pid=27900] ppid=27877 vsize=5356 CPUtime=0
/proc/27900/stat : 27900 (sh) S 27877 27877 25070 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26210975 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27900/statm: 1339 232 193 169 0 50 0
[pid=27901] ppid=27900 vsize=80288 CPUtime=1793.27
/proc/27901/stat : 27901 (minisat) R 27900 27877 25070 0 -1 4194304 19750 0 0 0 179301 26 0 0 25 0 1 0 26210975 82214912 19736 996147200 134512640 135127466 4294956256 18446744073709551615 134530825 0 0 4096 3 0 0 0 17 0 0 0
/proc/27901/statm: 20072 19736 75 150 0 19919 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 102512

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 27877 and gives
#  childrusage.ru_utime.tv_sec=6
#  childrusage.ru_utime.tv_usec=488013
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=283956
# CPU time returned by wait4() is 6.77197
# while last known CPU time is 1800
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1807.73
CPU time (s): 1800
CPU user time (s): 1799.48
CPU system time (s): 0.52
CPU usage (%): 99.5726
Max. virtual memory (cumulated for all children) (KiB): 886720

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 6.48801
system time used= 0.283956
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 30431
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= 3312
involuntary context switches= 3466

runsolver used 2.12268 second user time and 6.11007 second system time

The end

Launcher Data

Begin job on node70 at 2009-07-12 11:37:56
IDJOB=2090860
IDBENCH=59924
IDSOLVER=739
FILE ID=node70/2090860-1247391476
PBS_JOBID= 9507162
Free space on /tmp= 66416 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/tightness0.9/normalized-rand-2-40-180-84-900-65_ext.xml
COMMAND LINE= DIR/sugar -c -vv -memlimit=MEMLIMIT -jar="DIR/sugar-v1-14-6.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2090860-1247391476/watcher-2090860-1247391476 -o /tmp/evaluation-result-2090860-1247391476/solver-2090860-1247391476 -C 1800 -W 2000 -M 900  HOME/sugar -c -vv -memlimit=900 -jar="HOME/sugar-v1-14-6.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-2090860-1247391476.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB
MAX NB THREAD= 0

MD5SUM BENCH= a0c6c075a4bbbd6d1e995891d3fc5868
RANDOM SEED=649038811

node70.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/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.214
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.214
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:       1689448 kB
Buffers:         22672 kB
Cached:         129444 kB
SwapCached:          0 kB
Active:         243240 kB
Inactive:        72128 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1689448 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3460 kB
Writeback:           0 kB
Mapped:         178912 kB
Slab:            36132 kB
Committed_AS:   885324 kB
PageTables:       2024 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= 66416 MiB
End job on node70 at 2009-07-12 12:08:06