Trace number 2080817

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.23 1817.15

General information on the benchmark

Namecsp/haystacks/
normalized-haystacks-53.xml
MD5SUMd681286c66525d8f5685293c3142595a
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables2809
Number of constraints73086
Maximum constraint arity2
Maximum domain size53
Number of constraints which are defined in extension0
Number of constraints which are defined in intension73086
Global constraints used (with number of constraints)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.08	c 0	BEGIN Sun Jul 12 06:02:37 2009
0.00/0.08	c 0	PID 23665
0.07/0.08	c 0	HOST node26.alineos.net
0.07/0.08	c 0	CONVERTING HOME/instance-2080817-1247371356.xml TO HOME/temp.csp
0.07/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-2080817-1247371356.xml' 'HOME/temp.csp'
3.83/3.95	c 4	1 domains, 2809 variables, 4 predicates, 0 relations, 73086 constraints
3.88/4.01	c 4	ENCODING HOME/temp.csp TO HOME/temp.cnf
3.88/4.01	c 4	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'
3.88/4.09	c 4	Parsing HOME/temp.csp
3.89/4.24	c 4	parsed 10000 expressions
4.16/4.36	c 4	parsed 20000 expressions
4.25/4.48	c 4	parsed 30000 expressions
4.36/4.56	c 4	parsed 40000 expressions
4.55/4.72	c 4	parsed 50000 expressions
4.65/4.81	c 4	parsed 60000 expressions
4.65/4.90	c 5	parsed 70000 expressions
4.76/4.94	c 5	parsed 75900 expressions
4.76/4.95	c 5	Heap : 19 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.76/4.95	c 5	Converting to clausal form CSP
6.44/6.66	c 6	converted 7590 (10%) expressions
8.70/8.97	c 9	converted 15180 (20%) expressions
10.68/10.92	c 11	converted 22770 (30%) expressions
12.57/12.89	c 13	converted 30360 (40%) expressions
15.05/15.31	c 15	converted 37950 (50%) expressions
16.93/17.25	c 17	converted 45540 (60%) expressions
18.91/19.21	c 19	converted 53130 (70%) expressions
21.57/21.91	c 22	converted 60720 (80%) expressions
23.46/23.87	c 23	converted 68310 (90%) expressions
25.44/25.82	c 25	converted 75900 (100%) expressions
25.44/25.82	c 25	CSP : 2809 integers, 70532 booleans, 216906 clauses, largest domain size 53
25.44/25.82	c 25	Heap : 121 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
25.44/25.82	c 25	Propagation in CSP
29.30/29.74	c 29	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
29.30/29.74	c 29	CSP : 2809 integers, 70532 booleans, 216906 clauses, largest domain size 53
29.30/29.74	c 29	Heap : 121 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
29.30/29.80	c 29	Simplifing CSP by introducing new Boolean variables
29.80/30.23	c 30	CSP : 2809 integers, 146068 booleans, 292442 clauses, largest domain size 53
29.80/30.23	c 30	Heap : 146 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
30.68/31.11	c 31	Encoding CSP to SAT : HOME/temp.cnf
30.79/31.25	c 31	281 (10%) CSP integer variables are encoded (14331 clauses, 193245 bytes)
30.88/31.32	c 31	562 (20%) CSP integer variables are encoded (28662 clauses, 408210 bytes)
30.98/31.40	c 31	843 (30%) CSP integer variables are encoded (42993 clauses, 623175 bytes)
30.98/31.48	c 31	1124 (40%) CSP integer variables are encoded (57324 clauses, 838140 bytes)
31.08/31.56	c 31	1405 (50%) CSP integer variables are encoded (71655 clauses, 1053105 bytes)
31.17/31.64	c 31	1686 (60%) CSP integer variables are encoded (85986 clauses, 1268070 bytes)
31.28/31.71	c 31	1967 (70%) CSP integer variables are encoded (100317 clauses, 1487518 bytes)
31.28/31.78	c 31	2248 (80%) CSP integer variables are encoded (114648 clauses, 1731145 bytes)
31.38/31.86	c 31	2529 (90%) CSP integer variables are encoded (128979 clauses, 1974772 bytes)
31.48/31.94	c 32	2809 (100%) CSP integer variables are encoded (143259 clauses, 2217532 bytes)
37.41/37.92	c 38	29245 (10%) CSP clauses are encoded (1293989 clauses, 27345978 bytes)
43.24/43.89	c 44	58489 (20%) CSP clauses are encoded (2449090 clauses, 53583890 bytes)
49.16/49.84	c 49	87733 (30%) CSP clauses are encoded (3605846 clauses, 80266658 bytes)
55.09/55.80	c 55	116977 (40%) CSP clauses are encoded (4761324 clauses, 106949400 bytes)
61.02/61.83	c 61	146221 (50%) CSP clauses are encoded (5923140 clauses, 133819638 bytes)
66.94/67.82	c 67	175466 (60%) CSP clauses are encoded (7085643 clauses, 160735152 bytes)
72.78/73.80	c 73	204710 (70%) CSP clauses are encoded (8247860 clauses, 187731318 bytes)
78.71/79.76	c 79	233954 (80%) CSP clauses are encoded (9395819 clauses, 214500740 bytes)
84.61/85.78	c 85	263198 (90%) CSP clauses are encoded (10552441 clauses, 241713536 bytes)
90.51/91.75	c 91	292442 (100%) CSP clauses are encoded (11706909 clauses, 270175018 bytes)
90.51/91.75	c 91	292442 CSP clauses encoded
90.51/91.75	c 91	Writing map file : HOME/temp.map
90.51/91.79	c 91	Heap : 119 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
90.51/91.79	c 91	SAT : 292136 SAT variables, 11706909 SAT clauses, 270175018 bytes
90.51/91.79	c 91	Heap : 119 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
90.60/91.84	c 91	SOLVING HOME/temp.cnf
90.60/91.84	c 91	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
90.60/91.85	c 91	This is MiniSat 2.0 beta
90.60/91.85	c 91	WARNING: for repeatability, setting FPU to use double precision
90.60/91.85	c 91	============================[ Problem Statistics ]=============================
90.60/91.85	c 91	|                                                                             |
90.60/91.85	c 91	|  Number of variables:  292136                                               |
90.60/91.85	c 91	|  Number of clauses:    11706909                                             |
97.31/98.60	c 98	|  Parsing time:         5.86         s                                       |
97.61/98.94	c 99	============================[ Search Statistics ]==============================
97.61/98.94	c 99	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
97.61/98.94	c 99	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
97.61/98.94	c 99	===============================================================================
97.61/98.94	c 99	|         0 |  292136 11706909 34460418 |  3902303        0    nan |  0.000 % |
98.31/99.69	c 99	|       101 |  292136 11706909 34460418 |  4292533      101      5 |  0.000 % |
99.00/100.36	c 100	|       251 |  292136 11706909 34460418 |  4721786      251      5 |  0.000 % |
99.70/101.01	c 101	|       476 |  292136 11706909 34460418 |  5193965      476      5 |  0.000 % |
100.29/101.68	c 101	|       813 |  292136 11706909 34460418 |  5713361      813      6 |  0.000 % |
101.67/103.07	c 103	|      1319 |  292136 11706909 34460418 |  6284698     1319      6 |  0.000 % |
103.26/104.61	c 104	|      2079 |  292136 11706909 34460418 |  6913167     2079      6 |  0.000 % |
104.94/106.38	c 106	|      3218 |  292136 11706909 34460418 |  7604484     3218      6 |  0.000 % |
107.71/109.19	c 109	|      4926 |  292136 11706909 34460418 |  8364933     4926      7 |  0.000 % |
110.59/112.04	c 112	|      7488 |  292136 11706909 34460418 |  9201426     7488      7 |  0.000 % |
117.72/119.29	c 119	|     11332 |  292136 11706909 34460418 | 10121568    11332      7 |  0.000 % |
125.24/126.85	c 126	|     17098 |  292136 11706909 34460418 | 11133725    17098      7 |  0.000 % |
137.72/139.49	c 139	|     25747 |  292136 11706909 34460418 | 12247098    25747      7 |  0.000 % |
148.02/149.85	c 149	|     38722 |  292136 11706909 34460418 | 13471808    38722      9 |  0.000 % |
158.52/160.47	c 160	|     58183 |  292136 11706909 34460418 | 14818989    58183      9 |  0.000 % |
177.34/179.42	c 179	|     87377 |  292136 11706909 34460418 | 16300888    87377     10 |  0.000 % |
197.75/200.05	c 200	|    131166 |  292136 11706909 34460418 | 17930976   131166     11 |  0.000 % |
228.05/230.61	c 230	|    196850 |  292136 11706909 34460418 | 19724074   196850     12 |  0.000 % |
263.40/266.44	c 266	|    295377 |  292136 11706909 34460418 | 21696482   295377     13 |  0.000 % |
370.75/374.85	c 374	|    443166 |  292136 11706909 34460418 | 23866130   443166     14 |  0.000 % |
462.88/467.80	c 467	|    664849 |  292136 11706909 34460418 | 26252743   664849     15 |  0.000 % |
717.65/725.06	c 725	|    997376 |  292136 11706909 34460418 | 28878017   997376     16 |  0.000 % |
1473.95/1488.57	c 1488	|   1496167 |  292136 11706909 34460418 | 31765819  1496167     17 |  0.000 % |
1800.09/1816.91	c ERROR INTERRUPTED
90.67/1817.02	s UNKNOWN
90.67/1817.02	c 1817	CPU 90.66 (0.07 0.01 88.41 2.17)
90.67/1817.02	c 1817	END Sun Jul 12 06:32:54 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-2080817-1247371356/watcher-2080817-1247371356 -o /tmp/evaluation-result-2080817-1247371356/solver-2080817-1247371356 -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-2080817-1247371356.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.07 2.06 2.01 4/80 23665
/proc/meminfo: memFree=1421472/2055920 swapFree=4192812/4192956
[pid=23665] ppid=23663 vsize=12268 CPUtime=0
/proc/23665/stat : 23665 (sugar) R 23663 23665 20228 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 24201983 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 269028653669 0 0 4224 0 0 0 0 17 1 0 0
/proc/23665/statm: 3067 316 241 3 0 167 0

[startup+0.0833429 s]
/proc/loadavg: 2.07 2.06 2.01 4/80 23665
/proc/meminfo: memFree=1421472/2055920 swapFree=4192812/4192956
[pid=23665] ppid=23663 vsize=16740 CPUtime=0.07
/proc/23665/stat : 23665 (sugar) S 23663 23665 20228 0 -1 4194304 1152 0 0 0 6 1 0 0 18 0 1 0 24201983 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23665/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.100949 s]
/proc/loadavg: 2.07 2.06 2.01 4/80 23665
/proc/meminfo: memFree=1421472/2055920 swapFree=4192812/4192956
[pid=23665] ppid=23663 vsize=16868 CPUtime=0.07
/proc/23665/stat : 23665 (sugar) S 23663 23665 20228 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 24201983 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23665/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.301966 s]
/proc/loadavg: 2.07 2.06 2.01 4/80 23665
/proc/meminfo: memFree=1421472/2055920 swapFree=4192812/4192956
[pid=23665] ppid=23663 vsize=16868 CPUtime=0.07
/proc/23665/stat : 23665 (sugar) S 23663 23665 20228 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 24201983 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23665/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.701036 s]
/proc/loadavg: 2.07 2.06 2.01 4/80 23665
/proc/meminfo: memFree=1421472/2055920 swapFree=4192812/4192956
[pid=23665] ppid=23663 vsize=16868 CPUtime=0.07
/proc/23665/stat : 23665 (sugar) S 23663 23665 20228 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 24201983 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23665/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50217 s]
/proc/loadavg: 2.07 2.06 2.01 3/91 23677
/proc/meminfo: memFree=1396616/2055920 swapFree=4192812/4192956
[pid=23665] ppid=23663 vsize=16868 CPUtime=0.07
/proc/23665/stat : 23665 (sugar) S 23663 23665 20228 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 24201983 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23665/statm: 4217 1111 409 3 0 796 0
[pid=23668] ppid=23665 vsize=5356 CPUtime=0
/proc/23668/stat : 23668 (sh) S 23665 23665 20228 0 -1 4194304 277 0 0 0 0 0 0 0 20 0 1 0 24201991 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23668/statm: 1339 233 193 169 0 50 0
[pid=23669] ppid=23668 vsize=864772 CPUtime=1.39
/proc/23669/stat : 23669 (java) S 23668 23665 20228 0 -1 0 15071 0 1 0 130 9 0 0 18 0 9 0 24201992 885526528 12608 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23669/statm: 216193 12608 2557 9 0 210705 0
[pid=23669/tid=23670] ppid=23668 vsize=864772 CPUtime=0.84
/proc/23669/task/23670/stat : 23670 (java) R 23668 23665 20228 0 -1 64 3072 0 1 0 81 3 0 0 24 0 9 0 24201993 885526528 12608 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23669/tid=23671] ppid=23668 vsize=864772 CPUtime=0.43
/proc/23669/task/23671/stat : 23671 (java) R 23668 23665 20228 0 -1 64 10795 0 0 0 39 4 0 0 16 0 9 0 24201994 885526528 12608 996147200 134512640 134550932 4294955984 18446744073709551615 102709373 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23669/tid=23672] ppid=23668 vsize=864772 CPUtime=0
/proc/23669/task/23672/stat : 23672 (java) S 23668 23665 20228 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 24201994 885526528 12608 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23669/tid=23673] ppid=23668 vsize=864772 CPUtime=0
/proc/23669/task/23673/stat : 23673 (java) S 23668 23665 20228 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 24201994 885526528 12608 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23669/tid=23674] ppid=23668 vsize=864772 CPUtime=0
/proc/23669/task/23674/stat : 23674 (java) S 23668 23665 20228 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24201997 885526528 12608 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23669/tid=23675] ppid=23668 vsize=864772 CPUtime=0.09
/proc/23669/task/23675/stat : 23675 (java) S 23668 23665 20228 0 -1 64 499 0 0 0 9 0 0 0 16 0 9 0 24201997 885526528 12608 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23669/tid=23676] ppid=23668 vsize=864772 CPUtime=0
/proc/23669/task/23676/stat : 23676 (java) S 23668 23665 20228 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24201997 885526528 12608 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23669/tid=23677] ppid=23668 vsize=864772 CPUtime=0
/proc/23669/task/23677/stat : 23677 (java) S 23668 23665 20228 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24201997 885526528 12608 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 886996

[startup+3.10242 s]
/proc/loadavg: 2.15 2.08 2.02 4/91 23677
/proc/meminfo: memFree=1356104/2055920 swapFree=4192812/4192956
[pid=23665] ppid=23663 vsize=16868 CPUtime=0.07
/proc/23665/stat : 23665 (sugar) S 23663 23665 20228 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 24201983 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23665/statm: 4217 1111 409 3 0 796 0
[pid=23668] ppid=23665 vsize=5356 CPUtime=0
/proc/23668/stat : 23668 (sh) S 23665 23665 20228 0 -1 4194304 277 0 0 0 0 0 0 0 20 0 1 0 24201991 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23668/statm: 1339 233 193 169 0 50 0
[pid=23669] ppid=23668 vsize=864788 CPUtime=2.97
/proc/23669/stat : 23669 (java) S 23668 23665 20228 0 -1 0 32560 0 1 0 281 16 0 0 18 0 9 0 24201992 885542912 27145 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23669/statm: 216197 27145 2556 9 0 210709 0
[pid=23669/tid=23670] ppid=23668 vsize=864788 CPUtime=1.55
/proc/23669/task/23670/stat : 23670 (java) R 23668 23665 20228 0 -1 64 3918 0 1 0 152 3 0 0 25 0 9 0 24201993 885542912 27145 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23669/tid=23671] ppid=23668 vsize=864788 CPUtime=1.26
/proc/23669/task/23671/stat : 23671 (java) S 23668 23665 20228 0 -1 64 27418 0 0 0 115 11 0 0 16 0 9 0 24201994 885542912 27145 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23669/tid=23672] ppid=23668 vsize=864788 CPUtime=0
/proc/23669/task/23672/stat : 23672 (java) S 23668 23665 20228 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 24201994 885542912 27145 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23669/tid=23673] ppid=23668 vsize=864788 CPUtime=0
/proc/23669/task/23673/stat : 23673 (java) S 23668 23665 20228 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 24201994 885542912 27145 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23669/tid=23674] ppid=23668 vsize=864788 CPUtime=0
/proc/23669/task/23674/stat : 23674 (java) S 23668 23665 20228 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24201997 885542912 27145 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23669/tid=23675] ppid=23668 vsize=864788 CPUtime=0.13
/proc/23669/task/23675/stat : 23675 (java) R 23668 23665 20228 0 -1 64 519 0 0 0 13 0 0 0 16 0 9 0 24201997 885542912 27145 996147200 134512640 134550932 4294955984 18446744073709551615 101602909 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23669/tid=23676] ppid=23668 vsize=864788 CPUtime=0
/proc/23669/task/23676/stat : 23676 (java) S 23668 23665 20228 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24201997 885542912 27145 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23669/tid=23677] ppid=23668 vsize=864788 CPUtime=0
/proc/23669/task/23677/stat : 23677 (java) S 23668 23665 20228 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24201997 885542912 27145 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 887012

[startup+6.30293 s]
/proc/loadavg: 2.15 2.08 2.02 4/91 23687
/proc/meminfo: memFree=1383432/2055920 swapFree=4192812/4192956
[pid=23665] ppid=23663 vsize=16868 CPUtime=3.89
/proc/23665/stat : 23665 (sugar) S 23663 23665 20228 0 -1 4194304 1309 34936 0 1 6 1 363 19 16 0 1 0 24201983 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23665/statm: 4217 1111 409 3 0 796 0
[pid=23678] ppid=23665 vsize=5356 CPUtime=0
/proc/23678/stat : 23678 (sh) S 23665 23665 20228 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24202385 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23678/statm: 1339 233 193 169 0 50 0
[pid=23679] ppid=23678 vsize=868636 CPUtime=2.25
/proc/23679/stat : 23679 (java) S 23678 23665 20228 0 -1 0 13311 0 1 0 217 8 0 0 18 0 9 0 24202385 889483264 11729 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23679/statm: 217159 11729 2567 9 0 211664 0
[pid=23679/tid=23680] ppid=23678 vsize=868636 CPUtime=1.47
/proc/23679/task/23680/stat : 23680 (java) R 23678 23665 20228 0 -1 64 2886 0 1 0 145 2 0 0 25 0 9 0 24202386 889483264 11729 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23679/tid=23681] ppid=23678 vsize=868636 CPUtime=0.56
/proc/23679/task/23681/stat : 23681 (java) R 23678 23665 20228 0 -1 64 8249 0 0 0 53 3 0 0 16 0 9 0 24202387 889483264 11729 996147200 134512640 134550932 4294955936 18446744073709551615 103826290 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23679/tid=23682] ppid=23678 vsize=868636 CPUtime=0
/proc/23679/task/23682/stat : 23682 (java) S 23678 23665 20228 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24202387 889483264 11729 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23679/tid=23683] ppid=23678 vsize=868636 CPUtime=0
/proc/23679/task/23683/stat : 23683 (java) S 23678 23665 20228 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24202387 889483264 11729 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23679/tid=23684] ppid=23678 vsize=868636 CPUtime=0
/proc/23679/task/23684/stat : 23684 (java) S 23678 23665 20228 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24202389 889483264 11729 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23679/tid=23685] ppid=23678 vsize=868636 CPUtime=0.18
/proc/23679/task/23685/stat : 23685 (java) S 23678 23665 20228 0 -1 64 1474 0 0 0 17 1 0 0 15 0 9 0 24202389 889483264 11729 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23679/tid=23686] ppid=23678 vsize=868636 CPUtime=0
/proc/23679/task/23686/stat : 23686 (java) S 23678 23665 20228 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24202389 889483264 11729 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23679/tid=23687] ppid=23678 vsize=868636 CPUtime=0
/proc/23679/task/23687/stat : 23687 (java) S 23678 23665 20228 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24202389 889483264 11729 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 890860

[startup+12.703 s]
/proc/loadavg: 2.12 2.08 2.02 3/91 23687
/proc/meminfo: memFree=1348232/2055920 swapFree=4192812/4192956
[pid=23665] ppid=23663 vsize=16868 CPUtime=3.89
/proc/23665/stat : 23665 (sugar) S 23663 23665 20228 0 -1 4194304 1309 34936 0 1 6 1 363 19 16 0 1 0 24201983 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23665/statm: 4217 1111 409 3 0 796 0
[pid=23678] ppid=23665 vsize=5356 CPUtime=0
/proc/23678/stat : 23678 (sh) S 23665 23665 20228 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24202385 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23678/statm: 1339 233 193 169 0 50 0
[pid=23679] ppid=23678 vsize=868636 CPUtime=8.58
/proc/23679/stat : 23679 (java) S 23678 23665 20228 0 -1 0 27582 0 1 0 842 16 0 0 18 0 9 0 24202385 889483264 20322 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23679/statm: 217159 20322 2568 9 0 211664 0
[pid=23679/tid=23680] ppid=23678 vsize=868636 CPUtime=6.98
/proc/23679/task/23680/stat : 23680 (java) R 23678 23665 20228 0 -1 64 3289 0 1 0 695 3 0 0 25 0 9 0 24202386 889483264 20322 996147200 134512640 134550932 4294955936 18446744073709551615 4126638074 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23679/tid=23681] ppid=23678 vsize=868636 CPUtime=1.39
/proc/23679/task/23681/stat : 23681 (java) S 23678 23665 20228 0 -1 64 22115 0 0 0 128 11 0 0 16 0 9 0 24202387 889483264 20322 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23679/tid=23682] ppid=23678 vsize=868636 CPUtime=0
/proc/23679/task/23682/stat : 23682 (java) S 23678 23665 20228 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24202387 889483264 20322 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23679/tid=23683] ppid=23678 vsize=868636 CPUtime=0
/proc/23679/task/23683/stat : 23683 (java) S 23678 23665 20228 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24202387 889483264 20322 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23679/tid=23684] ppid=23678 vsize=868636 CPUtime=0
/proc/23679/task/23684/stat : 23684 (java) S 23678 23665 20228 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24202389 889483264 20322 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23679/tid=23685] ppid=23678 vsize=868636 CPUtime=0.19
/proc/23679/task/23685/stat : 23685 (java) S 23678 23665 20228 0 -1 64 1476 0 0 0 18 1 0 0 16 0 9 0 24202389 889483264 20322 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23679/tid=23686] ppid=23678 vsize=868636 CPUtime=0
/proc/23679/task/23686/stat : 23686 (java) S 23678 23665 20228 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24202389 889483264 20322 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23679/tid=23687] ppid=23678 vsize=868636 CPUtime=0
/proc/23679/task/23687/stat : 23687 (java) S 23678 23665 20228 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24202389 889483264 20322 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.47
Current children cumulated vsize (KiB) 890860

[startup+25.508 s]
/proc/loadavg: 2.18 2.09 2.02 3/91 23687
/proc/meminfo: memFree=1274888/2055920 swapFree=4192812/4192956
[pid=23665] ppid=23663 vsize=16868 CPUtime=3.89
/proc/23665/stat : 23665 (sugar) S 23663 23665 20228 0 -1 4194304 1309 34936 0 1 6 1 363 19 16 0 1 0 24201983 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23665/statm: 4217 1111 409 3 0 796 0
[pid=23678] ppid=23665 vsize=5356 CPUtime=0
/proc/23678/stat : 23678 (sh) S 23665 23665 20228 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24202385 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23678/statm: 1339 233 193 169 0 50 0
[pid=23679] ppid=23678 vsize=868636 CPUtime=21.26
/proc/23679/stat : 23679 (java) S 23678 23665 20228 0 -1 0 53375 0 1 0 2097 29 0 0 18 0 9 0 24202385 889483264 38124 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23679/statm: 217159 38124 2568 9 0 211664 0
[pid=23679/tid=23680] ppid=23678 vsize=868636 CPUtime=17.59
/proc/23679/task/23680/stat : 23680 (java) R 23678 23665 20228 0 -1 64 4531 0 1 0 1755 4 0 0 25 0 9 0 24202386 889483264 38124 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23679/tid=23681] ppid=23678 vsize=868636 CPUtime=3.46
/proc/23679/task/23681/stat : 23681 (java) R 23678 23665 20228 0 -1 64 46666 0 0 0 323 23 0 0 15 0 9 0 24202387 889483264 38124 996147200 134512640 134550932 4294955936 18446744073709551615 102547240 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23679/tid=23682] ppid=23678 vsize=868636 CPUtime=0
/proc/23679/task/23682/stat : 23682 (java) S 23678 23665 20228 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24202387 889483264 38124 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23679/tid=23683] ppid=23678 vsize=868636 CPUtime=0
/proc/23679/task/23683/stat : 23683 (java) S 23678 23665 20228 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24202387 889483264 38124 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23679/tid=23684] ppid=23678 vsize=868636 CPUtime=0

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

/proc/23665/stat : 23665 (sugar) S 23663 23665 20228 0 -1 4194304 1376 96203 0 2 7 1 8841 217 16 0 1 0 24201983 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23665/statm: 4217 1113 409 3 0 796 0
[pid=23688] ppid=23665 vsize=5356 CPUtime=0
/proc/23688/stat : 23688 (sh) S 23665 23665 20228 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24211168 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23688/statm: 1339 232 193 169 0 50 0
[pid=23689] ppid=23688 vsize=669964 CPUtime=1377.14
/proc/23689/stat : 23689 (minisat) R 23688 23665 20228 0 -1 4194304 166152 0 0 0 137589 125 0 0 25 0 1 0 24211168 686043136 166138 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/23689/statm: 167491 166138 76 150 0 167338 0
Current children cumulated CPU time (s) 1467.8
Current children cumulated vsize (KiB) 692188

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 23689
/proc/meminfo: memFree=469448/2055920 swapFree=4192812/4192956
[pid=23665] ppid=23663 vsize=16868 CPUtime=90.66
/proc/23665/stat : 23665 (sugar) S 23663 23665 20228 0 -1 4194304 1376 96203 0 2 7 1 8841 217 16 0 1 0 24201983 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23665/statm: 4217 1113 409 3 0 796 0
[pid=23688] ppid=23665 vsize=5356 CPUtime=0
/proc/23688/stat : 23688 (sh) S 23665 23665 20228 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24211168 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23688/statm: 1339 232 193 169 0 50 0
[pid=23689] ppid=23688 vsize=682288 CPUtime=1436.58
/proc/23689/stat : 23689 (minisat) R 23688 23665 20228 0 -1 4194304 168553 0 0 0 143530 128 0 0 25 0 1 0 24211168 698662912 168539 996147200 134512640 135127466 4294956256 18446744073709551615 134521700 0 0 4096 3 0 0 0 17 1 0 0
/proc/23689/statm: 170572 168539 76 150 0 170419 0
Current children cumulated CPU time (s) 1527.24
Current children cumulated vsize (KiB) 704512

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 23689
/proc/meminfo: memFree=456712/2055920 swapFree=4192812/4192956
[pid=23665] ppid=23663 vsize=16868 CPUtime=90.66
/proc/23665/stat : 23665 (sugar) S 23663 23665 20228 0 -1 4194304 1376 96203 0 2 7 1 8841 217 16 0 1 0 24201983 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23665/statm: 4217 1113 409 3 0 796 0
[pid=23688] ppid=23665 vsize=5356 CPUtime=0
/proc/23688/stat : 23688 (sh) S 23665 23665 20228 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24211168 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23688/statm: 1339 232 193 169 0 50 0
[pid=23689] ppid=23688 vsize=694556 CPUtime=1496.01
/proc/23689/stat : 23689 (minisat) R 23688 23665 20228 0 -1 4194304 171727 0 0 0 149471 130 0 0 25 0 1 0 24211168 711225344 171713 996147200 134512640 135127466 4294956256 18446744073709551615 134530783 0 0 4096 3 0 0 0 17 1 0 0
/proc/23689/statm: 173639 171713 76 150 0 173486 0
Current children cumulated CPU time (s) 1586.67
Current children cumulated vsize (KiB) 716780

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 23689
/proc/meminfo: memFree=448840/2055920 swapFree=4192812/4192956
[pid=23665] ppid=23663 vsize=16868 CPUtime=90.66
/proc/23665/stat : 23665 (sugar) S 23663 23665 20228 0 -1 4194304 1376 96203 0 2 7 1 8841 217 16 0 1 0 24201983 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23665/statm: 4217 1113 409 3 0 796 0
[pid=23688] ppid=23665 vsize=5356 CPUtime=0
/proc/23688/stat : 23688 (sh) S 23665 23665 20228 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24211168 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23688/statm: 1339 232 193 169 0 50 0
[pid=23689] ppid=23688 vsize=702212 CPUtime=1555.45
/proc/23689/stat : 23689 (minisat) R 23688 23665 20228 0 -1 4194304 173651 0 0 0 155413 132 0 0 25 0 1 0 24211168 719065088 173637 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/23689/statm: 175553 173637 76 150 0 175400 0
Current children cumulated CPU time (s) 1646.11
Current children cumulated vsize (KiB) 724436

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 23689
/proc/meminfo: memFree=444296/2055920 swapFree=4192812/4192956
[pid=23665] ppid=23663 vsize=16868 CPUtime=90.66
/proc/23665/stat : 23665 (sugar) S 23663 23665 20228 0 -1 4194304 1376 96203 0 2 7 1 8841 217 16 0 1 0 24201983 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23665/statm: 4217 1113 409 3 0 796 0
[pid=23688] ppid=23665 vsize=5356 CPUtime=0
/proc/23688/stat : 23688 (sh) S 23665 23665 20228 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24211168 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23688/statm: 1339 232 193 169 0 50 0
[pid=23689] ppid=23688 vsize=706736 CPUtime=1614.88
/proc/23689/stat : 23689 (minisat) R 23688 23665 20228 0 -1 4194304 174785 0 0 0 161355 133 0 0 25 0 1 0 24211168 723697664 174771 996147200 134512640 135127466 4294956256 18446744073709551615 134530679 0 0 4096 3 0 0 0 17 1 0 0
/proc/23689/statm: 176684 174771 76 150 0 176531 0
Current children cumulated CPU time (s) 1705.54
Current children cumulated vsize (KiB) 728960

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 23809
/proc/meminfo: memFree=605496/2055920 swapFree=4192812/4192956
[pid=23665] ppid=23663 vsize=16868 CPUtime=90.66
/proc/23665/stat : 23665 (sugar) S 23663 23665 20228 0 -1 4194304 1376 96203 0 2 7 1 8841 217 16 0 1 0 24201983 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23665/statm: 4217 1113 409 3 0 796 0
[pid=23688] ppid=23665 vsize=5356 CPUtime=0
/proc/23688/stat : 23688 (sh) S 23665 23665 20228 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24211168 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23688/statm: 1339 232 193 169 0 50 0
[pid=23689] ppid=23688 vsize=710840 CPUtime=1674.84
/proc/23689/stat : 23689 (minisat) R 23688 23665 20228 0 -1 4194304 175835 0 0 0 167348 136 0 0 25 0 1 0 24211168 727900160 175821 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/23689/statm: 177710 175821 76 150 0 177557 0
Current children cumulated CPU time (s) 1765.5
Current children cumulated vsize (KiB) 733064



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1816.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 23811
/proc/meminfo: memFree=405752/2055920 swapFree=4192812/4192956
[pid=23665] ppid=23663 vsize=16868 CPUtime=90.66
/proc/23665/stat : 23665 (sugar) S 23663 23665 20228 0 -1 4194304 1376 96203 0 2 7 1 8841 217 16 0 1 0 24201983 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23665/statm: 4217 1113 409 3 0 796 0
[pid=23688] ppid=23665 vsize=5356 CPUtime=0
/proc/23688/stat : 23688 (sh) S 23665 23665 20228 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24211168 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23688/statm: 1339 232 193 169 0 50 0
[pid=23689] ppid=23688 vsize=712668 CPUtime=1709.43
/proc/23689/stat : 23689 (minisat) R 23688 23665 20228 0 -1 4194304 176286 0 0 0 170805 138 0 0 25 0 1 0 24211168 729772032 176272 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/23689/statm: 178167 176272 76 150 0 178014 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 734892

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

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

[startup+1816.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 23811
/proc/meminfo: memFree=405752/2055920 swapFree=4192812/4192956
[pid=23665] ppid=23663 vsize=16868 CPUtime=90.66
/proc/23665/stat : 23665 (sugar) S 23663 23665 20228 0 -1 4194304 1376 96203 0 2 7 1 8841 217 16 0 1 0 24201983 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23665/statm: 4217 1113 409 3 0 796 0
[pid=23688] ppid=23665 vsize=5356 CPUtime=0
/proc/23688/stat : 23688 (sh) S 23665 23665 20228 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24211168 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23688/statm: 1339 232 193 169 0 50 0
[pid=23689] ppid=23688 vsize=712668 CPUtime=1709.43
/proc/23689/stat : 23689 (minisat) R 23688 23665 20228 0 -1 4194304 176286 0 0 0 170805 138 0 0 25 0 1 0 24211168 729772032 176272 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/23689/statm: 178167 176272 76 150 0 178014 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 734892

[startup+1817.02 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 23811
/proc/meminfo: memFree=405752/2055920 swapFree=4192812/4192956
[pid=23665] ppid=23663 vsize=16868 CPUtime=90.67
/proc/23665/stat : 23665 (sugar) R 23663 23665 20228 0 -1 4194304 1423 96480 0 2 7 2 8841 217 16 0 1 0 24201983 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 269028660265 0 0 4224 16386 0 0 0 17 0 0 0
/proc/23665/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 90.67
Current children cumulated vsize (KiB) 16868
#
############


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

[startup+1817.02 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 23811
/proc/meminfo: memFree=405752/2055920 swapFree=4192812/4192956
[pid=23665] ppid=23663 vsize=16868 CPUtime=90.67
/proc/23665/stat : 23665 (sugar) R 23663 23665 20228 0 -1 4194304 1423 96480 0 2 7 2 8841 217 16 0 1 0 24201983 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 269028660265 0 0 4224 16386 0 0 0 17 0 0 0
/proc/23665/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 90.67
Current children cumulated vsize (KiB) 16868

[startup+1817.1 s]
/proc/loadavg: 2.00 2.00 2.00 4/77 23812
/proc/meminfo: memFree=1318904/2055920 swapFree=4192812/4192956
[pid=23665] ppid=23663 vsize=16868 CPUtime=90.75
/proc/23665/stat : 23665 (sugar) R 23663 23665 20228 0 -1 4194304 1423 96480 0 2 7 10 8841 217 17 0 1 0 24201983 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 269028660265 0 0 4224 16386 0 0 0 17 0 0 0
/proc/23665/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 90.75
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): 1709.42
#  lost CPU user time (s): 1708.05
#  lost CPU system time (s): 1.37

Real time (s): 1817.15
CPU time (s): 1800.23
CPU user time (s): 1796.53
CPU system time (s): 3.69765
CPU usage (%): 99.0691
Max. virtual memory (cumulated for all children) (KiB): 904676

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 88.4825
system time used= 2.32765
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 97962
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= 13802
involuntary context switches= 15583

runsolver used 2.22366 second user time and 6.07907 second system time

The end

Launcher Data

Begin job on node26 at 2009-07-12 06:02:37
IDJOB=2080817
IDBENCH=57175
IDSOLVER=739
FILE ID=node26/2080817-1247371356
PBS_JOBID= 9507097
Free space on /tmp= 66384 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/haystacks/normalized-haystacks-53.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-2080817-1247371356/watcher-2080817-1247371356 -o /tmp/evaluation-result-2080817-1247371356/solver-2080817-1247371356 -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-2080817-1247371356.xml

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

MD5SUM BENCH= d681286c66525d8f5685293c3142595a
RANDOM SEED=2144364584

node26.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.281
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.281
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:       1421952 kB
Buffers:         47840 kB
Cached:         294064 kB
SwapCached:          0 kB
Active:         378900 kB
Inactive:       178680 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1421952 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           10336 kB
Writeback:           0 kB
Mapped:         233588 kB
Slab:            61324 kB
Committed_AS:   910560 kB
PageTables:       2140 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= 66312 MiB
End job on node26 at 2009-07-12 06:32:56