Trace number 2084073

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.09 1801.98

General information on the benchmark

Namecsp/fapp/fapp09/
normalized-fapp09-0800-6.xml
MD5SUM546e6ed781e2059b953cb6ecdfe4a630
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark31.8422
Satisfiable
(Un)Satisfiability was proved
Number of variables800
Number of constraints8975
Maximum constraint arity2
Maximum domain size350
Number of constraints which are defined in extension0
Number of constraints which are defined in intension8975
Global constraints used (with number of constraints)

Solver Data

0.00/0.07	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.07	c 0	BEGIN Sun Jul 12 08:06:11 2009
0.00/0.07	c 0	PID 23467
0.00/0.07	c 0	HOST node63.alineos.net
0.00/0.07	c 0	CONVERTING HOME/instance-2084073-1247378771.xml TO HOME/temp.csp
0.00/0.07	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2084073-1247378771.xml' 'HOME/temp.csp'
0.05/0.86	c 1	33 domains, 800 variables, 7 predicates, 0 relations, 8975 constraints
0.06/0.91	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.91	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.06/0.99	c 1	Parsing HOME/temp.csp
1.01/1.16	c 1	parsed 9815 expressions
1.01/1.17	c 1	Heap : 4 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.01/1.17	c 1	Converting to clausal form CSP
1.70/1.84	c 2	converted 982 (10%) expressions
4.49/4.70	c 5	converted 1963 (20%) expressions
6.87/7.00	c 7	converted 2945 (30%) expressions
8.57/8.77	c 9	converted 3926 (40%) expressions
10.36/10.57	c 10	converted 4908 (50%) expressions
12.44/12.67	c 13	converted 5889 (60%) expressions
13.94/14.19	c 14	converted 6871 (70%) expressions
15.32/15.57	c 15	converted 7852 (80%) expressions
17.52/17.72	c 18	converted 8834 (90%) expressions
19.01/19.24	c 19	converted 9815 (100%) expressions
19.01/19.24	c 19	CSP : 1600 integers, 25569 booleans, 51442 clauses, largest domain size 2717
19.01/19.24	c 19	Heap : 109 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
19.01/19.24	c 19	Propagation in CSP
19.62/19.85	c 20	50 values, 0 unsatisfiable literals, and 0 valid clauses are removed
19.62/19.86	c 20	CSP : 1600 integers, 25569 booleans, 51442 clauses, largest domain size 2717
19.62/19.86	c 20	Heap : 110 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
19.62/19.89	c 20	Simplifing CSP by introducing new Boolean variables
19.71/19.98	c 20	CSP : 1600 integers, 42329 booleans, 68202 clauses, largest domain size 2717
19.71/19.98	c 20	Heap : 114 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
20.52/20.74	c 21	Encoding CSP to SAT : HOME/temp.cnf
21.10/21.31	c 21	160 (10%) CSP integer variables are encoded (25496 clauses, 360442 bytes)
21.51/21.73	c 22	320 (20%) CSP integer variables are encoded (46648 clauses, 677722 bytes)
22.00/22.22	c 22	480 (30%) CSP integer variables are encoded (71096 clauses, 1044442 bytes)
22.50/22.71	c 23	640 (40%) CSP integer variables are encoded (95352 clauses, 1408282 bytes)
23.00/23.22	c 23	800 (50%) CSP integer variables are encoded (120164 clauses, 1822127 bytes)
23.19/23.45	c 23	960 (60%) CSP integer variables are encoded (302186 clauses, 4916501 bytes)
23.40/23.64	c 24	1120 (70%) CSP integer variables are encoded (446597 clauses, 7371488 bytes)
23.60/23.84	c 24	1280 (80%) CSP integer variables are encoded (612531 clauses, 10192366 bytes)
23.80/24.06	c 24	1440 (90%) CSP integer variables are encoded (793941 clauses, 13276336 bytes)
23.99/24.25	c 24	1600 (100%) CSP integer variables are encoded (940699 clauses, 15771222 bytes)
26.57/26.81	c 27	6821 (10%) CSP clauses are encoded (1612635 clauses, 31383433 bytes)
28.85/29.18	c 29	13641 (20%) CSP clauses are encoded (2331990 clauses, 48203445 bytes)
31.43/31.80	c 32	20461 (30%) CSP clauses are encoded (3177904 clauses, 68200504 bytes)
34.29/34.62	c 35	27281 (40%) CSP clauses are encoded (4125577 clauses, 91026490 bytes)
36.07/36.41	c 36	34101 (50%) CSP clauses are encoded (4739967 clauses, 105642431 bytes)
38.16/38.51	c 38	40922 (60%) CSP clauses are encoded (5466989 clauses, 123069033 bytes)
40.24/40.67	c 41	47742 (70%) CSP clauses are encoded (6235822 clauses, 141486052 bytes)
42.91/43.37	c 43	54562 (80%) CSP clauses are encoded (7235749 clauses, 165338503 bytes)
44.80/45.27	c 45	61382 (90%) CSP clauses are encoded (7909484 clauses, 181567720 bytes)
47.27/47.74	c 48	68202 (100%) CSP clauses are encoded (8779898 clauses, 202449444 bytes)
47.27/47.74	c 48	68202 CSP clauses encoded
47.27/47.74	c 48	Writing map file : HOME/temp.map
47.35/47.82	c 48	Heap : 105 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
47.35/47.82	c 48	SAT : 984627 SAT variables, 8779898 SAT clauses, 202449444 bytes
47.35/47.82	c 48	Heap : 105 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
47.35/47.86	c 48	SOLVING HOME/temp.cnf
47.35/47.86	c 48	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
47.35/47.86	c 48	This is MiniSat 2.0 beta
47.35/47.86	c 48	WARNING: for repeatability, setting FPU to use double precision
47.35/47.86	c 48	============================[ Problem Statistics ]=============================
47.35/47.86	c 48	|                                                                             |
47.35/47.86	c 48	|  Number of variables:  984627                                               |
47.35/47.86	c 48	|  Number of clauses:    8779898                                              |
52.21/52.73	c 53	|  Parsing time:         4.23         s                                       |
52.40/52.97	c 53	============================[ Search Statistics ]==============================
52.40/52.97	c 53	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
52.40/52.97	c 53	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
52.40/52.97	c 53	===============================================================================
52.40/52.97	c 53	|         0 |  984612  8779837 24446493 |  2926612        0    nan |  0.000 % |
53.10/53.62	c 54	|       100 |  984611  8779837 24446493 |  3219273       99      3 |  0.004 % |
54.30/54.85	c 55	|       250 |  984606  8779837 24446493 |  3541200      246      3 |  0.005 % |
58.18/58.73	c 59	|       475 |  984594  8779837 24446493 |  3895321      461      3 |  0.010 % |
65.16/65.72	c 66	|       812 |  983910  8776852 24438997 |  4284853      783      3 |  0.604 % |
76.01/76.63	c 77	|      1318 |  972353  8699506 24230005 |  4713338     1266      3 |  2.719 % |
87.86/88.58	c 88	|      2077 |  947112  8389604 23351182 |  5184672     2001      4 |  4.377 % |
99.81/100.53	c 100	|      3216 |  928338  8195751 22807370 |  5703139     3099      5 |  6.901 % |
116.04/116.82	c 117	|      4924 |  910751  7996859 22246360 |  6273453     4752      6 |  8.548 % |
137.86/138.74	c 139	|      7487 |  886033  7728899 21491999 |  6900798     7254      7 | 12.370 % |
167.81/168.93	c 169	|     11332 |  852645  7301914 20278874 |  7590878    11010      9 | 13.815 % |
214.41/215.66	c 216	|     17099 |  826907  6989916 19395044 |  8349966    16687     11 | 16.248 % |
287.87/289.12	c 289	|     25748 |  790825  6622522 18365786 |  9184963    25111     12 | 20.123 % |
400.73/402.08	c 402	|     38723 |  735278  6116304 16958972 | 10103459    37894     13 | 25.324 % |
557.27/558.66	c 559	|     58184 |  639303  5278088 14637357 | 11113805    57060     13 | 35.533 % |
791.27/792.74	c 793	|     87376 |  564747  4685626 13010077 | 12225186    85919     14 | 43.089 % |
1127.06/1128.60	c 1128	|    131166 |  485110  4046946 11254253 | 13447704   129431     14 | 51.157 % |
1601.28/1603.03	c 1603	|    196850 |  396886  3281887  9136952 | 14792475   194761     14 | 59.696 % |
1800.01/1801.82	c ERROR INTERRUPTED
1800.01/1801.88	s UNKNOWN
1800.01/1801.88	c 1802	CPU 47.4 (0.06 0.01 45.86 1.47)
1800.01/1801.88	c 1802	END Sun Jul 12 08:36:13 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-2084073-1247378771/watcher-2084073-1247378771 -o /tmp/evaluation-result-2084073-1247378771/solver-2084073-1247378771 -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-2084073-1247378771.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.01 2.01 2.00 3/72 23467
/proc/meminfo: memFree=1720024/2055920 swapFree=4191904/4192956
[pid=23467] ppid=23465 vsize=3672 CPUtime=0
/proc/23467/stat : 23467 (sugar) R 23465 23467 19057 0 -1 4194304 50 0 0 0 0 0 0 0 19 0 1 0 24939653 3760128 35 996147200 4194304 4206940 548682068608 18446744073709551615 244274234102 0 0 4096 0 0 0 0 17 0 0 0
/proc/23467/statm: 918 35 26 3 0 6 0

[startup+0.098449 s]
/proc/loadavg: 2.01 2.01 2.00 3/72 23467
/proc/meminfo: memFree=1720024/2055920 swapFree=4191904/4192956
[pid=23467] ppid=23465 vsize=16868 CPUtime=0.05
/proc/23467/stat : 23467 (sugar) S 23465 23467 19057 0 -1 4194304 1227 128 0 0 5 0 0 0 16 0 1 0 24939653 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23467/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 16868

[startup+0.102447 s]
/proc/loadavg: 2.01 2.01 2.00 3/72 23467
/proc/meminfo: memFree=1720024/2055920 swapFree=4191904/4192956
[pid=23467] ppid=23465 vsize=16868 CPUtime=0.05
/proc/23467/stat : 23467 (sugar) S 23465 23467 19057 0 -1 4194304 1227 128 0 0 5 0 0 0 16 0 1 0 24939653 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23467/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 16868

[startup+0.302469 s]
/proc/loadavg: 2.01 2.01 2.00 3/72 23467
/proc/meminfo: memFree=1720024/2055920 swapFree=4191904/4192956
[pid=23467] ppid=23465 vsize=16868 CPUtime=0.05
/proc/23467/stat : 23467 (sugar) S 23465 23467 19057 0 -1 4194304 1227 128 0 0 5 0 0 0 16 0 1 0 24939653 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23467/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 16868

[startup+0.702515 s]
/proc/loadavg: 2.01 2.01 2.00 3/72 23467
/proc/meminfo: memFree=1720024/2055920 swapFree=4191904/4192956
[pid=23467] ppid=23465 vsize=16868 CPUtime=0.05
/proc/23467/stat : 23467 (sugar) S 23465 23467 19057 0 -1 4194304 1227 128 0 0 5 0 0 0 16 0 1 0 24939653 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23467/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 16868

[startup+1.50161 s]
/proc/loadavg: 2.01 2.01 2.00 3/83 23489
/proc/meminfo: memFree=1712120/2055920 swapFree=4191904/4192956
[pid=23467] ppid=23465 vsize=16868 CPUtime=0.84
/proc/23467/stat : 23467 (sugar) S 23465 23467 19057 0 -1 4194304 1309 8959 0 1 5 1 73 5 15 0 1 0 24939653 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23467/statm: 4217 1111 409 3 0 796 0
[pid=23480] ppid=23467 vsize=5356 CPUtime=0
/proc/23480/stat : 23480 (sh) S 23467 23467 19057 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24939745 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23480/statm: 1339 233 193 169 0 50 0
[pid=23481] ppid=23480 vsize=864356 CPUtime=0.57
/proc/23481/stat : 23481 (java) S 23480 23467 19057 0 -1 0 6237 0 1 0 54 3 0 0 18 0 9 0 24939745 885100544 5514 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23481/statm: 216089 5514 2566 9 0 210594 0
[pid=23481/tid=23482] ppid=23480 vsize=864356 CPUtime=0.37
/proc/23481/task/23482/stat : 23482 (java) R 23480 23467 19057 0 -1 64 2666 0 1 0 36 1 0 0 19 0 9 0 24939746 885100544 5514 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23481/tid=23483] ppid=23480 vsize=864356 CPUtime=0.08
/proc/23481/task/23483/stat : 23483 (java) S 23480 23467 19057 0 -1 64 2538 0 0 0 8 0 0 0 16 0 9 0 24939747 885100544 5514 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23481/tid=23484] ppid=23480 vsize=864356 CPUtime=0
/proc/23481/task/23484/stat : 23484 (java) S 23480 23467 19057 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 24939747 885100544 5514 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23481/tid=23485] ppid=23480 vsize=864356 CPUtime=0
/proc/23481/task/23485/stat : 23485 (java) S 23480 23467 19057 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 24939747 885100544 5514 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23481/tid=23486] ppid=23480 vsize=864356 CPUtime=0
/proc/23481/task/23486/stat : 23486 (java) S 23480 23467 19057 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24939749 885100544 5514 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23481/tid=23487] ppid=23480 vsize=864356 CPUtime=0.08
/proc/23481/task/23487/stat : 23487 (java) R 23480 23467 19057 0 -1 64 334 0 0 0 8 0 0 0 16 0 9 0 24939749 885100544 5514 996147200 134512640 134550932 4294955936 18446744073709551615 102013040 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23481/tid=23488] ppid=23480 vsize=864356 CPUtime=0
/proc/23481/task/23488/stat : 23488 (java) S 23480 23467 19057 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24939749 885100544 5514 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23481/tid=23489] ppid=23480 vsize=864356 CPUtime=0
/proc/23481/task/23489/stat : 23489 (java) S 23480 23467 19057 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24939749 885100544 5514 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 886580

[startup+3.1018 s]
/proc/loadavg: 2.01 2.01 2.00 3/83 23489
/proc/meminfo: memFree=1697400/2055920 swapFree=4191904/4192956
[pid=23467] ppid=23465 vsize=16868 CPUtime=0.84
/proc/23467/stat : 23467 (sugar) S 23465 23467 19057 0 -1 4194304 1309 8959 0 1 5 1 73 5 16 0 1 0 24939653 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23467/statm: 4217 1111 409 3 0 796 0
[pid=23480] ppid=23467 vsize=5356 CPUtime=0
/proc/23480/stat : 23480 (sh) S 23467 23467 19057 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24939745 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23480/statm: 1339 233 193 169 0 50 0
[pid=23481] ppid=23480 vsize=868780 CPUtime=2.16
/proc/23481/stat : 23481 (java) S 23480 23467 19057 0 -1 0 9322 0 1 0 211 5 0 0 18 0 9 0 24939745 889630720 8456 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23481/statm: 217195 8456 2566 9 0 211700 0
[pid=23481/tid=23482] ppid=23480 vsize=868780 CPUtime=1.64
/proc/23481/task/23482/stat : 23482 (java) R 23480 23467 19057 0 -1 64 2769 0 1 0 163 1 0 0 25 0 9 0 24939746 889630720 8456 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23481/tid=23483] ppid=23480 vsize=868780 CPUtime=0.31
/proc/23481/task/23483/stat : 23483 (java) R 23480 23467 19057 0 -1 64 4410 0 0 0 30 1 0 0 16 0 9 0 24939747 889630720 8456 996147200 134512640 134550932 4294955936 18446744073709551615 104516167 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23481/tid=23484] ppid=23480 vsize=868780 CPUtime=0
/proc/23481/task/23484/stat : 23484 (java) S 23480 23467 19057 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 24939747 889630720 8456 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23481/tid=23485] ppid=23480 vsize=868780 CPUtime=0
/proc/23481/task/23485/stat : 23485 (java) S 23480 23467 19057 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 24939747 889630720 8456 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23481/tid=23486] ppid=23480 vsize=868780 CPUtime=0
/proc/23481/task/23486/stat : 23486 (java) S 23480 23467 19057 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24939749 889630720 8456 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23481/tid=23487] ppid=23480 vsize=868780 CPUtime=0.17
/proc/23481/task/23487/stat : 23487 (java) S 23480 23467 19057 0 -1 64 1444 0 0 0 17 0 0 0 16 0 9 0 24939749 889630720 8456 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23481/tid=23488] ppid=23480 vsize=868780 CPUtime=0
/proc/23481/task/23488/stat : 23488 (java) S 23480 23467 19057 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24939749 889630720 8456 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23481/tid=23489] ppid=23480 vsize=868780 CPUtime=0
/proc/23481/task/23489/stat : 23489 (java) S 23480 23467 19057 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24939749 889630720 8456 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 891004

[startup+6.30216 s]
/proc/loadavg: 2.01 2.00 2.00 4/83 23489
/proc/meminfo: memFree=1679928/2055920 swapFree=4191904/4192956
[pid=23467] ppid=23465 vsize=16868 CPUtime=0.84
/proc/23467/stat : 23467 (sugar) S 23465 23467 19057 0 -1 4194304 1309 8959 0 1 5 1 73 5 16 0 1 0 24939653 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23467/statm: 4217 1111 409 3 0 796 0
[pid=23480] ppid=23467 vsize=5356 CPUtime=0
/proc/23480/stat : 23480 (sh) S 23467 23467 19057 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24939745 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23480/statm: 1339 233 193 169 0 50 0
[pid=23481] ppid=23480 vsize=868592 CPUtime=5.35
/proc/23481/stat : 23481 (java) S 23480 23467 19057 0 -1 0 13720 0 1 0 527 8 0 0 18 0 9 0 24939745 889438208 12708 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23481/statm: 217148 12708 2566 9 0 211653 0
[pid=23481/tid=23482] ppid=23480 vsize=868592 CPUtime=4.4
/proc/23481/task/23482/stat : 23482 (java) R 23480 23467 19057 0 -1 64 3125 0 1 0 439 1 0 0 25 0 9 0 24939746 889438208 12708 996147200 134512640 134550932 4294955936 18446744073709551615 4126508790 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23481/tid=23483] ppid=23480 vsize=868592 CPUtime=0.73
/proc/23481/task/23483/stat : 23483 (java) S 23480 23467 19057 0 -1 64 8446 0 0 0 69 4 0 0 16 0 9 0 24939747 889438208 12708 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23481/tid=23484] ppid=23480 vsize=868592 CPUtime=0
/proc/23481/task/23484/stat : 23484 (java) S 23480 23467 19057 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 24939747 889438208 12708 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23481/tid=23485] ppid=23480 vsize=868592 CPUtime=0
/proc/23481/task/23485/stat : 23485 (java) S 23480 23467 19057 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 24939747 889438208 12708 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23481/tid=23486] ppid=23480 vsize=868592 CPUtime=0
/proc/23481/task/23486/stat : 23486 (java) S 23480 23467 19057 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24939749 889438208 12708 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23481/tid=23487] ppid=23480 vsize=868592 CPUtime=0.18
/proc/23481/task/23487/stat : 23487 (java) S 23480 23467 19057 0 -1 64 1450 0 0 0 18 0 0 0 15 0 9 0 24939749 889438208 12708 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23481/tid=23488] ppid=23480 vsize=868592 CPUtime=0
/proc/23481/task/23488/stat : 23488 (java) S 23480 23467 19057 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24939749 889438208 12708 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23481/tid=23489] ppid=23480 vsize=868592 CPUtime=0
/proc/23481/task/23489/stat : 23489 (java) S 23480 23467 19057 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24939749 889438208 12708 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 890816

[startup+12.7029 s]
/proc/loadavg: 2.01 2.00 2.00 4/83 23489
/proc/meminfo: memFree=1636920/2055920 swapFree=4191904/4192956
[pid=23467] ppid=23465 vsize=16868 CPUtime=0.84
/proc/23467/stat : 23467 (sugar) S 23465 23467 19057 0 -1 4194304 1309 8959 0 1 5 1 73 5 16 0 1 0 24939653 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23467/statm: 4217 1111 409 3 0 796 0
[pid=23480] ppid=23467 vsize=5356 CPUtime=0
/proc/23480/stat : 23480 (sh) S 23467 23467 19057 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24939745 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23480/statm: 1339 233 193 169 0 50 0
[pid=23481] ppid=23480 vsize=868592 CPUtime=11.7
/proc/23481/stat : 23481 (java) S 23480 23467 19057 0 -1 0 32276 0 1 0 1154 16 0 0 18 0 9 0 24939745 889438208 23467 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23481/statm: 217148 23467 2567 9 0 211653 0
[pid=23481/tid=23482] ppid=23480 vsize=868592 CPUtime=9.5
/proc/23481/task/23482/stat : 23482 (java) R 23480 23467 19057 0 -1 64 3890 0 1 0 948 2 0 0 25 0 9 0 24939746 889438208 23467 996147200 134512640 134550932 4294955936 18446744073709551615 4126448734 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23481/tid=23483] ppid=23480 vsize=868592 CPUtime=1.99
/proc/23481/task/23483/stat : 23483 (java) S 23480 23467 19057 0 -1 64 26236 0 0 0 187 12 0 0 16 0 9 0 24939747 889438208 23467 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23481/tid=23484] ppid=23480 vsize=868592 CPUtime=0
/proc/23481/task/23484/stat : 23484 (java) S 23480 23467 19057 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 24939747 889438208 23467 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23481/tid=23485] ppid=23480 vsize=868592 CPUtime=0
/proc/23481/task/23485/stat : 23485 (java) S 23480 23467 19057 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 24939747 889438208 23467 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23481/tid=23486] ppid=23480 vsize=868592 CPUtime=0
/proc/23481/task/23486/stat : 23486 (java) S 23480 23467 19057 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24939749 889438208 23467 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23481/tid=23487] ppid=23480 vsize=868592 CPUtime=0.18
/proc/23481/task/23487/stat : 23487 (java) S 23480 23467 19057 0 -1 64 1451 0 0 0 18 0 0 0 17 0 9 0 24939749 889438208 23467 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23481/tid=23488] ppid=23480 vsize=868592 CPUtime=0
/proc/23481/task/23488/stat : 23488 (java) S 23480 23467 19057 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24939749 889438208 23467 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23481/tid=23489] ppid=23480 vsize=868592 CPUtime=0
/proc/23481/task/23489/stat : 23489 (java) S 23480 23467 19057 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24939749 889438208 23467 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.54
Current children cumulated vsize (KiB) 890816

[startup+25.5028 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 23489
/proc/meminfo: memFree=1558584/2055920 swapFree=4191904/4192956
[pid=23467] ppid=23465 vsize=16868 CPUtime=0.85
/proc/23467/stat : 23467 (sugar) S 23465 23467 19057 0 -1 4194304 1310 8959 0 1 6 1 73 5 16 0 1 0 24939653 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23467/statm: 4217 1111 409 3 0 796 0
[pid=23480] ppid=23467 vsize=5356 CPUtime=0
/proc/23480/stat : 23480 (sh) S 23467 23467 19057 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24939745 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23480/statm: 1339 233 193 169 0 50 0
[pid=23481] ppid=23480 vsize=868704 CPUtime=24.43
/proc/23481/stat : 23481 (java) S 23480 23467 19057 0 -1 0 51198 0 1 0 2404 39 0 0 18 0 9 0 24939745 889552896 36487 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23481/statm: 217176 36487 2593 9 0 211653 0
[pid=23481/tid=23482] ppid=23480 vsize=868704 CPUtime=20.06
/proc/23481/task/23482/stat : 23482 (java) R 23480 23467 19057 0 -1 64 4758 0 1 0 1990 16 0 0 25 0 9 0 24939746 889552896 36487 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23481/tid=23483] ppid=23480 vsize=868704 CPUtime=4.07
/proc/23481/task/23483/stat : 23483 (java) S 23480 23467 19057 0 -1 64 44238 0 0 0 387 20 0 0 15 0 9 0 24939747 889552896 36487 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23481/tid=23484] ppid=23480 vsize=868704 CPUtime=0
/proc/23481/task/23484/stat : 23484 (java) S 23480 23467 19057 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 24939747 889552896 36487 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23481/tid=23485] ppid=23480 vsize=868704 CPUtime=0
/proc/23481/task/23485/stat : 23485 (java) S 23480 23467 19057 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 24939747 889552896 36487 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23481/tid=23486] ppid=23480 vsize=868704 CPUtime=0

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

/proc/23491/stat : 23491 (minisat) R 23490 23467 19057 0 -1 4194304 109108 0 0 0 137257 67 0 0 25 0 1 0 24944439 467271680 109086 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/23491/statm: 114080 109086 76 150 0 113927 0
Current children cumulated CPU time (s) 1420.64
Current children cumulated vsize (KiB) 478544

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 23533
/proc/meminfo: memFree=1105760/2055920 swapFree=4191904/4192956
[pid=23467] ppid=23465 vsize=16868 CPUtime=47.4
/proc/23467/stat : 23467 (sugar) S 23465 23467 19057 0 -1 4194304 1377 60843 0 2 6 1 4586 147 16 0 1 0 24939653 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23467/statm: 4217 1114 409 3 0 796 0
[pid=23490] ppid=23467 vsize=5356 CPUtime=0
/proc/23490/stat : 23490 (sh) S 23467 23467 19057 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24944439 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23490/statm: 1339 232 193 169 0 50 0
[pid=23491] ppid=23490 vsize=456320 CPUtime=1433.22
/proc/23491/stat : 23491 (minisat) R 23490 23467 19057 0 -1 4194304 109140 0 0 0 143254 68 0 0 25 0 1 0 24944439 467271680 109118 996147200 134512640 135127466 4294956256 18446744073709551615 134521703 0 0 4096 3 0 0 0 17 0 0 0
/proc/23491/statm: 114080 109118 76 150 0 113927 0
Current children cumulated CPU time (s) 1480.62
Current children cumulated vsize (KiB) 478544

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 23533
/proc/meminfo: memFree=1105696/2055920 swapFree=4191904/4192956
[pid=23467] ppid=23465 vsize=16868 CPUtime=47.4
/proc/23467/stat : 23467 (sugar) S 23465 23467 19057 0 -1 4194304 1377 60843 0 2 6 1 4586 147 16 0 1 0 24939653 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23467/statm: 4217 1114 409 3 0 796 0
[pid=23490] ppid=23467 vsize=5356 CPUtime=0
/proc/23490/stat : 23490 (sh) S 23467 23467 19057 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24944439 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23490/statm: 1339 232 193 169 0 50 0
[pid=23491] ppid=23490 vsize=456320 CPUtime=1493.2
/proc/23491/stat : 23491 (minisat) R 23490 23467 19057 0 -1 4194304 109149 0 0 0 149252 68 0 0 25 0 1 0 24944439 467271680 109127 996147200 134512640 135127466 4294956256 18446744073709551615 134521694 0 0 4096 3 0 0 0 17 0 0 0
/proc/23491/statm: 114080 109127 76 150 0 113927 0
Current children cumulated CPU time (s) 1540.6
Current children cumulated vsize (KiB) 478544

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 23533
/proc/meminfo: memFree=1105696/2055920 swapFree=4191904/4192956
[pid=23467] ppid=23465 vsize=16868 CPUtime=47.4
/proc/23467/stat : 23467 (sugar) S 23465 23467 19057 0 -1 4194304 1377 60843 0 2 6 1 4586 147 16 0 1 0 24939653 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23467/statm: 4217 1114 409 3 0 796 0
[pid=23490] ppid=23467 vsize=5356 CPUtime=0
/proc/23490/stat : 23490 (sh) S 23467 23467 19057 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24944439 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23490/statm: 1339 232 193 169 0 50 0
[pid=23491] ppid=23490 vsize=456320 CPUtime=1553.18
/proc/23491/stat : 23491 (minisat) R 23490 23467 19057 0 -1 4194304 109157 0 0 0 155250 68 0 0 25 0 1 0 24944439 467271680 109135 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/23491/statm: 114080 109135 76 150 0 113927 0
Current children cumulated CPU time (s) 1600.58
Current children cumulated vsize (KiB) 478544

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 23533
/proc/meminfo: memFree=1105568/2055920 swapFree=4191904/4192956
[pid=23467] ppid=23465 vsize=16868 CPUtime=47.4
/proc/23467/stat : 23467 (sugar) S 23465 23467 19057 0 -1 4194304 1377 60843 0 2 6 1 4586 147 16 0 1 0 24939653 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23467/statm: 4217 1114 409 3 0 796 0
[pid=23490] ppid=23467 vsize=5356 CPUtime=0
/proc/23490/stat : 23490 (sh) S 23467 23467 19057 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24944439 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23490/statm: 1339 232 193 169 0 50 0
[pid=23491] ppid=23490 vsize=456320 CPUtime=1613.15
/proc/23491/stat : 23491 (minisat) R 23490 23467 19057 0 -1 4194304 109164 0 0 0 161247 68 0 0 25 0 1 0 24944439 467271680 109142 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/23491/statm: 114080 109142 76 150 0 113927 0
Current children cumulated CPU time (s) 1660.55
Current children cumulated vsize (KiB) 478544

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 23533
/proc/meminfo: memFree=1105504/2055920 swapFree=4191904/4192956
[pid=23467] ppid=23465 vsize=16868 CPUtime=47.4
/proc/23467/stat : 23467 (sugar) S 23465 23467 19057 0 -1 4194304 1377 60843 0 2 6 1 4586 147 16 0 1 0 24939653 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23467/statm: 4217 1114 409 3 0 796 0
[pid=23490] ppid=23467 vsize=5356 CPUtime=0
/proc/23490/stat : 23490 (sh) S 23467 23467 19057 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24944439 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23490/statm: 1339 232 193 169 0 50 0
[pid=23491] ppid=23490 vsize=456724 CPUtime=1673.13
/proc/23491/stat : 23491 (minisat) R 23490 23467 19057 0 -1 4194304 109172 0 0 0 167245 68 0 0 25 0 1 0 24944439 467685376 109150 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/23491/statm: 114181 109150 76 150 0 114028 0
Current children cumulated CPU time (s) 1720.53
Current children cumulated vsize (KiB) 478948

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 23533
/proc/meminfo: memFree=1105376/2055920 swapFree=4191904/4192956
[pid=23467] ppid=23465 vsize=16868 CPUtime=47.4
/proc/23467/stat : 23467 (sugar) S 23465 23467 19057 0 -1 4194304 1377 60843 0 2 6 1 4586 147 16 0 1 0 24939653 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23467/statm: 4217 1114 409 3 0 796 0
[pid=23490] ppid=23467 vsize=5356 CPUtime=0
/proc/23490/stat : 23490 (sh) S 23467 23467 19057 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24944439 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23490/statm: 1339 232 193 169 0 50 0
[pid=23491] ppid=23490 vsize=456724 CPUtime=1733.1
/proc/23491/stat : 23491 (minisat) R 23490 23467 19057 0 -1 4194304 109180 0 0 0 173242 68 0 0 25 0 1 0 24944439 467685376 109158 996147200 134512640 135127466 4294956256 18446744073709551615 134530973 0 0 4096 3 0 0 0 17 0 0 0
/proc/23491/statm: 114181 109158 76 150 0 114028 0
Current children cumulated CPU time (s) 1780.5
Current children cumulated vsize (KiB) 478948



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.81 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 23533
/proc/meminfo: memFree=1105376/2055920 swapFree=4191904/4192956
[pid=23467] ppid=23465 vsize=16868 CPUtime=47.4
/proc/23467/stat : 23467 (sugar) S 23465 23467 19057 0 -1 4194304 1377 60843 0 2 6 1 4586 147 16 0 1 0 24939653 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23467/statm: 4217 1114 409 3 0 796 0
[pid=23490] ppid=23467 vsize=5356 CPUtime=0
/proc/23490/stat : 23490 (sh) S 23467 23467 19057 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24944439 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23490/statm: 1339 232 193 169 0 50 0
[pid=23491] ppid=23490 vsize=456724 CPUtime=1752.61
/proc/23491/stat : 23491 (minisat) R 23490 23467 19057 0 -1 4194304 109183 0 0 0 175193 68 0 0 25 0 1 0 24944439 467685376 109161 996147200 134512640 135127466 4294956256 18446744073709551615 134521815 0 0 4096 3 0 0 0 17 0 0 0
/proc/23491/statm: 114181 109161 76 150 0 114028 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 478948

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

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

[startup+1801.81 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 23533
/proc/meminfo: memFree=1105376/2055920 swapFree=4191904/4192956
[pid=23467] ppid=23465 vsize=16868 CPUtime=47.4
/proc/23467/stat : 23467 (sugar) S 23465 23467 19057 0 -1 4194304 1377 60843 0 2 6 1 4586 147 16 0 1 0 24939653 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23467/statm: 4217 1114 409 3 0 796 0
[pid=23490] ppid=23467 vsize=5356 CPUtime=0
/proc/23490/stat : 23490 (sh) S 23467 23467 19057 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24944439 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23490/statm: 1339 232 193 169 0 50 0
[pid=23491] ppid=23490 vsize=456724 CPUtime=1752.61
/proc/23491/stat : 23491 (minisat) R 23490 23467 19057 0 -1 4194304 109183 0 0 0 175193 68 0 0 25 0 1 0 24944439 467685376 109161 996147200 134512640 135127466 4294956256 18446744073709551615 134521815 0 0 4096 3 0 0 0 17 0 0 0
/proc/23491/statm: 114181 109161 76 150 0 114028 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 478948

[startup+1801.92 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 23533
/proc/meminfo: memFree=1105376/2055920 swapFree=4191904/4192956
[pid=23467] ppid=23465 vsize=16868 CPUtime=47.44
/proc/23467/stat : 23467 (sugar) R 23465 23467 19057 0 -1 4194304 1424 61120 0 2 6 5 4586 147 16 0 1 0 24939653 17272832 1115 996147200 4194304 4206940 548682068608 18446744073709551615 244277023785 0 0 4224 16386 0 0 0 17 0 0 0
/proc/23467/statm: 4217 1115 410 3 0 796 0
Current children cumulated CPU time (s) 47.44
Current children cumulated vsize (KiB) 16868
#
############


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

[startup+1801.92 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 23533
/proc/meminfo: memFree=1105376/2055920 swapFree=4191904/4192956
[pid=23467] ppid=23465 vsize=16868 CPUtime=47.44
/proc/23467/stat : 23467 (sugar) R 23465 23467 19057 0 -1 4194304 1424 61120 0 2 6 5 4586 147 16 0 1 0 24939653 17272832 1115 996147200 4194304 4206940 548682068608 18446744073709551615 244277023785 0 0 4224 16386 0 0 0 17 0 0 0
/proc/23467/statm: 4217 1115 410 3 0 796 0
Current children cumulated CPU time (s) 47.44
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): 1752.57
#  lost CPU user time (s): 1751.93
#  lost CPU system time (s): 0.64

Real time (s): 1801.98
CPU time (s): 1800.09
CPU user time (s): 1797.86
CPU system time (s): 2.22876
CPU usage (%): 99.8952
Max. virtual memory (cumulated for all children) (KiB): 901068

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 45.933
system time used= 1.58876
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 62603
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= 10483
involuntary context switches= 10805

runsolver used 2.13767 second user time and 5.51516 second system time

The end

Launcher Data

Begin job on node63 at 2009-07-12 08:06:11
IDJOB=2084073
IDBENCH=58026
IDSOLVER=739
FILE ID=node63/2084073-1247378771
PBS_JOBID= 9507095
Free space on /tmp= 66220 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/fapp/fapp09/normalized-fapp09-0800-6.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-2084073-1247378771/watcher-2084073-1247378771 -o /tmp/evaluation-result-2084073-1247378771/solver-2084073-1247378771 -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-2084073-1247378771.xml

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

MD5SUM BENCH= 546e6ed781e2059b953cb6ecdfe4a630
RANDOM SEED=1362083668

node63.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.232
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.232
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1720504 kB
Buffers:         41992 kB
Cached:         164332 kB
SwapCached:        260 kB
Active:         183608 kB
Inactive:        98272 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1720504 kB
SwapTotal:     4192956 kB
SwapFree:      4191904 kB
Dirty:            2548 kB
Writeback:           0 kB
Mapped:          86496 kB
Slab:            38612 kB
Committed_AS:   286504 kB
PageTables:       2020 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66220 MiB
End job on node63 at 2009-07-12 08:36:15