Trace number 2080729

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.16 1807.99

General information on the benchmark

Namecsp/haystacks/
normalized-haystacks-47.xml
MD5SUM7b978f7e72f5ef3bb3f2c0a43fe68f37
Bench Category2-ARY-INT (binary constraints in intension)
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 variables2209
Number of constraints50853
Maximum constraint arity2
Maximum domain size47
Number of constraints which are defined in extension0
Number of constraints which are defined in intension50853
Global constraints used (with number of constraints)

Solver Data

0.00/0.07	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.08	c 0	BEGIN Sun Jul 12 05:55:21 2009
0.00/0.08	c 0	PID 23669
0.06/0.08	c 0	HOST node52.alineos.net
0.06/0.08	c 0	CONVERTING HOME/instance-2080729-1247370921.xml TO HOME/temp.csp
0.06/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-2080729-1247370921.xml' 'HOME/temp.csp'
2.65/2.75	c 3	1 domains, 2209 variables, 4 predicates, 0 relations, 50853 constraints
2.71/2.80	c 3	ENCODING HOME/temp.csp TO HOME/temp.cnf
2.71/2.80	c 3	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.71/2.88	c 3	Parsing HOME/temp.csp
2.72/3.15	c 3	parsed 10000 expressions
3.10/3.27	c 3	parsed 20000 expressions
3.21/3.39	c 4	parsed 30000 expressions
3.31/3.47	c 4	parsed 40000 expressions
3.51/3.62	c 4	parsed 50000 expressions
3.51/3.64	c 4	parsed 53067 expressions
3.51/3.64	c 4	Heap : 13 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.51/3.64	c 4	Converting to clausal form CSP
4.50/4.67	c 5	converted 5307 (10%) expressions
5.90/6.06	c 6	converted 10614 (20%) expressions
7.19/7.30	c 7	converted 15921 (30%) expressions
8.68/8.85	c 9	converted 21227 (40%) expressions
9.87/10.08	c 10	converted 26534 (50%) expressions
11.16/11.32	c 11	converted 31841 (60%) expressions
12.85/13.00	c 13	converted 37147 (70%) expressions
14.05/14.23	c 14	converted 42454 (80%) expressions
15.24/15.45	c 16	converted 47761 (90%) expressions
16.43/16.68	c 17	converted 53067 (100%) expressions
16.43/16.68	c 17	CSP : 2209 integers, 49042 booleans, 151099 clauses, largest domain size 47
16.43/16.68	c 17	Heap : 82 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
16.43/16.68	c 17	Propagation in CSP
18.82/19.05	c 19	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
18.82/19.05	c 19	CSP : 2209 integers, 49042 booleans, 151099 clauses, largest domain size 47
18.82/19.05	c 19	Heap : 86 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
18.82/19.09	c 19	Simplifing CSP by introducing new Boolean variables
19.71/19.95	c 20	CSP : 2209 integers, 101614 booleans, 203671 clauses, largest domain size 47
19.71/19.95	c 20	Heap : 103 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
20.31/20.55	c 21	Encoding CSP to SAT : HOME/temp.cnf
20.41/20.67	c 21	221 (10%) CSP integer variables are encoded (9945 clauses, 127511 bytes)
20.51/20.72	c 21	442 (20%) CSP integer variables are encoded (19890 clauses, 276686 bytes)
20.51/20.76	c 21	663 (30%) CSP integer variables are encoded (29835 clauses, 425861 bytes)
20.60/20.82	c 21	884 (40%) CSP integer variables are encoded (39780 clauses, 575036 bytes)
20.60/20.87	c 21	1105 (50%) CSP integer variables are encoded (49725 clauses, 724211 bytes)
20.70/20.92	c 21	1326 (60%) CSP integer variables are encoded (59670 clauses, 873386 bytes)
20.70/20.97	c 21	1547 (70%) CSP integer variables are encoded (69615 clauses, 1022561 bytes)
20.80/21.02	c 21	1768 (80%) CSP integer variables are encoded (79560 clauses, 1171736 bytes)
20.80/21.06	c 21	1989 (90%) CSP integer variables are encoded (89505 clauses, 1320911 bytes)
20.90/21.11	c 21	2209 (100%) CSP integer variables are encoded (99405 clauses, 1472570 bytes)
24.38/24.61	c 25	20368 (10%) CSP clauses are encoded (817973 clauses, 16869264 bytes)
27.77/28.05	c 28	40735 (20%) CSP clauses are encoded (1535063 clauses, 32508940 bytes)
31.24/31.51	c 32	61102 (30%) CSP clauses are encoded (2249780 clauses, 48722752 bytes)
34.60/34.99	c 35	81469 (40%) CSP clauses are encoded (2967522 clauses, 65006592 bytes)
38.08/38.43	c 39	101836 (50%) CSP clauses are encoded (3682373 clauses, 81225646 bytes)
41.46/41.86	c 42	122203 (60%) CSP clauses are encoded (4393304 clauses, 97358472 bytes)
44.91/45.32	c 45	142570 (70%) CSP clauses are encoded (5107700 clauses, 113570304 bytes)
48.29/48.76	c 49	162937 (80%) CSP clauses are encoded (5817491 clauses, 129677900 bytes)
51.78/52.22	c 52	183304 (90%) CSP clauses are encoded (6527790 clauses, 145804274 bytes)
55.14/55.67	c 56	203671 (100%) CSP clauses are encoded (7239508 clauses, 162001738 bytes)
55.14/55.67	c 56	203671 CSP clauses encoded
55.14/55.67	c 56	Writing map file : HOME/temp.map
55.24/55.71	c 56	Heap : 85 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
55.24/55.71	c 56	SAT : 203228 SAT variables, 7239508 SAT clauses, 162001738 bytes
55.24/55.71	c 56	Heap : 85 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
55.24/55.74	c 56	SOLVING HOME/temp.cnf
55.24/55.74	c 56	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
55.24/55.74	c 56	This is MiniSat 2.0 beta
55.24/55.74	c 56	WARNING: for repeatability, setting FPU to use double precision
55.24/55.74	c 56	============================[ Problem Statistics ]=============================
55.24/55.74	c 56	|                                                                             |
55.24/55.74	c 56	|  Number of variables:  203228                                               |
55.24/55.74	c 56	|  Number of clauses:    7239508                                              |
59.20/59.72	c 60	|  Parsing time:         3.51         s                                       |
59.40/59.93	c 60	============================[ Search Statistics ]==============================
59.40/59.93	c 60	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
59.40/59.93	c 60	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
59.40/59.93	c 60	===============================================================================
59.40/59.93	c 60	|         0 |  203228  7239508 21258536 |  2413169        0    nan |  0.000 % |
59.70/60.27	c 60	|       101 |  203228  7239508 21258536 |  2654486      101      8 |  0.000 % |
59.80/60.34	c 60	|       252 |  203228  7239508 21258536 |  2919934      252      8 |  0.000 % |
60.30/60.89	c 61	|       477 |  203228  7239508 21258536 |  3211928      477      7 |  0.000 % |
61.19/61.71	c 62	|       815 |  203228  7239508 21258536 |  3533121      815      6 |  0.000 % |
62.08/62.62	c 63	|      1321 |  203228  7239508 21258536 |  3886433     1321      6 |  0.000 % |
62.78/63.32	c 63	|      2080 |  203228  7239508 21258536 |  4275076     2080      7 |  0.000 % |
65.17/65.73	c 66	|      3219 |  203228  7239508 21258536 |  4702584     3219      7 |  0.000 % |
66.66/67.23	c 67	|      4927 |  203228  7239508 21258536 |  5172842     4927      7 |  0.000 % |
68.56/69.20	c 69	|      7489 |  203228  7239508 21258536 |  5690127     7489      8 |  0.000 % |
71.83/72.44	c 73	|     11333 |  203228  7239508 21258536 |  6259139    11333      8 |  0.000 % |
76.51/77.15	c 77	|     17099 |  203228  7239508 21258536 |  6885053    17099      8 |  0.000 % |
86.06/86.74	c 87	|     25748 |  203228  7239508 21258536 |  7573559    25748      8 |  0.000 % |
96.42/97.16	c 97	|     38722 |  203228  7239508 21258536 |  8330915    38722      9 |  0.000 % |
109.05/109.88	c 110	|     58184 |  203228  7239508 21258536 |  9164006    58184      9 |  0.000 % |
126.47/127.32	c 127	|     87377 |  203228  7239508 21258536 | 10080407    87377     15 |  0.000 % |
140.20/141.13	c 141	|    131166 |  203228  7239508 21258536 | 11088447   131166     14 |  0.000 % |
166.46/167.68	c 168	|    196851 |  203228  7239508 21258536 | 12197292   196851     14 |  0.000 % |
188.56/189.83	c 190	|    295378 |  203228  7239508 21258536 | 13417021   295378     15 |  0.000 % |
261.41/263.06	c 263	|    443168 |  203228  7239508 21258536 | 14758724   443168     16 |  0.000 % |
437.46/439.94	c 440	|    664851 |  203228  7239508 21258536 | 16234596   664851     18 |  0.000 % |
590.62/593.86	c 594	|    997376 |  203228  7239508 21258536 | 17858056   997376     18 |  0.000 % |
1484.04/1491.59	c 1492	|   1496164 |  203228  7239508 21258536 | 19643861  1496164     18 |  0.000 % |
1800.06/1807.81	c ERROR INTERRUPTED
1800.06/1807.90	s UNKNOWN
1800.06/1807.90	c 1808	CPU 55.28 (0.06 0.01 53.76 1.45)
1800.06/1807.90	c 1808	END Sun Jul 12 06:25:29 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-2080729-1247370921/watcher-2080729-1247370921 -o /tmp/evaluation-result-2080729-1247370921/solver-2080729-1247370921 -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-2080729-1247370921.xml 

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


[startup+0 s]
/proc/loadavg: 2.30 2.25 2.19 4/72 23669
/proc/meminfo: memFree=1709376/2055920 swapFree=4192812/4192956
[pid=23669] ppid=23667 vsize=12000 CPUtime=0
/proc/23669/stat : 23669 (sugar) R 23667 23669 19512 0 -1 4194304 206 0 0 0 0 0 0 0 22 0 1 0 24155577 12288000 174 996147200 4194304 4206940 548682068608 18446744073709551615 273667911814 0 0 4224 0 0 0 0 17 1 0 0
/proc/23669/statm: 3000 174 135 3 0 100 0

[startup+0.0808929 s]
/proc/loadavg: 2.30 2.25 2.19 4/72 23669
/proc/meminfo: memFree=1709376/2055920 swapFree=4192812/4192956
[pid=23669] ppid=23667 vsize=16740 CPUtime=0.06
/proc/23669/stat : 23669 (sugar) S 23667 23669 19512 0 -1 4194304 1152 0 0 0 5 1 0 0 18 0 1 0 24155577 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23669/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.101391 s]
/proc/loadavg: 2.30 2.25 2.19 4/72 23669
/proc/meminfo: memFree=1709376/2055920 swapFree=4192812/4192956
[pid=23669] ppid=23667 vsize=16868 CPUtime=0.06
/proc/23669/stat : 23669 (sugar) S 23667 23669 19512 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 24155577 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23669/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301339 s]
/proc/loadavg: 2.30 2.25 2.19 4/72 23669
/proc/meminfo: memFree=1709376/2055920 swapFree=4192812/4192956
[pid=23669] ppid=23667 vsize=16868 CPUtime=0.06
/proc/23669/stat : 23669 (sugar) S 23667 23669 19512 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 24155577 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23669/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701375 s]
/proc/loadavg: 2.30 2.25 2.19 4/72 23669
/proc/meminfo: memFree=1709376/2055920 swapFree=4192812/4192956
[pid=23669] ppid=23667 vsize=16868 CPUtime=0.06
/proc/23669/stat : 23669 (sugar) S 23667 23669 19512 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 24155577 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23669/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50242 s]
/proc/loadavg: 2.30 2.25 2.19 3/83 23681
/proc/meminfo: memFree=1679528/2055920 swapFree=4192812/4192956
[pid=23669] ppid=23667 vsize=16868 CPUtime=0.06
/proc/23669/stat : 23669 (sugar) S 23667 23669 19512 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 24155577 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23669/statm: 4217 1111 409 3 0 796 0
[pid=23672] ppid=23669 vsize=5356 CPUtime=0
/proc/23672/stat : 23672 (sh) S 23669 23669 19512 0 -1 4194304 277 0 0 0 0 0 0 0 20 0 1 0 24155585 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23672/statm: 1339 233 193 169 0 50 0
[pid=23673] ppid=23672 vsize=864772 CPUtime=1.39
/proc/23673/stat : 23673 (java) S 23672 23669 19512 0 -1 0 16250 0 1 0 131 8 0 0 18 0 9 0 24155585 885526528 13782 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23673/statm: 216193 13782 2556 9 0 210705 0
[pid=23673/tid=23674] ppid=23672 vsize=864772 CPUtime=0.84
/proc/23673/task/23674/stat : 23674 (java) R 23672 23669 19512 0 -1 64 3100 0 1 0 82 2 0 0 25 0 9 0 24155586 885526528 13782 996147200 134512640 134550932 4294955984 18446744073709551615 102512976 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23673/tid=23675] ppid=23672 vsize=864772 CPUtime=0.43
/proc/23673/task/23675/stat : 23675 (java) S 23672 23669 19512 0 -1 64 11938 0 0 0 38 5 0 0 16 0 9 0 24155588 885526528 13782 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23673/tid=23676] ppid=23672 vsize=864772 CPUtime=0
/proc/23673/task/23676/stat : 23676 (java) S 23672 23669 19512 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24155588 885526528 13782 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23673/tid=23677] ppid=23672 vsize=864772 CPUtime=0
/proc/23673/task/23677/stat : 23677 (java) S 23672 23669 19512 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 24155588 885526528 13782 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23673/tid=23678] ppid=23672 vsize=864772 CPUtime=0
/proc/23673/task/23678/stat : 23678 (java) S 23672 23669 19512 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24155590 885526528 13782 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23673/tid=23679] ppid=23672 vsize=864772 CPUtime=0.1
/proc/23673/task/23679/stat : 23679 (java) S 23672 23669 19512 0 -1 64 507 0 0 0 10 0 0 0 16 0 9 0 24155590 885526528 13782 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23673/tid=23680] ppid=23672 vsize=864772 CPUtime=0
/proc/23673/task/23680/stat : 23680 (java) S 23672 23669 19512 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24155590 885526528 13782 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23673/tid=23681] ppid=23672 vsize=864772 CPUtime=0
/proc/23673/task/23681/stat : 23681 (java) S 23672 23669 19512 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24155590 885526528 13782 996147200 134512640 134550932 4294955984 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) 886996

[startup+3.10153 s]
/proc/loadavg: 2.36 2.27 2.20 3/83 23681
/proc/meminfo: memFree=1635048/2055920 swapFree=4192812/4192956
[pid=23669] ppid=23667 vsize=16868 CPUtime=2.72
/proc/23669/stat : 23669 (sugar) S 23667 23669 19512 0 -1 4194304 1309 25232 0 1 5 1 251 15 16 0 1 0 24155577 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23669/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 2.72
Current children cumulated vsize (KiB) 16868

[startup+6.30275 s]
/proc/loadavg: 2.36 2.27 2.20 3/83 23691
/proc/meminfo: memFree=1670376/2055920 swapFree=4192812/4192956
[pid=23669] ppid=23667 vsize=16868 CPUtime=2.73
/proc/23669/stat : 23669 (sugar) S 23667 23669 19512 0 -1 4194304 1309 25232 0 1 6 1 251 15 16 0 1 0 24155577 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23669/statm: 4217 1111 409 3 0 796 0
[pid=23682] ppid=23669 vsize=5356 CPUtime=0
/proc/23682/stat : 23682 (sh) S 23669 23669 19512 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24155857 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23682/statm: 1339 233 193 169 0 50 0
[pid=23683] ppid=23682 vsize=868656 CPUtime=3.46
/proc/23683/stat : 23683 (java) S 23682 23669 19512 0 -1 0 13803 0 1 0 338 8 0 0 18 0 9 0 24155858 889503744 12415 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23683/statm: 217164 12415 2567 9 0 211669 0
[pid=23683/tid=23684] ppid=23682 vsize=868656 CPUtime=2.63
/proc/23683/task/23684/stat : 23684 (java) R 23682 23669 19512 0 -1 64 2949 0 1 0 262 1 0 0 25 0 9 0 24155859 889503744 12415 996147200 134512640 134550932 4294955936 18446744073709551615 4126556788 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23683/tid=23685] ppid=23682 vsize=868656 CPUtime=0.63
/proc/23683/task/23685/stat : 23685 (java) S 23682 23669 19512 0 -1 64 8681 0 0 0 58 5 0 0 16 0 9 0 24155860 889503744 12415 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23683/tid=23686] ppid=23682 vsize=868656 CPUtime=0
/proc/23683/task/23686/stat : 23686 (java) S 23682 23669 19512 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24155860 889503744 12415 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23683/tid=23687] ppid=23682 vsize=868656 CPUtime=0
/proc/23683/task/23687/stat : 23687 (java) S 23682 23669 19512 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24155860 889503744 12415 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23683/tid=23688] ppid=23682 vsize=868656 CPUtime=0
/proc/23683/task/23688/stat : 23688 (java) S 23682 23669 19512 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24155862 889503744 12415 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23683/tid=23689] ppid=23682 vsize=868656 CPUtime=0.17
/proc/23683/task/23689/stat : 23689 (java) S 23682 23669 19512 0 -1 64 1470 0 0 0 17 0 0 0 15 0 9 0 24155862 889503744 12415 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23683/tid=23690] ppid=23682 vsize=868656 CPUtime=0
/proc/23683/task/23690/stat : 23690 (java) S 23682 23669 19512 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24155862 889503744 12415 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23683/tid=23691] ppid=23682 vsize=868656 CPUtime=0
/proc/23683/task/23691/stat : 23691 (java) R 23682 23669 19512 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24155862 889503744 12415 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 890880

[startup+12.7022 s]
/proc/loadavg: 2.30 2.26 2.19 5/83 23691
/proc/meminfo: memFree=1625960/2055920 swapFree=4192812/4192956
[pid=23669] ppid=23667 vsize=16868 CPUtime=2.73
/proc/23669/stat : 23669 (sugar) S 23667 23669 19512 0 -1 4194304 1309 25232 0 1 6 1 251 15 16 0 1 0 24155577 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23669/statm: 4217 1111 409 3 0 796 0
[pid=23682] ppid=23669 vsize=5356 CPUtime=0
/proc/23682/stat : 23682 (sh) S 23669 23669 19512 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24155857 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23682/statm: 1339 233 193 169 0 50 0
[pid=23683] ppid=23682 vsize=868656 CPUtime=9.82
/proc/23683/stat : 23683 (java) S 23682 23669 19512 0 -1 0 32962 0 1 0 965 17 0 0 18 0 9 0 24155858 889503744 21999 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23683/statm: 217164 21999 2568 9 0 211669 0
[pid=23683/tid=23684] ppid=23682 vsize=868656 CPUtime=7.74
/proc/23683/task/23684/stat : 23684 (java) R 23682 23669 19512 0 -1 64 3767 0 1 0 772 2 0 0 25 0 9 0 24155859 889503744 21999 996147200 134512640 134550932 4294955936 18446744073709551615 4126562130 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23683/tid=23685] ppid=23682 vsize=868656 CPUtime=1.87
/proc/23683/task/23685/stat : 23685 (java) S 23682 23669 19512 0 -1 64 27020 0 0 0 174 13 0 0 16 0 9 0 24155860 889503744 21999 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23683/tid=23686] ppid=23682 vsize=868656 CPUtime=0
/proc/23683/task/23686/stat : 23686 (java) S 23682 23669 19512 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24155860 889503744 21999 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23683/tid=23687] ppid=23682 vsize=868656 CPUtime=0
/proc/23683/task/23687/stat : 23687 (java) S 23682 23669 19512 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24155860 889503744 21999 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23683/tid=23688] ppid=23682 vsize=868656 CPUtime=0
/proc/23683/task/23688/stat : 23688 (java) S 23682 23669 19512 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24155862 889503744 21999 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23683/tid=23689] ppid=23682 vsize=868656 CPUtime=0.17
/proc/23683/task/23689/stat : 23689 (java) S 23682 23669 19512 0 -1 64 1472 0 0 0 17 0 0 0 16 0 9 0 24155862 889503744 21999 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23683/tid=23690] ppid=23682 vsize=868656 CPUtime=0
/proc/23683/task/23690/stat : 23690 (java) S 23682 23669 19512 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24155862 889503744 21999 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23683/tid=23691] ppid=23682 vsize=868656 CPUtime=0
/proc/23683/task/23691/stat : 23691 (java) S 23682 23669 19512 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24155862 889503744 21999 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 890880

[startup+25.501 s]
/proc/loadavg: 2.33 2.26 2.20 3/83 23691
/proc/meminfo: memFree=1562280/2055920 swapFree=4192812/4192956
[pid=23669] ppid=23667 vsize=16868 CPUtime=2.73
/proc/23669/stat : 23669 (sugar) S 23667 23669 19512 0 -1 4194304 1310 25232 0 1 6 1 251 15 16 0 1 0 24155577 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23669/statm: 4217 1111 409 3 0 796 0
[pid=23682] ppid=23669 vsize=5356 CPUtime=0
/proc/23682/stat : 23682 (sh) S 23669 23669 19512 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24155857 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23682/statm: 1339 233 193 169 0 50 0
[pid=23683] ppid=23682 vsize=868768 CPUtime=22.54
/proc/23683/stat : 23683 (java) S 23682 23669 19512 0 -1 0 49840 0 1 0 2215 39 0 0 18 0 9 0 24155858 889618432 33242 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23683/statm: 217192 33242 2593 9 0 211669 0
[pid=23683/tid=23684] ppid=23682 vsize=868768 CPUtime=18.69
/proc/23683/task/23684/stat : 23684 (java) R 23682 23669 19512 0 -1 64 4751 0 1 0 1855 14 0 0 25 0 9 0 24155859 889618432 33242 996147200 134512640 134550932 4294955936 18446744073709551615 4126565712 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23683/tid=23685] ppid=23682 vsize=868768 CPUtime=3.57
/proc/23683/task/23685/stat : 23685 (java) S 23682 23669 19512 0 -1 64 42869 0 0 0 334 23 0 0 16 0 9 0 24155860 889618432 33242 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23683/tid=23686] ppid=23682 vsize=868768 CPUtime=0
/proc/23683/task/23686/stat : 23686 (java) S 23682 23669 19512 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24155860 889618432 33242 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23683/tid=23687] ppid=23682 vsize=868768 CPUtime=0
/proc/23683/task/23687/stat : 23687 (java) S 23682 23669 19512 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24155860 889618432 33242 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23683/tid=23688] ppid=23682 vsize=868768 CPUtime=0
/proc/23683/task/23688/stat : 23688 (java) S 23682 23669 19512 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24155862 889618432 33242 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23683/tid=23689] ppid=23682 vsize=868768 CPUtime=0.25
/proc/23683/task/23689/stat : 23689 (java) S 23682 23669 19512 0 -1 64 1517 0 0 0 25 0 0 0 15 0 9 0 24155862 889618432 33242 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23683/tid=23690] ppid=23682 vsize=868768 CPUtime=0
/proc/23683/task/23690/stat : 23690 (java) S 23682 23669 19512 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24155862 889618432 33242 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23683/tid=23691] ppid=23682 vsize=868768 CPUtime=0
/proc/23683/task/23691/stat : 23691 (java) S 23682 23669 19512 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24155862 889618432 33242 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.27
Current children cumulated vsize (KiB) 890992

[startup+51.1018 s]
/proc/loadavg: 2.21 2.24 2.19 3/83 23691
/proc/meminfo: memFree=1443944/2055920 swapFree=4192812/4192956
[pid=23669] ppid=23667 vsize=16868 CPUtime=2.73
/proc/23669/stat : 23669 (sugar) S 23667 23669 19512 0 -1 4194304 1310 25232 0 1 6 1 251 15 16 0 1 0 24155577 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23669/statm: 4217 1111 409 3 0 796 0
[pid=23682] ppid=23669 vsize=5356 CPUtime=0
/proc/23682/stat : 23682 (sh) S 23669 23669 19512 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24155857 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23682/statm: 1339 233 193 169 0 50 0
[pid=23683] ppid=23682 vsize=868768 CPUtime=47.94
/proc/23683/stat : 23683 (java) S 23682 23669 19512 0 -1 0 50209 0 1 0 4680 114 0 0 18 0 9 0 24155858 889618432 33242 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23683/statm: 217192 33242 2593 9 0 211669 0

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

/proc/23693/stat : 23693 (minisat) R 23692 23669 19512 0 -1 4194304 123128 0 0 0 135904 86 0 0 25 0 1 0 24161151 511000576 123114 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/23693/statm: 124756 123114 76 150 0 124603 0
Current children cumulated CPU time (s) 1415.18
Current children cumulated vsize (KiB) 521248

[startup+1482.3 s]
/proc/loadavg: 1.94 2.01 2.01 4/83 23762
/proc/meminfo: memFree=1092520/2055920 swapFree=4192812/4192956
[pid=23669] ppid=23667 vsize=16868 CPUtime=55.28
/proc/23669/stat : 23669 (sugar) S 23667 23669 19512 0 -1 4194304 1376 75815 0 2 6 1 5376 145 16 0 1 0 24155577 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23669/statm: 4217 1113 409 3 0 796 0
[pid=23692] ppid=23669 vsize=5356 CPUtime=0
/proc/23692/stat : 23692 (sh) S 23669 23669 19512 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24161151 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23692/statm: 1339 232 193 169 0 50 0
[pid=23693] ppid=23692 vsize=500740 CPUtime=1419.57
/proc/23693/stat : 23693 (minisat) R 23692 23669 19512 0 -1 4194304 123574 0 0 0 141869 88 0 0 25 0 1 0 24161151 512757760 123560 996147200 134512640 135127466 4294956256 18446744073709551615 134530641 0 0 4096 3 0 0 0 17 0 0 0
/proc/23693/statm: 125185 123560 76 150 0 125032 0
Current children cumulated CPU time (s) 1474.85
Current children cumulated vsize (KiB) 522964

[startup+1542.3 s]
/proc/loadavg: 1.94 1.99 2.00 3/76 23878
/proc/meminfo: memFree=1094176/2055920 swapFree=4192812/4192956
[pid=23669] ppid=23667 vsize=16868 CPUtime=55.28
/proc/23669/stat : 23669 (sugar) S 23667 23669 19512 0 -1 4194304 1376 75815 0 2 6 1 5376 145 16 0 1 0 24155577 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23669/statm: 4217 1113 409 3 0 796 0
[pid=23692] ppid=23669 vsize=5356 CPUtime=0
/proc/23692/stat : 23692 (sh) S 23669 23669 19512 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24161151 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23692/statm: 1339 232 193 169 0 50 0
[pid=23693] ppid=23692 vsize=517308 CPUtime=1479.53
/proc/23693/stat : 23693 (minisat) R 23692 23669 19512 0 -1 4194304 127012 0 0 0 147861 92 0 0 25 0 1 0 24161151 529723392 126998 996147200 134512640 135127466 4294956256 18446744073709551615 134530772 0 0 4096 3 0 0 0 17 0 0 0
/proc/23693/statm: 129327 126998 76 150 0 129174 0
Current children cumulated CPU time (s) 1534.81
Current children cumulated vsize (KiB) 539532

[startup+1602.3 s]
/proc/loadavg: 2.06 2.00 2.01 3/77 23968
/proc/meminfo: memFree=1083416/2055920 swapFree=4192812/4192956
[pid=23669] ppid=23667 vsize=16868 CPUtime=55.28
/proc/23669/stat : 23669 (sugar) S 23667 23669 19512 0 -1 4194304 1376 75815 0 2 6 1 5376 145 16 0 1 0 24155577 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23669/statm: 4217 1113 409 3 0 796 0
[pid=23692] ppid=23669 vsize=5356 CPUtime=0
/proc/23692/stat : 23692 (sh) S 23669 23669 19512 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24161151 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23692/statm: 1339 232 193 169 0 50 0
[pid=23693] ppid=23692 vsize=527232 CPUtime=1539.51
/proc/23693/stat : 23693 (minisat) R 23692 23669 19512 0 -1 4194304 129539 0 0 0 153855 96 0 0 25 0 1 0 24161151 539885568 129525 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/23693/statm: 131808 129525 76 150 0 131655 0
Current children cumulated CPU time (s) 1594.79
Current children cumulated vsize (KiB) 549456

[startup+1662.3 s]
/proc/loadavg: 2.02 2.00 2.00 3/77 23968
/proc/meminfo: memFree=1071960/2055920 swapFree=4192812/4192956
[pid=23669] ppid=23667 vsize=16868 CPUtime=55.28
/proc/23669/stat : 23669 (sugar) S 23667 23669 19512 0 -1 4194304 1376 75815 0 2 6 1 5376 145 16 0 1 0 24155577 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23669/statm: 4217 1113 409 3 0 796 0
[pid=23692] ppid=23669 vsize=5356 CPUtime=0
/proc/23692/stat : 23692 (sh) S 23669 23669 19512 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24161151 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23692/statm: 1339 232 193 169 0 50 0
[pid=23693] ppid=23692 vsize=537920 CPUtime=1599.49
/proc/23693/stat : 23693 (minisat) R 23692 23669 19512 0 -1 4194304 132301 0 0 0 159850 99 0 0 25 0 1 0 24161151 550830080 132287 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/23693/statm: 134480 132287 76 150 0 134327 0
Current children cumulated CPU time (s) 1654.77
Current children cumulated vsize (KiB) 560144

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 24013
/proc/meminfo: memFree=1006248/2055920 swapFree=4192812/4192956
[pid=23669] ppid=23667 vsize=16868 CPUtime=55.28
/proc/23669/stat : 23669 (sugar) S 23667 23669 19512 0 -1 4194304 1376 75815 0 2 6 1 5376 145 16 0 1 0 24155577 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23669/statm: 4217 1113 409 3 0 796 0
[pid=23692] ppid=23669 vsize=5356 CPUtime=0
/proc/23692/stat : 23692 (sh) S 23669 23669 19512 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24161151 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23692/statm: 1339 232 193 169 0 50 0
[pid=23693] ppid=23692 vsize=544380 CPUtime=1659.46
/proc/23693/stat : 23693 (minisat) R 23692 23669 19512 0 -1 4194304 133971 0 0 0 165844 102 0 0 25 0 1 0 24161151 557445120 133957 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/23693/statm: 136095 133957 76 150 0 135942 0
Current children cumulated CPU time (s) 1714.74
Current children cumulated vsize (KiB) 566604

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 5/86 24079
/proc/meminfo: memFree=1033488/2055920 swapFree=4192812/4192956
[pid=23669] ppid=23667 vsize=16868 CPUtime=55.28
/proc/23669/stat : 23669 (sugar) S 23667 23669 19512 0 -1 4194304 1376 75815 0 2 6 1 5376 145 16 0 1 0 24155577 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23669/statm: 4217 1113 409 3 0 796 0
[pid=23692] ppid=23669 vsize=5356 CPUtime=0
/proc/23692/stat : 23692 (sh) S 23669 23669 19512 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24161151 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23692/statm: 1339 232 193 169 0 50 0
[pid=23693] ppid=23692 vsize=551560 CPUtime=1719.44
/proc/23693/stat : 23693 (minisat) R 23692 23669 19512 0 -1 4194304 135803 0 0 0 171839 105 0 0 25 0 1 0 24161151 564797440 135789 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/23693/statm: 137890 135789 76 150 0 137737 0
Current children cumulated CPU time (s) 1774.72
Current children cumulated vsize (KiB) 573784



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1807.8 s]
/proc/loadavg: 2.05 2.01 2.00 3/86 24453
/proc/meminfo: memFree=933776/2055920 swapFree=4192812/4192956
[pid=23669] ppid=23667 vsize=16868 CPUtime=55.28
/proc/23669/stat : 23669 (sugar) S 23667 23669 19512 0 -1 4194304 1376 75815 0 2 6 1 5376 145 16 0 1 0 24155577 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23669/statm: 4217 1113 409 3 0 796 0
[pid=23692] ppid=23669 vsize=5356 CPUtime=0
/proc/23692/stat : 23692 (sh) S 23669 23669 19512 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24161151 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23692/statm: 1339 232 193 169 0 50 0
[pid=23693] ppid=23692 vsize=553580 CPUtime=1744.78
/proc/23693/stat : 23693 (minisat) R 23692 23669 19512 0 -1 4194304 136322 0 0 0 174370 108 0 0 25 0 1 0 24161151 566865920 136308 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/23693/statm: 138395 136308 76 150 0 138242 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 575804

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

############
# WARNING:
# current cumulated CPU time (55.3 s) is less than in the last sample (1800.06 s)
# The time of a child was probably not reported to its father.
# (see the two samples below)
# Adding the difference (1744.76 s) to the 'lost time'.

[startup+1807.8 s]
/proc/loadavg: 2.05 2.01 2.00 3/86 24453
/proc/meminfo: memFree=933776/2055920 swapFree=4192812/4192956
[pid=23669] ppid=23667 vsize=16868 CPUtime=55.28
/proc/23669/stat : 23669 (sugar) S 23667 23669 19512 0 -1 4194304 1376 75815 0 2 6 1 5376 145 16 0 1 0 24155577 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23669/statm: 4217 1113 409 3 0 796 0
[pid=23692] ppid=23669 vsize=5356 CPUtime=0
/proc/23692/stat : 23692 (sh) S 23669 23669 19512 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24161151 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23692/statm: 1339 232 193 169 0 50 0
[pid=23693] ppid=23692 vsize=553580 CPUtime=1744.78
/proc/23693/stat : 23693 (minisat) R 23692 23669 19512 0 -1 4194304 136322 0 0 0 174370 108 0 0 25 0 1 0 24161151 566865920 136308 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/23693/statm: 138395 136308 76 150 0 138242 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 575804

[startup+1807.92 s]
/proc/loadavg: 2.05 2.01 2.00 3/86 24453
/proc/meminfo: memFree=933776/2055920 swapFree=4192812/4192956
[pid=23669] ppid=23667 vsize=16868 CPUtime=55.3
/proc/23669/stat : 23669 (sugar) R 23667 23669 19512 0 -1 4194304 1423 76092 0 2 6 3 5376 145 16 0 1 0 24155577 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 273653929001 0 0 4224 16386 0 0 0 17 1 0 0
/proc/23669/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 55.3
Current children cumulated vsize (KiB) 16868
#
############


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

[startup+1807.92 s]
/proc/loadavg: 2.05 2.01 2.00 3/86 24453
/proc/meminfo: memFree=933776/2055920 swapFree=4192812/4192956
[pid=23669] ppid=23667 vsize=16868 CPUtime=55.3
/proc/23669/stat : 23669 (sugar) R 23667 23669 19512 0 -1 4194304 1423 76092 0 2 6 3 5376 145 16 0 1 0 24155577 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 273653929001 0 0 4224 16386 0 0 0 17 1 0 0
/proc/23669/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 55.3
Current children cumulated vsize (KiB) 16868

Child status: 0

# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 1744.76
#  lost CPU user time (s): 1743.7
#  lost CPU system time (s): 1.06

Real time (s): 1807.99
CPU time (s): 1800.16
CPU user time (s): 1797.54
CPU system time (s): 2.61976
CPU usage (%): 99.5668
Max. virtual memory (cumulated for all children) (KiB): 903132

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 53.8358
system time used= 1.55976
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 77574
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= 10498
involuntary context switches= 10909

runsolver used 2.20167 second user time and 5.98309 second system time

The end

Launcher Data

Begin job on node52 at 2009-07-12 05:55:21
IDJOB=2080729
IDBENCH=57138
IDSOLVER=739
FILE ID=node52/2080729-1247370921
PBS_JOBID= 9507022
Free space on /tmp= 66136 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/haystacks/normalized-haystacks-47.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-2080729-1247370921/watcher-2080729-1247370921 -o /tmp/evaluation-result-2080729-1247370921/solver-2080729-1247370921 -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-2080729-1247370921.xml

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

MD5SUM BENCH= 7b978f7e72f5ef3bb3f2c0a43fe68f37
RANDOM SEED=336856965

node52.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.236
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.236
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:       1709920 kB
Buffers:         37660 kB
Cached:         171304 kB
SwapCached:          0 kB
Active:         209400 kB
Inactive:        76632 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1709920 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            7612 kB
Writeback:           0 kB
Mapped:          88692 kB
Slab:            45044 kB
Committed_AS:   241956 kB
PageTables:       1980 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= 66136 MiB
End job on node52 at 2009-07-12 06:25:31