Trace number 2083127

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.3 1817.49

General information on the benchmark

Namecsp/fapp/fapp08/
normalized-fapp08-0700-9.xml
MD5SUMfc14afa27a31c1de216ea0ec7153d796
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark13.8769
Satisfiable
(Un)Satisfiability was proved
Number of variables700
Number of constraints7122
Maximum constraint arity2
Maximum domain size282
Number of constraints which are defined in extension0
Number of constraints which are defined in intension7122
Global constraints used (with number of constraints)

Solver Data

0.06/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.06/0.08	c 0	BEGIN Sun Jul 12 07:32:21 2009
0.06/0.08	c 0	PID 21124
0.06/0.08	c 0	HOST node9.alineos.net
0.06/0.08	c 0	CONVERTING HOME/instance-2083127-1247376740.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-2083127-1247376740.xml' 'HOME/temp.csp'
0.07/0.85	c 0	25 domains, 700 variables, 8 predicates, 0 relations, 7122 constraints
0.07/0.88	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.88	c 0	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'
0.82/0.95	c 1	Parsing HOME/temp.csp
1.12/1.25	c 1	parsed 7855 expressions
1.12/1.26	c 1	Heap : 3 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.12/1.26	c 1	Converting to clausal form CSP
1.42/1.52	c 1	converted 786 (10%) expressions
3.30/3.44	c 3	converted 1571 (20%) expressions
4.68/4.87	c 4	converted 2357 (30%) expressions
5.67/5.87	c 5	converted 3142 (40%) expressions
6.55/6.79	c 6	converted 3928 (50%) expressions
8.14/8.37	c 8	converted 4713 (60%) expressions
9.24/9.42	c 9	converted 5499 (70%) expressions
10.22/10.46	c 10	converted 6284 (80%) expressions
11.60/11.87	c 11	converted 7070 (90%) expressions
12.49/12.76	c 12	converted 7855 (100%) expressions
12.49/12.76	c 12	CSP : 1396 integers, 20152 booleans, 42869 clauses, largest domain size 2721
12.49/12.76	c 12	Heap : 63 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
12.49/12.76	c 12	Propagation in CSP
13.00/13.20	c 13	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
13.00/13.20	c 13	CSP : 1396 integers, 20152 booleans, 42869 clauses, largest domain size 2721
13.00/13.20	c 13	Heap : 68 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
13.00/13.23	c 13	Simplifing CSP by introducing new Boolean variables
13.09/13.33	c 13	CSP : 1396 integers, 35056 booleans, 57773 clauses, largest domain size 2721
13.09/13.33	c 13	Heap : 69 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
13.59/13.82	c 13	Encoding CSP to SAT : HOME/temp.cnf
14.17/14.46	c 14	140 (10%) CSP integer variables are encoded (28476 clauses, 405112 bytes)
14.67/14.95	c 15	280 (20%) CSP integer variables are encoded (53347 clauses, 778177 bytes)
15.16/15.48	c 15	419 (30%) CSP integer variables are encoded (79658 clauses, 1172842 bytes)
15.67/15.99	c 16	559 (40%) CSP integer variables are encoded (105486 clauses, 1572287 bytes)
16.26/16.53	c 16	698 (50%) CSP integer variables are encoded (132440 clauses, 2030505 bytes)
16.55/16.83	c 16	838 (60%) CSP integer variables are encoded (356380 clauses, 5837485 bytes)
16.84/17.16	c 17	978 (70%) CSP integer variables are encoded (604570 clauses, 10056715 bytes)
17.15/17.46	c 17	1117 (80%) CSP integer variables are encoded (845951 clauses, 14160192 bytes)
17.44/17.74	c 17	1257 (90%) CSP integer variables are encoded (1059013 clauses, 17902683 bytes)
17.73/18.03	c 18	1396 (100%) CSP integer variables are encoded (1281796 clauses, 22135560 bytes)
21.50/21.80	c 21	5778 (10%) CSP clauses are encoded (2384414 clauses, 49096010 bytes)
25.74/26.13	c 26	11555 (20%) CSP clauses are encoded (3781108 clauses, 83863592 bytes)
29.68/30.14	c 30	17332 (30%) CSP clauses are encoded (5175753 clauses, 118721826 bytes)
34.01/34.51	c 34	23110 (40%) CSP clauses are encoded (6700859 clauses, 157707332 bytes)
37.46/38.03	c 38	28887 (50%) CSP clauses are encoded (7943757 clauses, 189221869 bytes)
40.33/40.94	c 41	34664 (60%) CSP clauses are encoded (8935280 clauses, 214569798 bytes)
43.85/44.59	c 44	40442 (70%) CSP clauses are encoded (10190331 clauses, 246599804 bytes)
47.57/48.34	c 48	46219 (80%) CSP clauses are encoded (11512219 clauses, 280208898 bytes)
51.20/52.07	c 52	51996 (90%) CSP clauses are encoded (12840046 clauses, 314246015 bytes)
55.03/55.97	c 56	57773 (100%) CSP clauses are encoded (14234068 clauses, 350252801 bytes)
55.03/55.97	c 56	57773 CSP clauses encoded
55.03/55.97	c 56	Writing map file : HOME/temp.map
55.13/56.03	c 56	Heap : 72 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
55.13/56.03	c 56	SAT : 1318248 SAT variables, 14234068 SAT clauses, 350252801 bytes
55.13/56.03	c 56	Heap : 72 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
55.13/56.07	c 56	SOLVING HOME/temp.cnf
55.13/56.08	c 56	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
55.13/56.08	c 56	This is MiniSat 2.0 beta
55.13/56.08	c 56	WARNING: for repeatability, setting FPU to use double precision
55.13/56.08	c 56	============================[ Problem Statistics ]=============================
55.13/56.08	c 56	|                                                                             |
55.13/56.08	c 56	|  Number of variables:  1318248                                              |
55.13/56.08	c 56	|  Number of clauses:    14234068                                             |
63.80/64.85	c 64	|  Parsing time:         7.58         s                                       |
64.19/65.27	c 65	============================[ Search Statistics ]==============================
64.19/65.27	c 65	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
64.19/65.27	c 65	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
64.19/65.27	c 65	===============================================================================
64.19/65.27	c 65	|         0 | 1318248 14234068 40133889 |  4744689        0    nan |  0.000 % |
65.08/66.13	c 66	|       100 | 1318247 14234068 40133889 |  5219158       99      3 |  0.009 % |
67.56/68.68	c 68	|       250 | 1318244 14234068 40133889 |  5741074      246      3 |  0.009 % |
73.31/74.45	c 74	|       475 | 1318236 14234068 40133889 |  6315181      463      3 |  0.056 % |
85.09/86.31	c 86	|       813 | 1317488 14227272 40115063 |  6946699      791      3 |  0.112 % |
97.28/98.65	c 98	|      1319 | 1317477 14227272 40115063 |  7641369     1287      3 |  0.788 % |
112.34/113.89	c 113	|      2078 | 1303568 14088656 39727152 |  8405506     2033      4 |  1.807 % |
129.57/131.23	c 131	|      3217 | 1276428 13798493 38911155 |  9246057     3153      5 |  3.933 % |
150.37/152.26	c 152	|      4925 | 1242707 13498481 38078706 | 10170662     4822      6 |  7.300 % |
182.52/184.85	c 184	|      7487 | 1195483 13071406 36892520 | 11187729     7351      6 |  9.639 % |
220.07/222.80	c 222	|     11331 | 1119779 12116397 34179519 | 12306502    11145      7 | 15.384 % |
275.74/278.97	c 279	|     17097 | 1071198 11660394 32909021 | 13537152    16864      8 | 19.208 % |
348.65/352.55	c 352	|     25746 | 1005176 10926584 30839862 | 14890867    25394      9 | 25.486 % |
450.09/454.98	c 455	|     38720 |  895150  9731167 27475196 | 16379954    38153     11 | 32.468 % |
599.88/606.13	c 606	|     58181 |  822981  8739651 24646043 | 18017949    57501     12 | 37.573 % |
809.59/817.86	c 817	|     87373 |  765347  8021627 22607696 | 19819744    86591     14 | 42.267 % |
1121.64/1132.85	c 1132	|    131162 |  693290  7133556 20088571 | 21801719   130079     16 | 47.408 % |
1623.21/1639.16	c 1639	|    196847 |  596623  5824635 16355836 | 23981891   195628     18 | 54.741 % |
1800.08/1817.22	c ERROR INTERRUPTED
1800.19/1817.33	s UNKNOWN
1800.19/1817.33	c 1817	CPU 55.19 (0.06 0.01 52.64 2.48)
1800.19/1817.33	c 1817	END Sun Jul 12 08:02:38 2009

Verifier Data

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

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2083127-1247376740/watcher-2083127-1247376740 -o /tmp/evaluation-result-2083127-1247376740/solver-2083127-1247376740 -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-2083127-1247376740.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.95 1.98 1.99 4/80 21124
/proc/meminfo: memFree=1405060/2055920 swapFree=4192812/4192956
[pid=21124] ppid=21122 vsize=12268 CPUtime=0
/proc/21124/stat : 21124 (sugar) R 21122 21124 19697 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 24741171 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 215419157093 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/21124/statm: 3067 316 241 3 0 167 0

[startup+0.074037 s]
/proc/loadavg: 1.95 1.98 1.99 4/80 21124
/proc/meminfo: memFree=1405060/2055920 swapFree=4192812/4192956
[pid=21124] ppid=21122 vsize=16476 CPUtime=0.06
/proc/21124/stat : 21124 (sugar) R 21122 21124 19697 0 -1 4194304 1045 0 0 0 5 1 0 0 18 0 1 0 24741171 16871424 1013 996147200 4194304 4206940 548682068608 18446744073709551615 215436636074 0 0 4224 0 0 0 0 17 1 0 0
/proc/21124/statm: 4119 1013 380 3 0 698 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16476

[startup+0.101037 s]
/proc/loadavg: 1.95 1.98 1.99 4/80 21124
/proc/meminfo: memFree=1405060/2055920 swapFree=4192812/4192956
[pid=21124] ppid=21122 vsize=16868 CPUtime=0.07
/proc/21124/stat : 21124 (sugar) S 21122 21124 19697 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 24741171 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21124/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.30106 s]
/proc/loadavg: 1.95 1.98 1.99 4/80 21124
/proc/meminfo: memFree=1405060/2055920 swapFree=4192812/4192956
[pid=21124] ppid=21122 vsize=16868 CPUtime=0.07
/proc/21124/stat : 21124 (sugar) S 21122 21124 19697 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 24741171 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21124/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.701103 s]
/proc/loadavg: 1.95 1.98 1.99 4/80 21124
/proc/meminfo: memFree=1405060/2055920 swapFree=4192812/4192956
[pid=21124] ppid=21122 vsize=16868 CPUtime=0.07
/proc/21124/stat : 21124 (sugar) S 21122 21124 19697 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 24741171 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21124/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50219 s]
/proc/loadavg: 1.95 1.98 1.99 5/91 21146
/proc/meminfo: memFree=1397036/2055920 swapFree=4192812/4192956
[pid=21124] ppid=21122 vsize=16868 CPUtime=0.82
/proc/21124/stat : 21124 (sugar) S 21122 21124 19697 0 -1 4194304 1309 8254 0 1 6 1 71 4 16 0 1 0 24741171 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21124/statm: 4217 1111 409 3 0 796 0
[pid=21137] ppid=21124 vsize=5356 CPUtime=0
/proc/21137/stat : 21137 (sh) S 21124 21124 19697 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24741259 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21137/statm: 1339 233 193 169 0 50 0
[pid=21138] ppid=21137 vsize=864256 CPUtime=0.6
/proc/21138/stat : 21138 (java) S 21137 21124 19697 0 -1 0 4717 0 1 0 58 2 0 0 18 0 9 0 24741260 884998144 4171 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21138/statm: 216064 4171 1742 9 0 210569 0
[pid=21138/tid=21139] ppid=21137 vsize=864256 CPUtime=0.47
/proc/21138/task/21139/stat : 21139 (java) R 21137 21124 19697 0 -1 64 2668 0 1 0 46 1 0 0 19 0 9 0 24741261 884998144 4171 996147200 134512640 134550932 4294955936 18446744073709551615 4126510032 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21138/tid=21140] ppid=21137 vsize=864256 CPUtime=0.03
/proc/21138/task/21140/stat : 21140 (java) S 21137 21124 19697 0 -1 64 1028 0 0 0 3 0 0 0 16 0 9 0 24741262 884998144 4171 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21138/tid=21141] ppid=21137 vsize=864256 CPUtime=0
/proc/21138/task/21141/stat : 21141 (java) S 21137 21124 19697 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 24741262 884998144 4171 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21138/tid=21142] ppid=21137 vsize=864256 CPUtime=0
/proc/21138/task/21142/stat : 21142 (java) S 21137 21124 19697 0 -1 64 3 0 0 0 0 0 0 0 20 0 9 0 24741262 884998144 4171 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21138/tid=21143] ppid=21137 vsize=864256 CPUtime=0
/proc/21138/task/21143/stat : 21143 (java) S 21137 21124 19697 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24741264 884998144 4171 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21138/tid=21144] ppid=21137 vsize=864256 CPUtime=0.07
/proc/21138/task/21144/stat : 21144 (java) S 21137 21124 19697 0 -1 64 328 0 0 0 7 0 0 0 16 0 9 0 24741264 884998144 4171 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21138/tid=21145] ppid=21137 vsize=864256 CPUtime=0
/proc/21138/task/21145/stat : 21145 (java) S 21137 21124 19697 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24741264 884998144 4171 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21138/tid=21146] ppid=21137 vsize=864256 CPUtime=0
/proc/21138/task/21146/stat : 21146 (java) S 21137 21124 19697 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24741264 884998144 4171 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 886480

[startup+3.10237 s]
/proc/loadavg: 2.04 2.00 2.00 3/91 21146
/proc/meminfo: memFree=1384172/2055920 swapFree=4192812/4192956
[pid=21124] ppid=21122 vsize=16868 CPUtime=0.82
/proc/21124/stat : 21124 (sugar) S 21122 21124 19697 0 -1 4194304 1309 8254 0 1 6 1 71 4 15 0 1 0 24741171 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21124/statm: 4217 1111 409 3 0 796 0
[pid=21137] ppid=21124 vsize=5356 CPUtime=0
/proc/21137/stat : 21137 (sh) S 21124 21124 19697 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24741259 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21137/statm: 1339 233 193 169 0 50 0
[pid=21138] ppid=21137 vsize=868600 CPUtime=2.18
/proc/21138/stat : 21138 (java) S 21137 21124 19697 0 -1 0 8739 0 1 0 213 5 0 0 18 0 9 0 24741260 889446400 7876 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21138/statm: 217150 7876 2566 9 0 211655 0
[pid=21138/tid=21139] ppid=21137 vsize=868600 CPUtime=1.74
/proc/21138/task/21139/stat : 21139 (java) R 21137 21124 19697 0 -1 64 2786 0 1 0 173 1 0 0 25 0 9 0 24741261 889446400 7876 996147200 134512640 134550932 4294955936 18446744073709551615 4126503910 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21138/tid=21140] ppid=21137 vsize=868600 CPUtime=0.24
/proc/21138/task/21140/stat : 21140 (java) S 21137 21124 19697 0 -1 64 3785 0 0 0 22 2 0 0 16 0 9 0 24741262 889446400 7876 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21138/tid=21141] ppid=21137 vsize=868600 CPUtime=0
/proc/21138/task/21141/stat : 21141 (java) S 21137 21124 19697 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24741262 889446400 7876 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21138/tid=21142] ppid=21137 vsize=868600 CPUtime=0
/proc/21138/task/21142/stat : 21142 (java) S 21137 21124 19697 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 24741262 889446400 7876 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21138/tid=21143] ppid=21137 vsize=868600 CPUtime=0
/proc/21138/task/21143/stat : 21143 (java) S 21137 21124 19697 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24741264 889446400 7876 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21138/tid=21144] ppid=21137 vsize=868600 CPUtime=0.17
/proc/21138/task/21144/stat : 21144 (java) S 21137 21124 19697 0 -1 64 1469 0 0 0 17 0 0 0 15 0 9 0 24741264 889446400 7876 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21138/tid=21145] ppid=21137 vsize=868600 CPUtime=0
/proc/21138/task/21145/stat : 21145 (java) S 21137 21124 19697 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24741264 889446400 7876 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21138/tid=21146] ppid=21137 vsize=868600 CPUtime=0
/proc/21138/task/21146/stat : 21146 (java) S 21137 21124 19697 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24741264 889446400 7876 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 890824

[startup+6.30273 s]
/proc/loadavg: 2.04 2.00 2.00 3/91 21146
/proc/meminfo: memFree=1367852/2055920 swapFree=4192812/4192956
[pid=21124] ppid=21122 vsize=16868 CPUtime=0.82
/proc/21124/stat : 21124 (sugar) S 21122 21124 19697 0 -1 4194304 1309 8254 0 1 6 1 71 4 16 0 1 0 24741171 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21124/statm: 4217 1111 409 3 0 796 0
[pid=21137] ppid=21124 vsize=5356 CPUtime=0
/proc/21137/stat : 21137 (sh) S 21124 21124 19697 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24741259 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21137/statm: 1339 233 193 169 0 50 0
[pid=21138] ppid=21137 vsize=868600 CPUtime=5.35
/proc/21138/stat : 21138 (java) S 21137 21124 19697 0 -1 0 13275 0 1 0 526 9 0 0 18 0 9 0 24741260 889446400 12234 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21138/statm: 217150 12234 2566 9 0 211655 0
[pid=21138/tid=21139] ppid=21137 vsize=868600 CPUtime=4.37
/proc/21138/task/21139/stat : 21139 (java) R 21137 21124 19697 0 -1 64 3189 0 1 0 435 2 0 0 25 0 9 0 24741261 889446400 12234 996147200 134512640 134550932 4294955936 18446744073709551615 4126508720 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21138/tid=21140] ppid=21137 vsize=868600 CPUtime=0.77
/proc/21138/task/21140/stat : 21140 (java) S 21137 21124 19697 0 -1 64 7913 0 0 0 72 5 0 0 16 0 9 0 24741262 889446400 12234 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21138/tid=21141] ppid=21137 vsize=868600 CPUtime=0
/proc/21138/task/21141/stat : 21141 (java) S 21137 21124 19697 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24741262 889446400 12234 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21138/tid=21142] ppid=21137 vsize=868600 CPUtime=0
/proc/21138/task/21142/stat : 21142 (java) S 21137 21124 19697 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 24741262 889446400 12234 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21138/tid=21143] ppid=21137 vsize=868600 CPUtime=0
/proc/21138/task/21143/stat : 21143 (java) S 21137 21124 19697 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24741264 889446400 12234 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21138/tid=21144] ppid=21137 vsize=868600 CPUtime=0.18
/proc/21138/task/21144/stat : 21144 (java) S 21137 21124 19697 0 -1 64 1474 0 0 0 18 0 0 0 16 0 9 0 24741264 889446400 12234 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21138/tid=21145] ppid=21137 vsize=868600 CPUtime=0
/proc/21138/task/21145/stat : 21145 (java) S 21137 21124 19697 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24741264 889446400 12234 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21138/tid=21146] ppid=21137 vsize=868600 CPUtime=0
/proc/21138/task/21146/stat : 21146 (java) S 21137 21124 19697 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24741264 889446400 12234 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 890824

[startup+12.7024 s]
/proc/loadavg: 2.03 2.00 2.00 3/91 21146
/proc/meminfo: memFree=1323756/2055920 swapFree=4192812/4192956
[pid=21124] ppid=21122 vsize=16868 CPUtime=0.82
/proc/21124/stat : 21124 (sugar) S 21122 21124 19697 0 -1 4194304 1309 8254 0 1 6 1 71 4 16 0 1 0 24741171 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21124/statm: 4217 1111 409 3 0 796 0
[pid=21137] ppid=21124 vsize=5356 CPUtime=0
/proc/21137/stat : 21137 (sh) S 21124 21124 19697 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24741259 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21137/statm: 1339 233 193 169 0 50 0
[pid=21138] ppid=21137 vsize=868600 CPUtime=11.67
/proc/21138/stat : 21138 (java) S 21137 21124 19697 0 -1 0 31656 0 1 0 1148 19 0 0 18 0 9 0 24741260 889446400 23127 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21138/statm: 217150 23127 2567 9 0 211655 0
[pid=21138/tid=21139] ppid=21137 vsize=868600 CPUtime=9.34
/proc/21138/task/21139/stat : 21139 (java) R 21137 21124 19697 0 -1 64 3949 0 1 0 932 2 0 0 25 0 9 0 24741261 889446400 23127 996147200 134512640 134550932 4294955936 18446744073709551615 4126509780 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21138/tid=21140] ppid=21137 vsize=868600 CPUtime=2.12
/proc/21138/task/21140/stat : 21140 (java) S 21137 21124 19697 0 -1 64 25534 0 0 0 197 15 0 0 16 0 9 0 24741262 889446400 23127 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21138/tid=21141] ppid=21137 vsize=868600 CPUtime=0
/proc/21138/task/21141/stat : 21141 (java) S 21137 21124 19697 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24741262 889446400 23127 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21138/tid=21142] ppid=21137 vsize=868600 CPUtime=0
/proc/21138/task/21142/stat : 21142 (java) S 21137 21124 19697 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 24741262 889446400 23127 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21138/tid=21143] ppid=21137 vsize=868600 CPUtime=0
/proc/21138/task/21143/stat : 21143 (java) S 21137 21124 19697 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24741264 889446400 23127 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21138/tid=21144] ppid=21137 vsize=868600 CPUtime=0.18
/proc/21138/task/21144/stat : 21144 (java) S 21137 21124 19697 0 -1 64 1474 0 0 0 18 0 0 0 16 0 9 0 24741264 889446400 23127 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21138/tid=21145] ppid=21137 vsize=868600 CPUtime=0
/proc/21138/task/21145/stat : 21145 (java) S 21137 21124 19697 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24741264 889446400 23127 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21138/tid=21146] ppid=21137 vsize=868600 CPUtime=0
/proc/21138/task/21146/stat : 21146 (java) S 21137 21124 19697 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24741264 889446400 23127 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.49
Current children cumulated vsize (KiB) 890824

[startup+25.5019 s]
/proc/loadavg: 2.03 2.00 2.00 3/91 21146
/proc/meminfo: memFree=1237804/2055920 swapFree=4192812/4192956
[pid=21124] ppid=21122 vsize=16868 CPUtime=0.82
/proc/21124/stat : 21124 (sugar) S 21122 21124 19697 0 -1 4194304 1310 8254 0 1 6 1 71 4 16 0 1 0 24741171 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21124/statm: 4217 1111 409 3 0 796 0
[pid=21137] ppid=21124 vsize=5356 CPUtime=0
/proc/21137/stat : 21137 (sh) S 21124 21124 19697 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24741259 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21137/statm: 1339 233 193 169 0 50 0
[pid=21138] ppid=21137 vsize=868712 CPUtime=24.32
/proc/21138/stat : 21138 (java) S 21137 21124 19697 0 -1 0 34713 0 1 0 2367 65 0 0 18 0 9 0 24741260 889561088 24313 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21138/statm: 217178 24313 2593 9 0 211655 0
[pid=21138/tid=21139] ppid=21137 vsize=868712 CPUtime=21.21
/proc/21138/task/21139/stat : 21139 (java) R 21137 21124 19697 0 -1 64 4298 0 1 0 2075 46 0 0 25 0 9 0 24741261 889561088 24313 996147200 134512640 134550932 4294955936 18446744073709551615 4126546984 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21138/tid=21140] ppid=21137 vsize=868712 CPUtime=2.83
/proc/21138/task/21140/stat : 21140 (java) S 21137 21124 19697 0 -1 64 28192 0 0 0 265 18 0 0 16 0 9 0 24741262 889561088 24313 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21138/tid=21141] ppid=21137 vsize=868712 CPUtime=0
/proc/21138/task/21141/stat : 21141 (java) S 21137 21124 19697 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24741262 889561088 24313 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21138/tid=21142] ppid=21137 vsize=868712 CPUtime=0
/proc/21138/task/21142/stat : 21142 (java) S 21137 21124 19697 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 24741262 889561088 24313 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21138/tid=21143] ppid=21137 vsize=868712 CPUtime=0

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

/proc/21148/stat : 21148 (minisat) R 21147 21124 19697 0 -1 4194304 173057 0 0 0 135206 119 0 0 25 0 1 0 24746780 744046592 173043 996147200 134512640 135127466 4294956256 18446744073709551615 134530817 0 0 4096 3 0 0 0 17 1 0 0
/proc/21148/statm: 181652 173043 76 150 0 181499 0
Current children cumulated CPU time (s) 1408.44
Current children cumulated vsize (KiB) 748832

[startup+1482.3 s]
/proc/loadavg: 2.08 2.06 2.01 3/83 21150
/proc/meminfo: memFree=355564/2055920 swapFree=4192812/4192956
[pid=21124] ppid=21122 vsize=16868 CPUtime=55.19
/proc/21124/stat : 21124 (sugar) S 21122 21124 19697 0 -1 4194304 1377 44071 0 2 6 1 5264 248 16 0 1 0 24741171 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21124/statm: 4217 1114 409 3 0 796 0
[pid=21147] ppid=21124 vsize=5356 CPUtime=0
/proc/21147/stat : 21147 (sh) S 21124 21124 19697 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24746779 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21147/statm: 1339 232 193 169 0 50 0
[pid=21148] ppid=21147 vsize=726608 CPUtime=1412.69
/proc/21148/stat : 21148 (minisat) R 21147 21124 19697 0 -1 4194304 173078 0 0 0 141150 119 0 0 25 0 1 0 24746780 744046592 173064 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/21148/statm: 181652 173064 76 150 0 181499 0
Current children cumulated CPU time (s) 1467.88
Current children cumulated vsize (KiB) 748832

[startup+1542.3 s]
/proc/loadavg: 2.07 2.06 2.01 3/83 21150
/proc/meminfo: memFree=355500/2055920 swapFree=4192812/4192956
[pid=21124] ppid=21122 vsize=16868 CPUtime=55.19
/proc/21124/stat : 21124 (sugar) S 21122 21124 19697 0 -1 4194304 1377 44071 0 2 6 1 5264 248 16 0 1 0 24741171 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21124/statm: 4217 1114 409 3 0 796 0
[pid=21147] ppid=21124 vsize=5356 CPUtime=0
/proc/21147/stat : 21147 (sh) S 21124 21124 19697 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24746779 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21147/statm: 1339 232 193 169 0 50 0
[pid=21148] ppid=21147 vsize=726608 CPUtime=1472.13
/proc/21148/stat : 21148 (minisat) R 21147 21124 19697 0 -1 4194304 173085 0 0 0 147094 119 0 0 25 0 1 0 24746780 744046592 173071 996147200 134512640 135127466 4294956256 18446744073709551615 134530814 0 0 4096 3 0 0 0 17 1 0 0
/proc/21148/statm: 181652 173071 76 150 0 181499 0
Current children cumulated CPU time (s) 1527.32
Current children cumulated vsize (KiB) 748832

[startup+1602.3 s]
/proc/loadavg: 2.07 2.06 2.01 3/83 21150
/proc/meminfo: memFree=355500/2055920 swapFree=4192812/4192956
[pid=21124] ppid=21122 vsize=16868 CPUtime=55.19
/proc/21124/stat : 21124 (sugar) S 21122 21124 19697 0 -1 4194304 1377 44071 0 2 6 1 5264 248 16 0 1 0 24741171 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21124/statm: 4217 1114 409 3 0 796 0
[pid=21147] ppid=21124 vsize=5356 CPUtime=0
/proc/21147/stat : 21147 (sh) S 21124 21124 19697 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24746779 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21147/statm: 1339 232 193 169 0 50 0
[pid=21148] ppid=21147 vsize=726608 CPUtime=1531.57
/proc/21148/stat : 21148 (minisat) R 21147 21124 19697 0 -1 4194304 173093 0 0 0 153038 119 0 0 25 0 1 0 24746780 744046592 173079 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/21148/statm: 181652 173079 76 150 0 181499 0
Current children cumulated CPU time (s) 1586.76
Current children cumulated vsize (KiB) 748832

[startup+1662.3 s]
/proc/loadavg: 2.06 2.06 2.01 3/83 21150
/proc/meminfo: memFree=355436/2055920 swapFree=4192812/4192956
[pid=21124] ppid=21122 vsize=16868 CPUtime=55.19
/proc/21124/stat : 21124 (sugar) S 21122 21124 19697 0 -1 4194304 1377 44071 0 2 6 1 5264 248 16 0 1 0 24741171 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21124/statm: 4217 1114 409 3 0 796 0
[pid=21147] ppid=21124 vsize=5356 CPUtime=0
/proc/21147/stat : 21147 (sh) S 21124 21124 19697 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24746779 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21147/statm: 1339 232 193 169 0 50 0
[pid=21148] ppid=21147 vsize=726608 CPUtime=1591
/proc/21148/stat : 21148 (minisat) R 21147 21124 19697 0 -1 4194304 173101 0 0 0 158981 119 0 0 25 0 1 0 24746780 744046592 173087 996147200 134512640 135127466 4294956256 18446744073709551615 134531083 0 0 4096 3 0 0 0 17 1 0 0
/proc/21148/statm: 181652 173087 76 150 0 181499 0
Current children cumulated CPU time (s) 1646.19
Current children cumulated vsize (KiB) 748832

[startup+1722.3 s]
/proc/loadavg: 2.06 2.06 2.01 3/83 21155
/proc/meminfo: memFree=355108/2055920 swapFree=4192812/4192956
[pid=21124] ppid=21122 vsize=16868 CPUtime=55.19
/proc/21124/stat : 21124 (sugar) S 21122 21124 19697 0 -1 4194304 1377 44071 0 2 6 1 5264 248 16 0 1 0 24741171 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21124/statm: 4217 1114 409 3 0 796 0
[pid=21147] ppid=21124 vsize=5356 CPUtime=0
/proc/21147/stat : 21147 (sh) S 21124 21124 19697 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24746779 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21147/statm: 1339 232 193 169 0 50 0
[pid=21148] ppid=21147 vsize=726608 CPUtime=1650.42
/proc/21148/stat : 21148 (minisat) R 21147 21124 19697 0 -1 4194304 173120 0 0 0 164923 119 0 0 25 0 1 0 24746780 744046592 173106 996147200 134512640 135127466 4294956256 18446744073709551615 134530814 0 0 4096 3 0 0 0 17 1 0 0
/proc/21148/statm: 181652 173106 76 150 0 181499 0
Current children cumulated CPU time (s) 1705.61
Current children cumulated vsize (KiB) 748832

[startup+1782.3 s]
/proc/loadavg: 1.92 2.03 2.00 3/85 21231
/proc/meminfo: memFree=617948/2055920 swapFree=4192812/4192956
[pid=21124] ppid=21122 vsize=16868 CPUtime=55.19
/proc/21124/stat : 21124 (sugar) S 21122 21124 19697 0 -1 4194304 1377 44071 0 2 6 1 5264 248 16 0 1 0 24741171 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21124/statm: 4217 1114 409 3 0 796 0
[pid=21147] ppid=21124 vsize=5356 CPUtime=0
/proc/21147/stat : 21147 (sh) S 21124 21124 19697 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24746779 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21147/statm: 1339 232 193 169 0 50 0
[pid=21148] ppid=21147 vsize=727012 CPUtime=1710
/proc/21148/stat : 21148 (minisat) R 21147 21124 19697 0 -1 4194304 173127 0 0 0 170880 120 0 0 25 0 1 0 24746780 744460288 173113 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/21148/statm: 181753 173113 76 150 0 181600 0
Current children cumulated CPU time (s) 1765.19
Current children cumulated vsize (KiB) 749236



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1817.21 s]
/proc/loadavg: 2.02 2.04 2.00 3/85 21281
/proc/meminfo: memFree=607900/2055920 swapFree=4192812/4192956
[pid=21124] ppid=21122 vsize=16868 CPUtime=55.19
/proc/21124/stat : 21124 (sugar) S 21122 21124 19697 0 -1 4194304 1377 44071 0 2 6 1 5264 248 16 0 1 0 24741171 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21124/statm: 4217 1114 409 3 0 796 0
[pid=21147] ppid=21124 vsize=5356 CPUtime=0
/proc/21147/stat : 21147 (sh) S 21124 21124 19697 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24746779 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21147/statm: 1339 232 193 169 0 50 0
[pid=21148] ppid=21147 vsize=727012 CPUtime=1744.89
/proc/21148/stat : 21148 (minisat) R 21147 21124 19697 0 -1 4194304 173132 0 0 0 174368 121 0 0 25 0 1 0 24746780 744460288 173118 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/21148/statm: 181753 173118 76 150 0 181600 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 749236

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

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

[startup+1817.32 s]
/proc/loadavg: 2.02 2.04 2.00 3/85 21281
/proc/meminfo: memFree=607900/2055920 swapFree=4192812/4192956
[pid=21124] ppid=21122 vsize=16868 CPUtime=55.19
/proc/21124/stat : 21124 (sugar) S 21122 21124 19697 0 -1 4194304 1399 44071 0 2 6 1 5264 248 16 0 1 0 24741171 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/21124/statm: 4217 1114 409 3 0 796 0
[pid=21147] ppid=21124 vsize=0 CPUtime=0
/proc/21147/stat : 21147 (sh) Z 21124 21124 19697 0 -1 4195340 277 0 0 0 0 0 0 0 16 0 1 0 24746779 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/21147/statm: 0 0 0 0 0 0 0
[pid=21148] ppid=1 vsize=0 CPUtime=1745
/proc/21148/stat : 21148 (minisat) R 1 21124 19697 0 -1 4195332 173132 0 0 0 174368 132 0 0 25 0 1 0 24746780 0 0 996147200 0 0 0 0 0 0 0 4096 3 0 0 0 17 0 0 0
/proc/21148/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.19
Current children cumulated vsize (KiB) 16868

[startup+1817.4 s]
/proc/loadavg: 2.02 2.04 2.00 3/85 21281
/proc/meminfo: memFree=607900/2055920 swapFree=4192812/4192956
[pid=21124] ppid=21122 vsize=16868 CPUtime=55.27
/proc/21124/stat : 21124 (sugar) R 21122 21124 19697 0 -1 4194304 1424 44348 0 2 6 9 5264 248 17 0 1 0 24741171 17272832 1115 996147200 4194304 4206940 548682068608 18446744073709551615 215419163689 0 0 4224 16386 0 0 0 17 0 0 0
/proc/21124/statm: 4217 1115 410 3 0 796 0
Current children cumulated CPU time (s) 55.27
Current children cumulated vsize (KiB) 16868
#
############


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

[startup+1817.4 s]
/proc/loadavg: 2.02 2.04 2.00 3/85 21281
/proc/meminfo: memFree=607900/2055920 swapFree=4192812/4192956
[pid=21124] ppid=21122 vsize=16868 CPUtime=55.27
/proc/21124/stat : 21124 (sugar) R 21122 21124 19697 0 -1 4194304 1424 44348 0 2 6 9 5264 248 17 0 1 0 24741171 17272832 1115 996147200 4194304 4206940 548682068608 18446744073709551615 215419163689 0 0 4224 16386 0 0 0 17 0 0 0
/proc/21124/statm: 4217 1115 410 3 0 796 0
Current children cumulated CPU time (s) 55.27
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.92
#  lost CPU user time (s): 1743.68
#  lost CPU system time (s): 1.24

Real time (s): 1817.49
CPU time (s): 1800.3
CPU user time (s): 1796.39
CPU system time (s): 3.90859
CPU usage (%): 99.0542
Max. virtual memory (cumulated for all children) (KiB): 901072

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 52.712
system time used= 2.66859
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 45831
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= 16090
involuntary context switches= 17075

runsolver used 2.22566 second user time and 6.07108 second system time

The end

Launcher Data

Begin job on node9 at 2009-07-12 07:32:21
IDJOB=2083127
IDBENCH=57713
IDSOLVER=739
FILE ID=node9/2083127-1247376740
PBS_JOBID= 9507134
Free space on /tmp= 66396 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/fapp/fapp08/normalized-fapp08-0700-9.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-2083127-1247376740/watcher-2083127-1247376740 -o /tmp/evaluation-result-2083127-1247376740/solver-2083127-1247376740 -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-2083127-1247376740.xml

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

MD5SUM BENCH= fc14afa27a31c1de216ea0ec7153d796
RANDOM SEED=410592142

node9.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.216
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.216
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:       1405540 kB
Buffers:         47132 kB
Cached:         213988 kB
SwapCached:          0 kB
Active:         445092 kB
Inactive:       129896 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1405540 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2452 kB
Writeback:           0 kB
Mapped:         331696 kB
Slab:            60220 kB
Committed_AS:   915172 kB
PageTables:       2364 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= 66396 MiB
End job on node9 at 2009-07-12 08:02:40