Trace number 1083226

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.13+minisatUNSAT 1118.07 1122.82

General information on the benchmark

Namecsp/super-js/super-js-taillard-15/
normalized-super-js-taillard-15-8.xml
MD5SUMcc2484161be3248ca6cbf843f373e18c
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1118.07
Satisfiable
(Un)Satisfiability was proved
Number of variables450
Number of constraints5580
Maximum constraint arity2
Maximum domain size1221
Number of constraints which are defined in extension0
Number of constraints which are defined in intension5580
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Sat Jul  5 04:51:26 2008
0.00/0.04	c 0	PID 8565
0.00/0.04	c 0	HOST node63.alineos.net
0.00/0.04	c 0	CONVERTING HOME/instance-1083226-1215226286.xml TO HOME/temp.csp
0.00/0.04	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1083226-1215226286.xml' 'HOME/temp.csp'
0.03/0.71	c 1	84 domains, 450 variables, 4 predicates, 0 relations, 5580 constraints
0.03/0.72	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.72	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.69/0.80	c 1	Parsing HOME/temp.csp
0.95/1.07	c 1	parsed 6118 expressions
0.95/1.07	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.95/1.07	c 1	Converting to clausal form CSP
1.05/1.13	c 1	converted 612 (10%) expressions
1.15/1.27	c 1	converted 1224 (20%) expressions
1.25/1.30	c 1	converted 1836 (30%) expressions
1.25/1.32	c 1	converted 2448 (40%) expressions
1.25/1.34	c 1	converted 3059 (50%) expressions
1.25/1.36	c 1	converted 3671 (60%) expressions
1.25/1.37	c 1	converted 4283 (70%) expressions
1.35/1.43	c 1	converted 4895 (80%) expressions
1.35/1.45	c 1	converted 5507 (90%) expressions
1.35/1.46	c 1	converted 6118 (100%) expressions
1.35/1.46	c 1	CSP : 450 integers, 0 booleans, 5580 clauses, largest domain size 1221
1.35/1.46	c 1	Heap : 5 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.35/1.46	c 1	Propagation in CSP
1.64/1.72	c 2	319256 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.64/1.72	c 2	CSP : 450 integers, 0 booleans, 5580 clauses, largest domain size 737
1.64/1.72	c 2	Heap : 6 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.64/1.73	c 2	Simplifing CSP by introducing new Boolean variables
1.75/1.84	c 2	CSP : 450 integers, 9900 booleans, 15480 clauses, largest domain size 737
1.75/1.84	c 2	Heap : 9 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.75/1.90	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.85/1.94	c 2	45 (10%) CSP integer variables are encoded (15165 clauses, 205387 bytes)
1.85/1.95	c 2	90 (20%) CSP integer variables are encoded (28590 clauses, 406762 bytes)
1.85/1.97	c 2	135 (30%) CSP integer variables are encoded (46950 clauses, 682162 bytes)
1.85/1.99	c 2	180 (40%) CSP integer variables are encoded (64410 clauses, 944062 bytes)
1.94/2.02	c 2	225 (50%) CSP integer variables are encoded (83055 clauses, 1223737 bytes)
1.94/2.04	c 2	270 (60%) CSP integer variables are encoded (103530 clauses, 1538449 bytes)
1.94/2.07	c 2	315 (70%) CSP integer variables are encoded (123810 clauses, 1883209 bytes)
1.94/2.09	c 2	360 (80%) CSP integer variables are encoded (145980 clauses, 2260099 bytes)
2.04/2.14	c 2	405 (90%) CSP integer variables are encoded (178815 clauses, 2818294 bytes)
2.04/2.18	c 2	450 (100%) CSP integer variables are encoded (206940 clauses, 3296419 bytes)
2.53/2.61	c 3	1548 (10%) CSP clauses are encoded (414344 clauses, 7809210 bytes)
2.73/2.89	c 3	3096 (20%) CSP clauses are encoded (551436 clauses, 10923211 bytes)
3.03/3.19	c 3	4644 (30%) CSP clauses are encoded (698874 clauses, 14296354 bytes)
3.43/3.58	c 4	6192 (40%) CSP clauses are encoded (900483 clauses, 18906909 bytes)
3.92/4.04	c 4	7740 (50%) CSP clauses are encoded (1155194 clauses, 24761038 bytes)
4.32/4.44	c 4	9288 (60%) CSP clauses are encoded (1370033 clauses, 29680139 bytes)
4.81/4.92	c 5	10836 (70%) CSP clauses are encoded (1634903 clauses, 35744992 bytes)
5.22/5.35	c 5	12384 (80%) CSP clauses are encoded (1874823 clauses, 41246037 bytes)
5.82/5.94	c 6	13932 (90%) CSP clauses are encoded (2202119 clauses, 49005984 bytes)
6.71/6.82	c 7	15480 (100%) CSP clauses are encoded (2704986 clauses, 60612445 bytes)
6.71/6.82	c 7	15480 CSP clauses encoded
6.71/6.82	c 7	Writing map file : HOME/temp.map
6.71/6.83	c 7	Heap : 6 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
6.71/6.83	c 7	SAT : 217290 SAT variables, 2704986 SAT clauses, 60612445 bytes
6.71/6.83	c 7	Heap : 6 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
6.71/6.87	c 7	SOLVING HOME/temp.cnf
6.71/6.87	c 7	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
6.71/6.88	c 7	This is MiniSat 2.0 beta
6.71/6.88	c 7	WARNING: for repeatability, setting FPU to use double precision
6.71/6.88	c 7	============================[ Problem Statistics ]=============================
6.71/6.88	c 7	|                                                                             |
6.71/6.88	c 7	|  Number of variables:  217290                                               |
6.71/6.88	c 7	|  Number of clauses:    2704986                                              |
8.23/8.42	c 8	|  Parsing time:         1.32         s                                       |
8.34/8.50	c 9	============================[ Search Statistics ]==============================
8.34/8.50	c 9	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
8.34/8.50	c 9	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
8.34/8.50	c 9	===============================================================================
8.34/8.50	c 9	|         0 |  214794  2702490  7597509 |   900830        0    nan |  0.000 % |
10.22/10.49	c 11	|       100 |  214794  2702490  7597509 |   990913       99     20 |  1.158 % |
12.61/12.89	c 13	|       250 |  214794  2702490  7597509 |  1090004      249     17 |  1.158 % |
16.69/16.98	c 17	|       476 |  214794  2702490  7597509 |  1199004      475     14 |  1.158 % |
22.57/22.84	c 23	|       814 |  214773  2702203  7596724 |  1318905      813     16 |  1.158 % |
32.42/32.74	c 33	|      1323 |  214773  2702203  7596724 |  1450795     1322     17 |  1.158 % |
46.36/46.78	c 47	|      2086 |  214773  2702203  7596724 |  1595875     2085     16 |  1.158 % |
65.48/66.00	c 66	|      3225 |  214769  2702178  7596664 |  1755462     3223     17 |  1.160 % |
95.35/96.00	c 96	|      4937 |  214707  2701239  7594059 |  1931009     4931     18 |  1.189 % |
137.59/138.36	c 138	|      7500 |  214696  2701070  7593580 |  2124110     7493     20 |  1.194 % |
204.60/205.70	c 206	|     11346 |  214677  2700763  7592726 |  2336521    11338     21 |  1.203 % |
307.46/308.97	c 309	|     17113 |  214585  2699493  7589202 |  2570173    17095     21 |  1.245 % |
470.17/472.30	c 472	|     25762 |  214521  2698152  7585377 |  2827190    23915     22 |  1.274 % |
727.62/730.87	c 731	|     38736 |  214421  2696797  7581643 |  3109909    36882     23 |  1.320 % |
1117.77/1122.55	c 1123	===============================================================================
1117.77/1122.55	c 1123	restarts              : 14
1117.77/1122.55	c 1123	conflicts             : 57165          (51 /sec)
1117.77/1122.55	c 1123	decisions             : 78420          (1.28 % random) (71 /sec)
1117.77/1122.55	c 1123	propagations          : 1385656398     (1247423 /sec)
1117.77/1122.55	c 1123	conflict literals     : 1372069        (43.01 % deleted)
1117.77/1122.55	c 1123	Memory used           : 137.63 MB
1117.77/1122.55	c 1123	CPU time              : 1110.82 s
1117.77/1122.55	c 1123	
1117.77/1122.55	c 1123	UNSATISFIABLE
1117.77/1122.57	c 1123	DECODING HOME/temp.out WITH HOME/temp.map
1117.77/1122.57	c 1123	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1117.85/1122.66	c 1123	Decoding HOME/temp.out
1117.85/1122.72	s UNSATISFIABLE
1117.85/1122.73	c 1123	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1117.85/1122.80	c 1123	CPU 1117.13 (0.03 0 1117.1 0.88)
1117.85/1122.80	c 1123	END Sat Jul  5 05:10:09 2008

Verifier Data (download as text)

No possible verification on an UNSAT instance

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1083226-1215226286/watcher-1083226-1215226286 -o /tmp/evaluation-result-1083226-1215226286/solver-1083226-1215226286 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/sugar -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-1083226-1215226286.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): 2200 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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 1.97 1.96 4/81 8565
/proc/meminfo: memFree=736928/2055920 swapFree=4191676/4192956
[pid=8565] ppid=8563 vsize=12272 CPUtime=0
/proc/8565/stat : 8565 (sugar) R 8563 8565 5874 0 -1 4194304 359 0 0 0 0 0 0 0 18 0 1 0 134623924 12566528 327 996147200 4194304 4206940 548682068608 18446744073709551615 244277017189 0 0 4224 0 0 0 0 17 1 0 0
/proc/8565/statm: 3068 327 246 3 0 168 0

[startup+0.0116981 s]
/proc/loadavg: 2.00 1.97 1.96 4/81 8565
/proc/meminfo: memFree=736928/2055920 swapFree=4191676/4192956
[pid=8565] ppid=8563 vsize=12412 CPUtime=0
/proc/8565/stat : 8565 (sugar) R 8563 8565 5874 0 -1 4194304 448 0 0 0 0 0 0 0 18 0 1 0 134623924 12709888 416 996147200 4194304 4206940 548682068608 18446744073709551615 244276695777 0 0 4224 0 0 0 0 17 1 0 0
/proc/8565/statm: 3103 418 286 3 0 203 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12412

[startup+0.101714 s]
/proc/loadavg: 2.00 1.97 1.96 4/81 8565
/proc/meminfo: memFree=736928/2055920 swapFree=4191676/4192956
[pid=8565] ppid=8563 vsize=13600 CPUtime=0.03
/proc/8565/stat : 8565 (sugar) S 8563 8565 5874 0 -1 4194304 900 127 0 0 3 0 0 0 16 0 1 0 134623924 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8565/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301751 s]
/proc/loadavg: 2.00 1.97 1.96 4/81 8565
/proc/meminfo: memFree=736928/2055920 swapFree=4191676/4192956
[pid=8565] ppid=8563 vsize=13600 CPUtime=0.03
/proc/8565/stat : 8565 (sugar) S 8563 8565 5874 0 -1 4194304 900 127 0 0 3 0 0 0 16 0 1 0 134623924 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8565/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701833 s]
/proc/loadavg: 2.00 1.97 1.96 4/81 8565
/proc/meminfo: memFree=736928/2055920 swapFree=4191676/4192956
[pid=8565] ppid=8563 vsize=13600 CPUtime=0.03
/proc/8565/stat : 8565 (sugar) S 8563 8565 5874 0 -1 4194304 900 127 0 0 3 0 0 0 16 0 1 0 134623924 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8565/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50298 s]
/proc/loadavg: 2.00 1.97 1.96 3/92 8587
/proc/meminfo: memFree=728456/2055920 swapFree=4191676/4192956
[pid=8565] ppid=8563 vsize=13600 CPUtime=0.69
/proc/8565/stat : 8565 (sugar) S 8563 8565 5874 0 -1 4194304 974 7630 0 1 3 0 62 4 15 0 1 0 134623924 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/8565/statm: 3400 797 370 3 0 500 0
[pid=8578] ppid=8565 vsize=5356 CPUtime=0
/proc/8578/stat : 8578 (sh) S 8565 8565 5874 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 134623997 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8578/statm: 1339 233 193 169 0 50 0
[pid=8579] ppid=8578 vsize=868380 CPUtime=0.75
/proc/8579/stat : 8579 (java) S 8578 8565 5874 0 -1 0 7327 0 1 0 72 3 0 0 20 0 9 0 134623997 889221120 6552 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/8579/statm: 217095 6552 2540 9 0 211670 0
[pid=8579/tid=8580] ppid=8578 vsize=868380 CPUtime=0.45
/proc/8579/task/8580/stat : 8580 (java) R 8578 8565 5874 0 -1 64 2674 0 1 0 44 1 0 0 25 0 9 0 134623998 889221120 6552 996147200 134512640 134550740 4294955952 18446744073709551615 4126592252 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8579/tid=8581] ppid=8578 vsize=868380 CPUtime=0.1
/proc/8579/task/8581/stat : 8581 (java) S 8578 8565 5874 0 -1 64 2507 0 0 0 10 0 0 0 16 0 9 0 134623999 889221120 6552 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=8579/tid=8582] ppid=8578 vsize=868380 CPUtime=0
/proc/8579/task/8582/stat : 8582 (java) S 8578 8565 5874 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 134623999 889221120 6552 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8579/tid=8583] ppid=8578 vsize=868380 CPUtime=0
/proc/8579/task/8583/stat : 8583 (java) S 8578 8565 5874 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 134623999 889221120 6552 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8579/tid=8584] ppid=8578 vsize=868380 CPUtime=0
/proc/8579/task/8584/stat : 8584 (java) S 8578 8565 5874 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 134624001 889221120 6552 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8579/tid=8585] ppid=8578 vsize=868380 CPUtime=0.17
/proc/8579/task/8585/stat : 8585 (java) S 8578 8565 5874 0 -1 64 1453 0 0 0 16 1 0 0 16 0 9 0 134624001 889221120 6552 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8579/tid=8586] ppid=8578 vsize=868380 CPUtime=0
/proc/8579/task/8586/stat : 8586 (java) S 8578 8565 5874 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 134624001 889221120 6552 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8579/tid=8587] ppid=8578 vsize=868380 CPUtime=0
/proc/8579/task/8587/stat : 8587 (java) R 8578 8565 5874 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 134624001 889221120 6552 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 887336

[startup+3.10228 s]
/proc/loadavg: 2.00 1.97 1.96 3/92 8587
/proc/meminfo: memFree=712520/2055920 swapFree=4191676/4192956
[pid=8565] ppid=8563 vsize=13600 CPUtime=0.69
/proc/8565/stat : 8565 (sugar) S 8563 8565 5874 0 -1 4194304 974 7630 0 1 3 0 62 4 15 0 1 0 134623924 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/8565/statm: 3400 797 370 3 0 500 0
[pid=8578] ppid=8565 vsize=5356 CPUtime=0
/proc/8578/stat : 8578 (sh) S 8565 8565 5874 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 134623997 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8578/statm: 1339 233 193 169 0 50 0
[pid=8579] ppid=8578 vsize=868492 CPUtime=2.34
/proc/8579/stat : 8579 (java) S 8578 8565 5874 0 -1 0 8658 0 1 0 220 14 0 0 20 0 9 0 134623997 889335808 7437 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/8579/statm: 217123 7437 2565 9 0 211670 0
[pid=8579/tid=8580] ppid=8578 vsize=868492 CPUtime=1.74
/proc/8579/task/8580/stat : 8580 (java) R 8578 8565 5874 0 -1 64 3134 0 1 0 166 8 0 0 25 0 9 0 134623998 889335808 7437 996147200 134512640 134550740 4294955952 18446744073709551615 4126590031 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8579/tid=8581] ppid=8578 vsize=868492 CPUtime=0.34
/proc/8579/task/8581/stat : 8581 (java) S 8578 8565 5874 0 -1 64 3341 0 0 0 30 4 0 0 16 0 9 0 134623999 889335808 7437 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=8579/tid=8582] ppid=8578 vsize=868492 CPUtime=0
/proc/8579/task/8582/stat : 8582 (java) S 8578 8565 5874 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 134623999 889335808 7437 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8579/tid=8583] ppid=8578 vsize=868492 CPUtime=0
/proc/8579/task/8583/stat : 8583 (java) S 8578 8565 5874 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 134623999 889335808 7437 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8579/tid=8584] ppid=8578 vsize=868492 CPUtime=0
/proc/8579/task/8584/stat : 8584 (java) S 8578 8565 5874 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 134624001 889335808 7437 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8579/tid=8585] ppid=8578 vsize=868492 CPUtime=0.23
/proc/8579/task/8585/stat : 8585 (java) S 8578 8565 5874 0 -1 64 1490 0 0 0 22 1 0 0 16 0 9 0 134624001 889335808 7437 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8579/tid=8586] ppid=8578 vsize=868492 CPUtime=0
/proc/8579/task/8586/stat : 8586 (java) S 8578 8565 5874 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 134624001 889335808 7437 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8579/tid=8587] ppid=8578 vsize=868492 CPUtime=0
/proc/8579/task/8587/stat : 8587 (java) S 8578 8565 5874 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 134624001 889335808 7437 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 887448

[startup+6.30289 s]
/proc/loadavg: 2.00 1.97 1.96 3/92 8587
/proc/meminfo: memFree=672584/2055920 swapFree=4191676/4192956
[pid=8565] ppid=8563 vsize=13600 CPUtime=0.69
/proc/8565/stat : 8565 (sugar) S 8563 8565 5874 0 -1 4194304 974 7630 0 1 3 0 62 4 15 0 1 0 134623924 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/8565/statm: 3400 797 370 3 0 500 0
[pid=8578] ppid=8565 vsize=5356 CPUtime=0
/proc/8578/stat : 8578 (sh) S 8565 8565 5874 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 134623997 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8578/statm: 1339 233 193 169 0 50 0
[pid=8579] ppid=8578 vsize=868492 CPUtime=5.52
/proc/8579/stat : 8579 (java) S 8578 8565 5874 0 -1 0 9722 0 1 0 506 46 0 0 20 0 9 0 134623997 889335808 7437 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/8579/statm: 217123 7437 2565 9 0 211670 0
[pid=8579/tid=8580] ppid=8578 vsize=868492 CPUtime=4.69
/proc/8579/task/8580/stat : 8580 (java) R 8578 8565 5874 0 -1 64 4198 0 1 0 435 34 0 0 25 0 9 0 134623998 889335808 7437 996147200 134512640 134550740 4294955952 18446744073709551615 4126969424 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8579/tid=8581] ppid=8578 vsize=868492 CPUtime=0.58
/proc/8579/task/8581/stat : 8581 (java) S 8578 8565 5874 0 -1 64 3341 0 0 0 48 10 0 0 16 0 9 0 134623999 889335808 7437 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=8579/tid=8582] ppid=8578 vsize=868492 CPUtime=0
/proc/8579/task/8582/stat : 8582 (java) S 8578 8565 5874 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 134623999 889335808 7437 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8579/tid=8583] ppid=8578 vsize=868492 CPUtime=0
/proc/8579/task/8583/stat : 8583 (java) S 8578 8565 5874 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 134623999 889335808 7437 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8579/tid=8584] ppid=8578 vsize=868492 CPUtime=0
/proc/8579/task/8584/stat : 8584 (java) S 8578 8565 5874 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 134624001 889335808 7437 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8579/tid=8585] ppid=8578 vsize=868492 CPUtime=0.23
/proc/8579/task/8585/stat : 8585 (java) S 8578 8565 5874 0 -1 64 1490 0 0 0 22 1 0 0 16 0 9 0 134624001 889335808 7437 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8579/tid=8586] ppid=8578 vsize=868492 CPUtime=0
/proc/8579/task/8586/stat : 8586 (java) S 8578 8565 5874 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 134624001 889335808 7437 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8579/tid=8587] ppid=8578 vsize=868492 CPUtime=0
/proc/8579/task/8587/stat : 8587 (java) S 8578 8565 5874 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 134624001 889335808 7437 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 887448

[startup+12.7011 s]
/proc/loadavg: 2.00 1.97 1.96 3/84 8589
/proc/meminfo: memFree=548232/2055920 swapFree=4191676/4192956
[pid=8565] ppid=8563 vsize=13600 CPUtime=6.75
/proc/8565/stat : 8565 (sugar) S 8563 8565 5874 0 -1 4194304 1033 17828 0 2 3 0 615 57 16 0 1 0 134623924 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/8565/statm: 3400 799 370 3 0 500 0
[pid=8588] ppid=8565 vsize=5356 CPUtime=0
/proc/8588/stat : 8588 (sh) S 8565 8565 5874 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 134624612 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8588/statm: 1339 232 193 169 0 50 0
[pid=8589] ppid=8588 vsize=133324 CPUtime=5.76
/proc/8589/stat : 8589 (minisat) R 8588 8565 5874 0 -1 4194304 31643 0 0 0 554 22 0 0 25 0 1 0 134624612 136523776 31629 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/8589/statm: 33331 31629 75 150 0 33178 0
Current children cumulated CPU time (s) 12.51
Current children cumulated vsize (KiB) 152280

[startup+25.5015 s]
/proc/loadavg: 2.00 1.97 1.96 3/84 8589
/proc/meminfo: memFree=547208/2055920 swapFree=4191676/4192956
[pid=8565] ppid=8563 vsize=13600 CPUtime=6.75
/proc/8565/stat : 8565 (sugar) S 8563 8565 5874 0 -1 4194304 1033 17828 0 2 3 0 615 57 16 0 1 0 134623924 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/8565/statm: 3400 799 370 3 0 500 0
[pid=8588] ppid=8565 vsize=5356 CPUtime=0
/proc/8588/stat : 8588 (sh) S 8565 8565 5874 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 134624612 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8588/statm: 1339 232 193 169 0 50 0
[pid=8589] ppid=8588 vsize=134512 CPUtime=18.5
/proc/8589/stat : 8589 (minisat) R 8588 8565 5874 0 -1 4194304 31947 0 0 0 1828 22 0 0 25 0 1 0 134624612 137740288 31933 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/8589/statm: 33628 31933 75 150 0 33475 0
Current children cumulated CPU time (s) 25.25
Current children cumulated vsize (KiB) 153468

[startup+51.1014 s]
/proc/loadavg: 2.00 1.97 1.96 3/84 8589
/proc/meminfo: memFree=546824/2055920 swapFree=4191676/4192956
[pid=8565] ppid=8563 vsize=13600 CPUtime=6.75
/proc/8565/stat : 8565 (sugar) S 8563 8565 5874 0 -1 4194304 1033 17828 0 2 3 0 615 57 16 0 1 0 134623924 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/8565/statm: 3400 799 370 3 0 500 0
[pid=8588] ppid=8565 vsize=5356 CPUtime=0
/proc/8588/stat : 8588 (sh) S 8565 8565 5874 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 134624612 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8588/statm: 1339 232 193 169 0 50 0
[pid=8589] ppid=8588 vsize=134912 CPUtime=43.99
/proc/8589/stat : 8589 (minisat) R 8588 8565 5874 0 -1 4194304 32075 0 0 0 4377 22 0 0 25 0 1 0 134624612 138149888 32061 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/8589/statm: 33728 32061 75 150 0 33575 0
Current children cumulated CPU time (s) 50.74
Current children cumulated vsize (KiB) 153868

[startup+102.306 s]
/proc/loadavg: 2.00 1.97 1.96 3/84 8589
/proc/meminfo: memFree=546184/2055920 swapFree=4191676/4192956
[pid=8565] ppid=8563 vsize=13600 CPUtime=6.75
/proc/8565/stat : 8565 (sugar) S 8563 8565 5874 0 -1 4194304 1033 17828 0 2 3 0 615 57 16 0 1 0 134623924 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/8565/statm: 3400 799 370 3 0 500 0

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


[startup+582.302 s]
/proc/loadavg: 2.08 2.01 1.97 3/75 8627
/proc/meminfo: memFree=801232/2055920 swapFree=4191676/4192956
[pid=8565] ppid=8563 vsize=13600 CPUtime=6.75
/proc/8565/stat : 8565 (sugar) S 8563 8565 5874 0 -1 4194304 1033 17828 0 2 3 0 615 57 16 0 1 0 134623924 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8565/statm: 3400 799 370 3 0 500 0
[pid=8588] ppid=8565 vsize=5356 CPUtime=0
/proc/8588/stat : 8588 (sh) S 8565 8565 5874 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 134624612 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8588/statm: 1339 232 193 169 0 50 0
[pid=8589] ppid=8588 vsize=138608 CPUtime=572.97
/proc/8589/stat : 8589 (minisat) R 8588 8565 5874 0 -1 4194304 32983 0 0 0 57272 25 0 0 25 0 1 0 134624612 141934592 32969 996147200 134512640 135127466 4294956256 18446744073709551615 134530679 0 0 4096 3 0 0 0 17 1 0 0
/proc/8589/statm: 34652 32969 75 150 0 34499 0
Current children cumulated CPU time (s) 579.72
Current children cumulated vsize (KiB) 157564

[startup+642.302 s]
/proc/loadavg: 2.07 2.02 1.98 3/75 8627
/proc/meminfo: memFree=800848/2055920 swapFree=4191676/4192956
[pid=8565] ppid=8563 vsize=13600 CPUtime=6.75
/proc/8565/stat : 8565 (sugar) S 8563 8565 5874 0 -1 4194304 1033 17828 0 2 3 0 615 57 16 0 1 0 134623924 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8565/statm: 3400 799 370 3 0 500 0
[pid=8588] ppid=8565 vsize=5356 CPUtime=0
/proc/8588/stat : 8588 (sh) S 8565 8565 5874 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 134624612 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8588/statm: 1339 232 193 169 0 50 0
[pid=8589] ppid=8588 vsize=139004 CPUtime=632.73
/proc/8589/stat : 8589 (minisat) R 8588 8565 5874 0 -1 4194304 33088 0 0 0 63248 25 0 0 25 0 1 0 134624612 142340096 33074 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/8589/statm: 34751 33074 75 150 0 34598 0
Current children cumulated CPU time (s) 639.48
Current children cumulated vsize (KiB) 157960

[startup+702.301 s]
/proc/loadavg: 2.07 2.03 1.98 3/75 8627
/proc/meminfo: memFree=800400/2055920 swapFree=4191676/4192956
[pid=8565] ppid=8563 vsize=13600 CPUtime=6.75
/proc/8565/stat : 8565 (sugar) S 8563 8565 5874 0 -1 4194304 1033 17828 0 2 3 0 615 57 16 0 1 0 134623924 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8565/statm: 3400 799 370 3 0 500 0
[pid=8588] ppid=8565 vsize=5356 CPUtime=0
/proc/8588/stat : 8588 (sh) S 8565 8565 5874 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 134624612 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8588/statm: 1339 232 193 169 0 50 0
[pid=8589] ppid=8588 vsize=139400 CPUtime=692.48
/proc/8589/stat : 8589 (minisat) R 8588 8565 5874 0 -1 4194304 33194 0 0 0 69223 25 0 0 25 0 1 0 134624612 142745600 33180 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/8589/statm: 34850 33180 75 150 0 34697 0
Current children cumulated CPU time (s) 699.23
Current children cumulated vsize (KiB) 158356

[startup+762.307 s]
/proc/loadavg: 2.06 2.03 1.99 3/75 8627
/proc/meminfo: memFree=800016/2055920 swapFree=4191676/4192956
[pid=8565] ppid=8563 vsize=13600 CPUtime=6.75
/proc/8565/stat : 8565 (sugar) S 8563 8565 5874 0 -1 4194304 1033 17828 0 2 3 0 615 57 16 0 1 0 134623924 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8565/statm: 3400 799 370 3 0 500 0
[pid=8588] ppid=8565 vsize=5356 CPUtime=0
/proc/8588/stat : 8588 (sh) S 8565 8565 5874 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 134624612 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8588/statm: 1339 232 193 169 0 50 0
[pid=8589] ppid=8588 vsize=139796 CPUtime=752.25
/proc/8589/stat : 8589 (minisat) R 8588 8565 5874 0 -1 4194304 33304 0 0 0 75200 25 0 0 25 0 1 0 134624612 143151104 33290 996147200 134512640 135127466 4294956256 18446744073709551615 134530673 0 0 4096 3 0 0 0 17 1 0 0
/proc/8589/statm: 34949 33290 75 150 0 34796 0
Current children cumulated CPU time (s) 759
Current children cumulated vsize (KiB) 158752

[startup+822.302 s]
/proc/loadavg: 2.06 2.04 1.99 3/75 8627
/proc/meminfo: memFree=799568/2055920 swapFree=4191676/4192956
[pid=8565] ppid=8563 vsize=13600 CPUtime=6.75
/proc/8565/stat : 8565 (sugar) S 8563 8565 5874 0 -1 4194304 1033 17828 0 2 3 0 615 57 16 0 1 0 134623924 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8565/statm: 3400 799 370 3 0 500 0
[pid=8588] ppid=8565 vsize=5356 CPUtime=0
/proc/8588/stat : 8588 (sh) S 8565 8565 5874 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 134624612 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8588/statm: 1339 232 193 169 0 50 0
[pid=8589] ppid=8588 vsize=140272 CPUtime=812.01
/proc/8589/stat : 8589 (minisat) R 8588 8565 5874 0 -1 4194304 33413 0 0 0 81176 25 0 0 25 0 1 0 134624612 143638528 33399 996147200 134512640 135127466 4294956256 18446744073709551615 134530650 0 0 4096 3 0 0 0 17 1 0 0
/proc/8589/statm: 35068 33399 75 150 0 34915 0
Current children cumulated CPU time (s) 818.76
Current children cumulated vsize (KiB) 159228

[startup+882.302 s]
/proc/loadavg: 2.13 2.06 2.01 3/75 8627
/proc/meminfo: memFree=799320/2055920 swapFree=4191676/4192956
[pid=8565] ppid=8563 vsize=13600 CPUtime=6.75
/proc/8565/stat : 8565 (sugar) S 8563 8565 5874 0 -1 4194304 1033 17828 0 2 3 0 615 57 16 0 1 0 134623924 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8565/statm: 3400 799 370 3 0 500 0
[pid=8588] ppid=8565 vsize=5356 CPUtime=0
/proc/8588/stat : 8588 (sh) S 8565 8565 5874 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 134624612 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8588/statm: 1339 232 193 169 0 50 0
[pid=8589] ppid=8588 vsize=140536 CPUtime=871.77
/proc/8589/stat : 8589 (minisat) R 8588 8565 5874 0 -1 4194304 33481 0 0 0 87152 25 0 0 25 0 1 0 134624612 143908864 33467 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/8589/statm: 35134 33467 75 150 0 34981 0
Current children cumulated CPU time (s) 878.52
Current children cumulated vsize (KiB) 159492

[startup+942.302 s]
/proc/loadavg: 2.12 2.06 2.00 3/75 8627
/proc/meminfo: memFree=799128/2055920 swapFree=4191676/4192956
[pid=8565] ppid=8563 vsize=13600 CPUtime=6.75
/proc/8565/stat : 8565 (sugar) S 8563 8565 5874 0 -1 4194304 1033 17828 0 2 3 0 615 57 16 0 1 0 134623924 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8565/statm: 3400 799 370 3 0 500 0
[pid=8588] ppid=8565 vsize=5356 CPUtime=0
/proc/8588/stat : 8588 (sh) S 8565 8565 5874 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 134624612 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8588/statm: 1339 232 193 169 0 50 0
[pid=8589] ppid=8588 vsize=140800 CPUtime=931.53
/proc/8589/stat : 8589 (minisat) R 8588 8565 5874 0 -1 4194304 33527 0 0 0 93128 25 0 0 25 0 1 0 134624612 144179200 33513 996147200 134512640 135127466 4294956256 18446744073709551615 134530849 0 0 4096 3 0 0 0 17 1 0 0
/proc/8589/statm: 35200 33513 75 150 0 35047 0
Current children cumulated CPU time (s) 938.28
Current children cumulated vsize (KiB) 159756

[startup+1002.3 s]
/proc/loadavg: 2.11 2.07 2.00 3/75 8627
/proc/meminfo: memFree=798872/2055920 swapFree=4191676/4192956
[pid=8565] ppid=8563 vsize=13600 CPUtime=6.75
/proc/8565/stat : 8565 (sugar) S 8563 8565 5874 0 -1 4194304 1033 17828 0 2 3 0 615 57 16 0 1 0 134623924 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8565/statm: 3400 799 370 3 0 500 0
[pid=8588] ppid=8565 vsize=5356 CPUtime=0
/proc/8588/stat : 8588 (sh) S 8565 8565 5874 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 134624612 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8588/statm: 1339 232 193 169 0 50 0
[pid=8589] ppid=8588 vsize=140932 CPUtime=991.29
/proc/8589/stat : 8589 (minisat) R 8588 8565 5874 0 -1 4194304 33574 0 0 0 99104 25 0 0 25 0 1 0 134624612 144314368 33560 996147200 134512640 135127466 4294956256 18446744073709551615 134530938 0 0 4096 3 0 0 0 17 1 0 0
/proc/8589/statm: 35233 33560 75 150 0 35080 0
Current children cumulated CPU time (s) 998.04
Current children cumulated vsize (KiB) 159888

[startup+1062.3 s]
/proc/loadavg: 2.10 2.07 2.00 3/75 8627
/proc/meminfo: memFree=798808/2055920 swapFree=4191676/4192956
[pid=8565] ppid=8563 vsize=13600 CPUtime=6.75
/proc/8565/stat : 8565 (sugar) S 8563 8565 5874 0 -1 4194304 1033 17828 0 2 3 0 615 57 16 0 1 0 134623924 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8565/statm: 3400 799 370 3 0 500 0
[pid=8588] ppid=8565 vsize=5356 CPUtime=0
/proc/8588/stat : 8588 (sh) S 8565 8565 5874 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 134624612 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8588/statm: 1339 232 193 169 0 50 0
[pid=8589] ppid=8588 vsize=140932 CPUtime=1051.05
/proc/8589/stat : 8589 (minisat) R 8588 8565 5874 0 -1 4194304 33582 0 0 0 105080 25 0 0 25 0 1 0 134624612 144314368 33568 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/8589/statm: 35233 33568 75 150 0 35080 0
Current children cumulated CPU time (s) 1057.8
Current children cumulated vsize (KiB) 159888

[startup+1122.3 s]
/proc/loadavg: 2.09 2.07 2.00 3/75 8627
/proc/meminfo: memFree=798808/2055920 swapFree=4191676/4192956
[pid=8565] ppid=8563 vsize=13600 CPUtime=6.75
/proc/8565/stat : 8565 (sugar) S 8563 8565 5874 0 -1 4194304 1033 17828 0 2 3 0 615 57 16 0 1 0 134623924 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8565/statm: 3400 799 370 3 0 500 0
[pid=8588] ppid=8565 vsize=5356 CPUtime=0
/proc/8588/stat : 8588 (sh) S 8565 8565 5874 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 134624612 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8588/statm: 1339 232 193 169 0 50 0
[pid=8589] ppid=8588 vsize=140932 CPUtime=1110.82
/proc/8589/stat : 8589 (minisat) R 8588 8565 5874 0 -1 4194304 33593 0 0 0 111056 26 0 0 25 0 1 0 134624612 144314368 33579 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/8589/statm: 35233 33579 75 150 0 35080 0
Current children cumulated CPU time (s) 1117.57
Current children cumulated vsize (KiB) 159888

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

[startup+1122.7 s]
/proc/loadavg: 2.09 2.07 2.00 3/75 8627
/proc/meminfo: memFree=798808/2055920 swapFree=4191676/4192956
[pid=8565] ppid=8563 vsize=13600 CPUtime=1117.85
/proc/8565/stat : 8565 (sugar) S 8563 8565 5874 0 -1 4194304 1090 51715 0 2 3 0 111697 85 15 0 1 0 134623924 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/8565/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 1117.85
Current children cumulated vsize (KiB) 13600

[startup+1122.8 s]
/proc/loadavg: 2.09 2.07 2.00 3/75 8627
/proc/meminfo: memFree=798808/2055920 swapFree=4191676/4192956
[pid=8565] ppid=8563 vsize=13600 CPUtime=1118.02
/proc/8565/stat : 8565 (sugar) R 8563 8565 5874 0 -1 4194304 1118 55526 0 3 3 1 111710 88 16 0 1 0 134623924 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 244277023785 0 0 4224 16386 0 0 0 17 0 0 0
/proc/8565/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 1118.02
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 1122.82
CPU time (s): 1118.07
CPU user time (s): 1117.14
CPU system time (s): 0.926859
CPU usage (%): 99.5763
Max. virtual memory (cumulated for all children) (KiB): 887524

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1117.14
system time used= 0.926859
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 56674
page faults= 3
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 13935
involuntary context switches= 35367

runsolver used 1.10983 second user time and 3.04654 second system time

The end

Launcher Data (download as text)

Begin job on node63 at 2008-07-05 04:51:26
IDJOB=1083226
IDBENCH=57429
IDSOLVER=346
FILE ID=node63/1083226-1215226286
PBS_JOBID= 7881778
Free space on /tmp= 66524 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/super-js/super-js-taillard-15/normalized-super-js-taillard-15-8.xml
COMMAND LINE= DIR/sugar -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1083226-1215226286/watcher-1083226-1215226286 -o /tmp/evaluation-result-1083226-1215226286/solver-1083226-1215226286 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/sugar -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-1083226-1215226286.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= cc2484161be3248ca6cbf843f373e18c
RANDOM SEED=705219381

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.256
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.256
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:        737344 kB
Buffers:         96892 kB
Cached:         820780 kB
SwapCached:        260 kB
Active:         806396 kB
Inactive:       431844 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        737344 kB
SwapTotal:     4192956 kB
SwapFree:      4191676 kB
Dirty:            1984 kB
Writeback:           0 kB
Mapped:         341792 kB
Slab:            65004 kB
Committed_AS:   875200 kB
PageTables:       2296 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= 66520 MiB
End job on node63 at 2008-07-05 05:10:09