Trace number 2064196

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.11 1809.38

General information on the benchmark

Namecsp/compet02/
normalized-patat-02-comp-9.xml
MD5SUM690bc030536081a10afc596885a53720
Bench CategoryAlldiff (alldiff)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark97.3002
Satisfiable
(Un)Satisfiability was proved
Number of variables880
Number of constraints48826
Maximum constraint arity20
Maximum domain size45
Number of constraints which are defined in extension0
Number of constraints which are defined in intension48606
Global constraints used (with number of constraints)alldifferent(220)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.08	c 0	BEGIN Sat Jul 11 19:50:34 2009
0.00/0.08	c 0	PID 15449
0.00/0.08	c 0	HOST node14.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-2064196-1247334633.xml TO HOME/temp.csp
0.00/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2064196-1247334633.xml' 'HOME/temp.csp'
2.84/2.93	c 3	32 domains, 880 variables, 1 predicates, 0 relations, 48826 constraints
2.84/2.97	c 3	ENCODING HOME/temp.csp TO HOME/temp.cnf
2.84/2.97	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.89/3.05	c 3	Parsing HOME/temp.csp
3.20/3.36	c 3	parsed 10000 expressions
3.40/3.51	c 3	parsed 20000 expressions
3.50/3.68	c 3	parsed 30000 expressions
3.70/3.87	c 4	parsed 40000 expressions
3.79/3.97	c 4	parsed 49739 expressions
3.79/3.98	c 4	Heap : 19 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.79/3.98	c 4	Converting to clausal form CSP
4.59/4.72	c 4	converted 4974 (10%) expressions
4.98/5.12	c 5	converted 9948 (20%) expressions
5.57/5.79	c 6	converted 14922 (30%) expressions
5.97/6.17	c 6	converted 19896 (40%) expressions
6.37/6.56	c 6	converted 24870 (50%) expressions
6.76/6.94	c 7	converted 29844 (60%) expressions
7.55/7.76	c 8	converted 34818 (70%) expressions
7.95/8.15	c 8	converted 39792 (80%) expressions
8.34/8.55	c 8	converted 44766 (90%) expressions
9.73/9.93	c 10	converted 49739 (100%) expressions
9.73/9.93	c 10	CSP : 880 integers, 0 booleans, 80387 clauses, largest domain size 45
9.73/9.93	c 10	Heap : 109 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
9.73/9.93	c 10	Propagation in CSP
10.91/11.17	c 11	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
10.91/11.17	c 11	CSP : 880 integers, 0 booleans, 80387 clauses, largest domain size 45
10.91/11.17	c 11	Heap : 112 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
11.01/11.21	c 11	Simplifing CSP by introducing new Boolean variables
12.21/12.49	c 12	CSP : 880 integers, 244235 booleans, 324622 clauses, largest domain size 45
12.21/12.49	c 12	Heap : 180 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
13.50/13.75	c 14	Encoding CSP to SAT : HOME/temp.cnf
13.59/13.81	c 14	88 (10%) CSP integer variables are encoded (3784 clauses, 47093 bytes)
13.59/13.82	c 14	176 (20%) CSP integer variables are encoded (7568 clauses, 96285 bytes)
13.59/13.82	c 14	264 (30%) CSP integer variables are encoded (11352 clauses, 148638 bytes)
13.59/13.82	c 14	352 (40%) CSP integer variables are encoded (15136 clauses, 205398 bytes)
13.59/13.83	c 14	440 (50%) CSP integer variables are encoded (18920 clauses, 262158 bytes)
13.59/13.84	c 14	528 (60%) CSP integer variables are encoded (18994 clauses, 263268 bytes)
13.59/13.84	c 14	616 (70%) CSP integer variables are encoded (19068 clauses, 264378 bytes)
13.59/13.84	c 14	704 (80%) CSP integer variables are encoded (19144 clauses, 265518 bytes)
13.59/13.85	c 14	792 (90%) CSP integer variables are encoded (19208 clauses, 266478 bytes)
13.59/13.85	c 14	880 (100%) CSP integer variables are encoded (19302 clauses, 267888 bytes)
14.99/15.30	c 15	32463 (10%) CSP clauses are encoded (666604 clauses, 12786524 bytes)
16.38/16.67	c 16	64925 (20%) CSP clauses are encoded (1316045 clauses, 25939962 bytes)
17.77/18.06	c 18	97387 (30%) CSP clauses are encoded (1967704 clauses, 39177216 bytes)
19.15/19.49	c 19	129849 (40%) CSP clauses are encoded (2615238 clauses, 52959410 bytes)
20.64/20.94	c 21	162311 (50%) CSP clauses are encoded (3261988 clauses, 66882533 bytes)
22.02/22.37	c 22	194774 (60%) CSP clauses are encoded (3910852 clauses, 81293993 bytes)
23.50/23.87	c 24	227236 (70%) CSP clauses are encoded (4559367 clauses, 95977707 bytes)
25.38/25.76	c 26	259698 (80%) CSP clauses are encoded (5508352 clauses, 116324227 bytes)
27.25/27.70	c 27	292160 (90%) CSP clauses are encoded (6488662 clauses, 137437591 bytes)
29.23/29.64	c 29	324622 (100%) CSP clauses are encoded (7469324 clauses, 158586365 bytes)
29.23/29.64	c 29	324622 CSP clauses encoded
29.23/29.65	c 29	Writing map file : HOME/temp.map
29.23/29.68	c 29	Heap : 138 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
29.23/29.68	c 29	SAT : 264288 SAT variables, 7469324 SAT clauses, 158586365 bytes
29.23/29.68	c 29	Heap : 138 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
29.32/29.73	c 30	SOLVING HOME/temp.cnf
29.32/29.73	c 30	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
29.32/29.74	c 30	This is MiniSat 2.0 beta
29.32/29.74	c 30	WARNING: for repeatability, setting FPU to use double precision
29.32/29.74	c 30	============================[ Problem Statistics ]=============================
29.32/29.74	c 30	|                                                                             |
29.32/29.74	c 30	|  Number of variables:  264288                                               |
29.32/29.74	c 30	|  Number of clauses:    7469324                                              |
33.58/34.01	c 34	|  Parsing time:         3.65         s                                       |
33.78/34.21	c 34	============================[ Search Statistics ]==============================
33.78/34.21	c 34	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
33.78/34.21	c 34	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
33.78/34.21	c 34	===============================================================================
33.78/34.21	c 34	|         0 |  264288  7469324 21980328 |  2489774        0    nan |  0.000 % |
35.87/36.37	c 36	|       100 |  264288  7469324 21980328 |  2738752      100     11 |  0.000 % |
37.76/38.26	c 38	|       251 |  264288  7469324 21980328 |  3012627      251     27 |  0.000 % |
39.55/40.05	c 40	|       476 |  264288  7469324 21980328 |  3313890      476     19 |  0.000 % |
40.05/40.50	c 40	|       813 |  264288  7469324 21980328 |  3645279      813     16 |  0.000 % |
42.53/43.06	c 43	|      1320 |  264288  7469324 21980328 |  4009806     1320     15 |  0.000 % |
45.42/45.97	c 46	|      2079 |  264288  7469324 21980328 |  4410787     2079     16 |  0.000 % |
47.02/47.52	c 47	|      3218 |  264288  7469324 21980328 |  4851866     3218     24 |  0.000 % |
47.81/48.31	c 48	|      4928 |  264288  7469324 21980328 |  5337053     4928     22 |  0.000 % |
50.20/50.76	c 51	|      7492 |  264288  7469324 21980328 |  5870758     7492     21 |  0.000 % |
53.28/53.82	c 54	|     11337 |  264288  7469324 21980328 |  6457834    11337     22 |  0.000 % |
55.77/56.37	c 56	|     17104 |  264288  7469324 21980328 |  7103617    17104     23 |  0.000 % |
57.76/58.34	c 58	|     25753 |  264288  7469324 21980328 |  7813979    25753     24 |  0.000 % |
66.82/67.48	c 67	|     38728 |  264288  7469324 21980328 |  8595377    38728     24 |  0.000 % |
76.37/77.03	c 77	|     58191 |  264288  7469324 21980328 |  9454915    58191     24 |  0.000 % |
111.29/112.20	c 112	|     87383 |  264288  7469324 21980328 | 10400406    87383     24 |  0.000 % |
131.50/132.43	c 132	|    131175 |  264288  7469324 21980328 | 11440447   131175     30 |  0.000 % |
180.36/181.53	c 181	|    196860 |  264288  7469324 21980328 | 12584492   196860     29 |  0.000 % |
318.57/320.42	c 320	|    295386 |  264288  7469324 21980328 | 13842941   295386     29 |  0.000 % |
519.18/522.08	c 522	|    443175 |  264288  7469324 21980328 | 15227235   443175     34 |  0.000 % |
713.51/717.34	c 717	|    664858 |  264288  7469324 21980328 | 16749958   664858     37 |  0.000 % |
1039.10/1044.55	c 1044	|    997383 |  264288  7469324 21980328 | 18424954   997383     41 |  0.000 % |
1800.02/1809.22	c ERROR INTERRUPTED
1800.02/1809.30	s UNKNOWN
1800.02/1809.30	c 1809	CPU 29.36 (0.06 0.01 27.64 1.65)
1800.02/1809.30	c 1809	END Sat Jul 11 20:20:43 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-2064196-1247334633/watcher-2064196-1247334633 -o /tmp/evaluation-result-2064196-1247334633/solver-2064196-1247334633 -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-2064196-1247334633.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.92 1.99 1.99 4/74 15449
/proc/meminfo: memFree=1011344/2055920 swapFree=4192956/4192956
[pid=15449] ppid=15447 vsize=18576 CPUtime=0
/proc/15449/stat : 15449 (runsolver) R 15447 15449 15011 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 20530315 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 212234464551 0 0 4096 24578 0 0 0 17 1 0 0
/proc/15449/statm: 4644 284 249 26 0 2626 0

[startup+0.085985 s]
/proc/loadavg: 1.92 1.99 1.99 4/74 15449
/proc/meminfo: memFree=1011344/2055920 swapFree=4192956/4192956
[pid=15449] ppid=15447 vsize=16868 CPUtime=0.07
/proc/15449/stat : 15449 (sugar) R 15447 15449 15011 0 -1 4194304 1195 128 0 0 6 1 0 0 18 0 1 0 20530315 17272832 1108 996147200 4194304 4206940 548682068608 18446744073709551615 212243361746 0 0 4224 16386 0 0 0 17 1 0 0
/proc/15449/statm: 4217 1108 406 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.101994 s]
/proc/loadavg: 1.92 1.99 1.99 4/74 15449
/proc/meminfo: memFree=1011344/2055920 swapFree=4192956/4192956
[pid=15449] ppid=15447 vsize=16868 CPUtime=0.07
/proc/15449/stat : 15449 (sugar) S 15447 15449 15011 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 20530315 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15449/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.302018 s]
/proc/loadavg: 1.92 1.99 1.99 4/74 15449
/proc/meminfo: memFree=1011344/2055920 swapFree=4192956/4192956
[pid=15449] ppid=15447 vsize=16868 CPUtime=0.07
/proc/15449/stat : 15449 (sugar) S 15447 15449 15011 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 20530315 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15449/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.70109 s]
/proc/loadavg: 1.92 1.99 1.99 4/74 15449
/proc/meminfo: memFree=1011344/2055920 swapFree=4192956/4192956
[pid=15449] ppid=15447 vsize=16868 CPUtime=0.07
/proc/15449/stat : 15449 (sugar) S 15447 15449 15011 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 20530315 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15449/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50223 s]
/proc/loadavg: 1.92 1.99 1.99 4/85 15461
/proc/meminfo: memFree=986296/2055920 swapFree=4192956/4192956
[pid=15449] ppid=15447 vsize=16868 CPUtime=0.07
/proc/15449/stat : 15449 (sugar) S 15447 15449 15011 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 20530315 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15449/statm: 4217 1111 409 3 0 796 0
[pid=15452] ppid=15449 vsize=5356 CPUtime=0
/proc/15452/stat : 15452 (sh) S 15449 15449 15011 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20530324 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15452/statm: 1339 233 193 169 0 50 0
[pid=15453] ppid=15452 vsize=864772 CPUtime=1.38
/proc/15453/stat : 15453 (java) S 15452 15449 15011 0 -1 0 14519 0 1 0 128 10 0 0 18 0 9 0 20530324 885526528 12550 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15453/statm: 216193 12550 2557 9 0 210705 0
[pid=15453/tid=15454] ppid=15452 vsize=864772 CPUtime=0.8
/proc/15453/task/15454/stat : 15454 (java) R 15452 15449 15011 0 -1 64 3039 0 1 0 77 3 0 0 24 0 9 0 20530325 885526528 12550 996147200 134512640 134550932 4294955984 18446744073709551615 4126603540 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15453/tid=15455] ppid=15452 vsize=864772 CPUtime=0.46
/proc/15453/task/15455/stat : 15455 (java) S 15452 15449 15011 0 -1 64 10276 0 0 0 41 5 0 0 16 0 9 0 20530327 885526528 12550 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15453/tid=15456] ppid=15452 vsize=864772 CPUtime=0
/proc/15453/task/15456/stat : 15456 (java) S 15452 15449 15011 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 20530327 885526528 12550 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15453/tid=15457] ppid=15452 vsize=864772 CPUtime=0
/proc/15453/task/15457/stat : 15457 (java) S 15452 15449 15011 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 20530327 885526528 12550 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15453/tid=15458] ppid=15452 vsize=864772 CPUtime=0
/proc/15453/task/15458/stat : 15458 (java) S 15452 15449 15011 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20530329 885526528 12550 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15453/tid=15459] ppid=15452 vsize=864772 CPUtime=0.09
/proc/15453/task/15459/stat : 15459 (java) S 15452 15449 15011 0 -1 64 499 0 0 0 9 0 0 0 16 0 9 0 20530329 885526528 12550 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15453/tid=15460] ppid=15452 vsize=864772 CPUtime=0
/proc/15453/task/15460/stat : 15460 (java) S 15452 15449 15011 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 20530329 885526528 12550 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15453/tid=15461] ppid=15452 vsize=864772 CPUtime=0
/proc/15453/task/15461/stat : 15461 (java) S 15452 15449 15011 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20530329 885526528 12550 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 886996

[startup+3.1015 s]
/proc/loadavg: 2.01 2.01 2.00 3/85 15461
/proc/meminfo: memFree=944952/2055920 swapFree=4192956/4192956
[pid=15449] ppid=15447 vsize=16868 CPUtime=2.89
/proc/15449/stat : 15449 (sugar) S 15447 15449 15011 0 -1 4194304 1309 24371 0 1 6 1 264 18 16 0 1 0 20530315 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15449/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 2.89
Current children cumulated vsize (KiB) 16868

[startup+6.3041 s]
/proc/loadavg: 2.01 2.01 2.00 3/85 15471
/proc/meminfo: memFree=956216/2055920 swapFree=4192956/4192956
[pid=15449] ppid=15447 vsize=16868 CPUtime=2.89
/proc/15449/stat : 15449 (sugar) S 15447 15449 15011 0 -1 4194304 1309 24371 0 1 6 1 264 18 16 0 1 0 20530315 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15449/statm: 4217 1111 409 3 0 796 0
[pid=15462] ppid=15449 vsize=5356 CPUtime=0
/proc/15462/stat : 15462 (sh) S 15449 15449 15011 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20530612 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15462/statm: 1339 233 193 169 0 50 0
[pid=15463] ppid=15462 vsize=868652 CPUtime=3.28
/proc/15463/stat : 15463 (java) S 15462 15449 15011 0 -1 0 19731 0 1 0 316 12 0 0 19 0 9 0 20530613 889499648 18202 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15463/statm: 217163 18202 2566 9 0 211668 0
[pid=15463/tid=15464] ppid=15462 vsize=868652 CPUtime=1.91
/proc/15463/task/15464/stat : 15464 (java) R 15462 15449 15011 0 -1 64 3201 0 1 0 188 3 0 0 25 0 9 0 20530614 889499648 18202 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15463/tid=15465] ppid=15462 vsize=868652 CPUtime=1.17
/proc/15463/task/15465/stat : 15465 (java) S 15462 15449 15011 0 -1 64 14365 0 0 0 110 7 0 0 15 0 9 0 20530615 889499648 18202 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15463/tid=15466] ppid=15462 vsize=868652 CPUtime=0
/proc/15463/task/15466/stat : 15466 (java) S 15462 15449 15011 0 -1 64 15 0 0 0 0 0 0 0 17 0 9 0 20530615 889499648 18202 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15463/tid=15467] ppid=15462 vsize=868652 CPUtime=0
/proc/15463/task/15467/stat : 15467 (java) S 15462 15449 15011 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 20530615 889499648 18202 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15463/tid=15468] ppid=15462 vsize=868652 CPUtime=0
/proc/15463/task/15468/stat : 15468 (java) S 15462 15449 15011 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20530617 889499648 18202 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15463/tid=15469] ppid=15462 vsize=868652 CPUtime=0.18
/proc/15463/task/15469/stat : 15469 (java) S 15462 15449 15011 0 -1 64 1463 0 0 0 17 1 0 0 16 0 9 0 20530617 889499648 18202 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15463/tid=15470] ppid=15462 vsize=868652 CPUtime=0
/proc/15463/task/15470/stat : 15470 (java) S 15462 15449 15011 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 20530617 889499648 18202 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15463/tid=15471] ppid=15462 vsize=868652 CPUtime=0
/proc/15463/task/15471/stat : 15471 (java) S 15462 15449 15011 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 20530617 889499648 18202 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) 890876

[startup+12.703 s]
/proc/loadavg: 2.08 2.03 2.01 4/85 15471
/proc/meminfo: memFree=832440/2055920 swapFree=4192956/4192956
[pid=15449] ppid=15447 vsize=16868 CPUtime=2.89
/proc/15449/stat : 15449 (sugar) S 15447 15449 15011 0 -1 4194304 1310 24371 0 1 6 1 264 18 16 0 1 0 20530315 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15449/statm: 4217 1111 409 3 0 796 0
[pid=15462] ppid=15449 vsize=5356 CPUtime=0
/proc/15462/stat : 15462 (sh) S 15449 15449 15011 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20530612 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15462/statm: 1339 233 193 169 0 50 0
[pid=15463] ppid=15462 vsize=868652 CPUtime=9.61
/proc/15463/stat : 15463 (java) S 15462 15449 15011 0 -1 0 63375 0 1 0 926 35 0 0 19 0 9 0 20530613 889499648 52298 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15463/statm: 217163 52298 2567 9 0 211668 0
[pid=15463/tid=15464] ppid=15462 vsize=868652 CPUtime=4.78
/proc/15463/task/15464/stat : 15464 (java) R 15462 15449 15011 0 -1 64 4496 0 1 0 474 4 0 0 25 0 9 0 20530614 889499648 52298 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15463/tid=15465] ppid=15462 vsize=868652 CPUtime=4.6
/proc/15463/task/15465/stat : 15465 (java) R 15462 15449 15011 0 -1 64 56697 0 0 0 432 28 0 0 16 0 9 0 20530615 889499648 52298 996147200 134512640 134550932 4294955936 18446744073709551615 102758186 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15463/tid=15466] ppid=15462 vsize=868652 CPUtime=0
/proc/15463/task/15466/stat : 15466 (java) S 15462 15449 15011 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20530615 889499648 52298 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15463/tid=15467] ppid=15462 vsize=868652 CPUtime=0
/proc/15463/task/15467/stat : 15467 (java) S 15462 15449 15011 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 20530615 889499648 52298 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15463/tid=15468] ppid=15462 vsize=868652 CPUtime=0
/proc/15463/task/15468/stat : 15468 (java) S 15462 15449 15011 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20530617 889499648 52298 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15463/tid=15469] ppid=15462 vsize=868652 CPUtime=0.2
/proc/15463/task/15469/stat : 15469 (java) S 15462 15449 15011 0 -1 64 1480 0 0 0 19 1 0 0 16 0 9 0 20530617 889499648 52298 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15463/tid=15470] ppid=15462 vsize=868652 CPUtime=0
/proc/15463/task/15470/stat : 15470 (java) S 15462 15449 15011 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 20530617 889499648 52298 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15463/tid=15471] ppid=15462 vsize=868652 CPUtime=0
/proc/15463/task/15471/stat : 15471 (java) S 15462 15449 15011 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 20530617 889499648 52298 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.5
Current children cumulated vsize (KiB) 890876

[startup+25.5022 s]
/proc/loadavg: 2.07 2.03 2.00 3/85 15471
/proc/meminfo: memFree=695288/2055920 swapFree=4192956/4192956
[pid=15449] ppid=15447 vsize=16868 CPUtime=2.89
/proc/15449/stat : 15449 (sugar) S 15447 15449 15011 0 -1 4194304 1310 24371 0 1 6 1 264 18 16 0 1 0 20530315 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15449/statm: 4217 1111 409 3 0 796 0
[pid=15462] ppid=15449 vsize=5356 CPUtime=0
/proc/15462/stat : 15462 (sh) S 15449 15449 15011 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20530612 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15462/statm: 1339 233 193 169 0 50 0
[pid=15463] ppid=15462 vsize=868764 CPUtime=22.29
/proc/15463/stat : 15463 (java) S 15462 15449 15011 0 -1 0 68321 0 1 0 2115 114 0 0 19 0 9 0 20530613 889614336 52548 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15463/statm: 217191 52548 2593 9 0 211668 0
[pid=15463/tid=15464] ppid=15462 vsize=868764 CPUtime=16.2
/proc/15463/task/15464/stat : 15464 (java) R 15462 15449 15011 0 -1 64 4881 0 1 0 1541 79 0 0 25 0 9 0 20530614 889614336 52548 996147200 134512640 134550932 4294955936 18446744073709551615 4126558744 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15463/tid=15465] ppid=15462 vsize=868764 CPUtime=5.8
/proc/15463/task/15465/stat : 15465 (java) S 15462 15449 15011 0 -1 64 61218 0 0 0 547 33 0 0 16 0 9 0 20530615 889614336 52548 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15463/tid=15466] ppid=15462 vsize=868764 CPUtime=0
/proc/15463/task/15466/stat : 15466 (java) S 15462 15449 15011 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20530615 889614336 52548 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15463/tid=15467] ppid=15462 vsize=868764 CPUtime=0
/proc/15463/task/15467/stat : 15467 (java) S 15462 15449 15011 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 20530615 889614336 52548 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15463/tid=15468] ppid=15462 vsize=868764 CPUtime=0
/proc/15463/task/15468/stat : 15468 (java) S 15462 15449 15011 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20530617 889614336 52548 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15463/tid=15469] ppid=15462 vsize=868764 CPUtime=0.27
/proc/15463/task/15469/stat : 15469 (java) S 15462 15449 15011 0 -1 64 1520 0 0 0 26 1 0 0 16 0 9 0 20530617 889614336 52548 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15463/tid=15470] ppid=15462 vsize=868764 CPUtime=0
/proc/15463/task/15470/stat : 15470 (java) S 15462 15449 15011 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 20530617 889614336 52548 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15463/tid=15471] ppid=15462 vsize=868764 CPUtime=0
/proc/15463/task/15471/stat : 15471 (java) S 15462 15449 15011 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 20530617 889614336 52548 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.18
Current children cumulated vsize (KiB) 890988

[startup+51.1016 s]
/proc/loadavg: 2.05 2.02 2.00 3/77 15473
/proc/meminfo: memFree=514552/2055920 swapFree=4192956/4192956
[pid=15449] ppid=15447 vsize=16868 CPUtime=29.36
/proc/15449/stat : 15449 (sugar) S 15447 15449 15011 0 -1 4194304 1376 93075 0 2 6 1 2764 165 16 0 1 0 20530315 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15449/statm: 4217 1113 409 3 0 796 0
[pid=15472] ppid=15449 vsize=5356 CPUtime=0
/proc/15472/stat : 15472 (sh) S 15449 15449 15011 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20533289 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15472/statm: 1339 232 193 169 0 50 0
[pid=15473] ppid=15472 vsize=338632 CPUtime=21.24
/proc/15473/stat : 15473 (minisat) R 15472 15449 15011 0 -1 4194304 83253 0 0 0 2058 66 0 0 25 0 1 0 20533289 346759168 83239 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/15473/statm: 84658 83239 76 150 0 84505 0

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

/proc/15473/stat : 15473 (minisat) R 15472 15449 15011 0 -1 4194304 149626 0 0 0 138419 148 0 0 25 0 1 0 20533289 619618304 149612 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/15473/statm: 151274 149612 76 150 0 151121 0
Current children cumulated CPU time (s) 1415.03
Current children cumulated vsize (KiB) 627320

[startup+1482.3 s]
/proc/loadavg: 1.99 1.99 1.99 4/84 15598
/proc/meminfo: memFree=470200/2055920 swapFree=4192956/4192956
[pid=15449] ppid=15447 vsize=16868 CPUtime=29.36
/proc/15449/stat : 15449 (sugar) S 15447 15449 15011 0 -1 4194304 1376 93075 0 2 6 1 2764 165 16 0 1 0 20530315 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15449/statm: 4217 1113 409 3 0 796 0
[pid=15472] ppid=15449 vsize=5356 CPUtime=0
/proc/15472/stat : 15472 (sh) S 15449 15449 15011 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20533289 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15472/statm: 1339 232 193 169 0 50 0
[pid=15473] ppid=15472 vsize=621124 CPUtime=1445.38
/proc/15473/stat : 15473 (minisat) R 15472 15449 15011 0 -1 4194304 153660 0 0 0 144386 152 0 0 25 0 1 0 20533289 636030976 153646 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/15473/statm: 155281 153646 76 150 0 155128 0
Current children cumulated CPU time (s) 1474.74
Current children cumulated vsize (KiB) 643348

[startup+1542.3 s]
/proc/loadavg: 1.99 1.99 1.99 4/84 15598
/proc/meminfo: memFree=455160/2055920 swapFree=4192956/4192956
[pid=15449] ppid=15447 vsize=16868 CPUtime=29.36
/proc/15449/stat : 15449 (sugar) S 15447 15449 15011 0 -1 4194304 1376 93075 0 2 6 1 2764 165 16 0 1 0 20530315 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15449/statm: 4217 1113 409 3 0 796 0
[pid=15472] ppid=15449 vsize=5356 CPUtime=0
/proc/15472/stat : 15472 (sh) S 15449 15449 15011 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20533289 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15472/statm: 1339 232 193 169 0 50 0
[pid=15473] ppid=15472 vsize=631488 CPUtime=1505.08
/proc/15473/stat : 15473 (minisat) R 15472 15449 15011 0 -1 4194304 156296 0 0 0 150352 156 0 0 25 0 1 0 20533289 646643712 156282 996147200 134512640 135127466 4294956256 18446744073709551615 134530700 0 0 4096 3 0 0 0 17 0 0 0
/proc/15473/statm: 157872 156282 76 150 0 157719 0
Current children cumulated CPU time (s) 1534.44
Current children cumulated vsize (KiB) 653712

[startup+1602.3 s]
/proc/loadavg: 1.99 1.99 1.99 3/84 15598
/proc/meminfo: memFree=446456/2055920 swapFree=4192956/4192956
[pid=15449] ppid=15447 vsize=16868 CPUtime=29.36
/proc/15449/stat : 15449 (sugar) S 15447 15449 15011 0 -1 4194304 1376 93075 0 2 6 1 2764 165 16 0 1 0 20530315 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15449/statm: 4217 1113 409 3 0 796 0
[pid=15472] ppid=15449 vsize=5356 CPUtime=0
/proc/15472/stat : 15472 (sh) S 15449 15449 15011 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20533289 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15472/statm: 1339 232 193 169 0 50 0
[pid=15473] ppid=15472 vsize=639424 CPUtime=1564.79
/proc/15473/stat : 15473 (minisat) R 15472 15449 15011 0 -1 4194304 158256 0 0 0 156322 157 0 0 25 0 1 0 20533289 654770176 158242 996147200 134512640 135127466 4294956256 18446744073709551615 134530581 0 0 4096 3 0 0 0 17 0 0 0
/proc/15473/statm: 159856 158242 76 150 0 159703 0
Current children cumulated CPU time (s) 1594.15
Current children cumulated vsize (KiB) 661648

[startup+1662.3 s]
/proc/loadavg: 1.99 1.99 1.99 4/84 15598
/proc/meminfo: memFree=444152/2055920 swapFree=4192956/4192956
[pid=15449] ppid=15447 vsize=16868 CPUtime=29.36
/proc/15449/stat : 15449 (sugar) S 15447 15449 15011 0 -1 4194304 1376 93075 0 2 6 1 2764 165 16 0 1 0 20530315 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15449/statm: 4217 1113 409 3 0 796 0
[pid=15472] ppid=15449 vsize=5356 CPUtime=0
/proc/15472/stat : 15472 (sh) S 15449 15449 15011 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20533289 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15472/statm: 1339 232 193 169 0 50 0
[pid=15473] ppid=15472 vsize=641404 CPUtime=1624.49
/proc/15473/stat : 15473 (minisat) R 15472 15449 15011 0 -1 4194304 158782 0 0 0 162291 158 0 0 25 0 1 0 20533289 656797696 158768 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/15473/statm: 160351 158768 76 150 0 160198 0
Current children cumulated CPU time (s) 1653.85
Current children cumulated vsize (KiB) 663628

[startup+1722.3 s]
/proc/loadavg: 1.99 1.99 1.99 4/84 15598
/proc/meminfo: memFree=442360/2055920 swapFree=4192956/4192956
[pid=15449] ppid=15447 vsize=16868 CPUtime=29.36
/proc/15449/stat : 15449 (sugar) S 15447 15449 15011 0 -1 4194304 1376 93075 0 2 6 1 2764 165 16 0 1 0 20530315 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15449/statm: 4217 1113 409 3 0 796 0
[pid=15472] ppid=15449 vsize=5356 CPUtime=0
/proc/15472/stat : 15472 (sh) S 15449 15449 15011 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20533289 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15472/statm: 1339 232 193 169 0 50 0
[pid=15473] ppid=15472 vsize=643120 CPUtime=1684.19
/proc/15473/stat : 15473 (minisat) R 15472 15449 15011 0 -1 4194304 159220 0 0 0 168261 158 0 0 25 0 1 0 20533289 658554880 159206 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/15473/statm: 160780 159206 76 150 0 160627 0
Current children cumulated CPU time (s) 1713.55
Current children cumulated vsize (KiB) 665344

[startup+1782.3 s]
/proc/loadavg: 1.99 1.99 1.99 3/84 15598
/proc/meminfo: memFree=439416/2055920 swapFree=4192956/4192956
[pid=15449] ppid=15447 vsize=16868 CPUtime=29.36
/proc/15449/stat : 15449 (sugar) S 15447 15449 15011 0 -1 4194304 1376 93075 0 2 6 1 2764 165 16 0 1 0 20530315 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15449/statm: 4217 1113 409 3 0 796 0
[pid=15472] ppid=15449 vsize=5356 CPUtime=0
/proc/15472/stat : 15472 (sh) S 15449 15449 15011 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20533289 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15472/statm: 1339 232 193 169 0 50 0
[pid=15473] ppid=15472 vsize=646024 CPUtime=1743.89
/proc/15473/stat : 15473 (minisat) R 15472 15449 15011 0 -1 4194304 159931 0 0 0 174230 159 0 0 25 0 1 0 20533289 661528576 159917 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/15473/statm: 161506 159917 76 150 0 161353 0
Current children cumulated CPU time (s) 1773.25
Current children cumulated vsize (KiB) 668248



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1809.2 s]
/proc/loadavg: 1.99 1.99 1.99 4/84 15598
/proc/meminfo: memFree=437944/2055920 swapFree=4192956/4192956
[pid=15449] ppid=15447 vsize=16868 CPUtime=29.36
/proc/15449/stat : 15449 (sugar) S 15447 15449 15011 0 -1 4194304 1376 93075 0 2 6 1 2764 165 16 0 1 0 20530315 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15449/statm: 4217 1113 409 3 0 796 0
[pid=15472] ppid=15449 vsize=5356 CPUtime=0
/proc/15472/stat : 15472 (sh) S 15449 15449 15011 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20533289 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15472/statm: 1339 232 193 169 0 50 0
[pid=15473] ppid=15472 vsize=647476 CPUtime=1770.66
/proc/15473/stat : 15473 (minisat) R 15472 15449 15011 0 -1 4194304 160304 0 0 0 176906 160 0 0 25 0 1 0 20533289 663015424 160290 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/15473/statm: 161869 160290 76 150 0 161716 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 669700

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

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

[startup+1809.2 s]
/proc/loadavg: 1.99 1.99 1.99 4/84 15598
/proc/meminfo: memFree=437944/2055920 swapFree=4192956/4192956
[pid=15449] ppid=15447 vsize=16868 CPUtime=29.36
/proc/15449/stat : 15449 (sugar) S 15447 15449 15011 0 -1 4194304 1376 93075 0 2 6 1 2764 165 16 0 1 0 20530315 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15449/statm: 4217 1113 409 3 0 796 0
[pid=15472] ppid=15449 vsize=5356 CPUtime=0
/proc/15472/stat : 15472 (sh) S 15449 15449 15011 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20533289 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15472/statm: 1339 232 193 169 0 50 0
[pid=15473] ppid=15472 vsize=647476 CPUtime=1770.66
/proc/15473/stat : 15473 (minisat) R 15472 15449 15011 0 -1 4194304 160304 0 0 0 176906 160 0 0 25 0 1 0 20533289 663015424 160290 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/15473/statm: 161869 160290 76 150 0 161716 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 669700

[startup+1809.32 s]
/proc/loadavg: 1.99 1.99 1.99 4/84 15598
/proc/meminfo: memFree=437944/2055920 swapFree=4192956/4192956
[pid=15449] ppid=15447 vsize=16868 CPUtime=29.38
/proc/15449/stat : 15449 (sugar) R 15447 15449 15011 0 -1 4194304 1423 93352 0 2 6 3 2764 165 16 0 1 0 20530315 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 212234638377 0 0 4224 16386 0 0 0 17 0 0 0
/proc/15449/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 29.38
Current children cumulated vsize (KiB) 16868
#
############


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

[startup+1809.32 s]
/proc/loadavg: 1.99 1.99 1.99 4/84 15598
/proc/meminfo: memFree=437944/2055920 swapFree=4192956/4192956
[pid=15449] ppid=15447 vsize=16868 CPUtime=29.38
/proc/15449/stat : 15449 (sugar) R 15447 15449 15011 0 -1 4194304 1423 93352 0 2 6 3 2764 165 16 0 1 0 20530315 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 212234638377 0 0 4224 16386 0 0 0 17 0 0 0
/proc/15449/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 29.38
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): 1770.64
#  lost CPU user time (s): 1769.06
#  lost CPU system time (s): 1.58

Real time (s): 1809.38
CPU time (s): 1800.11
CPU user time (s): 1796.78
CPU system time (s): 3.32973
CPU usage (%): 99.4875
Max. virtual memory (cumulated for all children) (KiB): 916488

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 27.7178
system time used= 1.74973
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 94834
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= 6394
involuntary context switches= 6660

runsolver used 2.07069 second user time and 5.50016 second system time

The end

Launcher Data

Begin job on node14 at 2009-07-11 19:50:34
IDJOB=2064196
IDBENCH=54131
IDSOLVER=739
FILE ID=node14/2064196-1247334633
PBS_JOBID= 9506653
Free space on /tmp= 66476 MiB

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

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

MD5SUM BENCH= 690bc030536081a10afc596885a53720
RANDOM SEED=1391428831

node14.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.265
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.265
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:       1011824 kB
Buffers:         65680 kB
Cached:         813016 kB
SwapCached:          0 kB
Active:         463236 kB
Inactive:       527184 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1011824 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            8160 kB
Writeback:           0 kB
Mapped:         122344 kB
Slab:            38624 kB
Committed_AS:   317380 kB
PageTables:       2088 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= 66488 MiB
End job on node14 at 2009-07-11 20:20:45