Trace number 2077957

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.17 1806.29

General information on the benchmark

Namecsp/medium/
normalized-patat-02-medium-5.xml
MD5SUMb160d17227d48e89c0f648593d000571
Bench CategoryAlldiff (alldiff)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark96.7663
Satisfiable
(Un)Satisfiability was proved
Number of variables800
Number of constraints44958
Maximum constraint arity20
Maximum domain size45
Number of constraints which are defined in extension0
Number of constraints which are defined in intension44758
Global constraints used (with number of constraints)alldifferent(200)

Solver Data

0.03/0.24	c 0	Sugar v1-14-6 + HOME/minisat
0.03/0.25	c 0	BEGIN Sun Jul 12 04:38:51 2009
0.03/0.25	c 0	PID 21186
0.03/0.25	c 0	HOST node71.alineos.net
0.03/0.25	c 0	CONVERTING HOME/instance-2077957-1247366331.xml TO HOME/temp.csp
0.03/0.26	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2077957-1247366331.xml' 'HOME/temp.csp'
2.53/3.00	c 3	41 domains, 800 variables, 1 predicates, 0 relations, 44958 constraints
2.53/3.03	c 3	ENCODING HOME/temp.csp TO HOME/temp.cnf
2.53/3.03	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.56/3.11	c 3	Parsing HOME/temp.csp
2.71/3.29	c 4	parsed 10000 expressions
2.91/3.44	c 4	parsed 20000 expressions
3.11/3.61	c 4	parsed 30000 expressions
3.21/3.79	c 4	parsed 40000 expressions
3.31/3.86	c 4	parsed 45800 expressions
3.31/3.87	c 4	Heap : 17 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.31/3.87	c 4	Converting to clausal form CSP
3.98/4.59	c 5	converted 4580 (10%) expressions
4.39/4.98	c 5	converted 9160 (20%) expressions
4.78/5.37	c 6	converted 13740 (30%) expressions
5.48/6.01	c 6	converted 18320 (40%) expressions
5.77/6.38	c 7	converted 22900 (50%) expressions
6.16/6.75	c 7	converted 27480 (60%) expressions
6.95/7.59	c 8	converted 32060 (70%) expressions
7.35/7.95	c 8	converted 36640 (80%) expressions
7.75/8.33	c 9	converted 41220 (90%) expressions
9.03/9.60	c 10	converted 45800 (100%) expressions
9.03/9.60	c 10	CSP : 800 integers, 0 booleans, 73534 clauses, largest domain size 45
9.03/9.60	c 10	Heap : 107 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
9.03/9.60	c 10	Propagation in CSP
9.22/9.85	c 10	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
9.22/9.85	c 10	CSP : 800 integers, 0 booleans, 73534 clauses, largest domain size 45
9.22/9.85	c 10	Heap : 107 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
9.22/9.89	c 10	Simplifing CSP by introducing new Boolean variables
11.40/12.07	c 12	CSP : 800 integers, 225702 booleans, 299236 clauses, largest domain size 45
11.40/12.07	c 12	Heap : 172 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
12.59/13.26	c 13	Encoding CSP to SAT : HOME/temp.cnf
12.68/13.32	c 14	80 (10%) CSP integer variables are encoded (3440 clauses, 42621 bytes)
12.68/13.32	c 14	160 (20%) CSP integer variables are encoded (6880 clauses, 87341 bytes)
12.68/13.33	c 14	240 (30%) CSP integer variables are encoded (10320 clauses, 133158 bytes)
12.68/13.33	c 14	320 (40%) CSP integer variables are encoded (13760 clauses, 184758 bytes)
12.68/13.33	c 14	400 (50%) CSP integer variables are encoded (17200 clauses, 236358 bytes)
12.68/13.34	c 14	480 (60%) CSP integer variables are encoded (17276 clauses, 237498 bytes)
12.68/13.34	c 14	560 (70%) CSP integer variables are encoded (17361 clauses, 238773 bytes)
12.68/13.35	c 14	640 (80%) CSP integer variables are encoded (17427 clauses, 239763 bytes)
12.68/13.35	c 14	720 (90%) CSP integer variables are encoded (17518 clauses, 241128 bytes)
12.68/13.35	c 14	800 (100%) CSP integer variables are encoded (17587 clauses, 242163 bytes)
14.07/14.71	c 15	29924 (10%) CSP clauses are encoded (608586 clauses, 11644312 bytes)
15.25/15.97	c 16	59848 (20%) CSP clauses are encoded (1194692 clauses, 23468872 bytes)
16.54/17.26	c 17	89771 (30%) CSP clauses are encoded (1795236 clauses, 35620914 bytes)
17.80/18.60	c 19	119695 (40%) CSP clauses are encoded (2391438 clauses, 48062797 bytes)
19.18/19.93	c 20	149618 (50%) CSP clauses are encoded (2989812 clauses, 60875926 bytes)
20.47/21.27	c 22	179542 (60%) CSP clauses are encoded (3596338 clauses, 74079324 bytes)
21.85/22.63	c 23	209466 (70%) CSP clauses are encoded (4190074 clauses, 87504981 bytes)
23.60/24.40	c 25	239389 (80%) CSP clauses are encoded (5049390 clauses, 105957496 bytes)
25.36/26.20	c 26	269313 (90%) CSP clauses are encoded (5952978 clauses, 125343494 bytes)
27.12/28.01	c 28	299236 (100%) CSP clauses are encoded (6857005 clauses, 144810546 bytes)
27.12/28.01	c 28	299236 CSP clauses encoded
27.12/28.01	c 28	Writing map file : HOME/temp.map
27.12/28.05	c 28	Heap : 136 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
27.12/28.05	c 28	SAT : 244001 SAT variables, 6857005 SAT clauses, 144810546 bytes
27.12/28.05	c 28	Heap : 136 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
27.18/28.13	c 28	SOLVING HOME/temp.cnf
27.18/28.13	c 28	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
27.18/28.14	c 28	This is MiniSat 2.0 beta
27.18/28.14	c 28	WARNING: for repeatability, setting FPU to use double precision
27.18/28.14	c 28	============================[ Problem Statistics ]=============================
27.18/28.14	c 28	|                                                                             |
27.18/28.14	c 28	|  Number of variables:  244001                                               |
27.18/28.14	c 28	|  Number of clauses:    6857005                                              |
31.13/32.11	c 32	|  Parsing time:         3.36         s                                       |
31.23/32.29	c 33	============================[ Search Statistics ]==============================
31.23/32.29	c 33	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
31.23/32.29	c 33	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
31.23/32.29	c 33	===============================================================================
31.23/32.29	c 33	|         0 |  244001  6857005 20160075 |  2285668        0    nan |  0.000 % |
33.40/34.42	c 35	|       101 |  244001  6857005 20160075 |  2514235      101     12 |  0.000 % |
34.69/35.75	c 36	|       251 |  244001  6857005 20160075 |  2765658      251     12 |  0.000 % |
35.48/36.59	c 37	|       477 |  244001  6857005 20160075 |  3042224      477     11 |  0.000 % |
36.77/37.86	c 38	|       814 |  244001  6857005 20160075 |  3346447      814     11 |  0.000 % |
38.06/39.14	c 39	|      1320 |  244001  6857005 20160075 |  3681091     1320     11 |  0.000 % |
40.44/41.58	c 42	|      2079 |  244001  6857005 20160075 |  4049200     2079     13 |  0.000 % |
40.93/42.08	c 42	|      3218 |  244001  6857005 20160075 |  4454120     3218     13 |  0.000 % |
43.51/44.65	c 45	|      4928 |  244001  6857005 20160075 |  4899533     4928     16 |  0.000 % |
47.77/48.99	c 49	|      7490 |  244001  6857005 20160075 |  5389486     7490     19 |  0.000 % |
56.68/57.94	c 58	|     11334 |  244001  6857005 20160075 |  5928435    11334     18 |  0.000 % |
60.35/61.69	c 62	|     17101 |  244001  6857005 20160075 |  6521278    17101     20 |  0.000 % |
76.68/78.19	c 78	|     25750 |  244001  6857005 20160075 |  7173406    25750     21 |  0.000 % |
87.67/89.20	c 89	|     38724 |  244001  6857005 20160075 |  7890746    38724     23 |  0.000 % |
98.67/100.40	c 101	|     58185 |  244001  6857005 20160075 |  8679821    58185     24 |  0.000 % |
116.69/118.51	c 119	|     87378 |  244001  6857005 20160075 |  9547803    87378     28 |  0.000 % |
204.87/207.65	c 208	|    131169 |  244001  6857005 20160075 | 10502584   131169     60 |  0.000 % |
307.29/311.06	c 311	|    196855 |  244001  6857005 20160075 | 11552842   196855     51 |  0.000 % |
426.62/431.54	c 432	|    295381 |  244001  6857005 20160075 | 12708126   295381     43 |  0.000 % |
551.12/556.63	c 557	|    443172 |  244001  6857005 20160075 | 13978939   443172     44 |  0.000 % |
1026.22/1031.98	c 1032	|    664855 |  244001  6857005 20160075 | 15376833   664855     73 |  0.000 % |
1533.08/1539.07	c 1539	|    997381 |  244001  6857005 20160075 | 16914516   997381     66 |  0.000 % |
1800.08/1806.12	c ERROR INTERRUPTED
27.24/1806.22	s UNKNOWN
27.24/1806.22	c 1806	CPU 27.23 (0.06 0.02 25.62 1.53)
27.24/1806.22	c 1806	END Sun Jul 12 05:08: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-2077957-1247366331/watcher-2077957-1247366331 -o /tmp/evaluation-result-2077957-1247366331/solver-2077957-1247366331 -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-2077957-1247366331.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.95 2.71 2.47 4/82 21186
/proc/meminfo: memFree=1225880/2055920 swapFree=4192812/4192956
[pid=21186] ppid=21184 vsize=18576 CPUtime=0
/proc/21186/stat : 21186 (runsolver) R 21184 21186 17808 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 23695696 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 231962373415 0 0 4096 24578 0 0 0 17 1 0 0
/proc/21186/statm: 4644 284 249 26 0 2626 0

[startup+0.0367479 s]
/proc/loadavg: 2.95 2.71 2.47 4/82 21186
/proc/meminfo: memFree=1225880/2055920 swapFree=4192812/4192956
[pid=21186] ppid=21184 vsize=2504 CPUtime=0
/proc/21186/stat : 21186 (sugar) D 21184 21186 17808 0 -1 4194304 37 0 1 0 0 0 0 0 19 0 1 0 23695696 2564096 23 996147200 4194304 4206940 548682068608 18446744073709551615 231959757520 0 0 4096 0 18446744071563608240 0 0 17 1 0 0
/proc/21186/statm: 626 23 17 3 0 3 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 2504

[startup+0.10176 s]
/proc/loadavg: 2.95 2.71 2.47 4/82 21186
/proc/meminfo: memFree=1225880/2055920 swapFree=4192812/4192956
[pid=21186] ppid=21184 vsize=12272 CPUtime=0
/proc/21186/stat : 21186 (sugar) D 21184 21186 17808 0 -1 4194304 392 0 4 0 0 0 0 0 18 0 1 0 23695696 12566528 364 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 0 18446744071563479169 0 0 17 1 0 0
/proc/21186/statm: 3068 364 274 3 0 168 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12272

[startup+0.301787 s]
/proc/loadavg: 2.95 2.71 2.47 4/82 21186
/proc/meminfo: memFree=1225880/2055920 swapFree=4192812/4192956
[pid=21186] ppid=21184 vsize=16868 CPUtime=0.07
/proc/21186/stat : 21186 (sugar) S 21184 21186 17808 0 -1 4194304 1221 128 6 0 5 2 0 0 18 0 1 0 23695696 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21186/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.701843 s]
/proc/loadavg: 2.95 2.71 2.47 4/82 21186
/proc/meminfo: memFree=1225880/2055920 swapFree=4192812/4192956
[pid=21186] ppid=21184 vsize=16868 CPUtime=0.07
/proc/21186/stat : 21186 (sugar) S 21184 21186 17808 0 -1 4194304 1221 128 6 0 5 2 0 0 18 0 1 0 23695696 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21186/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50296 s]
/proc/loadavg: 2.95 2.71 2.47 4/93 21198
/proc/meminfo: memFree=1196736/2055920 swapFree=4192812/4192956
[pid=21186] ppid=21184 vsize=16868 CPUtime=0.07
/proc/21186/stat : 21186 (sugar) S 21184 21186 17808 0 -1 4194304 1221 128 6 0 5 2 0 0 18 0 1 0 23695696 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21186/statm: 4217 1111 409 3 0 796 0
[pid=21189] ppid=21186 vsize=5356 CPUtime=0
/proc/21189/stat : 21189 (sh) S 21186 21186 17808 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23695722 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21189/statm: 1339 233 193 169 0 50 0
[pid=21190] ppid=21189 vsize=865636 CPUtime=0.99
/proc/21190/stat : 21190 (java) S 21189 21186 17808 0 -1 0 12251 0 63 0 90 9 0 0 18 0 9 0 23695723 886411264 10355 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21190/statm: 216409 10355 2557 9 0 210921 0
[pid=21190/tid=21191] ppid=21189 vsize=865636 CPUtime=0.48
/proc/21190/task/21191/stat : 21191 (java) R 21189 21186 17808 0 -1 64 2830 0 29 0 45 3 0 0 20 0 9 0 23695735 886411264 10355 996147200 134512640 134550932 4294955984 18446744073709551615 4126477197 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21190/tid=21192] ppid=21189 vsize=865636 CPUtime=0.38
/proc/21190/task/21192/stat : 21192 (java) S 21189 21186 17808 0 -1 64 8254 0 0 0 34 4 0 0 17 0 9 0 23695744 886411264 10355 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21190/tid=21193] ppid=21189 vsize=865636 CPUtime=0
/proc/21190/task/21193/stat : 21193 (java) S 21189 21186 17808 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 23695744 886411264 10355 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21190/tid=21194] ppid=21189 vsize=865636 CPUtime=0
/proc/21190/task/21194/stat : 21194 (java) S 21189 21186 17808 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 23695744 886411264 10355 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21190/tid=21195] ppid=21189 vsize=865636 CPUtime=0
/proc/21190/task/21195/stat : 21195 (java) S 21189 21186 17808 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23695746 886411264 10355 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21190/tid=21196] ppid=21189 vsize=865636 CPUtime=0.09
/proc/21190/task/21196/stat : 21196 (java) S 21189 21186 17808 0 -1 64 497 0 0 0 9 0 0 0 16 0 9 0 23695746 886411264 10355 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21190/tid=21197] ppid=21189 vsize=865636 CPUtime=0
/proc/21190/task/21197/stat : 21197 (java) S 21189 21186 17808 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 23695746 886411264 10355 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21190/tid=21198] ppid=21189 vsize=865636 CPUtime=0
/proc/21190/task/21198/stat : 21198 (java) R 21189 21186 17808 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 23695746 886411264 10355 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.06
Current children cumulated vsize (KiB) 887860

[startup+3.10217 s]
/proc/loadavg: 2.95 2.71 2.47 4/93 21198
/proc/meminfo: memFree=1160768/2055920 swapFree=4192812/4192956
[pid=21186] ppid=21184 vsize=16868 CPUtime=2.56
/proc/21186/stat : 21186 (sugar) S 21184 21186 17808 0 -1 4194304 1286 23168 6 63 5 2 231 18 16 0 1 0 23695696 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21186/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 2.56
Current children cumulated vsize (KiB) 16868

[startup+6.30261 s]
/proc/loadavg: 2.87 2.70 2.46 4/93 21208
/proc/meminfo: memFree=1158144/2055920 swapFree=4192812/4192956
[pid=21186] ppid=21184 vsize=16868 CPUtime=2.56
/proc/21186/stat : 21186 (sugar) S 21184 21186 17808 0 -1 4194304 1303 23168 6 63 5 2 231 18 15 0 1 0 23695696 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21186/statm: 4217 1111 409 3 0 796 0
[pid=21199] ppid=21186 vsize=5356 CPUtime=0
/proc/21199/stat : 21199 (sh) S 21186 21186 17808 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23695999 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21199/statm: 1339 233 193 169 0 50 0
[pid=21200] ppid=21199 vsize=868620 CPUtime=3.21
/proc/21200/stat : 21200 (java) S 21199 21186 17808 0 -1 0 20377 0 6 0 310 11 0 0 18 0 9 0 23696000 889466880 18819 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21200/statm: 217155 18819 2566 9 0 211660 0
[pid=21200/tid=21201] ppid=21199 vsize=868620 CPUtime=1.83
/proc/21200/task/21201/stat : 21201 (java) R 21199 21186 17808 0 -1 64 3198 0 5 0 181 2 0 0 25 0 9 0 23696001 889466880 18819 996147200 134512640 134550932 4294955936 18446744073709551615 4126527298 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21200/tid=21202] ppid=21199 vsize=868620 CPUtime=1.2
/proc/21200/task/21202/stat : 21202 (java) S 21199 21186 17808 0 -1 64 15001 0 0 0 113 7 0 0 16 0 9 0 23696002 889466880 18819 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21200/tid=21203] ppid=21199 vsize=868620 CPUtime=0
/proc/21200/task/21203/stat : 21203 (java) S 21199 21186 17808 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23696002 889466880 18819 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21200/tid=21204] ppid=21199 vsize=868620 CPUtime=0
/proc/21200/task/21204/stat : 21204 (java) S 21199 21186 17808 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23696002 889466880 18819 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21200/tid=21205] ppid=21199 vsize=868620 CPUtime=0
/proc/21200/task/21205/stat : 21205 (java) S 21199 21186 17808 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23696004 889466880 18819 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21200/tid=21206] ppid=21199 vsize=868620 CPUtime=0.15
/proc/21200/task/21206/stat : 21206 (java) S 21199 21186 17808 0 -1 64 1474 0 1 0 15 0 0 0 16 0 9 0 23696004 889466880 18819 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21200/tid=21207] ppid=21199 vsize=868620 CPUtime=0
/proc/21200/task/21207/stat : 21207 (java) S 21199 21186 17808 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23696004 889466880 18819 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21200/tid=21208] ppid=21199 vsize=868620 CPUtime=0
/proc/21200/task/21208/stat : 21208 (java) S 21199 21186 17808 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23696004 889466880 18819 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.77
Current children cumulated vsize (KiB) 890844

[startup+12.7015 s]
/proc/loadavg: 2.88 2.71 2.47 4/93 21208
/proc/meminfo: memFree=1016192/2055920 swapFree=4192812/4192956
[pid=21186] ppid=21184 vsize=16868 CPUtime=2.56
/proc/21186/stat : 21186 (sugar) S 21184 21186 17808 0 -1 4194304 1304 23168 6 63 5 2 231 18 16 0 1 0 23695696 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21186/statm: 4217 1111 409 3 0 796 0
[pid=21199] ppid=21186 vsize=5356 CPUtime=0
/proc/21199/stat : 21199 (sh) S 21186 21186 17808 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23695999 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21199/statm: 1339 233 193 169 0 50 0
[pid=21200] ppid=21199 vsize=878868 CPUtime=9.53
/proc/21200/stat : 21200 (java) S 21199 21186 17808 0 -1 0 67270 0 6 0 918 35 0 0 18 0 9 0 23696000 899960832 54246 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21200/statm: 219717 54246 2567 9 0 214222 0
[pid=21200/tid=21201] ppid=21199 vsize=878868 CPUtime=4.35
/proc/21200/task/21201/stat : 21201 (java) R 21199 21186 17808 0 -1 64 4583 0 5 0 432 3 0 0 25 0 9 0 23696001 899960832 54246 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21200/tid=21202] ppid=21199 vsize=878868 CPUtime=4.96
/proc/21200/task/21202/stat : 21202 (java) R 21199 21186 17808 0 -1 64 60489 0 0 0 466 30 0 0 16 0 9 0 23696002 899960832 54246 996147200 134512640 134550932 4294955936 18446744073709551615 103732894 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21200/tid=21203] ppid=21199 vsize=878868 CPUtime=0
/proc/21200/task/21203/stat : 21203 (java) S 21199 21186 17808 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23696002 899960832 54246 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21200/tid=21204] ppid=21199 vsize=878868 CPUtime=0
/proc/21200/task/21204/stat : 21204 (java) S 21199 21186 17808 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23696002 899960832 54246 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21200/tid=21205] ppid=21199 vsize=878868 CPUtime=0
/proc/21200/task/21205/stat : 21205 (java) S 21199 21186 17808 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23696004 899960832 54246 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21200/tid=21206] ppid=21199 vsize=878868 CPUtime=0.19
/proc/21200/task/21206/stat : 21206 (java) S 21199 21186 17808 0 -1 64 1494 0 1 0 19 0 0 0 17 0 9 0 23696004 899960832 54246 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21200/tid=21207] ppid=21199 vsize=878868 CPUtime=0
/proc/21200/task/21207/stat : 21207 (java) S 21199 21186 17808 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23696004 899960832 54246 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21200/tid=21208] ppid=21199 vsize=878868 CPUtime=0
/proc/21200/task/21208/stat : 21208 (java) S 21199 21186 17808 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23696004 899960832 54246 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.09
Current children cumulated vsize (KiB) 901092

[startup+25.5022 s]
/proc/loadavg: 2.76 2.69 2.46 3/93 21208
/proc/meminfo: memFree=898880/2055920 swapFree=4192812/4192956
[pid=21186] ppid=21184 vsize=16868 CPUtime=2.56
/proc/21186/stat : 21186 (sugar) S 21184 21186 17808 0 -1 4194304 1304 23168 6 63 5 2 231 18 16 0 1 0 23695696 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21186/statm: 4217 1111 409 3 0 796 0
[pid=21199] ppid=21186 vsize=5356 CPUtime=0
/proc/21199/stat : 21199 (sh) S 21186 21186 17808 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23695999 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21199/statm: 1339 233 193 169 0 50 0
[pid=21200] ppid=21199 vsize=868732 CPUtime=22.11
/proc/21200/stat : 21200 (java) S 21199 21186 17808 0 -1 0 67599 0 7 0 2097 114 0 0 18 0 9 0 23696000 889581568 51792 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21200/statm: 217183 51792 2593 9 0 211660 0
[pid=21200/tid=21201] ppid=21199 vsize=868732 CPUtime=16.15
/proc/21200/task/21201/stat : 21201 (java) R 21199 21186 17808 0 -1 64 4848 0 6 0 1536 79 0 0 25 0 9 0 23696001 889581568 51792 996147200 134512640 134550932 4294955936 18446744073709551615 4126922643 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21200/tid=21202] ppid=21199 vsize=868732 CPUtime=5.68
/proc/21200/task/21202/stat : 21202 (java) S 21199 21186 17808 0 -1 64 60511 0 0 0 535 33 0 0 16 0 9 0 23696002 889581568 51792 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21200/tid=21203] ppid=21199 vsize=868732 CPUtime=0
/proc/21200/task/21203/stat : 21203 (java) S 21199 21186 17808 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23696002 889581568 51792 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21200/tid=21204] ppid=21199 vsize=868732 CPUtime=0
/proc/21200/task/21204/stat : 21204 (java) S 21199 21186 17808 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23696002 889581568 51792 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21200/tid=21205] ppid=21199 vsize=868732 CPUtime=0
/proc/21200/task/21205/stat : 21205 (java) S 21199 21186 17808 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23696004 889581568 51792 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21200/tid=21206] ppid=21199 vsize=868732 CPUtime=0.26
/proc/21200/task/21206/stat : 21206 (java) S 21199 21186 17808 0 -1 64 1536 0 1 0 25 1 0 0 16 0 9 0 23696004 889581568 51792 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21200/tid=21207] ppid=21199 vsize=868732 CPUtime=0
/proc/21200/task/21207/stat : 21207 (java) S 21199 21186 17808 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23696004 889581568 51792 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21200/tid=21208] ppid=21199 vsize=868732 CPUtime=0
/proc/21200/task/21208/stat : 21208 (java) S 21199 21186 17808 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23696004 889581568 51792 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 24.67
Current children cumulated vsize (KiB) 890956

[startup+51.1017 s]
/proc/loadavg: 2.50 2.63 2.45 3/85 21210
/proc/meminfo: memFree=753408/2055920 swapFree=4192812/4192956
[pid=21186] ppid=21184 vsize=16868 CPUtime=27.22
/proc/21186/stat : 21186 (sugar) S 21184 21186 17808 0 -1 4194304 1370 91122 6 70 5 2 2562 153 16 0 1 0 23695696 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21186/statm: 4217 1113 409 3 0 796 0
[pid=21209] ppid=21186 vsize=5356 CPUtime=0
/proc/21209/stat : 21209 (sh) S 21186 21186 17808 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23698510 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21209/statm: 1339 232 193 169 0 50 0
[pid=21210] ppid=21209 vsize=322112 CPUtime=22.73
/proc/21210/stat : 21210 (minisat) R 21209 21186 17808 0 -1 4194304 78246 0 0 0 2211 62 0 0 25 0 1 0 23698511 329842688 78232 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/21210/statm: 80528 78232 76 150 0 80375 0

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

/proc/21210/stat : 21210 (minisat) R 21209 21186 17808 0 -1 4194304 147325 0 0 0 138787 133 0 0 25 0 1 0 23698511 613900288 147311 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/21210/statm: 149878 147311 76 150 0 149725 0
Current children cumulated CPU time (s) 1416.43
Current children cumulated vsize (KiB) 621736

[startup+1482.3 s]
/proc/loadavg: 2.00 2.01 2.08 3/77 21250
/proc/meminfo: memFree=1183944/2055920 swapFree=4192812/4192956
[pid=21186] ppid=21184 vsize=16868 CPUtime=27.23
/proc/21186/stat : 21186 (sugar) S 21184 21186 17808 0 -1 4194304 1370 91122 6 70 6 2 2562 153 16 0 1 0 23695696 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21186/statm: 4217 1113 409 3 0 796 0
[pid=21209] ppid=21186 vsize=5356 CPUtime=0
/proc/21209/stat : 21209 (sh) S 21186 21186 17808 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23698510 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21209/statm: 1339 232 193 169 0 50 0
[pid=21210] ppid=21209 vsize=609424 CPUtime=1449.17
/proc/21210/stat : 21210 (minisat) R 21209 21186 17808 0 -1 4194304 149850 0 0 0 144780 137 0 0 25 0 1 0 23698511 624050176 149836 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/21210/statm: 152356 149836 76 150 0 152203 0
Current children cumulated CPU time (s) 1476.4
Current children cumulated vsize (KiB) 631648

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.08 3/77 21250
/proc/meminfo: memFree=1175944/2055920 swapFree=4192812/4192956
[pid=21186] ppid=21184 vsize=16868 CPUtime=27.23
/proc/21186/stat : 21186 (sugar) S 21184 21186 17808 0 -1 4194304 1370 91122 6 70 6 2 2562 153 16 0 1 0 23695696 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21186/statm: 4217 1113 409 3 0 796 0
[pid=21209] ppid=21186 vsize=5356 CPUtime=0
/proc/21209/stat : 21209 (sh) S 21186 21186 17808 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23698510 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21209/statm: 1339 232 193 169 0 50 0
[pid=21210] ppid=21209 vsize=617228 CPUtime=1509.15
/proc/21210/stat : 21210 (minisat) R 21209 21186 17808 0 -1 4194304 151830 0 0 0 150776 139 0 0 25 0 1 0 23698511 632041472 151816 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/21210/statm: 154307 151816 76 150 0 154154 0
Current children cumulated CPU time (s) 1536.38
Current children cumulated vsize (KiB) 639452

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.07 3/77 21250
/proc/meminfo: memFree=1168072/2055920 swapFree=4192812/4192956
[pid=21186] ppid=21184 vsize=16868 CPUtime=27.23
/proc/21186/stat : 21186 (sugar) S 21184 21186 17808 0 -1 4194304 1370 91122 6 70 6 2 2562 153 16 0 1 0 23695696 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21186/statm: 4217 1113 409 3 0 796 0
[pid=21209] ppid=21186 vsize=5356 CPUtime=0
/proc/21209/stat : 21209 (sh) S 21186 21186 17808 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23698510 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21209/statm: 1339 232 193 169 0 50 0
[pid=21210] ppid=21209 vsize=626832 CPUtime=1569.12
/proc/21210/stat : 21210 (minisat) R 21209 21186 17808 0 -1 4194304 153769 0 0 0 156771 141 0 0 25 0 1 0 23698511 641875968 153755 996147200 134512640 135127466 4294956256 18446744073709551615 134530581 0 0 4096 3 0 0 0 17 0 0 0
/proc/21210/statm: 156708 153755 76 150 0 156555 0
Current children cumulated CPU time (s) 1596.35
Current children cumulated vsize (KiB) 649056

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.07 3/77 21250
/proc/meminfo: memFree=1161672/2055920 swapFree=4192812/4192956
[pid=21186] ppid=21184 vsize=16868 CPUtime=27.23
/proc/21186/stat : 21186 (sugar) S 21184 21186 17808 0 -1 4194304 1370 91122 6 70 6 2 2562 153 16 0 1 0 23695696 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21186/statm: 4217 1113 409 3 0 796 0
[pid=21209] ppid=21186 vsize=5356 CPUtime=0
/proc/21209/stat : 21209 (sh) S 21186 21186 17808 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23698510 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21209/statm: 1339 232 193 169 0 50 0
[pid=21210] ppid=21209 vsize=633068 CPUtime=1629.09
/proc/21210/stat : 21210 (minisat) R 21209 21186 17808 0 -1 4194304 155348 0 0 0 162766 143 0 0 25 0 1 0 23698511 648261632 155334 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/21210/statm: 158267 155334 76 150 0 158114 0
Current children cumulated CPU time (s) 1656.32
Current children cumulated vsize (KiB) 655292

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.06 3/77 21250
/proc/meminfo: memFree=1154056/2055920 swapFree=4192812/4192956
[pid=21186] ppid=21184 vsize=16868 CPUtime=27.23
/proc/21186/stat : 21186 (sugar) S 21184 21186 17808 0 -1 4194304 1370 91122 6 70 6 2 2562 153 16 0 1 0 23695696 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21186/statm: 4217 1113 409 3 0 796 0
[pid=21209] ppid=21186 vsize=5356 CPUtime=0
/proc/21209/stat : 21209 (sh) S 21186 21186 17808 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23698510 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21209/statm: 1339 232 193 169 0 50 0
[pid=21210] ppid=21209 vsize=640344 CPUtime=1689.07
/proc/21210/stat : 21210 (minisat) R 21209 21186 17808 0 -1 4194304 157225 0 0 0 168762 145 0 0 25 0 1 0 23698511 655712256 157211 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/21210/statm: 160086 157211 76 150 0 159933 0
Current children cumulated CPU time (s) 1716.3
Current children cumulated vsize (KiB) 662568

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.06 3/77 21250
/proc/meminfo: memFree=1145800/2055920 swapFree=4192812/4192956
[pid=21186] ppid=21184 vsize=16868 CPUtime=27.23
/proc/21186/stat : 21186 (sugar) S 21184 21186 17808 0 -1 4194304 1370 91122 6 70 6 2 2562 153 16 0 1 0 23695696 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21186/statm: 4217 1113 409 3 0 796 0
[pid=21209] ppid=21186 vsize=5356 CPUtime=0
/proc/21209/stat : 21209 (sh) S 21186 21186 17808 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23698510 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21209/statm: 1339 232 193 169 0 50 0
[pid=21210] ppid=21209 vsize=648176 CPUtime=1749.04
/proc/21210/stat : 21210 (minisat) R 21209 21186 17808 0 -1 4194304 159234 0 0 0 174758 146 0 0 25 0 1 0 23698511 663732224 159220 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/21210/statm: 162044 159220 76 150 0 161891 0
Current children cumulated CPU time (s) 1776.27
Current children cumulated vsize (KiB) 670400



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1806.1 s]
/proc/loadavg: 2.00 2.00 2.05 3/77 21250
/proc/meminfo: memFree=1144008/2055920 swapFree=4192812/4192956
[pid=21186] ppid=21184 vsize=16868 CPUtime=27.23
/proc/21186/stat : 21186 (sugar) S 21184 21186 17808 0 -1 4194304 1370 91122 6 70 6 2 2562 153 16 0 1 0 23695696 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21186/statm: 4217 1113 409 3 0 796 0
[pid=21209] ppid=21186 vsize=5356 CPUtime=0
/proc/21209/stat : 21209 (sh) S 21186 21186 17808 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23698510 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21209/statm: 1339 232 193 169 0 50 0
[pid=21210] ppid=21209 vsize=649900 CPUtime=1772.85
/proc/21210/stat : 21210 (minisat) R 21209 21186 17808 0 -1 4194304 159675 0 0 0 177138 147 0 0 25 0 1 0 23698511 665497600 159661 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/21210/statm: 162475 159661 76 150 0 162322 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 672124

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

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

[startup+1806.1 s]
/proc/loadavg: 2.00 2.00 2.05 3/77 21250
/proc/meminfo: memFree=1144008/2055920 swapFree=4192812/4192956
[pid=21186] ppid=21184 vsize=16868 CPUtime=27.23
/proc/21186/stat : 21186 (sugar) S 21184 21186 17808 0 -1 4194304 1370 91122 6 70 6 2 2562 153 16 0 1 0 23695696 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21186/statm: 4217 1113 409 3 0 796 0
[pid=21209] ppid=21186 vsize=5356 CPUtime=0
/proc/21209/stat : 21209 (sh) S 21186 21186 17808 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23698510 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21209/statm: 1339 232 193 169 0 50 0
[pid=21210] ppid=21209 vsize=649900 CPUtime=1772.85
/proc/21210/stat : 21210 (minisat) R 21209 21186 17808 0 -1 4194304 159675 0 0 0 177138 147 0 0 25 0 1 0 23698511 665497600 159661 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/21210/statm: 162475 159661 76 150 0 162322 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 672124

[startup+1806.22 s]
/proc/loadavg: 2.00 2.00 2.05 3/77 21250
/proc/meminfo: memFree=1144008/2055920 swapFree=4192812/4192956
[pid=21186] ppid=21184 vsize=16868 CPUtime=27.24
/proc/21186/stat : 21186 (sugar) R 21184 21186 17808 0 -1 4194304 1417 91399 6 70 6 3 2562 153 16 0 1 0 23695696 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 231962547241 0 0 4224 16386 0 0 0 17 0 0 0
/proc/21186/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 27.24
Current children cumulated vsize (KiB) 16868
#
############


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

[startup+1806.22 s]
/proc/loadavg: 2.00 2.00 2.05 3/77 21250
/proc/meminfo: memFree=1144008/2055920 swapFree=4192812/4192956
[pid=21186] ppid=21184 vsize=16868 CPUtime=27.24
/proc/21186/stat : 21186 (sugar) R 21184 21186 17808 0 -1 4194304 1417 91399 6 70 6 3 2562 153 16 0 1 0 23695696 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 231962547241 0 0 4224 16386 0 0 0 17 0 0 0
/proc/21186/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 27.24
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): 1772.84
#  lost CPU user time (s): 1771.38
#  lost CPU system time (s): 1.46

Real time (s): 1806.29
CPU time (s): 1800.17
CPU user time (s): 1797.07
CPU system time (s): 3.09575
CPU usage (%): 99.6609
Max. virtual memory (cumulated for all children) (KiB): 911332

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 25.6921
system time used= 1.63575
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 92875
page faults= 76
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6861
involuntary context switches= 6977

runsolver used 1.77273 second user time and 5.32619 second system time

The end

Launcher Data

Begin job on node71 at 2009-07-12 04:38:51
IDJOB=2077957
IDBENCH=56691
IDSOLVER=739
FILE ID=node71/2077957-1247366331
PBS_JOBID= 9507052
Free space on /tmp= 66384 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/medium/normalized-patat-02-medium-5.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-2077957-1247366331/watcher-2077957-1247366331 -o /tmp/evaluation-result-2077957-1247366331/solver-2077957-1247366331 -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-2077957-1247366331.xml

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

MD5SUM BENCH= b160d17227d48e89c0f648593d000571
RANDOM SEED=1706319514

node71.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.222
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.222
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:       1226488 kB
Buffers:          3772 kB
Cached:          36280 kB
SwapCached:          0 kB
Active:         771084 kB
Inactive:         8816 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1226488 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            7984 kB
Writeback:           0 kB
Mapped:         761176 kB
Slab:            33068 kB
Committed_AS:   933756 kB
PageTables:       3452 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= 66388 MiB
End job on node71 at 2009-07-12 05:08:59