Trace number 2064020

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.01 1818.32

General information on the benchmark

Namecsp/compet02/
normalized-patat-02-comp-18.xml
MD5SUM7009ab8b0625ac3b74cd8e0d86a590c4
Bench CategoryAlldiff (alldiff)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark37.5673
Satisfiable
(Un)Satisfiability was proved
Number of variables800
Number of constraints17910
Maximum constraint arity20
Maximum domain size45
Number of constraints which are defined in extension0
Number of constraints which are defined in intension17710
Global constraints used (with number of constraints)alldifferent(200)

Solver Data

0.02/0.07	c 0	Sugar v1-14-6 + HOME/minisat
0.02/0.07	c 0	BEGIN Sat Jul 11 19:34:39 2009
0.02/0.07	c 0	PID 14415
0.02/0.07	c 0	HOST node90.alineos.net
0.02/0.07	c 0	CONVERTING HOME/instance-2064020-1247333679.xml TO HOME/temp.csp
0.02/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-2064020-1247333679.xml' 'HOME/temp.csp'
1.26/1.32	c 1	44 domains, 800 variables, 1 predicates, 0 relations, 17910 constraints
1.26/1.33	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.26/1.33	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.29/1.80	c 2	Parsing HOME/temp.csp
2.07/2.60	c 3	parsed 10000 expressions
2.23/2.73	c 3	parsed 18755 expressions
2.23/2.74	c 3	Heap : 7 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.23/2.74	c 3	Converting to clausal form CSP
2.52/3.07	c 3	converted 1876 (10%) expressions
2.63/3.19	c 3	converted 3751 (20%) expressions
2.82/3.31	c 3	converted 5627 (30%) expressions
3.02/3.53	c 4	converted 7502 (40%) expressions
3.12/3.64	c 4	converted 9378 (50%) expressions
3.22/3.75	c 4	converted 11253 (60%) expressions
3.32/3.87	c 4	converted 13129 (70%) expressions
3.61/4.13	c 4	converted 15004 (80%) expressions
3.72/4.25	c 4	converted 16880 (90%) expressions
4.81/5.40	c 5	converted 18755 (100%) expressions
4.81/5.40	c 5	CSP : 800 integers, 0 booleans, 47283 clauses, largest domain size 45
4.81/5.40	c 5	Heap : 48 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.81/5.40	c 5	Propagation in CSP
5.01/5.56	c 6	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
5.01/5.56	c 6	CSP : 800 integers, 0 booleans, 47283 clauses, largest domain size 45
5.01/5.56	c 6	Heap : 47 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
5.01/5.58	c 6	Simplifing CSP by introducing new Boolean variables
6.01/6.54	c 7	CSP : 800 integers, 116002 booleans, 163285 clauses, largest domain size 45
6.01/6.54	c 7	Heap : 82 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
6.70/7.29	c 7	Encoding CSP to SAT : HOME/temp.cnf
6.80/7.35	c 7	80 (10%) CSP integer variables are encoded (3440 clauses, 42621 bytes)
6.80/7.35	c 7	160 (20%) CSP integer variables are encoded (6880 clauses, 87341 bytes)
6.80/7.36	c 7	240 (30%) CSP integer variables are encoded (10320 clauses, 133158 bytes)
6.80/7.36	c 7	320 (40%) CSP integer variables are encoded (13760 clauses, 184758 bytes)
6.80/7.36	c 7	400 (50%) CSP integer variables are encoded (17200 clauses, 236358 bytes)
6.80/7.37	c 7	480 (60%) CSP integer variables are encoded (17224 clauses, 236718 bytes)
6.80/7.37	c 7	560 (70%) CSP integer variables are encoded (17246 clauses, 237048 bytes)
6.80/7.37	c 7	640 (80%) CSP integer variables are encoded (17275 clauses, 237483 bytes)
6.80/7.37	c 7	720 (90%) CSP integer variables are encoded (17311 clauses, 238023 bytes)
6.80/7.37	c 7	800 (100%) CSP integer variables are encoded (17326 clauses, 238248 bytes)
7.79/8.30	c 8	16329 (10%) CSP clauses are encoded (371527 clauses, 7152487 bytes)
8.78/9.34	c 9	32657 (20%) CSP clauses are encoded (727763 clauses, 14359196 bytes)
9.78/10.40	c 10	48986 (30%) CSP clauses are encoded (1087042 clauses, 21665601 bytes)
10.88/11.43	c 11	65314 (40%) CSP clauses are encoded (1442414 clauses, 29049599 bytes)
12.07/12.61	c 13	81643 (50%) CSP clauses are encoded (1853850 clauses, 37667514 bytes)
13.36/13.98	c 14	97971 (60%) CSP clauses are encoded (2346742 clauses, 47696635 bytes)
15.16/16.31	c 16	114300 (70%) CSP clauses are encoded (2839723 clauses, 57882211 bytes)
16.56/17.74	c 18	130628 (80%) CSP clauses are encoded (3332923 clauses, 68385869 bytes)
18.04/19.24	c 19	146957 (90%) CSP clauses are encoded (3826212 clauses, 78983196 bytes)
20.16/21.72	c 22	163285 (100%) CSP clauses are encoded (4319588 clauses, 89563406 bytes)
20.16/21.72	c 22	163285 CSP clauses encoded
20.16/21.72	c 22	Writing map file : HOME/temp.map
20.16/21.75	c 22	Heap : 61 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
20.16/21.75	c 22	SAT : 133902 SAT variables, 4319588 SAT clauses, 89563406 bytes
20.16/21.75	c 22	Heap : 61 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
20.23/21.82	c 22	SOLVING HOME/temp.cnf
20.23/21.82	c 22	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
20.23/21.84	c 22	This is MiniSat 2.0 beta
20.23/21.84	c 22	WARNING: for repeatability, setting FPU to use double precision
20.23/21.84	c 22	============================[ Problem Statistics ]=============================
20.23/21.84	c 22	|                                                                             |
20.23/21.84	c 22	|  Number of variables:  133902                                               |
20.23/21.84	c 22	|  Number of clauses:    4319588                                              |
22.57/24.27	c 24	|  Parsing time:         1.98         s                                       |
22.66/24.38	c 24	============================[ Search Statistics ]==============================
22.66/24.38	c 24	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
22.66/24.38	c 24	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
22.66/24.38	c 24	===============================================================================
22.66/24.38	c 24	|         0 |  133902  4319588 12708127 |  1439862        0    nan |  0.000 % |
24.46/26.13	c 26	|       100 |  133902  4319588 12708127 |  1583848      100      8 |  0.000 % |
25.59/27.32	c 27	|       251 |  133902  4319588 12708127 |  1742233      251      7 |  0.000 % |
27.44/29.18	c 29	|       478 |  133902  4319588 12708127 |  1916457      478      8 |  0.000 % |
30.02/31.77	c 32	|       816 |  133902  4319588 12708127 |  2108102      816      8 |  0.000 % |
31.61/33.33	c 33	|      1324 |  133902  4319588 12708127 |  2318913     1324     10 |  0.000 % |
34.11/35.90	c 36	|      2083 |  133902  4319588 12708127 |  2550804     2083     11 |  0.000 % |
37.56/39.43	c 39	|      3223 |  133902  4319588 12708127 |  2805885     3223     23 |  0.000 % |
40.75/42.69	c 43	|      4931 |  133902  4319588 12708127 |  3086473     4931     22 |  0.000 % |
41.74/43.65	c 44	|      7494 |  133902  4319588 12708127 |  3395120     7494     19 |  0.000 % |
43.73/45.65	c 46	|     11338 |  133902  4319588 12708127 |  3734632    11338     18 |  0.000 % |
48.51/50.46	c 50	|     17106 |  133902  4319588 12708127 |  4108096    17106     27 |  0.000 % |
51.19/53.19	c 53	|     25756 |  133902  4319588 12708127 |  4518905    25756     25 |  0.000 % |
70.63/73.29	c 73	|     38731 |  133902  4319588 12708127 |  4970796    38731     29 |  0.000 % |
84.97/88.15	c 88	|     58194 |  133902  4319588 12708127 |  5467876    58194     27 |  0.000 % |
93.07/96.75	c 97	|     87387 |  133902  4319588 12708127 |  6014663    87387     25 |  0.000 % |
115.63/119.59	c 120	|    131176 |  133902  4319588 12708127 |  6616130   131176     25 |  0.000 % |
152.95/157.20	c 157	|    196860 |  133902  4319588 12708127 |  7277743   196860     25 |  0.000 % |
236.18/241.95	c 242	|    295388 |  133902  4319588 12708127 |  8005517   295388     31 |  0.000 % |
369.51/375.92	c 376	|    443177 |  133902  4319588 12708127 |  8806069   443177     28 |  0.000 % |
565.82/573.22	c 573	|    664861 |  133902  4319588 12708127 |  9686676   664861     30 |  0.000 % |
1107.74/1119.87	c 1120	|    997386 |  133902  4319588 12708127 | 10655343   997386     34 |  0.000 % |
1800.01/1818.21	c ERROR INTERRUPTED
1800.01/1818.27	s UNKNOWN
1800.01/1818.27	c 1818	CPU 20.29 (0.06 0.01 19.11 1.11)
1800.01/1818.27	c 1818	END Sat Jul 11 20:04:57 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-2064020-1247333679/watcher-2064020-1247333679 -o /tmp/evaluation-result-2064020-1247333679/solver-2064020-1247333679 -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-2064020-1247333679.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.10 2.17 2.07 4/82 14415
/proc/meminfo: memFree=818436/2055920 swapFree=4192956/4192956
[pid=14415] ppid=14413 vsize=12272 CPUtime=0
/proc/14415/stat : 14415 (sugar) R 14413 14415 12618 0 -1 4194304 359 0 0 0 0 0 0 0 18 0 1 0 20432568 12566528 327 996147200 4194304 4206940 548682068608 18446744073709551615 256384858880 0 0 4224 0 0 0 0 17 0 0 0
/proc/14415/statm: 3068 327 246 3 0 168 0

[startup+0.0311059 s]
/proc/loadavg: 2.10 2.17 2.07 4/82 14415
/proc/meminfo: memFree=818436/2055920 swapFree=4192956/4192956
[pid=14415] ppid=14413 vsize=13204 CPUtime=0.02
/proc/14415/stat : 14415 (sugar) R 14413 14415 12618 0 -1 4194304 687 0 0 0 2 0 0 0 18 0 1 0 20432568 13520896 655 996147200 4194304 4206940 548682068608 18446744073709551615 256373734398 0 0 4224 0 0 0 0 17 0 0 0
/proc/14415/statm: 3301 655 336 3 0 401 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 13204

[startup+0.102111 s]
/proc/loadavg: 2.10 2.17 2.07 4/82 14415
/proc/meminfo: memFree=818436/2055920 swapFree=4192956/4192956
[pid=14415] ppid=14413 vsize=16868 CPUtime=0.06
/proc/14415/stat : 14415 (sugar) S 14413 14415 12618 0 -1 4194304 1227 128 0 0 5 1 0 0 17 0 1 0 20432568 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14415/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301129 s]
/proc/loadavg: 2.10 2.17 2.07 4/82 14415
/proc/meminfo: memFree=818436/2055920 swapFree=4192956/4192956
[pid=14415] ppid=14413 vsize=16868 CPUtime=0.06
/proc/14415/stat : 14415 (sugar) S 14413 14415 12618 0 -1 4194304 1227 128 0 0 5 1 0 0 17 0 1 0 20432568 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14415/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701174 s]
/proc/loadavg: 2.10 2.17 2.07 4/82 14415
/proc/meminfo: memFree=818436/2055920 swapFree=4192956/4192956
[pid=14415] ppid=14413 vsize=16868 CPUtime=0.06
/proc/14415/stat : 14415 (sugar) S 14413 14415 12618 0 -1 4194304 1227 128 0 0 5 1 0 0 17 0 1 0 20432568 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14415/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50225 s]
/proc/loadavg: 2.10 2.17 2.07 4/93 14427
/proc/meminfo: memFree=782636/2055920 swapFree=4192956/4192956
[pid=14415] ppid=14413 vsize=16868 CPUtime=1.29
/proc/14415/stat : 14415 (sugar) S 14413 14415 12618 0 -1 4194304 1292 13028 0 1 5 1 115 8 16 0 1 0 20432568 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14415/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 1.29
Current children cumulated vsize (KiB) 16868

[startup+3.10242 s]
/proc/loadavg: 2.17 2.18 2.08 5/93 14437
/proc/meminfo: memFree=808684/2055920 swapFree=4192956/4192956
[pid=14415] ppid=14413 vsize=16868 CPUtime=1.29
/proc/14415/stat : 14415 (sugar) S 14413 14415 12618 0 -1 4194304 1309 13028 0 1 5 1 115 8 16 0 1 0 20432568 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14415/statm: 4217 1111 409 3 0 796 0
[pid=14428] ppid=14415 vsize=5356 CPUtime=0
/proc/14428/stat : 14428 (sh) S 14415 14415 12618 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20432702 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14428/statm: 1339 233 193 169 0 50 0
[pid=14429] ppid=14428 vsize=868600 CPUtime=1.34
/proc/14429/stat : 14429 (java) S 14428 14415 12618 0 -1 0 8447 0 1 0 114 20 0 0 20 0 9 0 20432702 889446400 7603 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14429/statm: 217150 7603 2567 9 0 211655 0
[pid=14429/tid=14430] ppid=14428 vsize=868600 CPUtime=0.66
/proc/14429/task/14430/stat : 14430 (java) R 14428 14415 12618 0 -1 64 2578 0 1 0 56 10 0 0 25 0 9 0 20432703 889446400 7603 996147200 134512640 134550932 4294955936 18446744073709551615 4126428848 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14429/tid=14431] ppid=14428 vsize=868600 CPUtime=0.49
/proc/14429/task/14431/stat : 14431 (java) S 14428 14415 12618 0 -1 64 3709 0 0 0 43 6 0 0 16 0 9 0 20432743 889446400 7603 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14429/tid=14432] ppid=14428 vsize=868600 CPUtime=0
/proc/14429/task/14432/stat : 14432 (java) S 14428 14415 12618 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20432743 889446400 7603 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14429/tid=14433] ppid=14428 vsize=868600 CPUtime=0
/proc/14429/task/14433/stat : 14433 (java) S 14428 14415 12618 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 20432743 889446400 7603 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14429/tid=14434] ppid=14428 vsize=868600 CPUtime=0
/proc/14429/task/14434/stat : 14434 (java) S 14428 14415 12618 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 20432746 889446400 7603 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14429/tid=14435] ppid=14428 vsize=868600 CPUtime=0.14
/proc/14429/task/14435/stat : 14435 (java) S 14428 14415 12618 0 -1 64 1457 0 0 0 13 1 0 0 16 0 9 0 20432746 889446400 7603 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14429/tid=14436] ppid=14428 vsize=868600 CPUtime=0
/proc/14429/task/14436/stat : 14436 (java) S 14428 14415 12618 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 20432746 889446400 7603 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14429/tid=14437] ppid=14428 vsize=868600 CPUtime=0.01
/proc/14429/task/14437/stat : 14437 (java) S 14428 14415 12618 0 -1 64 1 0 0 0 0 1 0 0 15 0 9 0 20432746 889446400 7603 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.63
Current children cumulated vsize (KiB) 890824

[startup+6.30275 s]
/proc/loadavg: 2.17 2.18 2.08 3/93 14437
/proc/meminfo: memFree=753388/2055920 swapFree=4192956/4192956
[pid=14415] ppid=14413 vsize=16868 CPUtime=1.29
/proc/14415/stat : 14415 (sugar) S 14413 14415 12618 0 -1 4194304 1310 13028 0 1 5 1 115 8 16 0 1 0 20432568 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14415/statm: 4217 1111 409 3 0 796 0
[pid=14428] ppid=14415 vsize=5356 CPUtime=0
/proc/14428/stat : 14428 (sh) S 14415 14415 12618 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20432702 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14428/statm: 1339 233 193 169 0 50 0
[pid=14429] ppid=14428 vsize=868600 CPUtime=4.51
/proc/14429/stat : 14429 (java) S 14428 14415 12618 0 -1 0 24661 0 1 0 424 27 0 0 20 0 9 0 20432702 889446400 23118 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14429/statm: 217150 23119 2566 9 0 211655 0
[pid=14429/tid=14430] ppid=14428 vsize=868600 CPUtime=2.28
/proc/14429/task/14430/stat : 14430 (java) R 14428 14415 12618 0 -1 64 3807 0 1 0 218 10 0 0 25 0 9 0 20432703 889446400 23119 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14429/tid=14431] ppid=14428 vsize=868600 CPUtime=2
/proc/14429/task/14431/stat : 14431 (java) R 14428 14415 12618 0 -1 64 18663 0 0 0 187 13 0 0 16 0 9 0 20432743 889446400 23120 996147200 134512640 134550932 4294955936 18446744073709551615 102546957 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14429/tid=14432] ppid=14428 vsize=868600 CPUtime=0
/proc/14429/task/14432/stat : 14432 (java) S 14428 14415 12618 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20432743 889446400 23121 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14429/tid=14433] ppid=14428 vsize=868600 CPUtime=0
/proc/14429/task/14433/stat : 14433 (java) S 14428 14415 12618 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 20432743 889446400 23123 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14429/tid=14434] ppid=14428 vsize=868600 CPUtime=0
/proc/14429/task/14434/stat : 14434 (java) S 14428 14415 12618 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 20432746 889446400 23124 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14429/tid=14435] ppid=14428 vsize=868600 CPUtime=0.18
/proc/14429/task/14435/stat : 14435 (java) S 14428 14415 12618 0 -1 64 1490 0 0 0 17 1 0 0 16 0 9 0 20432746 889446400 23125 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14429/tid=14436] ppid=14428 vsize=868600 CPUtime=0
/proc/14429/task/14436/stat : 14436 (java) S 14428 14415 12618 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 20432746 889446400 23126 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14429/tid=14437] ppid=14428 vsize=868600 CPUtime=0.01
/proc/14429/task/14437/stat : 14437 (java) S 14428 14415 12618 0 -1 64 1 0 0 0 0 1 0 0 15 0 9 0 20432746 889446400 23127 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 5.8
Current children cumulated vsize (KiB) 890824

[startup+12.7014 s]
/proc/loadavg: 2.60 2.27 2.11 4/93 14437
/proc/meminfo: memFree=682156/2055920 swapFree=4192956/4192956
[pid=14415] ppid=14413 vsize=16868 CPUtime=1.29
/proc/14415/stat : 14415 (sugar) S 14413 14415 12618 0 -1 4194304 1310 13028 0 1 5 1 115 8 16 0 1 0 20432568 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14415/statm: 4217 1111 409 3 0 796 0
[pid=14428] ppid=14415 vsize=5356 CPUtime=0
/proc/14428/stat : 14428 (sh) S 14415 14415 12618 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20432702 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14428/statm: 1339 233 193 169 0 50 0
[pid=14429] ppid=14428 vsize=868712 CPUtime=10.87
/proc/14429/stat : 14429 (java) S 14428 14415 12618 0 -1 0 39543 0 1 0 1028 59 0 0 20 0 9 0 20432702 889561088 27196 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14429/statm: 217178 27196 2593 9 0 211655 0
[pid=14429/tid=14430] ppid=14428 vsize=868712 CPUtime=7.59
/proc/14429/task/14430/stat : 14430 (java) R 14428 14415 12618 0 -1 64 4008 0 1 0 727 32 0 0 25 0 9 0 20432703 889561088 27196 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14429/tid=14431] ppid=14428 vsize=868712 CPUtime=3.02
/proc/14429/task/14431/stat : 14431 (java) R 14428 14415 12618 0 -1 64 33301 0 0 0 278 24 0 0 15 0 9 0 20432743 889561088 27196 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14429/tid=14432] ppid=14428 vsize=868712 CPUtime=0
/proc/14429/task/14432/stat : 14432 (java) S 14428 14415 12618 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20432743 889561088 27196 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14429/tid=14433] ppid=14428 vsize=868712 CPUtime=0
/proc/14429/task/14433/stat : 14433 (java) S 14428 14415 12618 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 20432743 889561088 27196 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14429/tid=14434] ppid=14428 vsize=868712 CPUtime=0
/proc/14429/task/14434/stat : 14434 (java) S 14428 14415 12618 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 20432746 889561088 27196 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14429/tid=14435] ppid=14428 vsize=868712 CPUtime=0.23
/proc/14429/task/14435/stat : 14435 (java) S 14428 14415 12618 0 -1 64 1531 0 0 0 22 1 0 0 16 0 9 0 20432746 889561088 27196 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14429/tid=14436] ppid=14428 vsize=868712 CPUtime=0
/proc/14429/task/14436/stat : 14436 (java) S 14428 14415 12618 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 20432746 889561088 27196 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14429/tid=14437] ppid=14428 vsize=868712 CPUtime=0.01
/proc/14429/task/14437/stat : 14437 (java) S 14428 14415 12618 0 -1 64 1 0 0 0 0 1 0 0 15 0 9 0 20432746 889561088 27196 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.16
Current children cumulated vsize (KiB) 890936

[startup+25.5017 s]
/proc/loadavg: 2.74 2.31 2.12 3/85 14439
/proc/meminfo: memFree=539500/2055920 swapFree=4192956/4192956
[pid=14415] ppid=14413 vsize=16868 CPUtime=20.27
/proc/14415/stat : 14415 (sugar) S 14413 14415 12618 0 -1 4194304 1376 53062 0 2 6 1 1910 110 15 0 1 0 20432568 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14415/statm: 4217 1113 409 3 0 796 0
[pid=14438] ppid=14415 vsize=5356 CPUtime=0
/proc/14438/stat : 14438 (sh) S 14415 14415 12618 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20434751 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14438/statm: 1339 232 193 169 0 50 0
[pid=14439] ppid=14438 vsize=189612 CPUtime=3.59
/proc/14439/stat : 14439 (minisat) R 14438 14415 12618 0 -1 4194304 46156 0 0 0 318 41 0 0 25 0 1 0 20434752 194162688 46142 996147200 134512640 135127466 4294956256 18446744073709551615 134531177 0 0 4096 3 0 0 0 17 0 0 0
/proc/14439/statm: 47403 46142 72 150 0 47250 0
Current children cumulated CPU time (s) 23.86
Current children cumulated vsize (KiB) 211836

[startup+51.1064 s]
/proc/loadavg: 3.04 2.41 2.16 3/85 14440
/proc/meminfo: memFree=563108/2055920 swapFree=4192956/4192956
[pid=14415] ppid=14413 vsize=16868 CPUtime=20.27
/proc/14415/stat : 14415 (sugar) S 14413 14415 12618 0 -1 4194304 1376 53062 0 2 6 1 1910 110 16 0 1 0 20432568 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14415/statm: 4217 1113 409 3 0 796 0
[pid=14438] ppid=14415 vsize=5356 CPUtime=0
/proc/14438/stat : 14438 (sh) S 14415 14415 12618 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20434751 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14438/statm: 1339 232 193 169 0 50 0
[pid=14439] ppid=14438 vsize=203568 CPUtime=28.94
/proc/14439/stat : 14439 (minisat) R 14438 14415 12618 0 -1 4194304 49645 0 0 0 2850 44 0 0 25 0 1 0 20434752 208453632 49631 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/14439/statm: 50892 49631 76 150 0 50739 0
Current children cumulated CPU time (s) 49.21
Current children cumulated vsize (KiB) 225792

[startup+102.302 s]
/proc/loadavg: 3.18 2.56 2.22 3/85 14440
/proc/meminfo: memFree=556004/2055920 swapFree=4192956/4192956
[pid=14415] ppid=14413 vsize=16868 CPUtime=20.27
/proc/14415/stat : 14415 (sugar) S 14413 14415 12618 0 -1 4194304 1376 53062 0 2 6 1 1910 110 16 0 1 0 20432568 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14415/statm: 4217 1113 409 3 0 796 0
[pid=14438] ppid=14415 vsize=5356 CPUtime=0
/proc/14438/stat : 14438 (sh) S 14415 14415 12618 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20434751 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14438/statm: 1339 232 193 169 0 50 0
[pid=14439] ppid=14438 vsize=211672 CPUtime=78.36
/proc/14439/stat : 14439 (minisat) R 14438 14415 12618 0 -1 4194304 51666 0 0 0 7789 47 0 0 25 0 1 0 20434752 216752128 51652 996147200 134512640 135127466 4294956256 18446744073709551615 134530581 0 0 4096 3 0 0 0 17 0 0 0
/proc/14439/statm: 52918 51652 76 150 0 52765 0
Current children cumulated CPU time (s) 98.63

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

/proc/meminfo: memFree=403036/2055920 swapFree=4192956/4192956
[pid=14415] ppid=14413 vsize=16868 CPUtime=20.27
/proc/14415/stat : 14415 (sugar) S 14413 14415 12618 0 -1 4194304 1376 53062 0 2 6 1 1910 110 16 0 1 0 20432568 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14415/statm: 4217 1113 409 3 0 796 0
[pid=14438] ppid=14415 vsize=5356 CPUtime=0
/proc/14438/stat : 14438 (sh) S 14415 14415 12618 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20434751 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14438/statm: 1339 232 193 169 0 50 0
[pid=14439] ppid=14438 vsize=394720 CPUtime=1327.83
/proc/14439/stat : 14439 (minisat) R 14438 14415 12618 0 -1 4194304 96812 0 0 0 132690 93 0 0 25 0 1 0 20434752 404193280 96798 996147200 134512640 135127466 4294956256 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 1 0 0
/proc/14439/statm: 98680 96798 76 150 0 98527 0
Current children cumulated CPU time (s) 1348.1
Current children cumulated vsize (KiB) 416944

[startup+1422.3 s]
/proc/loadavg: 2.01 2.04 2.10 3/84 14518
/proc/meminfo: memFree=397788/2055920 swapFree=4192956/4192956
[pid=14415] ppid=14413 vsize=16868 CPUtime=20.27
/proc/14415/stat : 14415 (sugar) S 14413 14415 12618 0 -1 4194304 1376 53062 0 2 6 1 1910 110 16 0 1 0 20432568 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14415/statm: 4217 1113 409 3 0 796 0
[pid=14438] ppid=14415 vsize=5356 CPUtime=0
/proc/14438/stat : 14438 (sh) S 14415 14415 12618 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20434751 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14438/statm: 1339 232 193 169 0 50 0
[pid=14439] ppid=14438 vsize=399808 CPUtime=1387.31
/proc/14439/stat : 14439 (minisat) R 14438 14415 12618 0 -1 4194304 98134 0 0 0 138636 95 0 0 25 0 1 0 20434752 409403392 98120 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/14439/statm: 99952 98120 76 150 0 99799 0
Current children cumulated CPU time (s) 1407.58
Current children cumulated vsize (KiB) 422032

[startup+1482.3 s]
/proc/loadavg: 2.00 2.03 2.09 3/84 14518
/proc/meminfo: memFree=389276/2055920 swapFree=4192956/4192956
[pid=14415] ppid=14413 vsize=16868 CPUtime=20.27
/proc/14415/stat : 14415 (sugar) S 14413 14415 12618 0 -1 4194304 1376 53062 0 2 6 1 1910 110 16 0 1 0 20432568 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14415/statm: 4217 1113 409 3 0 796 0
[pid=14438] ppid=14415 vsize=5356 CPUtime=0
/proc/14438/stat : 14438 (sh) S 14415 14415 12618 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20434751 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14438/statm: 1339 232 193 169 0 50 0
[pid=14439] ppid=14438 vsize=408064 CPUtime=1446.79
/proc/14439/stat : 14439 (minisat) R 14438 14415 12618 0 -1 4194304 100224 0 0 0 144581 98 0 0 25 0 1 0 20434752 417857536 100210 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/14439/statm: 102016 100210 76 150 0 101863 0
Current children cumulated CPU time (s) 1467.06
Current children cumulated vsize (KiB) 430288

[startup+1542.3 s]
/proc/loadavg: 2.00 2.02 2.08 3/84 14518
/proc/meminfo: memFree=379420/2055920 swapFree=4192956/4192956
[pid=14415] ppid=14413 vsize=16868 CPUtime=20.27
/proc/14415/stat : 14415 (sugar) S 14413 14415 12618 0 -1 4194304 1376 53062 0 2 6 1 1910 110 16 0 1 0 20432568 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14415/statm: 4217 1113 409 3 0 796 0
[pid=14438] ppid=14415 vsize=5356 CPUtime=0
/proc/14438/stat : 14438 (sh) S 14415 14415 12618 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20434751 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14438/statm: 1339 232 193 169 0 50 0
[pid=14439] ppid=14438 vsize=417648 CPUtime=1506.26
/proc/14439/stat : 14439 (minisat) R 14438 14415 12618 0 -1 4194304 102658 0 0 0 150526 100 0 0 25 0 1 0 20434752 427671552 102644 996147200 134512640 135127466 4294956256 18446744073709551615 134530644 0 0 4096 3 0 0 0 17 1 0 0
/proc/14439/statm: 104412 102644 76 150 0 104259 0
Current children cumulated CPU time (s) 1526.53
Current children cumulated vsize (KiB) 439872

[startup+1602.3 s]
/proc/loadavg: 2.11 2.05 2.09 3/84 14524
/proc/meminfo: memFree=374940/2055920 swapFree=4192956/4192956
[pid=14415] ppid=14413 vsize=16868 CPUtime=20.27
/proc/14415/stat : 14415 (sugar) S 14413 14415 12618 0 -1 4194304 1376 53062 0 2 6 1 1910 110 16 0 1 0 20432568 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14415/statm: 4217 1113 409 3 0 796 0
[pid=14438] ppid=14415 vsize=5356 CPUtime=0
/proc/14438/stat : 14438 (sh) S 14415 14415 12618 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20434751 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14438/statm: 1339 232 193 169 0 50 0
[pid=14439] ppid=14438 vsize=422084 CPUtime=1565.72
/proc/14439/stat : 14439 (minisat) R 14438 14415 12618 0 -1 4194304 103773 0 0 0 156471 101 0 0 25 0 1 0 20434752 432214016 103759 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/14439/statm: 105521 103759 76 150 0 105368 0
Current children cumulated CPU time (s) 1585.99
Current children cumulated vsize (KiB) 444308

[startup+1662.3 s]
/proc/loadavg: 2.04 2.04 2.08 3/84 14524
/proc/meminfo: memFree=370268/2055920 swapFree=4192956/4192956
[pid=14415] ppid=14413 vsize=16868 CPUtime=20.27
/proc/14415/stat : 14415 (sugar) S 14413 14415 12618 0 -1 4194304 1376 53062 0 2 6 1 1910 110 16 0 1 0 20432568 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14415/statm: 4217 1113 409 3 0 796 0
[pid=14438] ppid=14415 vsize=5356 CPUtime=0
/proc/14438/stat : 14438 (sh) S 14415 14415 12618 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20434751 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14438/statm: 1339 232 193 169 0 50 0
[pid=14439] ppid=14438 vsize=426376 CPUtime=1625.2
/proc/14439/stat : 14439 (minisat) R 14438 14415 12618 0 -1 4194304 104901 0 0 0 162417 103 0 0 25 0 1 0 20434752 436609024 104887 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/14439/statm: 106594 104887 76 150 0 106441 0
Current children cumulated CPU time (s) 1645.47
Current children cumulated vsize (KiB) 448600

[startup+1722.3 s]
/proc/loadavg: 2.01 2.03 2.08 3/84 14524
/proc/meminfo: memFree=365468/2055920 swapFree=4192956/4192956
[pid=14415] ppid=14413 vsize=16868 CPUtime=20.27
/proc/14415/stat : 14415 (sugar) S 14413 14415 12618 0 -1 4194304 1376 53062 0 2 6 1 1910 110 16 0 1 0 20432568 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14415/statm: 4217 1113 409 3 0 796 0
[pid=14438] ppid=14415 vsize=5356 CPUtime=0
/proc/14438/stat : 14438 (sh) S 14415 14415 12618 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20434751 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14438/statm: 1339 232 193 169 0 50 0
[pid=14439] ppid=14438 vsize=431092 CPUtime=1684.67
/proc/14439/stat : 14439 (minisat) R 14438 14415 12618 0 -1 4194304 106088 0 0 0 168363 104 0 0 25 0 1 0 20434752 441438208 106074 996147200 134512640 135127466 4294956256 18446744073709551615 134530936 0 0 4096 3 0 0 0 17 1 0 0
/proc/14439/statm: 107773 106074 76 150 0 107620 0
Current children cumulated CPU time (s) 1704.94
Current children cumulated vsize (KiB) 453316

[startup+1782.3 s]
/proc/loadavg: 2.05 2.04 2.08 3/84 14524
/proc/meminfo: memFree=361116/2055920 swapFree=4192956/4192956
[pid=14415] ppid=14413 vsize=16868 CPUtime=20.27
/proc/14415/stat : 14415 (sugar) S 14413 14415 12618 0 -1 4194304 1376 53062 0 2 6 1 1910 110 16 0 1 0 20432568 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14415/statm: 4217 1113 409 3 0 796 0
[pid=14438] ppid=14415 vsize=5356 CPUtime=0
/proc/14438/stat : 14438 (sh) S 14415 14415 12618 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20434751 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14438/statm: 1339 232 193 169 0 50 0
[pid=14439] ppid=14438 vsize=435244 CPUtime=1744.15
/proc/14439/stat : 14439 (minisat) R 14438 14415 12618 0 -1 4194304 107152 0 0 0 174310 105 0 0 25 0 1 0 20434752 445689856 107138 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/14439/statm: 108811 107138 76 150 0 108658 0
Current children cumulated CPU time (s) 1764.42
Current children cumulated vsize (KiB) 457468



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1818.2 s]
/proc/loadavg: 2.14 2.06 2.08 3/84 14524
/proc/meminfo: memFree=359004/2055920 swapFree=4192956/4192956
[pid=14415] ppid=14413 vsize=16868 CPUtime=20.27
/proc/14415/stat : 14415 (sugar) S 14413 14415 12618 0 -1 4194304 1376 53062 0 2 6 1 1910 110 16 0 1 0 20432568 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14415/statm: 4217 1113 409 3 0 796 0
[pid=14438] ppid=14415 vsize=5356 CPUtime=0
/proc/14438/stat : 14438 (sh) S 14415 14415 12618 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20434751 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14438/statm: 1339 232 193 169 0 50 0
[pid=14439] ppid=14438 vsize=437252 CPUtime=1779.74
/proc/14439/stat : 14439 (minisat) R 14438 14415 12618 0 -1 4194304 107676 0 0 0 177868 106 0 0 25 0 1 0 20434752 447746048 107662 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/14439/statm: 109313 107662 76 150 0 109160 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 459476

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

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

[startup+1818.2 s]
/proc/loadavg: 2.14 2.06 2.08 3/84 14524
/proc/meminfo: memFree=359004/2055920 swapFree=4192956/4192956
[pid=14415] ppid=14413 vsize=16868 CPUtime=20.27
/proc/14415/stat : 14415 (sugar) S 14413 14415 12618 0 -1 4194304 1376 53062 0 2 6 1 1910 110 16 0 1 0 20432568 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14415/statm: 4217 1113 409 3 0 796 0
[pid=14438] ppid=14415 vsize=5356 CPUtime=0
/proc/14438/stat : 14438 (sh) S 14415 14415 12618 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20434751 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14438/statm: 1339 232 193 169 0 50 0
[pid=14439] ppid=14438 vsize=437252 CPUtime=1779.74
/proc/14439/stat : 14439 (minisat) R 14438 14415 12618 0 -1 4194304 107676 0 0 0 177868 106 0 0 25 0 1 0 20434752 447746048 107662 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/14439/statm: 109313 107662 76 150 0 109160 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 459476

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 14415 and gives
#  childrusage.ru_utime.tv_sec=19
#  childrusage.ru_utime.tv_usec=177084
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=179820
# CPU time returned by wait4() is 20.3569
# while last known CPU time is 1800.01
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1818.32
CPU time (s): 1800.01
CPU user time (s): 1797.84
CPU system time (s): 2.17
CPU usage (%): 98.9932
Max. virtual memory (cumulated for all children) (KiB): 912320

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 19.1771
system time used= 1.17982
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 54821
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= 6801
involuntary context switches= 7231

runsolver used 3.40948 second user time and 8.49371 second system time

The end

Launcher Data

Begin job on node90 at 2009-07-11 19:34:39
IDJOB=2064020
IDBENCH=54115
IDSOLVER=739
FILE ID=node90/2064020-1247333679
PBS_JOBID= 9506455
Free space on /tmp= 66228 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/compet02/normalized-patat-02-comp-18.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-2064020-1247333679/watcher-2064020-1247333679 -o /tmp/evaluation-result-2064020-1247333679/solver-2064020-1247333679 -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-2064020-1247333679.xml

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

MD5SUM BENCH= 7009ab8b0625ac3b74cd8e0d86a590c4
RANDOM SEED=934637023

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:        818916 kB
Buffers:         59060 kB
Cached:         653512 kB
SwapCached:          0 kB
Active:         668256 kB
Inactive:       512212 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        818916 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            3864 kB
Writeback:           0 kB
Mapped:         479096 kB
Slab:            40900 kB
Committed_AS:   613276 kB
PageTables:       2752 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= 66224 MiB
End job on node90 at 2009-07-11 20:04:59