Trace number 1084129

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+minisat? (TO) 1800.19 1808.83

General information on the benchmark

Namecsp/super-queens/
normalized-super-queens-4.xml
MD5SUM86f27dad5b32c8754684e5fda2e6b575
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 benchmark1.60176
Satisfiable
(Un)Satisfiability was proved
Number of variables240
Number of constraints21540
Maximum constraint arity2
Maximum domain size120
Number of constraints which are defined in extension0
Number of constraints which are defined in intension21540
Global constraints used (with number of constraints)

Solver Data (download as text)

0.02/0.04	c 0	Sugar v1-13 + HOME/minisat
0.02/0.04	c 0	BEGIN Sat Jul  5 05:55:08 2008
0.02/0.04	c 0	PID 9889
0.02/0.04	c 0	HOST node75.alineos.net
0.02/0.04	c 0	CONVERTING HOME/instance-1084129-1215230108.xml TO HOME/temp.csp
0.02/0.04	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1084129-1215230108.xml' 'HOME/temp.csp'
1.35/1.44	c 2	1 domains, 240 variables, 2 predicates, 0 relations, 21540 constraints
1.35/1.45	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.35/1.45	c 2	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'
1.41/1.53	c 2	Parsing HOME/temp.csp
1.41/1.85	c 2	parsed 10000 expressions
1.41/2.07	c 2	parsed 20000 expressions
1.41/2.10	c 2	parsed 21783 expressions
2.05/2.10	c 2	Heap : 6 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.05/2.10	c 2	Converting to clausal form CSP
2.44/2.57	c 3	converted 2179 (10%) expressions
2.75/2.86	c 3	converted 4357 (20%) expressions
2.93/3.06	c 3	converted 6535 (30%) expressions
3.33/3.41	c 4	converted 8714 (40%) expressions
3.53/3.61	c 4	converted 10892 (50%) expressions
3.73/3.82	c 4	converted 13070 (60%) expressions
3.93/4.03	c 4	converted 15249 (70%) expressions
4.33/4.45	c 5	converted 17427 (80%) expressions
4.53/4.64	c 5	converted 19605 (90%) expressions
4.72/4.83	c 5	converted 21783 (100%) expressions
4.72/4.84	c 5	CSP : 240 integers, 21420 booleans, 85800 clauses, largest domain size 120
4.72/4.84	c 5	Heap : 47 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.72/4.84	c 5	Propagation in CSP
5.01/5.18	c 5	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
5.01/5.18	c 5	CSP : 240 integers, 21420 booleans, 85800 clauses, largest domain size 120
5.01/5.18	c 5	Heap : 56 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.12/5.21	c 5	Simplifing CSP by introducing new Boolean variables
5.91/6.03	c 6	CSP : 240 integers, 107334 booleans, 171714 clauses, largest domain size 120
5.91/6.03	c 6	Heap : 84 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
6.60/6.74	c 7	Encoding CSP to SAT : HOME/temp.cnf
6.60/6.79	c 7	24 (10%) CSP integer variables are encoded (2832 clauses, 34685 bytes)
6.60/6.79	c 7	48 (20%) CSP integer variables are encoded (5664 clauses, 71501 bytes)
6.60/6.79	c 7	72 (30%) CSP integer variables are encoded (8496 clauses, 108317 bytes)
6.60/6.80	c 7	96 (40%) CSP integer variables are encoded (11328 clauses, 147960 bytes)
6.70/6.80	c 7	120 (50%) CSP integer variables are encoded (14160 clauses, 190440 bytes)
6.70/6.80	c 7	144 (60%) CSP integer variables are encoded (16992 clauses, 232920 bytes)
6.70/6.81	c 7	168 (70%) CSP integer variables are encoded (19824 clauses, 275400 bytes)
6.70/6.81	c 7	192 (80%) CSP integer variables are encoded (22656 clauses, 317880 bytes)
6.70/6.81	c 7	216 (90%) CSP integer variables are encoded (25488 clauses, 360360 bytes)
6.70/6.82	c 7	240 (100%) CSP integer variables are encoded (28320 clauses, 402840 bytes)
8.58/8.71	c 9	17172 (10%) CSP clauses are encoded (1083198 clauses, 21120714 bytes)
10.35/10.59	c 11	34343 (20%) CSP clauses are encoded (2149901 clauses, 43013810 bytes)
12.33/12.52	c 13	51515 (30%) CSP clauses are encoded (3255427 clauses, 65755026 bytes)
14.29/14.52	c 15	68686 (40%) CSP clauses are encoded (4383242 clauses, 89046182 bytes)
16.26/16.57	c 17	85857 (50%) CSP clauses are encoded (5548569 clauses, 113214462 bytes)
18.34/18.68	c 19	103029 (60%) CSP clauses are encoded (6750037 clauses, 138690160 bytes)
20.69/21.02	c 21	120200 (70%) CSP clauses are encoded (7993959 clauses, 166810051 bytes)
22.97/23.39	c 24	137372 (80%) CSP clauses are encoded (9283335 clauses, 195952723 bytes)
25.42/25.89	c 26	154543 (90%) CSP clauses are encoded (10630299 clauses, 226391332 bytes)
28.06/28.54	c 29	171714 (100%) CSP clauses are encoded (12066714 clauses, 258843994 bytes)
28.06/28.54	c 29	171714 CSP clauses encoded
28.06/28.54	c 29	Writing map file : HOME/temp.map
28.06/28.56	c 29	Heap : 68 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
28.06/28.56	c 29	SAT : 135894 SAT variables, 12066714 SAT clauses, 258843994 bytes
28.06/28.56	c 29	Heap : 68 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
28.06/28.59	c 29	SOLVING HOME/temp.cnf
28.06/28.59	c 29	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
28.06/28.60	c 29	This is MiniSat 2.0 beta
28.06/28.60	c 29	WARNING: for repeatability, setting FPU to use double precision
28.06/28.60	c 29	============================[ Problem Statistics ]=============================
28.06/28.60	c 29	|                                                                             |
28.06/28.60	c 29	|  Number of variables:  135894                                               |
28.06/28.60	c 29	|  Number of clauses:    12066714                                             |
34.45/34.98	c 35	|  Parsing time:         5.42         s                                       |
34.86/35.32	c 35	============================[ Search Statistics ]==============================
34.86/35.32	c 35	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
34.86/35.32	c 35	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
34.86/35.32	c 35	===============================================================================
34.86/35.32	c 35	|         0 |  135891 12066711 35978439 |  4022237        0    nan |  0.000 % |
35.45/35.96	c 36	|       102 |  135891 12066711 35978439 |  4424460      102      8 |  0.002 % |
37.05/37.58	c 38	|       253 |  135891 12066711 35978439 |  4866906      253      9 |  0.002 % |
40.45/40.95	c 41	|       478 |  135891 12066711 35978439 |  5353597      478     42 |  0.002 % |
42.85/43.38	c 44	|       815 |  135891 12066711 35978439 |  5888957      815     47 |  0.002 % |
48.55/49.03	c 49	|      1321 |  135891 12066711 35978439 |  6477852     1321     49 |  0.002 % |
54.34/54.81	c 55	|      2080 |  135891 12066711 35978439 |  7125638     2080     67 |  0.002 % |
63.94/64.45	c 65	|      3220 |  135891 12066711 35978439 |  7838202     3220     58 |  0.002 % |
75.44/75.92	c 76	|      4928 |  135891 12066711 35978439 |  8622022     4928     77 |  0.002 % |
96.84/97.32	c 97	|      7491 |  135891 12066711 35978439 |  9484224     7491     64 |  0.002 % |
118.23/118.76	c 119	|     11336 |  135891 12066711 35978439 | 10432646    11336     62 |  0.002 % |
131.32/131.86	c 132	|     17102 |  135891 12066711 35978439 | 11475911    17102     50 |  0.002 % |
178.21/178.74	c 179	|     25752 |  135891 12066711 35978439 | 12623502    25752     62 |  0.002 % |
266.08/266.62	c 267	|     38726 |  135891 12066711 35978439 | 13885853    38726     82 |  0.002 % |
432.63/433.28	c 433	|     58187 |  135891 12066711 35978439 | 15274438    58187    100 |  0.002 % |
702.16/702.83	c 703	|     87379 |  135891 12066711 35978439 | 16801882    87379    109 |  0.002 % |
1100.28/1103.42	c 1104	|    131168 |  135891 12066711 35978439 | 18482070   131168    132 |  0.002 % |
1323.96/1328.84	c 1329	|    196853 |  135891 12066711 35978439 | 20330277   196853    106 |  0.002 % |
1800.06/1808.61	c ERROR INTERRUPTED
1800.06/1808.71	s UNKNOWN
1800.06/1808.71	c 1809	CPU 26.25 (0.03 0.01 26.22 1.9)
1800.06/1808.71	c 1809	END Sat Jul  5 06:25:17 2008

Verifier Data (download as text)

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: UNKNOWN

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-1084129-1215230108/watcher-1084129-1215230108 -o /tmp/evaluation-result-1084129-1215230108/solver-1084129-1215230108 -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-1084129-1215230108.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.04 2.01 2.00 4/73 9889
/proc/meminfo: memFree=1635928/2055920 swapFree=4180584/4192956
[pid=9889] ppid=9887 vsize=12272 CPUtime=0
/proc/9889/stat : 9889 (sugar) R 9887 9889 9075 0 -1 4194304 359 0 0 0 0 0 0 0 18 0 1 0 2001960587 12566528 327 996147200 4194304 4206940 548682068608 18446744073709551615 231882848869 0 0 4224 0 0 0 0 17 1 0 0
/proc/9889/statm: 3068 327 246 3 0 168 0

[startup+0.0407041 s]
/proc/loadavg: 2.04 2.01 2.00 4/73 9889
/proc/meminfo: memFree=1635928/2055920 swapFree=4180584/4192956
[pid=9889] ppid=9887 vsize=13600 CPUtime=0.02
/proc/9889/stat : 9889 (sugar) R 9887 9889 9075 0 -1 4194304 793 0 0 0 2 0 0 0 18 0 1 0 2001960587 13926400 761 996147200 4194304 4206940 548682068608 18446744073709551615 231900721008 0 0 4224 0 0 0 0 17 1 0 0
/proc/9889/statm: 3400 761 340 3 0 500 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 13600

[startup+0.101706 s]
/proc/loadavg: 2.04 2.01 2.00 4/73 9889
/proc/meminfo: memFree=1635928/2055920 swapFree=4180584/4192956
[pid=9889] ppid=9887 vsize=13600 CPUtime=0.02
/proc/9889/stat : 9889 (sugar) S 9887 9889 9075 0 -1 4194304 900 127 0 0 2 0 0 0 16 0 1 0 2001960587 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9889/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 13600

[startup+0.301734 s]
/proc/loadavg: 2.04 2.01 2.00 4/73 9889
/proc/meminfo: memFree=1635928/2055920 swapFree=4180584/4192956
[pid=9889] ppid=9887 vsize=13600 CPUtime=0.02
/proc/9889/stat : 9889 (sugar) S 9887 9889 9075 0 -1 4194304 900 127 0 0 2 0 0 0 16 0 1 0 2001960587 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9889/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 13600

[startup+0.701776 s]
/proc/loadavg: 2.04 2.01 2.00 4/73 9889
/proc/meminfo: memFree=1635928/2055920 swapFree=4180584/4192956
[pid=9889] ppid=9887 vsize=13600 CPUtime=0.02
/proc/9889/stat : 9889 (sugar) S 9887 9889 9075 0 -1 4194304 900 127 0 0 2 0 0 0 16 0 1 0 2001960587 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9889/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 13600

[startup+1.50287 s]
/proc/loadavg: 2.04 2.01 2.00 4/84 9901
/proc/meminfo: memFree=1601216/2055920 swapFree=4180584/4192956
[pid=9889] ppid=9887 vsize=13600 CPUtime=1.41
/proc/9889/stat : 9889 (sugar) S 9887 9889 9075 0 -1 4194304 956 13716 0 1 2 1 130 8 17 0 1 0 2001960587 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/9889/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 13600

[startup+3.10308 s]
/proc/loadavg: 2.04 2.01 2.00 3/84 9911
/proc/meminfo: memFree=1620672/2055920 swapFree=4180584/4192956
[pid=9889] ppid=9887 vsize=13600 CPUtime=1.41
/proc/9889/stat : 9889 (sugar) S 9887 9889 9075 0 -1 4194304 974 13716 0 1 2 1 130 8 15 0 1 0 2001960587 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/9889/statm: 3400 797 370 3 0 500 0
[pid=9902] ppid=9889 vsize=5356 CPUtime=0
/proc/9902/stat : 9902 (sh) S 9889 9889 9075 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2001960733 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9902/statm: 1339 233 193 169 0 50 0
[pid=9903] ppid=9902 vsize=868356 CPUtime=1.62
/proc/9903/stat : 9903 (java) S 9902 9889 9075 0 -1 0 11045 0 1 0 154 8 0 0 18 0 9 0 2001960733 889196544 9996 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9903/statm: 217089 9996 2540 9 0 211664 0
[pid=9903/tid=9904] ppid=9902 vsize=868356 CPUtime=0.99
/proc/9903/task/9904/stat : 9904 (java) R 9902 9889 9075 0 -1 64 2795 0 1 0 97 2 0 0 25 0 9 0 2001960734 889196544 9996 996147200 134512640 134550740 4294955952 18446744073709551615 4126594992 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9903/tid=9905] ppid=9902 vsize=868356 CPUtime=0.42
/proc/9903/task/9905/stat : 9905 (java) S 9902 9889 9075 0 -1 64 6106 0 0 0 38 4 0 0 16 0 9 0 2001960735 889196544 9996 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=9903/tid=9906] ppid=9902 vsize=868356 CPUtime=0
/proc/9903/task/9906/stat : 9906 (java) S 9902 9889 9075 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2001960735 889196544 9996 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9903/tid=9907] ppid=9902 vsize=868356 CPUtime=0
/proc/9903/task/9907/stat : 9907 (java) S 9902 9889 9075 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 2001960735 889196544 9996 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9903/tid=9908] ppid=9902 vsize=868356 CPUtime=0
/proc/9903/task/9908/stat : 9908 (java) S 9902 9889 9075 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2001960737 889196544 9996 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9903/tid=9909] ppid=9902 vsize=868356 CPUtime=0.18
/proc/9903/task/9909/stat : 9909 (java) S 9902 9889 9075 0 -1 64 1448 0 0 0 18 0 0 0 16 0 9 0 2001960737 889196544 9996 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9903/tid=9910] ppid=9902 vsize=868356 CPUtime=0
/proc/9903/task/9910/stat : 9910 (java) S 9902 9889 9075 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2001960737 889196544 9996 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9903/tid=9911] ppid=9902 vsize=868356 CPUtime=0
/proc/9903/task/9911/stat : 9911 (java) S 9902 9889 9075 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2001960737 889196544 9996 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 887312

[startup+6.3025 s]
/proc/loadavg: 2.04 2.01 2.00 4/84 9911
/proc/meminfo: memFree=1559808/2055920 swapFree=4180584/4192956
[pid=9889] ppid=9887 vsize=13600 CPUtime=1.42
/proc/9889/stat : 9889 (sugar) S 9887 9889 9075 0 -1 4194304 974 13716 0 1 3 1 130 8 16 0 1 0 2001960587 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/9889/statm: 3400 797 370 3 0 500 0
[pid=9902] ppid=9889 vsize=5356 CPUtime=0
/proc/9902/stat : 9902 (sh) S 9889 9889 9075 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2001960733 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9902/statm: 1339 233 193 169 0 50 0
[pid=9903] ppid=9902 vsize=889852 CPUtime=4.79
/proc/9903/stat : 9903 (java) S 9902 9889 9075 0 -1 0 36267 0 1 0 457 22 0 0 18 0 9 0 2001960733 911208448 30671 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9903/statm: 222463 30671 2540 9 0 217038 0
[pid=9903/tid=9904] ppid=9902 vsize=889852 CPUtime=2.33
/proc/9903/task/9904/stat : 9904 (java) R 9902 9889 9075 0 -1 64 3673 0 1 0 230 3 0 0 25 0 9 0 2001960734 911208448 30671 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9903/tid=9905] ppid=9902 vsize=889852 CPUtime=2.21
/proc/9903/task/9905/stat : 9905 (java) R 9902 9889 9075 0 -1 64 30436 0 0 0 205 16 0 0 16 0 9 0 2001960735 911208448 30671 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=9903/tid=9906] ppid=9902 vsize=889852 CPUtime=0
/proc/9903/task/9906/stat : 9906 (java) S 9902 9889 9075 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2001960735 911208448 30671 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9903/tid=9907] ppid=9902 vsize=889852 CPUtime=0
/proc/9903/task/9907/stat : 9907 (java) S 9902 9889 9075 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 2001960735 911208448 30671 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9903/tid=9908] ppid=9902 vsize=889852 CPUtime=0
/proc/9903/task/9908/stat : 9908 (java) S 9902 9889 9075 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2001960737 911208448 30671 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9903/tid=9909] ppid=9902 vsize=889852 CPUtime=0.21
/proc/9903/task/9909/stat : 9909 (java) S 9902 9889 9075 0 -1 64 1462 0 0 0 21 0 0 0 16 0 9 0 2001960737 911208448 30671 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9903/tid=9910] ppid=9902 vsize=889852 CPUtime=0
/proc/9903/task/9910/stat : 9910 (java) S 9902 9889 9075 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2001960737 911208448 30671 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9903/tid=9911] ppid=9902 vsize=889852 CPUtime=0
/proc/9903/task/9911/stat : 9911 (java) S 9902 9889 9075 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2001960737 911208448 30671 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) 908808

[startup+12.7012 s]
/proc/loadavg: 2.04 2.01 2.00 3/84 9911
/proc/meminfo: memFree=1477640/2055920 swapFree=4180584/4192956
[pid=9889] ppid=9887 vsize=13600 CPUtime=1.42
/proc/9889/stat : 9889 (sugar) S 9887 9889 9075 0 -1 4194304 974 13716 0 1 3 1 130 8 16 0 1 0 2001960587 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/9889/statm: 3400 797 370 3 0 500 0
[pid=9902] ppid=9889 vsize=5356 CPUtime=0
/proc/9902/stat : 9902 (sh) S 9889 9889 9075 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2001960733 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9902/statm: 1339 233 193 169 0 50 0
[pid=9903] ppid=9902 vsize=868468 CPUtime=11.11
/proc/9903/stat : 9903 (java) S 9902 9889 9075 0 -1 0 39167 0 1 0 1051 60 0 0 18 0 9 0 2001960733 889311232 26398 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9903/statm: 217117 26398 2565 9 0 211664 0
[pid=9903/tid=9904] ppid=9902 vsize=868468 CPUtime=8.07
/proc/9903/task/9904/stat : 9904 (java) R 9902 9889 9075 0 -1 64 3976 0 1 0 769 38 0 0 25 0 9 0 2001960734 889311232 26398 996147200 134512640 134550740 4294955952 18446744073709551615 4127023011 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9903/tid=9905] ppid=9902 vsize=868468 CPUtime=2.76
/proc/9903/task/9905/stat : 9905 (java) S 9902 9889 9075 0 -1 64 33003 0 0 0 256 20 0 0 16 0 9 0 2001960735 889311232 26398 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=9903/tid=9906] ppid=9902 vsize=868468 CPUtime=0
/proc/9903/task/9906/stat : 9906 (java) S 9902 9889 9075 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2001960735 889311232 26398 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9903/tid=9907] ppid=9902 vsize=868468 CPUtime=0
/proc/9903/task/9907/stat : 9907 (java) S 9902 9889 9075 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 2001960735 889311232 26398 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9903/tid=9908] ppid=9902 vsize=868468 CPUtime=0
/proc/9903/task/9908/stat : 9908 (java) S 9902 9889 9075 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2001960737 889311232 26398 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9903/tid=9909] ppid=9902 vsize=868468 CPUtime=0.26
/proc/9903/task/9909/stat : 9909 (java) S 9902 9889 9075 0 -1 64 1492 0 0 0 25 1 0 0 16 0 9 0 2001960737 889311232 26398 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9903/tid=9910] ppid=9902 vsize=868468 CPUtime=0
/proc/9903/task/9910/stat : 9910 (java) S 9902 9889 9075 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2001960737 889311232 26398 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9903/tid=9911] ppid=9902 vsize=868468 CPUtime=0
/proc/9903/task/9911/stat : 9911 (java) S 9902 9889 9075 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2001960737 889311232 26398 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.53
Current children cumulated vsize (KiB) 887424

[startup+25.5027 s]
/proc/loadavg: 2.25 2.06 2.02 3/84 9911
/proc/meminfo: memFree=1318472/2055920 swapFree=4180584/4192956
[pid=9889] ppid=9887 vsize=13600 CPUtime=1.42
/proc/9889/stat : 9889 (sugar) S 9887 9889 9075 0 -1 4194304 974 13716 0 1 3 1 130 8 16 0 1 0 2001960587 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/9889/statm: 3400 797 370 3 0 500 0
[pid=9902] ppid=9889 vsize=5356 CPUtime=0
/proc/9902/stat : 9902 (sh) S 9889 9889 9075 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2001960733 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9902/statm: 1339 233 193 169 0 50 0
[pid=9903] ppid=9902 vsize=868468 CPUtime=23.7
/proc/9903/stat : 9903 (java) S 9902 9889 9075 0 -1 0 39701 0 1 0 2214 156 0 0 18 0 9 0 2001960733 889311232 26398 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9903/statm: 217117 26398 2565 9 0 211664 0
[pid=9903/tid=9904] ppid=9902 vsize=868468 CPUtime=20.34
/proc/9903/task/9904/stat : 9904 (java) R 9902 9889 9075 0 -1 64 4510 0 1 0 1904 130 0 0 25 0 9 0 2001960734 889311232 26398 996147200 134512640 134550740 4294955952 18446744073709551615 4126981714 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9903/tid=9905] ppid=9902 vsize=868468 CPUtime=3.08
/proc/9903/task/9905/stat : 9905 (java) S 9902 9889 9075 0 -1 64 33003 0 0 0 284 24 0 0 16 0 9 0 2001960735 889311232 26398 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=9903/tid=9906] ppid=9902 vsize=868468 CPUtime=0
/proc/9903/task/9906/stat : 9906 (java) S 9902 9889 9075 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2001960735 889311232 26398 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9903/tid=9907] ppid=9902 vsize=868468 CPUtime=0
/proc/9903/task/9907/stat : 9907 (java) S 9902 9889 9075 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 2001960735 889311232 26398 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9903/tid=9908] ppid=9902 vsize=868468 CPUtime=0
/proc/9903/task/9908/stat : 9908 (java) S 9902 9889 9075 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2001960737 889311232 26398 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9903/tid=9909] ppid=9902 vsize=868468 CPUtime=0.26
/proc/9903/task/9909/stat : 9909 (java) S 9902 9889 9075 0 -1 64 1492 0 0 0 25 1 0 0 16 0 9 0 2001960737 889311232 26398 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9903/tid=9910] ppid=9902 vsize=868468 CPUtime=0
/proc/9903/task/9910/stat : 9910 (java) S 9902 9889 9075 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2001960737 889311232 26398 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9903/tid=9911] ppid=9902 vsize=868468 CPUtime=0
/proc/9903/task/9911/stat : 9911 (java) S 9902 9889 9075 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2001960737 889311232 26398 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.12
Current children cumulated vsize (KiB) 887424

[startup+51.1017 s]
/proc/loadavg: 2.22 2.07 2.02 3/76 9913
/proc/meminfo: memFree=860680/2055920 swapFree=4180584/4192956
[pid=9889] ppid=9887 vsize=13600 CPUtime=28.16
/proc/9889/stat : 9889 (sugar) S 9887 9889 9075 0 -1 4194304 1033 53851 0 2 3 1 2622 190 16 0 1 0 2001960587 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9889/statm: 3400 799 370 3 0 500 0
[pid=9912] ppid=9889 vsize=5356 CPUtime=0
/proc/9912/stat : 9912 (sh) S 9889 9889 9075 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2001963447 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9912/statm: 1339 232 193 169 0 50 0
[pid=9913] ppid=9912 vsize=538624 CPUtime=22.48
/proc/9913/stat : 9913 (minisat) R 9912 9889 9075 0 -1 4194304 128711 0 0 0 2143 105 0 0 25 0 1 0 2001963447 551550976 128697 996147200 134512640 135127466 4294956256 18446744073709551615 134530613 0 0 4096 3 0 0 0 17 1 0 0

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

[pid=9912] ppid=9889 vsize=5356 CPUtime=0
/proc/9912/stat : 9912 (sh) S 9889 9889 9075 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2001963447 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9912/statm: 1339 232 193 169 0 50 0
[pid=9913] ppid=9912 vsize=634212 CPUtime=1388.58
/proc/9913/stat : 9913 (minisat) R 9912 9889 9075 0 -1 4194304 152473 0 0 0 138724 134 0 0 25 0 1 0 2001963447 649433088 152459 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/9913/statm: 158553 152459 76 150 0 158400 0
Current children cumulated CPU time (s) 1416.74
Current children cumulated vsize (KiB) 653168

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 9947
/proc/meminfo: memFree=831776/2055920 swapFree=4180584/4192956
[pid=9889] ppid=9887 vsize=13600 CPUtime=28.16
/proc/9889/stat : 9889 (sugar) S 9887 9889 9075 0 -1 4194304 1033 53851 0 2 3 1 2622 190 16 0 1 0 2001960587 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/9889/statm: 3400 799 370 3 0 500 0
[pid=9912] ppid=9889 vsize=5356 CPUtime=0
/proc/9912/stat : 9912 (sh) S 9889 9889 9075 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2001963447 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9912/statm: 1339 232 193 169 0 50 0
[pid=9913] ppid=9912 vsize=639100 CPUtime=1448.12
/proc/9913/stat : 9913 (minisat) R 9912 9889 9075 0 -1 4194304 153690 0 0 0 144677 135 0 0 25 0 1 0 2001963447 654438400 153676 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/9913/statm: 159775 153676 76 150 0 159622 0
Current children cumulated CPU time (s) 1476.28
Current children cumulated vsize (KiB) 658056

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 9947
/proc/meminfo: memFree=827232/2055920 swapFree=4180584/4192956
[pid=9889] ppid=9887 vsize=13600 CPUtime=28.16
/proc/9889/stat : 9889 (sugar) S 9887 9889 9075 0 -1 4194304 1033 53851 0 2 3 1 2622 190 16 0 1 0 2001960587 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/9889/statm: 3400 799 370 3 0 500 0
[pid=9912] ppid=9889 vsize=5356 CPUtime=0
/proc/9912/stat : 9912 (sh) S 9889 9889 9075 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2001963447 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9912/statm: 1339 232 193 169 0 50 0
[pid=9913] ppid=9912 vsize=643596 CPUtime=1507.65
/proc/9913/stat : 9913 (minisat) R 9912 9889 9075 0 -1 4194304 154822 0 0 0 150629 136 0 0 25 0 1 0 2001963447 659042304 154808 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/9913/statm: 160899 154808 76 150 0 160746 0
Current children cumulated CPU time (s) 1535.81
Current children cumulated vsize (KiB) 662552

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 9947
/proc/meminfo: memFree=822880/2055920 swapFree=4180584/4192956
[pid=9889] ppid=9887 vsize=13600 CPUtime=28.16
/proc/9889/stat : 9889 (sugar) S 9887 9889 9075 0 -1 4194304 1033 53851 0 2 3 1 2622 190 16 0 1 0 2001960587 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/9889/statm: 3400 799 370 3 0 500 0
[pid=9912] ppid=9889 vsize=5356 CPUtime=0
/proc/9912/stat : 9912 (sh) S 9889 9889 9075 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2001963447 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9912/statm: 1339 232 193 169 0 50 0
[pid=9913] ppid=9912 vsize=647952 CPUtime=1567.19
/proc/9913/stat : 9913 (minisat) R 9912 9889 9075 0 -1 4194304 155909 0 0 0 156582 137 0 0 25 0 1 0 2001963447 663502848 155895 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/9913/statm: 161988 155895 76 150 0 161835 0
Current children cumulated CPU time (s) 1595.35
Current children cumulated vsize (KiB) 666908

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 9947
/proc/meminfo: memFree=817888/2055920 swapFree=4180584/4192956
[pid=9889] ppid=9887 vsize=13600 CPUtime=28.16
/proc/9889/stat : 9889 (sugar) S 9887 9889 9075 0 -1 4194304 1033 53851 0 2 3 1 2622 190 16 0 1 0 2001960587 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/9889/statm: 3400 799 370 3 0 500 0
[pid=9912] ppid=9889 vsize=5356 CPUtime=0
/proc/9912/stat : 9912 (sh) S 9889 9889 9075 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2001963447 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9912/statm: 1339 232 193 169 0 50 0
[pid=9913] ppid=9912 vsize=652844 CPUtime=1626.73
/proc/9913/stat : 9913 (minisat) R 9912 9889 9075 0 -1 4194304 157143 0 0 0 162534 139 0 0 25 0 1 0 2001963447 668512256 157129 996147200 134512640 135127466 4294956256 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 0 0 0
/proc/9913/statm: 163211 157129 76 150 0 163058 0
Current children cumulated CPU time (s) 1654.89
Current children cumulated vsize (KiB) 671800

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 9947
/proc/meminfo: memFree=812832/2055920 swapFree=4180584/4192956
[pid=9889] ppid=9887 vsize=13600 CPUtime=28.16
/proc/9889/stat : 9889 (sugar) S 9887 9889 9075 0 -1 4194304 1033 53851 0 2 3 1 2622 190 16 0 1 0 2001960587 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/9889/statm: 3400 799 370 3 0 500 0
[pid=9912] ppid=9889 vsize=5356 CPUtime=0
/proc/9912/stat : 9912 (sh) S 9889 9889 9075 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2001963447 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9912/statm: 1339 232 193 169 0 50 0
[pid=9913] ppid=9912 vsize=657864 CPUtime=1686.27
/proc/9913/stat : 9913 (minisat) R 9912 9889 9075 0 -1 4194304 158410 0 0 0 168488 139 0 0 25 0 1 0 2001963447 673652736 158396 996147200 134512640 135127466 4294956256 18446744073709551615 134527053 0 0 4096 3 0 0 0 17 0 0 0
/proc/9913/statm: 164466 158396 76 150 0 164313 0
Current children cumulated CPU time (s) 1714.43
Current children cumulated vsize (KiB) 676820

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 9947
/proc/meminfo: memFree=807136/2055920 swapFree=4180584/4192956
[pid=9889] ppid=9887 vsize=13600 CPUtime=28.16
/proc/9889/stat : 9889 (sugar) S 9887 9889 9075 0 -1 4194304 1033 53851 0 2 3 1 2622 190 16 0 1 0 2001960587 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/9889/statm: 3400 799 370 3 0 500 0
[pid=9912] ppid=9889 vsize=5356 CPUtime=0
/proc/9912/stat : 9912 (sh) S 9889 9889 9075 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2001963447 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9912/statm: 1339 232 193 169 0 50 0
[pid=9913] ppid=9912 vsize=663548 CPUtime=1745.81
/proc/9913/stat : 9913 (minisat) R 9912 9889 9075 0 -1 4194304 159825 0 0 0 174440 141 0 0 25 0 1 0 2001963447 679473152 159811 996147200 134512640 135127466 4294956256 18446744073709551615 134530936 0 0 4096 3 0 0 0 17 0 0 0
/proc/9913/statm: 165887 159811 76 150 0 165734 0
Current children cumulated CPU time (s) 1773.97
Current children cumulated vsize (KiB) 682504



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1808.6 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 9947
/proc/meminfo: memFree=804832/2055920 swapFree=4180584/4192956
[pid=9889] ppid=9887 vsize=13600 CPUtime=28.16
/proc/9889/stat : 9889 (sugar) S 9887 9889 9075 0 -1 4194304 1033 53851 0 2 3 1 2622 190 16 0 1 0 2001960587 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/9889/statm: 3400 799 370 3 0 500 0
[pid=9912] ppid=9889 vsize=5356 CPUtime=0
/proc/9912/stat : 9912 (sh) S 9889 9889 9075 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2001963447 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9912/statm: 1339 232 193 169 0 50 0
[pid=9913] ppid=9912 vsize=665792 CPUtime=1771.9
/proc/9913/stat : 9913 (minisat) R 9912 9889 9075 0 -1 4194304 160387 0 0 0 177049 141 0 0 25 0 1 0 2001963447 681771008 160373 996147200 134512640 135127466 4294956256 18446744073709551615 134527107 0 0 4096 3 0 0 0 17 0 0 0
/proc/9913/statm: 166448 160373 76 150 0 166295 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 684748

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

[startup+1808.6 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 9947
/proc/meminfo: memFree=804832/2055920 swapFree=4180584/4192956
[pid=9889] ppid=9887 vsize=13600 CPUtime=28.16
/proc/9889/stat : 9889 (sugar) S 9887 9889 9075 0 -1 4194304 1033 53851 0 2 3 1 2622 190 16 0 1 0 2001960587 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/9889/statm: 3400 799 370 3 0 500 0
[pid=9912] ppid=9889 vsize=5356 CPUtime=0
/proc/9912/stat : 9912 (sh) S 9889 9889 9075 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2001963447 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9912/statm: 1339 232 193 169 0 50 0
[pid=9913] ppid=9912 vsize=665792 CPUtime=1771.9
/proc/9913/stat : 9913 (minisat) R 9912 9889 9075 0 -1 4194304 160387 0 0 0 177049 141 0 0 25 0 1 0 2001963447 681771008 160373 996147200 134512640 135127466 4294956256 18446744073709551615 134527107 0 0 4096 3 0 0 0 17 0 0 0
/proc/9913/statm: 166448 160373 76 150 0 166295 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 684748

# WARNING:
# current cumulated CPU time (28.18 s) is less than in the last sample (1800.06 s)
# The time of a child was probably not reported to its father.
# (see the samples just above and below)
# Adding the difference (1771.88 s) to the 'lost time'.

[startup+1808.72 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 9947
/proc/meminfo: memFree=804832/2055920 swapFree=4180584/4192956
[pid=9889] ppid=9887 vsize=13600 CPUtime=28.18
/proc/9889/stat : 9889 (sugar) R 9887 9889 9075 0 -1 4194304 1070 54128 0 2 4 2 2622 190 16 0 1 0 2001960587 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 231882855465 0 0 4224 16386 0 0 0 17 0 0 0
/proc/9889/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 28.18
Current children cumulated vsize (KiB) 13600

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

[startup+1808.8 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 9947
/proc/meminfo: memFree=804832/2055920 swapFree=4180584/4192956
[pid=9889] ppid=9887 vsize=13600 CPUtime=28.26
/proc/9889/stat : 9889 (sugar) R 9887 9889 9075 0 -1 4194304 1070 54128 0 2 4 10 2622 190 16 0 1 0 2001960587 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 231882855465 0 0 4224 16386 0 0 0 17 0 0 0
/proc/9889/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 28.26
Current children cumulated vsize (KiB) 13600

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): 1771.88
#  lost CPU user time (s): 1770.48
#  lost CPU system time (s): 1.4

Real time (s): 1808.83
CPU time (s): 1800.19
CPU user time (s): 1796.75
CPU system time (s): 3.43969
CPU usage (%): 99.5222
Max. virtual memory (cumulated for all children) (KiB): 908808

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 26.269
system time used= 2.03969
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 55229
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= 10463
involuntary context switches= 10857

runsolver used 1.61375 second user time and 5.03723 second system time

The end

Launcher Data (download as text)

Begin job on node75 at 2008-07-05 05:55:08
IDJOB=1084129
IDBENCH=57527
IDSOLVER=346
FILE ID=node75/1084129-1215230108
PBS_JOBID= 7881855
Free space on /tmp= 66528 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/super-queens/normalized-super-queens-4.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-1084129-1215230108/watcher-1084129-1215230108 -o /tmp/evaluation-result-1084129-1215230108/solver-1084129-1215230108 -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-1084129-1215230108.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 86f27dad5b32c8754684e5fda2e6b575
RANDOM SEED=1604459914

node75.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.229
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.229
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:       1636344 kB
Buffers:         68280 kB
Cached:         236500 kB
SwapCached:       6320 kB
Active:         227084 kB
Inactive:       127496 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1636344 kB
SwapTotal:     4192956 kB
SwapFree:      4180584 kB
Dirty:            3880 kB
Writeback:           0 kB
Mapped:          57348 kB
Slab:            50108 kB
Committed_AS:  4229916 kB
PageTables:       1948 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= 66556 MiB
End job on node75 at 2008-07-05 06:25:19