Trace number 2075086

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.05 1807.83

General information on the benchmark

Namecsp/rand-3-24-24-fcd/
normalized-rand-3-24-24-76-632-fcd-50_ext.xml
MD5SUM2466c8e6fcdc9c8a2b13ac44e35e1c6f
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 variables24
Number of constraints76
Maximum constraint arity3
Maximum domain size24
Number of constraints which are defined in extension76
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 02:48:50 2009
0.00/0.08	c 0	PID 15665
0.00/0.08	c 0	HOST node22.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-2075086-1247359729.xml TO HOME/temp.csp
0.00/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-2075086-1247359729.xml' 'HOME/temp.csp'
1.54/1.65	c 1	1 domains, 24 variables, 0 predicates, 76 relations, 76 constraints
1.54/1.67	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.54/1.67	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.61/1.75	c 2	Parsing HOME/temp.csp
4.09/4.20	c 4	parsed 177 expressions
4.09/4.21	c 4	Heap : 42 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.09/4.21	c 4	Converting to clausal form CSP
4.09/4.23	c 4	converted 18 (10%) expressions
4.09/4.25	c 4	converted 36 (20%) expressions
4.09/4.28	c 4	converted 54 (30%) expressions
4.19/4.31	c 4	converted 71 (40%) expressions
4.19/4.32	c 4	converted 89 (50%) expressions
4.28/4.45	c 4	converted 107 (60%) expressions
4.87/5.01	c 5	converted 124 (70%) expressions
5.18/5.32	c 5	converted 142 (80%) expressions
5.38/5.56	c 5	converted 160 (90%) expressions
5.67/5.82	c 6	converted 177 (100%) expressions
5.67/5.82	c 6	CSP : 24 integers, 0 booleans, 76 clauses, largest domain size 24
5.67/5.82	c 6	Heap : 81 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
5.67/5.82	c 6	Propagation in CSP
5.67/5.82	c 6	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
5.67/5.82	c 6	CSP : 24 integers, 0 booleans, 76 clauses, largest domain size 24
5.67/5.82	c 6	Heap : 81 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
5.67/5.83	c 6	Simplifing CSP by introducing new Boolean variables
5.67/5.83	c 6	CSP : 24 integers, 0 booleans, 76 clauses, largest domain size 24
5.67/5.83	c 6	Heap : 81 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
5.86/6.08	c 6	Encoding CSP to SAT : HOME/temp.cnf
5.86/6.08	c 6	3 (10%) CSP integer variables are encoded (66 clauses, 641 bytes)
5.86/6.08	c 6	5 (20%) CSP integer variables are encoded (110 clauses, 1068 bytes)
5.86/6.09	c 6	8 (30%) CSP integer variables are encoded (176 clauses, 1794 bytes)
5.86/6.09	c 6	10 (40%) CSP integer variables are encoded (220 clauses, 2278 bytes)
5.86/6.09	c 6	12 (50%) CSP integer variables are encoded (264 clauses, 2762 bytes)
5.86/6.09	c 6	15 (60%) CSP integer variables are encoded (330 clauses, 3488 bytes)
5.86/6.09	c 6	17 (70%) CSP integer variables are encoded (374 clauses, 3972 bytes)
5.86/6.09	c 6	20 (80%) CSP integer variables are encoded (440 clauses, 4698 bytes)
5.86/6.10	c 6	22 (90%) CSP integer variables are encoded (484 clauses, 5182 bytes)
5.86/6.10	c 6	24 (100%) CSP integer variables are encoded (528 clauses, 5666 bytes)
6.36/6.53	c 6	8 (10%) CSP clauses are encoded (25306 clauses, 591613 bytes)
6.76/6.91	c 7	16 (20%) CSP clauses are encoded (50051 clauses, 1202390 bytes)
7.05/7.23	c 7	23 (30%) CSP clauses are encoded (71688 clauses, 1748416 bytes)
7.44/7.60	c 7	31 (40%) CSP clauses are encoded (96449 clauses, 2371346 bytes)
7.74/7.92	c 8	38 (50%) CSP clauses are encoded (118094 clauses, 2911719 bytes)
8.03/8.30	c 8	46 (60%) CSP clauses are encoded (142760 clauses, 3558005 bytes)
8.43/8.66	c 8	54 (70%) CSP clauses are encoded (167462 clauses, 4228154 bytes)
8.73/8.99	c 9	61 (80%) CSP clauses are encoded (189208 clauses, 4818159 bytes)
9.12/9.37	c 9	69 (90%) CSP clauses are encoded (213989 clauses, 5490100 bytes)
9.41/9.69	c 9	76 (100%) CSP clauses are encoded (235634 clauses, 6077583 bytes)
9.41/9.70	c 9	76 CSP clauses encoded
9.41/9.70	c 9	Writing map file : HOME/temp.map
9.41/9.70	c 9	Heap : 33 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
9.41/9.70	c 9	SAT : 552 SAT variables, 235634 SAT clauses, 6077583 bytes
9.41/9.70	c 9	Heap : 33 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
9.51/9.75	c 10	SOLVING HOME/temp.cnf
9.51/9.75	c 10	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
9.51/9.76	c 10	This is MiniSat 2.0 beta
9.51/9.76	c 10	WARNING: for repeatability, setting FPU to use double precision
9.51/9.76	c 10	============================[ Problem Statistics ]=============================
9.51/9.76	c 10	|                                                                             |
9.51/9.76	c 10	|  Number of variables:  552                                                  |
9.51/9.76	c 10	|  Number of clauses:    235634                                               |
9.68/9.92	c 10	|  Parsing time:         0.13         s                                       |
9.68/9.93	c 10	============================[ Search Statistics ]==============================
9.68/9.93	c 10	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
9.68/9.93	c 10	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
9.68/9.93	c 10	===============================================================================
9.68/9.93	c 10	|         0 |     552   235634  1313816 |    78544        0    nan |  0.000 % |
9.77/10.06	c 10	|       101 |     552   235634  1313816 |    86399      101     13 |  0.000 % |
9.86/10.19	c 10	|       252 |     552   235634  1313816 |    95039      252     12 |  0.007 % |
10.06/10.39	c 10	|       477 |     552   235634  1313816 |   104542      477     12 |  0.007 % |
10.36/10.68	c 10	|       815 |     552   235634  1313816 |   114997      815     12 |  0.008 % |
10.76/11.05	c 11	|      1321 |     552   235634  1313816 |   126496     1321     13 |  0.008 % |
11.34/11.69	c 11	|      2082 |     552   235634  1313816 |   139146     2082     13 |  0.008 % |
12.33/12.60	c 12	|      3221 |     552   235634  1313816 |   153061     3221     14 |  0.008 % |
13.52/13.88	c 14	|      4929 |     552   235634  1313816 |   168367     4929     14 |  0.008 % |
15.79/16.10	c 16	|      7491 |     552   235634  1313816 |   185204     7491     13 |  0.008 % |
19.35/19.73	c 20	|     11335 |     552   235634  1313816 |   203724    11335     13 |  0.008 % |
24.59/25.10	c 25	|     17101 |     552   235634  1313816 |   224097    17101     14 |  0.008 % |
32.51/33.06	c 33	|     25750 |     552   235634  1313816 |   246506    25750     15 |  0.006 % |
45.46/46.10	c 46	|     38724 |     552   235634  1313816 |   271157    38724     15 |  0.008 % |
67.63/68.52	c 68	|     58185 |     552   235634  1313816 |   298273    58185     16 |  0.007 % |
106.70/108.07	c 108	|     87378 |     552   235634  1313816 |   328100    87378     16 |  0.008 % |
168.37/169.85	c 170	|    131169 |     552   235634  1313816 |   360910   131169     17 |  0.002 % |
281.01/282.57	c 282	|    196853 |     552   235634  1313816 |   397001   196853     17 |  0.008 % |
520.22/521.87	c 522	|    295379 |     552   235634  1313816 |   436701   295379     18 |  0.008 % |
1012.27/1018.05	c 1018	|    443168 |     552   235634  1313816 |   480372    29291     19 |  0.001 % |
1459.88/1467.23	c 1467	|    664851 |     552   235634  1313816 |   528409   250974     21 |  0.007 % |
1800.05/1807.81	c 1808	DECODING HOME/temp.out WITH HOME/temp.map
1800.05/1807.81	c 1808	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1800.05/1807.81	c ERROR INTERRUPTED
1800.05/1807.82	s UNKNOWN
1800.05/1807.82	c 1808	CPU 9.54 (0.05 0.02 9.15 0.32)
1800.05/1807.82	c 1808	END Sun Jul 12 03:18:58 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-2075086-1247359729/watcher-2075086-1247359729 -o /tmp/evaluation-result-2075086-1247359729/solver-2075086-1247359729 -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-2075086-1247359729.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 1.99 1.99 4/84 15665
/proc/meminfo: memFree=1726696/2055920 swapFree=4192812/4192956
[pid=15665] ppid=15663 vsize=12132 CPUtime=0
/proc/15665/stat : 15665 (sugar) R 15663 15665 14596 0 -1 4194304 244 0 0 0 0 0 0 0 20 0 1 0 23039469 12423168 212 996147200 4194304 4206940 548682068608 18446744073709551615 272485309992 0 0 4224 0 0 0 0 17 1 0 0
/proc/15665/statm: 3033 212 158 3 0 133 0

[startup+0.10148 s]
/proc/loadavg: 1.93 1.99 1.99 4/84 15665
/proc/meminfo: memFree=1726696/2055920 swapFree=4192812/4192956
[pid=15665] ppid=15663 vsize=16868 CPUtime=0.07
/proc/15665/stat : 15665 (sugar) S 15663 15665 14596 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 23039469 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15665/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.201494 s]
/proc/loadavg: 1.93 1.99 1.99 4/84 15665
/proc/meminfo: memFree=1726696/2055920 swapFree=4192812/4192956
[pid=15665] ppid=15663 vsize=16868 CPUtime=0.07
/proc/15665/stat : 15665 (sugar) S 15663 15665 14596 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 23039469 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15665/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.301503 s]
/proc/loadavg: 1.93 1.99 1.99 4/84 15665
/proc/meminfo: memFree=1726696/2055920 swapFree=4192812/4192956
[pid=15665] ppid=15663 vsize=16868 CPUtime=0.07
/proc/15665/stat : 15665 (sugar) S 15663 15665 14596 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 23039469 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15665/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.701565 s]
/proc/loadavg: 1.93 1.99 1.99 4/84 15665
/proc/meminfo: memFree=1726696/2055920 swapFree=4192812/4192956
[pid=15665] ppid=15663 vsize=16868 CPUtime=0.07
/proc/15665/stat : 15665 (sugar) S 15663 15665 14596 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 23039469 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15665/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.51269 s]
/proc/loadavg: 1.93 1.99 1.99 3/95 15677
/proc/meminfo: memFree=1700496/2055920 swapFree=4192812/4192956
[pid=15665] ppid=15663 vsize=16868 CPUtime=0.07
/proc/15665/stat : 15665 (sugar) S 15663 15665 14596 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 23039469 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15665/statm: 4217 1111 409 3 0 796 0
[pid=15668] ppid=15665 vsize=5356 CPUtime=0
/proc/15668/stat : 15668 (sh) S 15665 15665 14596 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23039478 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15668/statm: 1339 233 193 169 0 50 0
[pid=15669] ppid=15668 vsize=864160 CPUtime=1.39
/proc/15669/stat : 15669 (java) S 15668 15665 14596 0 -1 0 9086 0 1 0 131 8 0 0 18 0 9 0 23039478 884899840 8226 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15669/statm: 216040 8226 2553 9 0 210552 0
[pid=15669/tid=15670] ppid=15668 vsize=864160 CPUtime=1.13
/proc/15669/task/15670/stat : 15670 (java) R 15668 15665 14596 0 -1 64 2917 0 1 0 109 4 0 0 25 0 9 0 23039479 884899840 8226 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15669/tid=15671] ppid=15668 vsize=864160 CPUtime=0.18
/proc/15669/task/15671/stat : 15671 (java) R 15668 15665 14596 0 -1 64 5144 0 0 0 16 2 0 0 16 0 9 0 23039480 884899840 8226 996147200 134512640 134550932 4294955984 18446744073709551615 102527774 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15669/tid=15672] ppid=15668 vsize=864160 CPUtime=0
/proc/15669/task/15672/stat : 15672 (java) S 15668 15665 14596 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23039481 884899840 8226 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15669/tid=15673] ppid=15668 vsize=864160 CPUtime=0
/proc/15669/task/15673/stat : 15673 (java) S 15668 15665 14596 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 23039481 884899840 8226 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15669/tid=15674] ppid=15668 vsize=864160 CPUtime=0
/proc/15669/task/15674/stat : 15674 (java) S 15668 15665 14596 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23039483 884899840 8226 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15669/tid=15675] ppid=15668 vsize=864160 CPUtime=0.05
/proc/15669/task/15675/stat : 15675 (java) S 15668 15665 14596 0 -1 64 322 0 0 0 5 0 0 0 16 0 9 0 23039483 884899840 8226 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15669/tid=15676] ppid=15668 vsize=864160 CPUtime=0
/proc/15669/task/15676/stat : 15676 (java) S 15668 15665 14596 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23039483 884899840 8226 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15669/tid=15677] ppid=15668 vsize=864160 CPUtime=0
/proc/15669/task/15677/stat : 15677 (java) R 15668 15665 14596 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23039483 884899840 8226 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 886384

[startup+3.10191 s]
/proc/loadavg: 1.93 1.99 1.99 4/95 15687
/proc/meminfo: memFree=1706064/2055920 swapFree=4192812/4192956
[pid=15665] ppid=15663 vsize=16868 CPUtime=1.61
/proc/15665/stat : 15665 (sugar) S 15663 15665 14596 0 -1 4194304 1309 9617 0 1 5 2 145 9 16 0 1 0 23039469 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15665/statm: 4217 1111 409 3 0 796 0
[pid=15678] ppid=15665 vsize=5356 CPUtime=0
/proc/15678/stat : 15678 (sh) S 15665 15665 14596 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23039637 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15678/statm: 1339 233 193 169 0 50 0
[pid=15679] ppid=15678 vsize=862284 CPUtime=1.39
/proc/15679/stat : 15679 (java) S 15678 15665 14596 0 -1 0 10267 0 1 0 134 5 0 0 18 0 9 0 23039637 882978816 9528 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15679/statm: 215571 9528 2158 9 0 210484 0
[pid=15679/tid=15680] ppid=15678 vsize=862284 CPUtime=0.81
/proc/15679/task/15680/stat : 15680 (java) R 15678 15665 14596 0 -1 64 2333 0 1 0 80 1 0 0 25 0 9 0 23039638 882978816 9528 996147200 134512640 134550932 4294955936 18446744073709551615 4126456469 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15679/tid=15681] ppid=15678 vsize=862284 CPUtime=0.52
/proc/15679/task/15681/stat : 15681 (java) S 15678 15665 14596 0 -1 64 6927 0 0 0 50 2 0 0 16 0 9 0 23039639 882978816 9528 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15679/tid=15682] ppid=15678 vsize=862284 CPUtime=0
/proc/15679/task/15682/stat : 15682 (java) S 15678 15665 14596 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23039639 882978816 9528 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15679/tid=15683] ppid=15678 vsize=862284 CPUtime=0
/proc/15679/task/15683/stat : 15683 (java) S 15678 15665 14596 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 23039639 882978816 9528 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15679/tid=15684] ppid=15678 vsize=862284 CPUtime=0
/proc/15679/task/15684/stat : 15684 (java) S 15678 15665 14596 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23039642 882978816 9528 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15679/tid=15685] ppid=15678 vsize=862284 CPUtime=0.03
/proc/15679/task/15685/stat : 15685 (java) S 15678 15665 14596 0 -1 64 305 0 0 0 3 0 0 0 16 0 9 0 23039642 882978816 9528 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15679/tid=15686] ppid=15678 vsize=862284 CPUtime=0
/proc/15679/task/15686/stat : 15686 (java) S 15678 15665 14596 0 -1 64 0 0 0 0 0 0 0 0 20 0 9 0 23039642 882978816 9528 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15679/tid=15687] ppid=15678 vsize=862284 CPUtime=0
/proc/15679/task/15687/stat : 15687 (java) S 15678 15665 14596 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 23039642 882978816 9528 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 884508

[startup+6.30237 s]
/proc/loadavg: 1.94 1.99 1.99 3/95 15687
/proc/meminfo: memFree=1632144/2055920 swapFree=4192812/4192956
[pid=15665] ppid=15663 vsize=16868 CPUtime=1.61
/proc/15665/stat : 15665 (sugar) S 15663 15665 14596 0 -1 4194304 1310 9617 0 1 5 2 145 9 15 0 1 0 23039469 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15665/statm: 4217 1111 409 3 0 796 0
[pid=15678] ppid=15665 vsize=5356 CPUtime=0
/proc/15678/stat : 15678 (sh) S 15665 15665 14596 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23039637 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15678/statm: 1339 233 193 169 0 50 0
[pid=15679] ppid=15678 vsize=864332 CPUtime=4.55
/proc/15679/stat : 15679 (java) S 15678 15665 14596 0 -1 0 27335 0 1 0 440 15 0 0 18 0 9 0 23039637 885075968 26523 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15679/statm: 216083 26523 2590 9 0 210560 0
[pid=15679/tid=15680] ppid=15678 vsize=864332 CPUtime=2.33
/proc/15679/task/15680/stat : 15680 (java) R 15678 15665 14596 0 -1 64 3760 0 1 0 230 3 0 0 25 0 9 0 23039638 885075968 26523 996147200 134512640 134550932 4294955936 18446744073709551615 4126618231 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15679/tid=15681] ppid=15678 vsize=864332 CPUtime=2.1
/proc/15679/task/15681/stat : 15681 (java) S 15678 15665 14596 0 -1 64 22535 0 0 0 200 10 0 0 16 0 9 0 23039639 885075968 26523 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15679/tid=15682] ppid=15678 vsize=864332 CPUtime=0
/proc/15679/task/15682/stat : 15682 (java) S 15678 15665 14596 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23039639 885075968 26523 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15679/tid=15683] ppid=15678 vsize=864332 CPUtime=0
/proc/15679/task/15683/stat : 15683 (java) S 15678 15665 14596 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23039639 885075968 26523 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15679/tid=15684] ppid=15678 vsize=864332 CPUtime=0
/proc/15679/task/15684/stat : 15684 (java) S 15678 15665 14596 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23039642 885075968 26523 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15679/tid=15685] ppid=15678 vsize=864332 CPUtime=0.08
/proc/15679/task/15685/stat : 15685 (java) S 15678 15665 14596 0 -1 64 338 0 0 0 8 0 0 0 16 0 9 0 23039642 885075968 26523 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15679/tid=15686] ppid=15678 vsize=864332 CPUtime=0
/proc/15679/task/15686/stat : 15686 (java) S 15678 15665 14596 0 -1 64 0 0 0 0 0 0 0 0 20 0 9 0 23039642 885075968 26523 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15679/tid=15687] ppid=15678 vsize=864332 CPUtime=0
/proc/15679/task/15687/stat : 15687 (java) S 15678 15665 14596 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 23039642 885075968 26523 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 886556

[startup+12.7023 s]
/proc/loadavg: 1.94 1.99 1.99 3/87 15689
/proc/meminfo: memFree=1676432/2055920 swapFree=4192812/4192956
[pid=15665] ppid=15663 vsize=16868 CPUtime=9.54
/proc/15665/stat : 15665 (sugar) S 15663 15665 14596 0 -1 4194304 1374 37320 0 2 5 2 915 32 16 0 1 0 23039469 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15665/statm: 4217 1112 409 3 0 796 0
[pid=15688] ppid=15665 vsize=5356 CPUtime=0
/proc/15688/stat : 15688 (sh) S 15665 15665 14596 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23040445 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15688/statm: 1339 232 193 169 0 50 0
[pid=15689] ppid=15688 vsize=16160 CPUtime=2.89
/proc/15689/stat : 15689 (minisat) R 15688 15665 14596 0 -1 4194304 3900 0 0 0 287 2 0 0 25 0 1 0 23040445 16547840 3886 996147200 134512640 135127466 4294956256 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 1 0 0
/proc/15689/statm: 4040 3886 75 150 0 3887 0
Current children cumulated CPU time (s) 12.43
Current children cumulated vsize (KiB) 38384

[startup+25.5011 s]
/proc/loadavg: 1.96 1.99 1.99 3/87 15689
/proc/meminfo: memFree=1675344/2055920 swapFree=4192812/4192956
[pid=15665] ppid=15663 vsize=16868 CPUtime=9.54
/proc/15665/stat : 15665 (sugar) S 15663 15665 14596 0 -1 4194304 1374 37320 0 2 5 2 915 32 16 0 1 0 23039469 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15665/statm: 4217 1112 409 3 0 796 0
[pid=15688] ppid=15665 vsize=5356 CPUtime=0
/proc/15688/stat : 15688 (sh) S 15665 15665 14596 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23040445 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15688/statm: 1339 232 193 169 0 50 0
[pid=15689] ppid=15688 vsize=17524 CPUtime=15.55
/proc/15689/stat : 15689 (minisat) R 15688 15665 14596 0 -1 4194304 4213 0 0 0 1552 3 0 0 25 0 1 0 23040445 17944576 4199 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/15689/statm: 4381 4199 75 150 0 4228 0
Current children cumulated CPU time (s) 25.09
Current children cumulated vsize (KiB) 39748

[startup+51.1018 s]
/proc/loadavg: 1.97 1.99 1.99 3/87 15689
/proc/meminfo: memFree=1672976/2055920 swapFree=4192812/4192956
[pid=15665] ppid=15663 vsize=16868 CPUtime=9.54
/proc/15665/stat : 15665 (sugar) S 15663 15665 14596 0 -1 4194304 1374 37320 0 2 5 2 915 32 16 0 1 0 23039469 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15665/statm: 4217 1112 409 3 0 796 0
[pid=15688] ppid=15665 vsize=5356 CPUtime=0
/proc/15688/stat : 15688 (sh) S 15665 15665 14596 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23040445 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15688/statm: 1339 232 193 169 0 50 0
[pid=15689] ppid=15688 vsize=20084 CPUtime=40.87
/proc/15689/stat : 15689 (minisat) R 15688 15665 14596 0 -1 4194304 4828 0 0 0 4083 4 0 0 25 0 1 0 23040445 20566016 4814 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/15689/statm: 5021 4814 75 150 0 4868 0
Current children cumulated CPU time (s) 50.41
Current children cumulated vsize (KiB) 42308

[startup+102.302 s]
/proc/loadavg: 1.98 1.99 1.99 3/87 15691
/proc/meminfo: memFree=1669008/2055920 swapFree=4192812/4192956
[pid=15665] ppid=15663 vsize=16868 CPUtime=9.54
/proc/15665/stat : 15665 (sugar) S 15663 15665 14596 0 -1 4194304 1374 37320 0 2 5 2 915 32 16 0 1 0 23039469 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15665/statm: 4217 1112 409 3 0 796 0
[pid=15688] ppid=15665 vsize=5356 CPUtime=0

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

/proc/meminfo: memFree=1487000/2055920 swapFree=4192812/4192956
[pid=15665] ppid=15663 vsize=16868 CPUtime=9.54
/proc/15665/stat : 15665 (sugar) S 15663 15665 14596 0 -1 4194304 1374 37320 0 2 5 2 915 32 16 0 1 0 23039469 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15665/statm: 4217 1112 409 3 0 796 0
[pid=15688] ppid=15665 vsize=5356 CPUtime=0
/proc/15688/stat : 15688 (sh) S 15665 15665 14596 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23040445 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15688/statm: 1339 232 193 169 0 50 0
[pid=15689] ppid=15688 vsize=65100 CPUtime=1345.49
/proc/15689/stat : 15689 (minisat) R 15688 15665 14596 0 -1 4194304 15903 0 0 0 134529 20 0 0 25 0 1 0 23040445 66662400 15881 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/15689/statm: 16275 15881 75 150 0 16122 0
Current children cumulated CPU time (s) 1355.03
Current children cumulated vsize (KiB) 87324

[startup+1422.3 s]
/proc/loadavg: 2.00 2.03 2.01 3/87 15697
/proc/meminfo: memFree=1462936/2055920 swapFree=4192812/4192956
[pid=15665] ppid=15663 vsize=16868 CPUtime=9.54
/proc/15665/stat : 15665 (sugar) S 15663 15665 14596 0 -1 4194304 1374 37320 0 2 5 2 915 32 16 0 1 0 23039469 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15665/statm: 4217 1112 409 3 0 796 0
[pid=15688] ppid=15665 vsize=5356 CPUtime=0
/proc/15688/stat : 15688 (sh) S 15665 15665 14596 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23040445 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15688/statm: 1339 232 193 169 0 50 0
[pid=15689] ppid=15688 vsize=65420 CPUtime=1405.46
/proc/15689/stat : 15689 (minisat) R 15688 15665 14596 0 -1 4194304 15984 0 0 0 140526 20 0 0 25 0 1 0 23040445 66990080 15962 996147200 134512640 135127466 4294956256 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 0 0 0
/proc/15689/statm: 16355 15962 75 150 0 16202 0
Current children cumulated CPU time (s) 1415
Current children cumulated vsize (KiB) 87644

[startup+1482.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/87 15697
/proc/meminfo: memFree=1462104/2055920 swapFree=4192812/4192956
[pid=15665] ppid=15663 vsize=16868 CPUtime=9.54
/proc/15665/stat : 15665 (sugar) S 15663 15665 14596 0 -1 4194304 1374 37320 0 2 5 2 915 32 16 0 1 0 23039469 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15665/statm: 4217 1112 409 3 0 796 0
[pid=15688] ppid=15665 vsize=5356 CPUtime=0
/proc/15688/stat : 15688 (sh) S 15665 15665 14596 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23040445 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15688/statm: 1339 232 193 169 0 50 0
[pid=15689] ppid=15688 vsize=66084 CPUtime=1465.43
/proc/15689/stat : 15689 (minisat) R 15688 15665 14596 0 -1 4194304 16169 0 0 0 146523 20 0 0 25 0 1 0 23040445 67670016 16147 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/15689/statm: 16521 16147 75 150 0 16368 0
Current children cumulated CPU time (s) 1474.97
Current children cumulated vsize (KiB) 88308

[startup+1542.31 s]
/proc/loadavg: 2.00 2.02 2.00 4/87 15697
/proc/meminfo: memFree=1462040/2055920 swapFree=4192812/4192956
[pid=15665] ppid=15663 vsize=16868 CPUtime=9.54
/proc/15665/stat : 15665 (sugar) S 15663 15665 14596 0 -1 4194304 1374 37320 0 2 5 2 915 32 16 0 1 0 23039469 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15665/statm: 4217 1112 409 3 0 796 0
[pid=15688] ppid=15665 vsize=5356 CPUtime=0
/proc/15688/stat : 15688 (sh) S 15665 15665 14596 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23040445 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15688/statm: 1339 232 193 169 0 50 0
[pid=15689] ppid=15688 vsize=66248 CPUtime=1525.42
/proc/15689/stat : 15689 (minisat) R 15688 15665 14596 0 -1 4194304 16200 0 0 0 152522 20 0 0 25 0 1 0 23040445 67837952 16178 996147200 134512640 135127466 4294956256 18446744073709551615 134530635 0 0 4096 3 0 0 0 17 0 0 0
/proc/15689/statm: 16562 16178 75 150 0 16409 0
Current children cumulated CPU time (s) 1534.96
Current children cumulated vsize (KiB) 88472

[startup+1602.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/87 15697
/proc/meminfo: memFree=1461976/2055920 swapFree=4192812/4192956
[pid=15665] ppid=15663 vsize=16868 CPUtime=9.54
/proc/15665/stat : 15665 (sugar) S 15663 15665 14596 0 -1 4194304 1374 37320 0 2 5 2 915 32 16 0 1 0 23039469 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15665/statm: 4217 1112 409 3 0 796 0
[pid=15688] ppid=15665 vsize=5356 CPUtime=0
/proc/15688/stat : 15688 (sh) S 15665 15665 14596 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23040445 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15688/statm: 1339 232 193 169 0 50 0
[pid=15689] ppid=15688 vsize=66248 CPUtime=1585.39
/proc/15689/stat : 15689 (minisat) R 15688 15665 14596 0 -1 4194304 16201 0 0 0 158518 21 0 0 25 0 1 0 23040445 67837952 16179 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/15689/statm: 16562 16179 75 150 0 16409 0
Current children cumulated CPU time (s) 1594.93
Current children cumulated vsize (KiB) 88472

[startup+1662.3 s]
/proc/loadavg: 2.08 2.04 2.01 3/87 15737
/proc/meminfo: memFree=1648920/2055920 swapFree=4192812/4192956
[pid=15665] ppid=15663 vsize=16868 CPUtime=9.54
/proc/15665/stat : 15665 (sugar) S 15663 15665 14596 0 -1 4194304 1374 37320 0 2 5 2 915 32 16 0 1 0 23039469 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15665/statm: 4217 1112 409 3 0 796 0
[pid=15688] ppid=15665 vsize=5356 CPUtime=0
/proc/15688/stat : 15688 (sh) S 15665 15665 14596 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23040445 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15688/statm: 1339 232 193 169 0 50 0
[pid=15689] ppid=15688 vsize=66248 CPUtime=1645.11
/proc/15689/stat : 15689 (minisat) R 15688 15665 14596 0 -1 4194304 16203 0 0 0 164489 22 0 0 25 0 1 0 23040445 67837952 16181 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/15689/statm: 16562 16181 75 150 0 16409 0
Current children cumulated CPU time (s) 1654.65
Current children cumulated vsize (KiB) 88472

[startup+1722.3 s]
/proc/loadavg: 2.03 2.03 2.00 3/87 15737
/proc/meminfo: memFree=1627288/2055920 swapFree=4192812/4192956
[pid=15665] ppid=15663 vsize=16868 CPUtime=9.54
/proc/15665/stat : 15665 (sugar) S 15663 15665 14596 0 -1 4194304 1374 37320 0 2 5 2 915 32 16 0 1 0 23039469 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15665/statm: 4217 1112 409 3 0 796 0
[pid=15688] ppid=15665 vsize=5356 CPUtime=0
/proc/15688/stat : 15688 (sh) S 15665 15665 14596 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23040445 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15688/statm: 1339 232 193 169 0 50 0
[pid=15689] ppid=15688 vsize=66424 CPUtime=1705.04
/proc/15689/stat : 15689 (minisat) R 15688 15665 14596 0 -1 4194304 16217 0 0 0 170482 22 0 0 25 0 1 0 23040445 68018176 16195 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/15689/statm: 16606 16195 75 150 0 16453 0
Current children cumulated CPU time (s) 1714.58
Current children cumulated vsize (KiB) 88648

[startup+1782.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/87 15737
/proc/meminfo: memFree=1627160/2055920 swapFree=4192812/4192956
[pid=15665] ppid=15663 vsize=16868 CPUtime=9.54
/proc/15665/stat : 15665 (sugar) S 15663 15665 14596 0 -1 4194304 1374 37320 0 2 5 2 915 32 16 0 1 0 23039469 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15665/statm: 4217 1112 409 3 0 796 0
[pid=15688] ppid=15665 vsize=5356 CPUtime=0
/proc/15688/stat : 15688 (sh) S 15665 15665 14596 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23040445 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15688/statm: 1339 232 193 169 0 50 0
[pid=15689] ppid=15688 vsize=66424 CPUtime=1765.01
/proc/15689/stat : 15689 (minisat) R 15688 15665 14596 0 -1 4194304 16219 0 0 0 176479 22 0 0 25 0 1 0 23040445 68018176 16197 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/15689/statm: 16606 16197 75 150 0 16453 0
Current children cumulated CPU time (s) 1774.55
Current children cumulated vsize (KiB) 88648



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1807.8 s]
/proc/loadavg: 2.00 2.02 2.00 3/87 15737
/proc/meminfo: memFree=1603608/2055920 swapFree=4192812/4192956
[pid=15665] ppid=15663 vsize=16868 CPUtime=9.54
/proc/15665/stat : 15665 (sugar) S 15663 15665 14596 0 -1 4194304 1374 37320 0 2 5 2 915 32 16 0 1 0 23039469 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15665/statm: 4217 1112 409 3 0 796 0
[pid=15688] ppid=15665 vsize=5356 CPUtime=0
/proc/15688/stat : 15688 (sh) S 15665 15665 14596 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23040445 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15688/statm: 1339 232 193 169 0 50 0
[pid=15689] ppid=15688 vsize=66424 CPUtime=1790.51
/proc/15689/stat : 15689 (minisat) R 15688 15665 14596 0 -1 4194304 16221 0 0 0 179029 22 0 0 25 0 1 0 23040445 68018176 16199 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/15689/statm: 16606 16199 75 150 0 16453 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 88648

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

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

[startup+1807.8 s]
/proc/loadavg: 2.00 2.02 2.00 3/87 15737
/proc/meminfo: memFree=1603608/2055920 swapFree=4192812/4192956
[pid=15665] ppid=15663 vsize=16868 CPUtime=9.54
/proc/15665/stat : 15665 (sugar) S 15663 15665 14596 0 -1 4194304 1374 37320 0 2 5 2 915 32 16 0 1 0 23039469 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15665/statm: 4217 1112 409 3 0 796 0
[pid=15688] ppid=15665 vsize=5356 CPUtime=0
/proc/15688/stat : 15688 (sh) S 15665 15665 14596 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23040445 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15688/statm: 1339 232 193 169 0 50 0
[pid=15689] ppid=15688 vsize=66424 CPUtime=1790.51
/proc/15689/stat : 15689 (minisat) R 15688 15665 14596 0 -1 4194304 16221 0 0 0 179029 22 0 0 25 0 1 0 23040445 68018176 16199 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/15689/statm: 16606 16199 75 150 0 16453 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 88648

Child status: 0

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

Real time (s): 1807.83
CPU time (s): 1800.05
CPU user time (s): 1799.49
CPU system time (s): 0.56
CPU usage (%): 99.5698
Max. virtual memory (cumulated for all children) (KiB): 886556

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 9.2176
system time used= 0.361944
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 39167
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= 3804
involuntary context switches= 3924

runsolver used 2.41063 second user time and 6.44502 second system time

The end

Launcher Data

Begin job on node22 at 2009-07-12 02:48:50
IDJOB=2075086
IDBENCH=56228
IDSOLVER=739
FILE ID=node22/2075086-1247359729
PBS_JOBID= 9506969
Free space on /tmp= 66384 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/rand-3-24-24-fcd/normalized-rand-3-24-24-76-632-fcd-50_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-2075086-1247359729/watcher-2075086-1247359729 -o /tmp/evaluation-result-2075086-1247359729/solver-2075086-1247359729 -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-2075086-1247359729.xml

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

MD5SUM BENCH= 2466c8e6fcdc9c8a2b13ac44e35e1c6f
RANDOM SEED=1071012997

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1727112 kB
Buffers:         32060 kB
Cached:         100608 kB
SwapCached:          0 kB
Active:         234864 kB
Inactive:        45272 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1727112 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            4244 kB
Writeback:           0 kB
Mapped:         163184 kB
Slab:            33688 kB
Committed_AS:   852020 kB
PageTables:       1988 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= 66384 MiB
End job on node22 at 2009-07-12 03:19:00