Trace number 1072062

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.13+minisat? (TO) 1800.09 1806.43

General information on the benchmark

Namecsp/rand-3-24-24-fcd/
normalized-rand-3-24-24-76-632-fcd-39_ext.xml
MD5SUMa2ca505c65f27aec8f66eb6ea121ac28
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark877.917
Satisfiable
(Un)Satisfiability was proved
Number of variables24
Number of constraints75
Maximum constraint arity3
Maximum domain size24
Number of constraints which are defined in extension75
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.05	c 0	BEGIN Fri Jul  4 13:32:54 2008
0.00/0.05	c 0	PID 22729
0.03/0.05	c 0	HOST node55.alineos.net
0.03/0.05	c 0	CONVERTING HOME/instance-1072062-1215171173.xml TO HOME/temp.csp
0.03/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1072062-1215171173.xml' 'HOME/temp.csp'
1.45/1.58	c 1	1 domains, 24 variables, 0 predicates, 75 relations, 75 constraints
1.53/1.62	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.53/1.62	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
1.54/1.71	c 1	Parsing HOME/temp.csp
4.07/4.25	c 4	parsed 175 expressions
4.07/4.25	c 4	Heap : 46 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
4.07/4.25	c 4	Converting to clausal form CSP
4.07/4.27	c 4	converted 18 (10%) expressions
4.18/4.32	c 4	converted 35 (20%) expressions
4.18/4.33	c 4	converted 53 (30%) expressions
4.18/4.37	c 4	converted 70 (40%) expressions
4.27/4.41	c 4	converted 88 (50%) expressions
4.36/4.50	c 4	converted 105 (60%) expressions
4.96/5.16	c 5	converted 123 (70%) expressions
5.16/5.39	c 5	converted 140 (80%) expressions
5.46/5.64	c 5	converted 158 (90%) expressions
5.75/5.93	c 6	converted 175 (100%) expressions
5.75/5.93	c 6	CSP : 24 integers, 0 booleans, 75 clauses, largest domain size 24
5.75/5.93	c 6	Heap : 84 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.75/5.93	c 6	Propagation in CSP
5.75/5.93	c 6	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
5.75/5.93	c 6	CSP : 24 integers, 0 booleans, 75 clauses, largest domain size 24
5.75/5.93	c 6	Heap : 84 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.75/5.93	c 6	Simplifing CSP by introducing new Boolean variables
5.75/5.93	c 6	CSP : 24 integers, 0 booleans, 75 clauses, largest domain size 24
5.75/5.93	c 6	Heap : 84 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
6.06/6.28	c 6	Encoding CSP to SAT : HOME/temp.cnf
6.06/6.29	c 6	3 (10%) CSP integer variables are encoded (66 clauses, 641 bytes)
6.06/6.29	c 6	5 (20%) CSP integer variables are encoded (110 clauses, 1068 bytes)
6.15/6.30	c 6	8 (30%) CSP integer variables are encoded (176 clauses, 1794 bytes)
6.15/6.30	c 6	10 (40%) CSP integer variables are encoded (220 clauses, 2278 bytes)
6.15/6.30	c 6	12 (50%) CSP integer variables are encoded (264 clauses, 2762 bytes)
6.15/6.30	c 6	15 (60%) CSP integer variables are encoded (330 clauses, 3488 bytes)
6.15/6.30	c 6	17 (70%) CSP integer variables are encoded (374 clauses, 3972 bytes)
6.15/6.31	c 6	20 (80%) CSP integer variables are encoded (440 clauses, 4698 bytes)
6.15/6.31	c 6	22 (90%) CSP integer variables are encoded (484 clauses, 5182 bytes)
6.15/6.31	c 6	24 (100%) CSP integer variables are encoded (528 clauses, 5666 bytes)
6.53/6.78	c 6	8 (10%) CSP clauses are encoded (25195 clauses, 601999 bytes)
6.94/7.14	c 7	15 (20%) CSP clauses are encoded (46853 clauses, 1127827 bytes)
7.33/7.54	c 7	23 (30%) CSP clauses are encoded (71492 clauses, 1743732 bytes)
7.62/7.88	c 8	30 (40%) CSP clauses are encoded (91968 clauses, 2254973 bytes)
8.03/8.29	c 8	38 (50%) CSP clauses are encoded (116812 clauses, 2881660 bytes)
8.42/8.65	c 8	45 (60%) CSP clauses are encoded (138473 clauses, 3452713 bytes)
8.82/9.06	c 9	53 (70%) CSP clauses are encoded (163177 clauses, 4122640 bytes)
9.21/9.41	c 9	60 (80%) CSP clauses are encoded (184764 clauses, 4708326 bytes)
9.62/9.82	c 9	68 (90%) CSP clauses are encoded (209496 clauses, 5379309 bytes)
9.91/10.18	c 10	75 (100%) CSP clauses are encoded (231118 clauses, 5966406 bytes)
9.91/10.18	c 10	75 CSP clauses encoded
9.91/10.18	c 10	Writing map file : HOME/temp.map
9.91/10.18	c 10	Heap : 37 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
9.91/10.18	c 10	SAT : 552 SAT variables, 231118 SAT clauses, 5966406 bytes
9.91/10.18	c 10	Heap : 37 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
10.00/10.24	c 10	SOLVING HOME/temp.cnf
10.00/10.24	c 10	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
10.00/10.24	c 10	This is MiniSat 2.0 beta
10.00/10.24	c 10	WARNING: for repeatability, setting FPU to use double precision
10.00/10.24	c 10	============================[ Problem Statistics ]=============================
10.00/10.24	c 10	|                                                                             |
10.00/10.24	c 10	|  Number of variables:  552                                                  |
10.00/10.24	c 10	|  Number of clauses:    231118                                               |
10.03/10.39	c 10	|  Parsing time:         0.13         s                                       |
10.03/10.40	c 10	============================[ Search Statistics ]==============================
10.03/10.40	c 10	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
10.03/10.40	c 10	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
10.03/10.40	c 10	===============================================================================
10.03/10.40	c 10	|         0 |     552   231118  1288072 |    77039        0    nan |  0.000 % |
10.03/10.51	c 10	|       100 |     552   231118  1288072 |    84743      100     12 |  0.000 % |
10.03/10.71	c 10	|       250 |     552   231118  1288072 |    93217      250     13 |  0.008 % |
10.77/11.03	c 11	|       475 |     552   231118  1288072 |   102539      475     13 |  0.008 % |
10.97/11.29	c 11	|       812 |     552   231118  1288072 |   112793      812     14 |  0.008 % |
11.57/11.82	c 11	|      1318 |     552   231118  1288072 |   124072     1318     14 |  0.008 % |
12.35/12.67	c 12	|      2077 |     552   231118  1288072 |   136479     2077     13 |  0.008 % |
13.44/13.74	c 13	|      3216 |     552   231118  1288072 |   150127     3216     13 |  0.008 % |
14.93/15.27	c 15	|      4924 |     552   231118  1288072 |   165140     4924     14 |  0.008 % |
17.11/17.45	c 17	|      7487 |     552   231118  1288072 |   181654     7487     14 |  0.008 % |
21.46/21.84	c 21	|     11331 |     552   231118  1288072 |   199820    11331     14 |  0.008 % |
27.02/27.40	c 27	|     17097 |     552   231118  1288072 |   219802    17097     15 |  0.008 % |
35.53/36.06	c 36	|     25747 |     552   231118  1288072 |   241782    25747     15 |  0.008 % |
49.28/49.99	c 50	|     38721 |     552   231118  1288072 |   265960    38721     15 |  0.008 % |
72.77/73.65	c 73	|     58182 |     552   231118  1288072 |   292556    58182     16 |  0.008 % |
114.76/116.04	c 116	|     87376 |     552   231118  1288072 |   321812    87376     17 |  0.008 % |
186.57/188.53	c 188	|    131165 |     552   231118  1288072 |   353993   131165     17 |  0.008 % |
316.44/319.64	c 319	|    196850 |     552   231118  1288072 |   389393   196850     18 |  0.008 % |
579.24/584.96	c 585	|    295377 |     552   231118  1288072 |   428332   295377     18 |  0.008 % |
1019.75/1025.79	c 1025	|    443167 |     552   231118  1288072 |   471165    37620     16 |  0.001 % |
1392.47/1398.66	c 1398	|    664850 |     552   231118  1288072 |   518282   259303     20 |  0.001 % |
1800.09/1806.41	c 1806	DECODING HOME/temp.out WITH HOME/temp.map
1800.09/1806.41	c 1806	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1800.09/1806.41	c ERROR INTERRUPTED
1800.09/1806.42	s UNKNOWN
1800.09/1806.42	c 1806	CPU 9.67 (0.04 0.01 9.63 0.36)
1800.09/1806.42	c 1806	END Fri Jul  4 14:03:00 2008

Verifier Data (download as text)

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

Watcher Data (download as text)

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

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1072062-1215171173/watcher-1072062-1215171173 -o /tmp/evaluation-result-1072062-1215171173/solver-1072062-1215171173 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/sugar -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-1072062-1215171173.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): 2200 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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.09 2.04 2.01 4/81 22729
/proc/meminfo: memFree=1016424/2055920 swapFree=4180408/4192956
[pid=22729] ppid=22727 vsize=12268 CPUtime=0
/proc/22729/stat : 22729 (sugar) R 22727 22729 21455 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 1546784171 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 248761776741 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/22729/statm: 3067 316 241 3 0 167 0

[startup+0.0507359 s]
/proc/loadavg: 2.09 2.04 2.01 4/81 22729
/proc/meminfo: memFree=1016424/2055920 swapFree=4180408/4192956
[pid=22729] ppid=22727 vsize=13600 CPUtime=0.03
/proc/22729/stat : 22729 (sugar) S 22727 22729 21455 0 -1 4194304 837 0 0 0 3 0 0 0 18 0 1 0 1546784171 13926400 792 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22729/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.102208 s]
/proc/loadavg: 2.09 2.04 2.01 4/81 22729
/proc/meminfo: memFree=1016424/2055920 swapFree=4180408/4192956
[pid=22729] ppid=22727 vsize=13600 CPUtime=0.03
/proc/22729/stat : 22729 (sugar) S 22727 22729 21455 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1546784171 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22729/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.302898 s]
/proc/loadavg: 2.09 2.04 2.01 4/81 22729
/proc/meminfo: memFree=1016424/2055920 swapFree=4180408/4192956
[pid=22729] ppid=22727 vsize=13600 CPUtime=0.03
/proc/22729/stat : 22729 (sugar) S 22727 22729 21455 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1546784171 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22729/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.702968 s]
/proc/loadavg: 2.09 2.04 2.01 4/81 22729
/proc/meminfo: memFree=1016424/2055920 swapFree=4180408/4192956
[pid=22729] ppid=22727 vsize=13600 CPUtime=0.03
/proc/22729/stat : 22729 (sugar) S 22727 22729 21455 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1546784171 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22729/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50115 s]
/proc/loadavg: 2.16 2.05 2.01 3/92 22741
/proc/meminfo: memFree=992976/2055920 swapFree=4180408/4192956
[pid=22729] ppid=22727 vsize=13600 CPUtime=0.03
/proc/22729/stat : 22729 (sugar) S 22727 22729 21455 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1546784171 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22729/statm: 3400 796 370 3 0 500 0
[pid=22732] ppid=22729 vsize=5356 CPUtime=0
/proc/22732/stat : 22732 (sh) S 22729 22729 21455 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1546784176 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22732/statm: 1339 233 193 169 0 50 0
[pid=22733] ppid=22732 vsize=864032 CPUtime=1.42
/proc/22733/stat : 22733 (java) S 22732 22729 21455 0 -1 0 9124 0 1 0 134 8 0 0 18 0 9 0 1546784176 884768768 8276 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22733/statm: 216008 8276 2527 9 0 210590 0
[pid=22733/tid=22734] ppid=22732 vsize=864032 CPUtime=1.15
/proc/22733/task/22734/stat : 22734 (java) R 22732 22729 21455 0 -1 64 2909 0 1 0 111 4 0 0 25 0 9 0 1546784177 884768768 8276 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22733/tid=22735] ppid=22732 vsize=864032 CPUtime=0.19
/proc/22733/task/22735/stat : 22735 (java) S 22732 22729 21455 0 -1 64 5201 0 0 0 16 3 0 0 16 0 9 0 1546784179 884768768 8276 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22733/tid=22736] ppid=22732 vsize=864032 CPUtime=0
/proc/22733/task/22736/stat : 22736 (java) S 22732 22729 21455 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 1546784179 884768768 8276 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22733/tid=22737] ppid=22732 vsize=864032 CPUtime=0
/proc/22733/task/22737/stat : 22737 (java) S 22732 22729 21455 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1546784179 884768768 8276 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22733/tid=22738] ppid=22732 vsize=864032 CPUtime=0
/proc/22733/task/22738/stat : 22738 (java) S 22732 22729 21455 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1546784181 884768768 8276 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22733/tid=22739] ppid=22732 vsize=864032 CPUtime=0.05
/proc/22733/task/22739/stat : 22739 (java) S 22732 22729 21455 0 -1 64 316 0 0 0 5 0 0 0 16 0 9 0 1546784181 884768768 8276 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22733/tid=22740] ppid=22732 vsize=864032 CPUtime=0
/proc/22733/task/22740/stat : 22740 (java) S 22732 22729 21455 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1546784181 884768768 8276 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22733/tid=22741] ppid=22732 vsize=864032 CPUtime=0
/proc/22733/task/22741/stat : 22741 (java) S 22732 22729 21455 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1546784181 884768768 8276 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 882988

[startup+3.10239 s]
/proc/loadavg: 2.16 2.05 2.01 3/92 22751
/proc/meminfo: memFree=997968/2055920 swapFree=4180408/4192956
[pid=22729] ppid=22727 vsize=13600 CPUtime=1.54
/proc/22729/stat : 22729 (sugar) S 22727 22729 21455 0 -1 4194304 973 9556 0 1 3 0 142 9 15 0 1 0 1546784171 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22729/statm: 3400 797 370 3 0 500 0
[pid=22742] ppid=22729 vsize=5356 CPUtime=0
/proc/22742/stat : 22742 (sh) S 22729 22729 21455 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1546784333 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22742/statm: 1339 233 193 169 0 50 0
[pid=22743] ppid=22742 vsize=864076 CPUtime=1.45
/proc/22743/stat : 22743 (java) S 22742 22729 21455 0 -1 0 10766 0 1 0 138 7 0 0 19 0 9 0 1546784334 884813824 10034 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22743/statm: 216019 10034 2532 9 0 210601 0
[pid=22743/tid=22744] ppid=22742 vsize=864076 CPUtime=0.81
/proc/22743/task/22744/stat : 22744 (java) R 22742 22729 21455 0 -1 64 2765 0 1 0 79 2 0 0 25 0 9 0 1546784335 884813824 10034 996147200 134512640 134550740 4294955952 18446744073709551615 4125977797 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22743/tid=22745] ppid=22742 vsize=864076 CPUtime=0.57
/proc/22743/task/22745/stat : 22745 (java) S 22742 22729 21455 0 -1 64 6989 0 0 0 54 3 0 0 16 0 9 0 1546784336 884813824 10034 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22743/tid=22746] ppid=22742 vsize=864076 CPUtime=0
/proc/22743/task/22746/stat : 22746 (java) S 22742 22729 21455 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1546784336 884813824 10034 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22743/tid=22747] ppid=22742 vsize=864076 CPUtime=0
/proc/22743/task/22747/stat : 22747 (java) S 22742 22729 21455 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1546784336 884813824 10034 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22743/tid=22748] ppid=22742 vsize=864076 CPUtime=0
/proc/22743/task/22748/stat : 22748 (java) S 22742 22729 21455 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1546784338 884813824 10034 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22743/tid=22749] ppid=22742 vsize=864076 CPUtime=0.04
/proc/22743/task/22749/stat : 22749 (java) S 22742 22729 21455 0 -1 64 316 0 0 0 4 0 0 0 16 0 9 0 1546784338 884813824 10034 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22743/tid=22750] ppid=22742 vsize=864076 CPUtime=0
/proc/22743/task/22750/stat : 22750 (java) S 22742 22729 21455 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1546784338 884813824 10034 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22743/tid=22751] ppid=22742 vsize=864076 CPUtime=0
/proc/22743/task/22751/stat : 22751 (java) S 22742 22729 21455 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1546784338 884813824 10034 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 883032

[startup+6.30194 s]
/proc/loadavg: 2.15 2.05 2.01 3/92 22751
/proc/meminfo: memFree=928912/2055920 swapFree=4180408/4192956
[pid=22729] ppid=22727 vsize=13600 CPUtime=1.54
/proc/22729/stat : 22729 (sugar) S 22727 22729 21455 0 -1 4194304 974 9556 0 1 3 0 142 9 15 0 1 0 1546784171 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22729/statm: 3400 797 370 3 0 500 0
[pid=22742] ppid=22729 vsize=5356 CPUtime=0
/proc/22742/stat : 22742 (sh) S 22729 22729 21455 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1546784333 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22742/statm: 1339 233 193 169 0 50 0
[pid=22743] ppid=22742 vsize=864332 CPUtime=4.61
/proc/22743/stat : 22743 (java) S 22742 22729 21455 0 -1 0 32303 0 1 0 441 20 0 0 19 0 9 0 1546784334 885075968 26442 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22743/statm: 216083 26442 2564 9 0 210630 0
[pid=22743/tid=22744] ppid=22742 vsize=864332 CPUtime=2.14
/proc/22743/task/22744/stat : 22744 (java) R 22742 22729 21455 0 -1 64 3654 0 1 0 211 3 0 0 23 0 9 0 1546784335 885075968 26442 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22743/tid=22745] ppid=22742 vsize=864332 CPUtime=2.37
/proc/22743/task/22745/stat : 22745 (java) S 22742 22729 21455 0 -1 64 27617 0 0 0 222 15 0 0 19 0 9 0 1546784336 885075968 26442 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22743/tid=22746] ppid=22742 vsize=864332 CPUtime=0
/proc/22743/task/22746/stat : 22746 (java) S 22742 22729 21455 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1546784336 885075968 26442 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22743/tid=22747] ppid=22742 vsize=864332 CPUtime=0
/proc/22743/task/22747/stat : 22747 (java) S 22742 22729 21455 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1546784336 885075968 26442 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22743/tid=22748] ppid=22742 vsize=864332 CPUtime=0
/proc/22743/task/22748/stat : 22748 (java) S 22742 22729 21455 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1546784338 885075968 26442 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22743/tid=22749] ppid=22742 vsize=864332 CPUtime=0.07
/proc/22743/task/22749/stat : 22749 (java) R 22742 22729 21455 0 -1 64 336 0 0 0 7 0 0 0 16 0 9 0 1546784338 885075968 26442 996147200 134512640 134550740 4294955952 18446744073709551615 102304713 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22743/tid=22750] ppid=22742 vsize=864332 CPUtime=0
/proc/22743/task/22750/stat : 22750 (java) S 22742 22729 21455 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1546784338 885075968 26442 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22743/tid=22751] ppid=22742 vsize=864332 CPUtime=0
/proc/22743/task/22751/stat : 22751 (java) S 22742 22729 21455 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1546784338 885075968 26442 996147200 134512640 134550740 4294955952 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) 883288

[startup+12.701 s]
/proc/loadavg: 2.13 2.05 2.01 3/84 22753
/proc/meminfo: memFree=989776/2055920 swapFree=4180408/4192956
[pid=22729] ppid=22727 vsize=13600 CPUtime=10.03
/proc/22729/stat : 22729 (sugar) S 22727 22729 21455 0 -1 4194304 1031 42264 0 2 4 0 963 36 15 0 1 0 1546784171 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22729/statm: 3400 798 370 3 0 500 0
[pid=22752] ppid=22729 vsize=5356 CPUtime=0
/proc/22752/stat : 22752 (sh) S 22729 22729 21455 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1546785195 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22752/statm: 1339 232 193 169 0 50 0
[pid=22753] ppid=22752 vsize=15760 CPUtime=2.42
/proc/22753/stat : 22753 (minisat) R 22752 22729 21455 0 -1 4194304 3764 0 0 0 240 2 0 0 25 0 1 0 1546785195 16138240 3750 996147200 134512640 135127466 4294956256 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 1 0 0
/proc/22753/statm: 3940 3750 75 150 0 3787 0
Current children cumulated CPU time (s) 12.45
Current children cumulated vsize (KiB) 34716

[startup+25.5023 s]
/proc/loadavg: 2.11 2.05 2.01 3/84 22753
/proc/meminfo: memFree=988368/2055920 swapFree=4180408/4192956
[pid=22729] ppid=22727 vsize=13600 CPUtime=10.03
/proc/22729/stat : 22729 (sugar) S 22727 22729 21455 0 -1 4194304 1031 42264 0 2 4 0 963 36 16 0 1 0 1546784171 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22729/statm: 3400 798 370 3 0 500 0
[pid=22752] ppid=22729 vsize=5356 CPUtime=0
/proc/22752/stat : 22752 (sh) S 22729 22729 21455 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1546785195 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22752/statm: 1339 232 193 169 0 50 0
[pid=22753] ppid=22752 vsize=17140 CPUtime=15.1
/proc/22753/stat : 22753 (minisat) R 22752 22729 21455 0 -1 4194304 4135 0 0 0 1507 3 0 0 25 0 1 0 1546785195 17551360 4121 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/22753/statm: 4285 4121 75 150 0 4132 0
Current children cumulated CPU time (s) 25.13
Current children cumulated vsize (KiB) 36096

[startup+51.1027 s]
/proc/loadavg: 2.07 2.04 2.01 3/84 22753
/proc/meminfo: memFree=986064/2055920 swapFree=4180408/4192956
[pid=22729] ppid=22727 vsize=13600 CPUtime=10.03
/proc/22729/stat : 22729 (sugar) S 22727 22729 21455 0 -1 4194304 1031 42264 0 2 4 0 963 36 16 0 1 0 1546784171 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22729/statm: 3400 798 370 3 0 500 0
[pid=22752] ppid=22729 vsize=5356 CPUtime=0
/proc/22752/stat : 22752 (sh) S 22729 22729 21455 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1546785195 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22752/statm: 1339 232 193 169 0 50 0
[pid=22753] ppid=22752 vsize=19564 CPUtime=40.44
/proc/22753/stat : 22753 (minisat) R 22752 22729 21455 0 -1 4194304 4733 0 0 0 4041 3 0 0 25 0 1 0 1546785195 20033536 4719 996147200 134512640 135127466 4294956256 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 1 0 0
/proc/22753/statm: 4891 4719 75 150 0 4738 0
Current children cumulated CPU time (s) 50.47
Current children cumulated vsize (KiB) 38520

[startup+102.308 s]
/proc/loadavg: 2.03 2.03 2.00 3/84 22753
/proc/meminfo: memFree=982288/2055920 swapFree=4180408/4192956
[pid=22729] ppid=22727 vsize=13600 CPUtime=10.03
/proc/22729/stat : 22729 (sugar) S 22727 22729 21455 0 -1 4194304 1031 42264 0 2 4 0 963 36 16 0 1 0 1546784171 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22729/statm: 3400 798 370 3 0 500 0

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

/proc/meminfo: memFree=1670944/2055920 swapFree=4180408/4192956
[pid=22729] ppid=22727 vsize=13600 CPUtime=10.03
/proc/22729/stat : 22729 (sugar) S 22727 22729 21455 0 -1 4194304 1031 42264 0 2 4 0 963 36 16 0 1 0 1546784171 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22729/statm: 3400 798 370 3 0 500 0
[pid=22752] ppid=22729 vsize=5356 CPUtime=0
/proc/22752/stat : 22752 (sh) S 22729 22729 21455 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1546785195 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22752/statm: 1339 232 193 169 0 50 0
[pid=22753] ppid=22752 vsize=62196 CPUtime=1286.19
/proc/22753/stat : 22753 (minisat) R 22752 22729 21455 0 -1 4194304 15193 0 0 0 128601 18 0 0 25 0 1 0 1546785195 63688704 15179 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/22753/statm: 15549 15179 75 150 0 15396 0
Current children cumulated CPU time (s) 1296.22
Current children cumulated vsize (KiB) 81152

[startup+1362.3 s]
/proc/loadavg: 2.05 2.05 2.01 3/75 22783
/proc/meminfo: memFree=1670816/2055920 swapFree=4180408/4192956
[pid=22729] ppid=22727 vsize=13600 CPUtime=10.03
/proc/22729/stat : 22729 (sugar) S 22727 22729 21455 0 -1 4194304 1031 42264 0 2 4 0 963 36 16 0 1 0 1546784171 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22729/statm: 3400 798 370 3 0 500 0
[pid=22752] ppid=22729 vsize=5356 CPUtime=0
/proc/22752/stat : 22752 (sh) S 22729 22729 21455 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1546785195 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22752/statm: 1339 232 193 169 0 50 0
[pid=22753] ppid=22752 vsize=62196 CPUtime=1346.16
/proc/22753/stat : 22753 (minisat) R 22752 22729 21455 0 -1 4194304 15198 0 0 0 134598 18 0 0 25 0 1 0 1546785195 63688704 15184 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/22753/statm: 15549 15184 75 150 0 15396 0
Current children cumulated CPU time (s) 1356.19
Current children cumulated vsize (KiB) 81152

[startup+1422.31 s]
/proc/loadavg: 2.02 2.04 2.00 3/75 22783
/proc/meminfo: memFree=1670432/2055920 swapFree=4180408/4192956
[pid=22729] ppid=22727 vsize=13600 CPUtime=10.03
/proc/22729/stat : 22729 (sugar) S 22727 22729 21455 0 -1 4194304 1031 42264 0 2 4 0 963 36 16 0 1 0 1546784171 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22729/statm: 3400 798 370 3 0 500 0
[pid=22752] ppid=22729 vsize=5356 CPUtime=0
/proc/22752/stat : 22752 (sh) S 22729 22729 21455 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1546785195 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22752/statm: 1339 232 193 169 0 50 0
[pid=22753] ppid=22752 vsize=62668 CPUtime=1406.14
/proc/22753/stat : 22753 (minisat) R 22752 22729 21455 0 -1 4194304 15319 0 0 0 140595 19 0 0 25 0 1 0 1546785195 64172032 15305 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/22753/statm: 15667 15305 75 150 0 15514 0
Current children cumulated CPU time (s) 1416.17
Current children cumulated vsize (KiB) 81624

[startup+1482.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/75 22783
/proc/meminfo: memFree=1670368/2055920 swapFree=4180408/4192956
[pid=22729] ppid=22727 vsize=13600 CPUtime=10.03
/proc/22729/stat : 22729 (sugar) S 22727 22729 21455 0 -1 4194304 1031 42264 0 2 4 0 963 36 16 0 1 0 1546784171 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22729/statm: 3400 798 370 3 0 500 0
[pid=22752] ppid=22729 vsize=5356 CPUtime=0
/proc/22752/stat : 22752 (sh) S 22729 22729 21455 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1546785195 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22752/statm: 1339 232 193 169 0 50 0
[pid=22753] ppid=22752 vsize=62668 CPUtime=1466.11
/proc/22753/stat : 22753 (minisat) R 22752 22729 21455 0 -1 4194304 15332 0 0 0 146592 19 0 0 25 0 1 0 1546785195 64172032 15318 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/22753/statm: 15667 15318 75 150 0 15514 0
Current children cumulated CPU time (s) 1476.14
Current children cumulated vsize (KiB) 81624

[startup+1542.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/75 22783
/proc/meminfo: memFree=1670240/2055920 swapFree=4180408/4192956
[pid=22729] ppid=22727 vsize=13600 CPUtime=10.03
/proc/22729/stat : 22729 (sugar) S 22727 22729 21455 0 -1 4194304 1031 42264 0 2 4 0 963 36 16 0 1 0 1546784171 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22729/statm: 3400 798 370 3 0 500 0
[pid=22752] ppid=22729 vsize=5356 CPUtime=0
/proc/22752/stat : 22752 (sh) S 22729 22729 21455 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1546785195 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22752/statm: 1339 232 193 169 0 50 0
[pid=22753] ppid=22752 vsize=62856 CPUtime=1526.09
/proc/22753/stat : 22753 (minisat) R 22752 22729 21455 0 -1 4194304 15376 0 0 0 152590 19 0 0 25 0 1 0 1546785195 64364544 15362 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/22753/statm: 15714 15362 75 150 0 15561 0
Current children cumulated CPU time (s) 1536.12
Current children cumulated vsize (KiB) 81812

[startup+1602.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/75 22783
/proc/meminfo: memFree=1670048/2055920 swapFree=4180408/4192956
[pid=22729] ppid=22727 vsize=13600 CPUtime=10.03
/proc/22729/stat : 22729 (sugar) S 22727 22729 21455 0 -1 4194304 1031 42264 0 2 4 0 963 36 16 0 1 0 1546784171 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22729/statm: 3400 798 370 3 0 500 0
[pid=22752] ppid=22729 vsize=5356 CPUtime=0
/proc/22752/stat : 22752 (sh) S 22729 22729 21455 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1546785195 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22752/statm: 1339 232 193 169 0 50 0
[pid=22753] ppid=22752 vsize=63164 CPUtime=1586.05
/proc/22753/stat : 22753 (minisat) R 22752 22729 21455 0 -1 4194304 15422 0 0 0 158586 19 0 0 25 0 1 0 1546785195 64679936 15408 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/22753/statm: 15791 15408 75 150 0 15638 0
Current children cumulated CPU time (s) 1596.08
Current children cumulated vsize (KiB) 82120

[startup+1662.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/75 22783
/proc/meminfo: memFree=1669856/2055920 swapFree=4180408/4192956
[pid=22729] ppid=22727 vsize=13600 CPUtime=10.03
/proc/22729/stat : 22729 (sugar) S 22727 22729 21455 0 -1 4194304 1031 42264 0 2 4 0 963 36 16 0 1 0 1546784171 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22729/statm: 3400 798 370 3 0 500 0
[pid=22752] ppid=22729 vsize=5356 CPUtime=0
/proc/22752/stat : 22752 (sh) S 22729 22729 21455 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1546785195 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22752/statm: 1339 232 193 169 0 50 0
[pid=22753] ppid=22752 vsize=63304 CPUtime=1646.03
/proc/22753/stat : 22753 (minisat) R 22752 22729 21455 0 -1 4194304 15471 0 0 0 164584 19 0 0 25 0 1 0 1546785195 64823296 15457 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/22753/statm: 15826 15457 75 150 0 15673 0
Current children cumulated CPU time (s) 1656.06
Current children cumulated vsize (KiB) 82260

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 22789
/proc/meminfo: memFree=1669464/2055920 swapFree=4180408/4192956
[pid=22729] ppid=22727 vsize=13600 CPUtime=10.03
/proc/22729/stat : 22729 (sugar) S 22727 22729 21455 0 -1 4194304 1031 42264 0 2 4 0 963 36 16 0 1 0 1546784171 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22729/statm: 3400 798 370 3 0 500 0
[pid=22752] ppid=22729 vsize=5356 CPUtime=0
/proc/22752/stat : 22752 (sh) S 22729 22729 21455 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1546785195 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22752/statm: 1339 232 193 169 0 50 0
[pid=22753] ppid=22752 vsize=63448 CPUtime=1705.99
/proc/22753/stat : 22753 (minisat) R 22752 22729 21455 0 -1 4194304 15512 0 0 0 170580 19 0 0 25 0 1 0 1546785195 64970752 15498 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/22753/statm: 15862 15498 75 150 0 15709 0
Current children cumulated CPU time (s) 1716.02
Current children cumulated vsize (KiB) 82404

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 22789
/proc/meminfo: memFree=1669016/2055920 swapFree=4180408/4192956
[pid=22729] ppid=22727 vsize=13600 CPUtime=10.03
/proc/22729/stat : 22729 (sugar) S 22727 22729 21455 0 -1 4194304 1031 42264 0 2 4 0 963 36 16 0 1 0 1546784171 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22729/statm: 3400 798 370 3 0 500 0
[pid=22752] ppid=22729 vsize=5356 CPUtime=0
/proc/22752/stat : 22752 (sh) S 22729 22729 21455 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1546785195 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22752/statm: 1339 232 193 169 0 50 0
[pid=22753] ppid=22752 vsize=63968 CPUtime=1765.96
/proc/22753/stat : 22753 (minisat) R 22752 22729 21455 0 -1 4194304 15605 0 0 0 176577 19 0 0 25 0 1 0 1546785195 65503232 15591 996147200 134512640 135127466 4294956256 18446744073709551615 134530656 0 0 4096 3 0 0 0 17 0 0 0
/proc/22753/statm: 15992 15591 75 150 0 15839 0
Current children cumulated CPU time (s) 1775.99
Current children cumulated vsize (KiB) 82924



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1806.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 22789
/proc/meminfo: memFree=1668120/2055920 swapFree=4180408/4192956
[pid=22729] ppid=22727 vsize=13600 CPUtime=10.03
/proc/22729/stat : 22729 (sugar) S 22727 22729 21455 0 -1 4194304 1031 42264 0 2 4 0 963 36 16 0 1 0 1546784171 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22729/statm: 3400 798 370 3 0 500 0
[pid=22752] ppid=22729 vsize=5356 CPUtime=0
/proc/22752/stat : 22752 (sh) S 22729 22729 21455 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1546785195 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22752/statm: 1339 232 193 169 0 50 0
[pid=22753] ppid=22752 vsize=64844 CPUtime=1790.06
/proc/22753/stat : 22753 (minisat) R 22752 22729 21455 0 -1 4194304 15836 0 0 0 178986 20 0 0 25 0 1 0 1546785195 66400256 15822 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/22753/statm: 16211 15822 75 150 0 16058 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 83800

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

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

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 22729 and gives
#  childrusage.ru_utime.tv_sec=9
#  childrusage.ru_utime.tv_usec=680528
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=381941
# CPU time returned by wait4() is 10.0625
# while last known CPU time is 1800.09
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1806.43
CPU time (s): 1800.09
CPU user time (s): 1799.53
CPU system time (s): 0.56
CPU usage (%): 99.6492
Max. virtual memory (cumulated for all children) (KiB): 893424

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 9.68053
system time used= 0.381941
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 43722
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= 3336
involuntary context switches= 3359

runsolver used 2.07568 second user time and 6.16106 second system time

The end

Launcher Data (download as text)

Begin job on node55 at 2008-07-04 13:32:54
IDJOB=1072062
IDBENCH=56226
IDSOLVER=346
FILE ID=node55/1072062-1215171173
PBS_JOBID= 7881448
Free space on /tmp= 66552 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/rand-3-24-24-fcd/normalized-rand-3-24-24-76-632-fcd-39_ext.xml
COMMAND LINE= DIR/sugar -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1072062-1215171173/watcher-1072062-1215171173 -o /tmp/evaluation-result-1072062-1215171173/solver-1072062-1215171173 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/sugar -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-1072062-1215171173.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= a2ca505c65f27aec8f66eb6ea121ac28
RANDOM SEED=1770589754

node55.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.261
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.261
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:       1016968 kB
Buffers:         59076 kB
Cached:         161308 kB
SwapCached:       6804 kB
Active:         888720 kB
Inactive:        93592 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1016968 kB
SwapTotal:     4192956 kB
SwapFree:      4180408 kB
Dirty:            4164 kB
Writeback:           0 kB
Mapped:         777788 kB
Slab:            40392 kB
Committed_AS:  3781444 kB
PageTables:       3292 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 node55 at 2008-07-04 14:03:02