Trace number 2064746

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.07 1811.03

General information on the benchmark

Namecsp/rand-3-28-28/
normalized-rand-3-28-28-93-632-39_ext.xml
MD5SUM6b7e5986f6c032035c6c6119dbe79942
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables28
Number of constraints93
Maximum constraint arity3
Maximum domain size28
Number of constraints which are defined in extension93
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.05/0.07	c 0	Sugar v1-14-6 + HOME/minisat
0.05/0.07	c 0	BEGIN Sat Jul 11 20:14:28 2009
0.05/0.07	c 0	PID 14620
0.05/0.07	c 0	HOST node90.alineos.net
0.05/0.07	c 0	CONVERTING HOME/instance-2064746-1247336067.xml TO HOME/temp.csp
0.05/0.07	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2064746-1247336067.xml' 'HOME/temp.csp'
2.17/2.24	c 2	1 domains, 28 variables, 0 predicates, 93 relations, 93 constraints
2.17/2.27	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
2.17/2.27	c 2	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'
2.22/2.35	c 2	Parsing HOME/temp.csp
6.87/7.51	c 7	parsed 215 expressions
6.87/7.52	c 7	Heap : 84 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
6.87/7.52	c 7	Converting to clausal form CSP
6.87/7.54	c 7	converted 22 (10%) expressions
6.87/7.59	c 7	converted 43 (20%) expressions
6.97/7.65	c 7	converted 65 (30%) expressions
6.97/7.67	c 7	converted 86 (40%) expressions
7.07/7.72	c 7	converted 108 (50%) expressions
7.86/8.58	c 8	converted 129 (60%) expressions
8.30/9.16	c 9	converted 151 (70%) expressions
8.96/9.60	c 9	converted 172 (80%) expressions
9.36/10.07	c 10	converted 194 (90%) expressions
9.77/10.46	c 10	converted 215 (100%) expressions
9.77/10.46	c 10	CSP : 28 integers, 0 booleans, 93 clauses, largest domain size 28
9.77/10.46	c 10	Heap : 163 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
9.77/10.46	c 10	Propagation in CSP
9.77/10.46	c 10	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
9.77/10.46	c 10	CSP : 28 integers, 0 booleans, 93 clauses, largest domain size 28
9.77/10.46	c 10	Heap : 163 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
9.77/10.46	c 10	Simplifing CSP by introducing new Boolean variables
9.77/10.46	c 10	CSP : 28 integers, 0 booleans, 93 clauses, largest domain size 28
9.77/10.46	c 10	Heap : 163 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
10.25/10.90	c 10	Encoding CSP to SAT : HOME/temp.cnf
10.25/10.91	c 10	3 (10%) CSP integer variables are encoded (78 clauses, 749 bytes)
10.25/10.91	c 10	6 (20%) CSP integer variables are encoded (156 clauses, 1572 bytes)
10.25/10.92	c 10	9 (30%) CSP integer variables are encoded (234 clauses, 2430 bytes)
10.25/10.92	c 10	12 (40%) CSP integer variables are encoded (312 clauses, 3288 bytes)
10.25/10.92	c 10	14 (50%) CSP integer variables are encoded (364 clauses, 3860 bytes)
10.25/10.92	c 10	17 (60%) CSP integer variables are encoded (442 clauses, 4718 bytes)
10.25/10.92	c 10	20 (70%) CSP integer variables are encoded (520 clauses, 5576 bytes)
10.25/10.92	c 10	23 (80%) CSP integer variables are encoded (598 clauses, 6434 bytes)
10.25/10.92	c 10	26 (90%) CSP integer variables are encoded (676 clauses, 7292 bytes)
10.25/10.92	c 10	28 (100%) CSP integer variables are encoded (728 clauses, 7864 bytes)
11.04/11.80	c 11	10 (10%) CSP clauses are encoded (49590 clauses, 1193652 bytes)
11.84/12.53	c 12	19 (20%) CSP clauses are encoded (93540 clauses, 2292285 bytes)
12.54/13.26	c 13	28 (30%) CSP clauses are encoded (137500 clauses, 3414962 bytes)
13.34/14.07	c 14	38 (40%) CSP clauses are encoded (186304 clauses, 4689465 bytes)
14.13/14.81	c 14	47 (50%) CSP clauses are encoded (230263 clauses, 5887628 bytes)
14.82/15.54	c 15	56 (60%) CSP clauses are encoded (274139 clauses, 7089886 bytes)
15.62/16.35	c 16	66 (70%) CSP clauses are encoded (323018 clauses, 8429210 bytes)
16.32/17.07	c 17	75 (80%) CSP clauses are encoded (366929 clauses, 9632357 bytes)
17.01/17.79	c 17	84 (90%) CSP clauses are encoded (410670 clauses, 10830647 bytes)
17.80/18.52	c 18	93 (100%) CSP clauses are encoded (454495 clauses, 12031912 bytes)
17.80/18.52	c 18	93 CSP clauses encoded
17.80/18.52	c 18	Writing map file : HOME/temp.map
17.80/18.52	c 18	Heap : 57 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
17.80/18.52	c 18	SAT : 756 SAT variables, 454495 SAT clauses, 12031912 bytes
17.80/18.52	c 18	Heap : 57 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
17.80/18.57	c 18	SOLVING HOME/temp.cnf
17.80/18.57	c 18	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
17.80/18.57	c 18	This is MiniSat 2.0 beta
17.80/18.57	c 18	WARNING: for repeatability, setting FPU to use double precision
17.80/18.57	c 18	============================[ Problem Statistics ]=============================
17.80/18.57	c 18	|                                                                             |
17.80/18.57	c 18	|  Number of variables:  756                                                  |
17.80/18.57	c 18	|  Number of clauses:    454495                                               |
17.87/18.85	c 18	|  Parsing time:         0.24         s                                       |
17.87/18.87	c 18	============================[ Search Statistics ]==============================
17.87/18.87	c 18	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
17.87/18.87	c 18	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
17.87/18.87	c 18	===============================================================================
17.87/18.87	c 18	|         0 |     756   454495  2562364 |   151498        0    nan |  0.000 % |
17.87/19.08	c 19	|       100 |     756   454495  2562364 |   166648      100     12 |  0.000 % |
18.69/19.42	c 19	|       250 |     756   454495  2562364 |   183312      250     16 |  0.002 % |
18.99/19.77	c 19	|       475 |     756   454495  2562364 |   201644      475     14 |  0.002 % |
20.26/21.27	c 21	|       813 |     756   454495  2562364 |   221808      813     15 |  0.005 % |
21.43/22.45	c 22	|      1319 |     756   454495  2562364 |   243989     1319     16 |  0.004 % |
23.13/24.23	c 24	|      2079 |     756   454495  2562364 |   268388     2079     16 |  0.002 % |
25.32/26.41	c 26	|      3219 |     756   454495  2562364 |   295227     3219     15 |  0.005 % |
28.53/29.67	c 29	|      4927 |     756   454495  2562364 |   324750     4927     15 |  0.005 % |
33.38/34.53	c 34	|      7489 |     756   454495  2562364 |   357225     7489     15 |  0.005 % |
40.58/42.33	c 42	|     11333 |     756   454495  2562364 |   392947    11333     15 |  0.004 % |
61.71/64.02	c 52	|     17099 |     756   454495  2562364 |   432242    17099     16 |  0.005 % |
70.14/72.58	c 72	|     25748 |     756   454495  2562364 |   475466    25748     16 |  0.005 % |
94.32/96.88	c 96	|     38722 |     756   454495  2562364 |   523013    38722     17 |  0.001 % |
133.14/135.84	c 135	|     58183 |     756   454495  2562364 |   575314    58183     17 |  0.005 % |
199.92/202.98	c 202	|     87376 |     756   454495  2562364 |   632846    87376     18 |  0.005 % |
315.15/318.77	c 318	|    131166 |     756   454495  2562364 |   696130   131166     18 |  0.005 % |
491.14/496.21	c 496	|    196851 |     756   454495  2562364 |   765743   196851     19 |  0.005 % |
817.53/824.25	c 824	|    295377 |     756   454495  2562364 |   842318   295377     20 |  0.005 % |
1432.39/1441.83	c 1441	|    443166 |     756   454495  2562364 |   926550   443166     20 |  0.005 % |
1800.07/1811.01	c ERROR INTERRUPTED
1800.07/1811.02	s UNKNOWN
1800.07/1811.02	c 1810	CPU 17.88 (0.06 0.01 17.29 0.52)
1800.07/1811.02	c 1810	END Sat Jul 11 20:44:38 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-2064746-1247336067/watcher-2064746-1247336067 -o /tmp/evaluation-result-2064746-1247336067/solver-2064746-1247336067 -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-2064746-1247336067.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: 1.93 2.03 2.06 4/81 14620
/proc/meminfo: memFree=877804/2055920 swapFree=4192956/4192956
[pid=14620] ppid=14618 vsize=12268 CPUtime=0
/proc/14620/stat : 14620 (sugar) R 14618 14620 14547 0 -1 4194304 351 0 0 0 0 0 0 0 18 0 1 0 20671411 12562432 319 996147200 4194304 4206940 548682068608 18446744073709551615 256364679905 0 0 4224 0 0 0 0 17 0 0 0
/proc/14620/statm: 3068 320 242 3 0 168 0

[startup+0.059994 s]
/proc/loadavg: 1.93 2.03 2.06 4/81 14620
/proc/meminfo: memFree=877804/2055920 swapFree=4192956/4192956
[pid=14620] ppid=14618 vsize=16344 CPUtime=0.05
/proc/14620/stat : 14620 (sugar) R 14618 14620 14547 0 -1 4194304 989 0 0 0 4 1 0 0 18 0 1 0 20671411 16736256 957 996147200 4194304 4206940 548682068608 18446744073709551615 256364679905 0 0 4224 0 0 0 0 17 0 0 0
/proc/14620/statm: 4086 958 380 3 0 665 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 16344

[startup+0.102998 s]
/proc/loadavg: 1.93 2.03 2.06 4/81 14620
/proc/meminfo: memFree=877804/2055920 swapFree=4192956/4192956
[pid=14620] ppid=14618 vsize=16868 CPUtime=0.06
/proc/14620/stat : 14620 (sugar) S 14618 14620 14547 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 20671411 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14620/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.30202 s]
/proc/loadavg: 1.93 2.03 2.06 4/81 14620
/proc/meminfo: memFree=877804/2055920 swapFree=4192956/4192956
[pid=14620] ppid=14618 vsize=16868 CPUtime=0.06
/proc/14620/stat : 14620 (sugar) S 14618 14620 14547 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 20671411 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14620/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701065 s]
/proc/loadavg: 1.93 2.03 2.06 4/81 14620
/proc/meminfo: memFree=877804/2055920 swapFree=4192956/4192956
[pid=14620] ppid=14618 vsize=16868 CPUtime=0.06
/proc/14620/stat : 14620 (sugar) S 14618 14620 14547 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 20671411 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14620/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50214 s]
/proc/loadavg: 1.93 2.03 2.06 3/92 14632
/proc/meminfo: memFree=842260/2055920 swapFree=4192956/4192956
[pid=14620] ppid=14618 vsize=16868 CPUtime=0.06
/proc/14620/stat : 14620 (sugar) S 14618 14620 14547 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 20671411 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14620/statm: 4217 1111 409 3 0 796 0
[pid=14623] ppid=14620 vsize=5356 CPUtime=0
/proc/14623/stat : 14623 (sh) S 14620 14620 14547 0 -1 4194304 277 0 0 0 0 0 0 0 19 0 1 0 20671418 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14623/statm: 1339 233 193 169 0 50 0
[pid=14624] ppid=14623 vsize=864200 CPUtime=1.41
/proc/14624/stat : 14624 (java) S 14623 14620 14547 0 -1 0 11667 0 1 0 131 10 0 0 20 0 9 0 20671419 884940800 10823 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14624/statm: 216050 10823 2553 9 0 210562 0
[pid=14624/tid=14625] ppid=14623 vsize=864200 CPUtime=1.13
/proc/14624/task/14625/stat : 14625 (java) R 14623 14620 14547 0 -1 64 3036 0 1 0 109 4 0 0 25 0 9 0 20671420 884940800 10823 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14624/tid=14626] ppid=14623 vsize=864200 CPUtime=0.19
/proc/14624/task/14626/stat : 14626 (java) R 14623 14620 14547 0 -1 64 7596 0 0 0 15 4 0 0 15 0 9 0 20671421 884940800 10823 996147200 134512640 134550932 4294955984 18446744073709551615 102509278 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14624/tid=14627] ppid=14623 vsize=864200 CPUtime=0
/proc/14624/task/14627/stat : 14627 (java) S 14623 14620 14547 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20671421 884940800 10823 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14624/tid=14628] ppid=14623 vsize=864200 CPUtime=0
/proc/14624/task/14628/stat : 14628 (java) S 14623 14620 14547 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 20671421 884940800 10823 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14624/tid=14629] ppid=14623 vsize=864200 CPUtime=0
/proc/14624/task/14629/stat : 14629 (java) S 14623 14620 14547 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 20671423 884940800 10823 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14624/tid=14630] ppid=14623 vsize=864200 CPUtime=0.06
/proc/14624/task/14630/stat : 14630 (java) S 14623 14620 14547 0 -1 64 331 0 0 0 6 0 0 0 16 0 9 0 20671423 884940800 10823 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14624/tid=14631] ppid=14623 vsize=864200 CPUtime=0
/proc/14624/task/14631/stat : 14631 (java) S 14623 14620 14547 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 20671423 884940800 10823 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14624/tid=14632] ppid=14623 vsize=864200 CPUtime=0
/proc/14624/task/14632/stat : 14632 (java) S 14623 14620 14547 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20671423 884940800 10823 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 886424

[startup+3.10131 s]
/proc/loadavg: 1.93 2.03 2.06 3/92 14632
/proc/meminfo: memFree=829460/2055920 swapFree=4192956/4192956
[pid=14620] ppid=14618 vsize=16868 CPUtime=2.22
/proc/14620/stat : 14620 (sugar) S 14618 14620 14547 0 -1 4194304 1309 13846 0 1 5 1 203 13 15 0 1 0 20671411 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14620/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 2.22
Current children cumulated vsize (KiB) 16868
heavy processes:

[startup+6.30249 s]
/proc/loadavg: 2.01 2.05 2.07 4/92 14642
/proc/meminfo: memFree=809108/2055920 swapFree=4192956/4192956
[pid=14620] ppid=14618 vsize=16868 CPUtime=2.22
/proc/14620/stat : 14620 (sugar) S 14618 14620 14547 0 -1 4194304 1309 13846 0 1 5 1 203 13 15 0 1 0 20671411 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14620/statm: 4217 1111 409 3 0 796 0
[pid=14633] ppid=14620 vsize=5356 CPUtime=0
/proc/14633/stat : 14633 (sh) S 14620 14620 14547 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20671638 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14633/statm: 1339 233 193 169 0 50 0
[pid=14634] ppid=14633 vsize=862520 CPUtime=3.45
/proc/14634/stat : 14634 (java) S 14633 14620 14547 0 -1 0 20172 0 1 0 334 11 0 0 18 0 9 0 20671638 883220480 19274 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14634/statm: 215630 19274 2158 9 0 210543 0
[pid=14634/tid=14635] ppid=14633 vsize=862520 CPUtime=2.12
/proc/14634/task/14635/stat : 14635 (java) R 14633 14620 14547 0 -1 64 2597 0 1 0 210 2 0 0 25 0 9 0 20671639 883220480 19274 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14634/tid=14636] ppid=14633 vsize=862520 CPUtime=1.27
/proc/14634/task/14636/stat : 14636 (java) R 14633 14620 14547 0 -1 64 16566 0 0 0 120 7 0 0 17 0 9 0 20671640 883220480 19274 996147200 134512640 134550932 4294955936 18446744073709551615 102758033 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14634/tid=14637] ppid=14633 vsize=862520 CPUtime=0
/proc/14634/task/14637/stat : 14637 (java) S 14633 14620 14547 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20671640 883220480 19274 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14634/tid=14638] ppid=14633 vsize=862520 CPUtime=0
/proc/14634/task/14638/stat : 14638 (java) S 14633 14620 14547 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 20671641 883220480 19274 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14634/tid=14639] ppid=14633 vsize=862520 CPUtime=0
/proc/14634/task/14639/stat : 14639 (java) S 14633 14620 14547 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 20671643 883220480 19274 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14634/tid=14640] ppid=14633 vsize=862520 CPUtime=0.03
/proc/14634/task/14640/stat : 14640 (java) S 14633 14620 14547 0 -1 64 306 0 0 0 3 0 0 0 16 0 9 0 20671643 883220480 19274 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14634/tid=14641] ppid=14633 vsize=862520 CPUtime=0
/proc/14634/task/14641/stat : 14641 (java) S 14633 14620 14547 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 20671643 883220480 19274 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14634/tid=14642] ppid=14633 vsize=862520 CPUtime=0
/proc/14634/task/14642/stat : 14642 (java) S 14633 14620 14547 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20671643 883220480 19274 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.67
Current children cumulated vsize (KiB) 884744

[startup+12.7012 s]
/proc/loadavg: 2.17 2.08 2.08 3/92 14642
/proc/meminfo: memFree=687452/2055920 swapFree=4192956/4192956
[pid=14620] ppid=14618 vsize=16868 CPUtime=2.22
/proc/14620/stat : 14620 (sugar) S 14618 14620 14547 0 -1 4194304 1310 13846 0 1 5 1 203 13 15 0 1 0 20671411 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14620/statm: 4217 1111 409 3 0 796 0
[pid=14633] ppid=14620 vsize=5356 CPUtime=0
/proc/14633/stat : 14633 (sh) S 14620 14620 14547 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20671638 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14633/statm: 1339 233 193 169 0 50 0
[pid=14634] ppid=14633 vsize=864332 CPUtime=9.82
/proc/14634/stat : 14634 (java) S 14633 14620 14547 0 -1 0 57753 0 1 0 953 29 0 0 18 0 9 0 20671638 885075968 46532 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14634/statm: 216083 46532 2591 9 0 210560 0
[pid=14634/tid=14635] ppid=14633 vsize=864332 CPUtime=5.82
/proc/14634/task/14635/stat : 14635 (java) R 14633 14620 14547 0 -1 64 4540 0 1 0 576 6 0 0 25 0 9 0 20671639 885075968 46532 996147200 134512640 134550932 4294955936 18446744073709551615 4126551519 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14634/tid=14636] ppid=14633 vsize=864332 CPUtime=3.88
/proc/14634/task/14636/stat : 14636 (java) S 14633 14620 14547 0 -1 64 52166 0 0 0 367 21 0 0 16 0 9 0 20671640 885075968 46532 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14634/tid=14637] ppid=14633 vsize=864332 CPUtime=0
/proc/14634/task/14637/stat : 14637 (java) S 14633 14620 14547 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20671640 885075968 46532 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14634/tid=14638] ppid=14633 vsize=864332 CPUtime=0
/proc/14634/task/14638/stat : 14638 (java) S 14633 14620 14547 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 20671641 885075968 46532 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14634/tid=14639] ppid=14633 vsize=864332 CPUtime=0
/proc/14634/task/14639/stat : 14639 (java) S 14633 14620 14547 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 20671643 885075968 46532 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14634/tid=14640] ppid=14633 vsize=864332 CPUtime=0.08
/proc/14634/task/14640/stat : 14640 (java) S 14633 14620 14547 0 -1 64 344 0 0 0 8 0 0 0 16 0 9 0 20671643 885075968 46532 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14634/tid=14641] ppid=14633 vsize=864332 CPUtime=0
/proc/14634/task/14641/stat : 14641 (java) S 14633 14620 14547 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 20671643 885075968 46532 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14634/tid=14642] ppid=14633 vsize=864332 CPUtime=0
/proc/14634/task/14642/stat : 14642 (java) S 14633 14620 14547 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20671643 885075968 46532 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.04
Current children cumulated vsize (KiB) 886556

[startup+25.5015 s]
/proc/loadavg: 2.43 2.14 2.10 3/84 14644
/proc/meminfo: memFree=826332/2055920 swapFree=4192956/4192956
[pid=14620] ppid=14618 vsize=16868 CPUtime=17.88
/proc/14620/stat : 14620 (sugar) S 14618 14620 14547 0 -1 4194304 1374 71971 0 2 6 1 1729 52 16 0 1 0 20671411 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14620/statm: 4217 1112 409 3 0 796 0
[pid=14643] ppid=14620 vsize=5356 CPUtime=0
/proc/14643/stat : 14643 (sh) S 14620 14620 14547 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20673268 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14643/statm: 1339 232 193 169 0 50 0
[pid=14644] ppid=14643 vsize=28740 CPUtime=6.55
/proc/14644/stat : 14644 (minisat) R 14643 14620 14547 0 -1 4194304 7074 0 0 0 650 5 0 0 25 0 1 0 20673268 29429760 7060 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/14644/statm: 7185 7060 75 150 0 7032 0
Current children cumulated CPU time (s) 24.43
Current children cumulated vsize (KiB) 50964

[startup+51.1061 s]
/proc/loadavg: 2.91 2.28 2.14 3/84 14644
/proc/meminfo: memFree=824732/2055920 swapFree=4192956/4192956
[pid=14620] ppid=14618 vsize=16868 CPUtime=17.88
/proc/14620/stat : 14620 (sugar) S 14618 14620 14547 0 -1 4194304 1374 71971 0 2 6 1 1729 52 16 0 1 0 20671411 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14620/statm: 4217 1112 409 3 0 796 0
[pid=14643] ppid=14620 vsize=5356 CPUtime=0
/proc/14643/stat : 14643 (sh) S 14620 14620 14547 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20673268 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14643/statm: 1339 232 193 169 0 50 0
[pid=14644] ppid=14643 vsize=30272 CPUtime=31.46
/proc/14644/stat : 14644 (minisat) R 14643 14620 14547 0 -1 4194304 7457 0 0 0 3141 5 0 0 25 0 1 0 20673268 30998528 7443 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/14644/statm: 7568 7443 75 150 0 7415 0
Current children cumulated CPU time (s) 49.34
Current children cumulated vsize (KiB) 52496

[startup+102.301 s]
/proc/loadavg: 2.77 2.36 2.18 3/84 14644
/proc/meminfo: memFree=822748/2055920 swapFree=4192956/4192956
[pid=14620] ppid=14618 vsize=16868 CPUtime=17.88
/proc/14620/stat : 14620 (sugar) S 14618 14620 14547 0 -1 4194304 1374 71971 0 2 6 1 1729 52 16 0 1 0 20671411 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14620/statm: 4217 1112 409 3 0 796 0
[pid=14643] ppid=14620 vsize=5356 CPUtime=0
/proc/14643/stat : 14643 (sh) S 14620 14620 14547 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20673268 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14643/statm: 1339 232 193 169 0 50 0
[pid=14644] ppid=14643 vsize=32944 CPUtime=81.91
/proc/14644/stat : 14644 (minisat) R 14643 14620 14547 0 -1 4194304 8126 0 0 0 8185 6 0 0 25 0 1 0 20673268 33734656 8112 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/14644/statm: 8236 8112 75 150 0 8083 0

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

/proc/meminfo: memFree=821468/2055920 swapFree=4192956/4192956
[pid=14620] ppid=14618 vsize=16868 CPUtime=17.88
/proc/14620/stat : 14620 (sugar) S 14618 14620 14547 0 -1 4194304 1374 71971 0 2 6 1 1729 52 16 0 1 0 20671411 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14620/statm: 4217 1112 409 3 0 796 0
[pid=14643] ppid=14620 vsize=5356 CPUtime=0
/proc/14643/stat : 14643 (sh) S 14620 14620 14547 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20673268 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14643/statm: 1339 232 193 169 0 50 0
[pid=14644] ppid=14643 vsize=75340 CPUtime=1275.56
/proc/14644/stat : 14644 (minisat) R 14643 14620 14547 0 -1 4194304 18531 0 0 0 127536 20 0 0 25 0 1 0 20673268 77148160 18517 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/14644/statm: 18835 18517 75 150 0 18682 0
Current children cumulated CPU time (s) 1293.44
Current children cumulated vsize (KiB) 97564

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.04 3/87 14735
/proc/meminfo: memFree=819932/2055920 swapFree=4192956/4192956
[pid=14620] ppid=14618 vsize=16868 CPUtime=17.88
/proc/14620/stat : 14620 (sugar) S 14618 14620 14547 0 -1 4194304 1374 71971 0 2 6 1 1729 52 16 0 1 0 20671411 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14620/statm: 4217 1112 409 3 0 796 0
[pid=14643] ppid=14620 vsize=5356 CPUtime=0
/proc/14643/stat : 14643 (sh) S 14620 14620 14547 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20673268 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14643/statm: 1339 232 193 169 0 50 0
[pid=14644] ppid=14643 vsize=76840 CPUtime=1335.33
/proc/14644/stat : 14644 (minisat) R 14643 14620 14547 0 -1 4194304 18908 0 0 0 133512 21 0 0 25 0 1 0 20673268 78684160 18894 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/14644/statm: 19210 18894 75 150 0 19057 0
Current children cumulated CPU time (s) 1353.21
Current children cumulated vsize (KiB) 99064

[startup+1422.3 s]
/proc/loadavg: 2.00 2.00 2.04 3/87 14735
/proc/meminfo: memFree=818460/2055920 swapFree=4192956/4192956
[pid=14620] ppid=14618 vsize=16868 CPUtime=17.88
/proc/14620/stat : 14620 (sugar) S 14618 14620 14547 0 -1 4194304 1374 71971 0 2 6 1 1729 52 16 0 1 0 20671411 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14620/statm: 4217 1112 409 3 0 796 0
[pid=14643] ppid=14620 vsize=5356 CPUtime=0
/proc/14643/stat : 14643 (sh) S 14620 14620 14547 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20673268 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14643/statm: 1339 232 193 169 0 50 0
[pid=14644] ppid=14643 vsize=78168 CPUtime=1395.09
/proc/14644/stat : 14644 (minisat) R 14643 14620 14547 0 -1 4194304 19257 0 0 0 139488 21 0 0 25 0 1 0 20673268 80044032 19243 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/14644/statm: 19542 19243 75 150 0 19389 0
Current children cumulated CPU time (s) 1412.97
Current children cumulated vsize (KiB) 100392

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.03 3/87 14735
/proc/meminfo: memFree=816028/2055920 swapFree=4192956/4192956
[pid=14620] ppid=14618 vsize=16868 CPUtime=17.88
/proc/14620/stat : 14620 (sugar) S 14618 14620 14547 0 -1 4194304 1374 71971 0 2 6 1 1729 52 16 0 1 0 20671411 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14620/statm: 4217 1112 409 3 0 796 0
[pid=14643] ppid=14620 vsize=5356 CPUtime=0
/proc/14643/stat : 14643 (sh) S 14620 14620 14547 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20673268 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14643/statm: 1339 232 193 169 0 50 0
[pid=14644] ppid=14643 vsize=80632 CPUtime=1454.86
/proc/14644/stat : 14644 (minisat) R 14643 14620 14547 0 -1 4194304 19868 0 0 0 145464 22 0 0 25 0 1 0 20673268 82567168 19845 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/14644/statm: 20158 19845 75 150 0 20005 0
Current children cumulated CPU time (s) 1472.74
Current children cumulated vsize (KiB) 102856

[startup+1542.3 s]
/proc/loadavg: 2.06 2.03 2.04 3/87 14735
/proc/meminfo: memFree=790748/2055920 swapFree=4192956/4192956
[pid=14620] ppid=14618 vsize=16868 CPUtime=17.88
/proc/14620/stat : 14620 (sugar) S 14618 14620 14547 0 -1 4194304 1374 71971 0 2 6 1 1729 52 16 0 1 0 20671411 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14620/statm: 4217 1112 409 3 0 796 0
[pid=14643] ppid=14620 vsize=5356 CPUtime=0
/proc/14643/stat : 14643 (sh) S 14620 14620 14547 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20673268 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14643/statm: 1339 232 193 169 0 50 0
[pid=14644] ppid=14643 vsize=82100 CPUtime=1514.54
/proc/14644/stat : 14644 (minisat) R 14643 14620 14547 0 -1 4194304 20251 0 0 0 151432 22 0 0 25 0 1 0 20673268 84070400 20228 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/14644/statm: 20525 20228 75 150 0 20372 0
Current children cumulated CPU time (s) 1532.42
Current children cumulated vsize (KiB) 104324

[startup+1602.3 s]
/proc/loadavg: 2.02 2.02 2.03 3/87 14735
/proc/meminfo: memFree=789084/2055920 swapFree=4192956/4192956
[pid=14620] ppid=14618 vsize=16868 CPUtime=17.88
/proc/14620/stat : 14620 (sugar) S 14618 14620 14547 0 -1 4194304 1374 71971 0 2 6 1 1729 52 16 0 1 0 20671411 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14620/statm: 4217 1112 409 3 0 796 0
[pid=14643] ppid=14620 vsize=5356 CPUtime=0
/proc/14643/stat : 14643 (sh) S 14620 14620 14547 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20673268 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14643/statm: 1339 232 193 169 0 50 0
[pid=14644] ppid=14643 vsize=84504 CPUtime=1574.31
/proc/14644/stat : 14644 (minisat) R 14643 14620 14547 0 -1 4194304 20619 0 0 0 157408 23 0 0 25 0 1 0 20673268 86532096 20596 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/14644/statm: 21126 20596 75 150 0 20973 0
Current children cumulated CPU time (s) 1592.19
Current children cumulated vsize (KiB) 106728

[startup+1662.3 s]
/proc/loadavg: 2.01 2.01 2.03 3/87 14735
/proc/meminfo: memFree=787740/2055920 swapFree=4192956/4192956
[pid=14620] ppid=14618 vsize=16868 CPUtime=17.88
/proc/14620/stat : 14620 (sugar) S 14618 14620 14547 0 -1 4194304 1374 71971 0 2 6 1 1729 52 16 0 1 0 20671411 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14620/statm: 4217 1112 409 3 0 796 0
[pid=14643] ppid=14620 vsize=5356 CPUtime=0
/proc/14643/stat : 14643 (sh) S 14620 14620 14547 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20673268 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14643/statm: 1339 232 193 169 0 50 0
[pid=14644] ppid=14643 vsize=85700 CPUtime=1634.07
/proc/14644/stat : 14644 (minisat) R 14643 14620 14547 0 -1 4194304 20943 0 0 0 163384 23 0 0 25 0 1 0 20673268 87756800 20920 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/14644/statm: 21425 20920 75 150 0 21272 0
Current children cumulated CPU time (s) 1651.95
Current children cumulated vsize (KiB) 107924

[startup+1722.31 s]
/proc/loadavg: 2.00 2.01 2.02 3/87 14735
/proc/meminfo: memFree=786204/2055920 swapFree=4192956/4192956
[pid=14620] ppid=14618 vsize=16868 CPUtime=17.88
/proc/14620/stat : 14620 (sugar) S 14618 14620 14547 0 -1 4194304 1374 71971 0 2 6 1 1729 52 16 0 1 0 20671411 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14620/statm: 4217 1112 409 3 0 796 0
[pid=14643] ppid=14620 vsize=5356 CPUtime=0
/proc/14643/stat : 14643 (sh) S 14620 14620 14547 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20673268 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14643/statm: 1339 232 193 169 0 50 0
[pid=14644] ppid=14643 vsize=87220 CPUtime=1693.83
/proc/14644/stat : 14644 (minisat) R 14643 14620 14547 0 -1 4194304 21324 0 0 0 169360 23 0 0 25 0 1 0 20673268 89313280 21301 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/14644/statm: 21805 21301 75 150 0 21652 0
Current children cumulated CPU time (s) 1711.71
Current children cumulated vsize (KiB) 109444

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.01 3/87 14735
/proc/meminfo: memFree=759900/2055920 swapFree=4192956/4192956
[pid=14620] ppid=14618 vsize=16868 CPUtime=17.88
/proc/14620/stat : 14620 (sugar) S 14618 14620 14547 0 -1 4194304 1374 71971 0 2 6 1 1729 52 16 0 1 0 20671411 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14620/statm: 4217 1112 409 3 0 796 0
[pid=14643] ppid=14620 vsize=5356 CPUtime=0
/proc/14643/stat : 14643 (sh) S 14620 14620 14547 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20673268 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14643/statm: 1339 232 193 169 0 50 0
[pid=14644] ppid=14643 vsize=88544 CPUtime=1753.6
/proc/14644/stat : 14644 (minisat) R 14643 14620 14547 0 -1 4194304 21671 0 0 0 175336 24 0 0 25 0 1 0 20673268 90669056 21648 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/14644/statm: 22136 21648 75 150 0 21983 0
Current children cumulated CPU time (s) 1771.48
Current children cumulated vsize (KiB) 110768



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1811 s]
/proc/loadavg: 2.00 2.00 2.01 3/87 14735
/proc/meminfo: memFree=759260/2055920 swapFree=4192956/4192956
[pid=14620] ppid=14618 vsize=16868 CPUtime=17.88
/proc/14620/stat : 14620 (sugar) S 14618 14620 14547 0 -1 4194304 1374 71971 0 2 6 1 1729 52 16 0 1 0 20671411 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14620/statm: 4217 1112 409 3 0 796 0
[pid=14643] ppid=14620 vsize=5356 CPUtime=0
/proc/14643/stat : 14643 (sh) S 14620 14620 14547 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20673268 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14643/statm: 1339 232 193 169 0 50 0
[pid=14644] ppid=14643 vsize=89100 CPUtime=1782.19
/proc/14644/stat : 14644 (minisat) R 14643 14620 14547 0 -1 4194304 21825 0 0 0 178195 24 0 0 25 0 1 0 20673268 91238400 21802 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/14644/statm: 22275 21802 75 150 0 22122 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 111324

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 14620 and gives
#  childrusage.ru_utime.tv_sec=17
#  childrusage.ru_utime.tv_usec=360360
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=551916
# CPU time returned by wait4() is 17.9123
# while last known CPU time is 1800.07
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1811.03
CPU time (s): 1800.07
CPU user time (s): 1799.3
CPU system time (s): 0.77
CPU usage (%): 99.3947
Max. virtual memory (cumulated for all children) (KiB): 912184

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 17.3604
system time used= 0.551916
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 73728
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= 4659
involuntary context switches= 4709

runsolver used 2.72159 second user time and 6.599 second system time

The end

Launcher Data

Begin job on node90 at 2009-07-11 20:14:27
IDJOB=2064746
IDBENCH=54184
IDSOLVER=739
FILE ID=node90/2064746-1247336067
PBS_JOBID= 9506772
Free space on /tmp= 66220 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/rand-3-28-28/normalized-rand-3-28-28-93-632-39_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-2064746-1247336067/watcher-2064746-1247336067 -o /tmp/evaluation-result-2064746-1247336067/solver-2064746-1247336067 -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-2064746-1247336067.xml

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

MD5SUM BENCH= 6b7e5986f6c032035c6c6119dbe79942
RANDOM SEED=386511268

node90.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.212
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.212
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:        878284 kB
Buffers:         60576 kB
Cached:         662332 kB
SwapCached:          0 kB
Active:         607408 kB
Inactive:       513580 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        878284 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            7188 kB
Writeback:           0 kB
Mapped:         409300 kB
Slab:            41144 kB
Committed_AS:   544356 kB
PageTables:       2632 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= 66220 MiB
End job on node90 at 2009-07-11 20:44:40