Trace number 1077561

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.03 1810.71

General information on the benchmark

Namecsp/medium/
normalized-patat-02-medium-4.xml
MD5SUM094ea096617f0707c333e4e4098131ca
Bench CategoryGLOBAL (global constraints)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark118.807
Satisfiable
(Un)Satisfiability was proved
Number of variables800
Number of constraints65196
Maximum constraint arity20
Maximum domain size45
Number of constraints which are defined in extension0
Number of constraints which are defined in intension64996
Global constraints used (with number of constraints)alldifferent(200)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Fri Jul  4 19:40:40 2008
0.00/0.04	c 0	PID 15409
0.03/0.05	c 0	HOST node39.alineos.net
0.03/0.05	c 0	CONVERTING HOME/instance-1077561-1215193239.xml TO HOME/temp.csp
0.03/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1077561-1215193239.xml' 'HOME/temp.csp'
3.52/3.61	c 4	20 domains, 800 variables, 1 predicates, 0 relations, 65196 constraints
3.52/3.66	c 4	ENCODING HOME/temp.csp TO HOME/temp.cnf
3.52/3.66	c 4	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'
3.55/3.74	c 4	Parsing HOME/temp.csp
4.17/4.32	c 4	parsed 10000 expressions
4.46/4.65	c 5	parsed 20000 expressions
4.66/4.89	c 5	parsed 30000 expressions
5.05/5.22	c 5	parsed 40000 expressions
5.25/5.47	c 5	parsed 50000 expressions
5.64/5.84	c 6	parsed 60000 expressions
5.75/5.99	c 6	parsed 66017 expressions
5.85/6.00	c 6	Heap : 26 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
5.85/6.00	c 6	Converting to clausal form CSP
6.63/6.83	c 7	converted 6602 (10%) expressions
7.12/7.38	c 7	converted 13204 (20%) expressions
7.62/7.86	c 8	converted 19806 (30%) expressions
8.61/8.84	c 9	converted 26407 (40%) expressions
9.11/9.33	c 9	converted 33009 (50%) expressions
9.59/9.84	c 10	converted 39611 (60%) expressions
10.09/10.32	c 10	converted 46212 (70%) expressions
10.58/10.81	c 11	converted 52814 (80%) expressions
11.77/12.04	c 12	converted 59416 (90%) expressions
13.05/13.31	c 13	converted 66017 (100%) expressions
13.05/13.31	c 13	CSP : 800 integers, 0 booleans, 94829 clauses, largest domain size 45
13.05/13.31	c 13	Heap : 122 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
13.05/13.31	c 13	Propagation in CSP
13.54/13.89	c 14	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
13.54/13.89	c 14	CSP : 800 integers, 0 booleans, 94829 clauses, largest domain size 45
13.54/13.89	c 14	Heap : 134 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
13.64/13.92	c 14	Simplifing CSP by introducing new Boolean variables
16.22/16.53	c 17	CSP : 800 integers, 307396 booleans, 402225 clauses, largest domain size 45
16.22/16.53	c 17	Heap : 228 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
17.41/17.72	c 18	Encoding CSP to SAT : HOME/temp.cnf
17.41/17.78	c 18	80 (10%) CSP integer variables are encoded (3440 clauses, 42621 bytes)
17.41/17.78	c 18	160 (20%) CSP integer variables are encoded (6880 clauses, 87341 bytes)
17.41/17.78	c 18	240 (30%) CSP integer variables are encoded (10320 clauses, 133158 bytes)
17.41/17.79	c 18	320 (40%) CSP integer variables are encoded (13760 clauses, 184758 bytes)
17.41/17.79	c 18	400 (50%) CSP integer variables are encoded (17200 clauses, 236358 bytes)
17.50/17.80	c 18	480 (60%) CSP integer variables are encoded (17332 clauses, 238338 bytes)
17.50/17.81	c 18	560 (70%) CSP integer variables are encoded (17493 clauses, 240753 bytes)
17.50/17.81	c 18	640 (80%) CSP integer variables are encoded (17646 clauses, 243048 bytes)
17.50/17.81	c 18	720 (90%) CSP integer variables are encoded (17806 clauses, 245448 bytes)
17.50/17.82	c 18	800 (100%) CSP integer variables are encoded (17937 clauses, 247413 bytes)
19.18/19.56	c 20	40223 (10%) CSP clauses are encoded (814008 clauses, 15606002 bytes)
20.86/21.24	c 21	80445 (20%) CSP clauses are encoded (1613540 clauses, 31767142 bytes)
22.53/22.99	c 23	120668 (30%) CSP clauses are encoded (2415332 clauses, 48384822 bytes)
24.30/24.78	c 25	160890 (40%) CSP clauses are encoded (3212151 clauses, 65386128 bytes)
26.09/26.55	c 27	201113 (50%) CSP clauses are encoded (4008543 clauses, 82444812 bytes)
27.85/28.33	c 28	241335 (60%) CSP clauses are encoded (4806305 clauses, 99631514 bytes)
29.64/30.16	c 30	281558 (70%) CSP clauses are encoded (5606497 clauses, 117477697 bytes)
31.61/32.14	c 32	321780 (80%) CSP clauses are encoded (6494451 clauses, 137251842 bytes)
34.07/34.66	c 35	362003 (90%) CSP clauses are encoded (7709034 clauses, 163184771 bytes)
36.54/37.14	c 37	402225 (100%) CSP clauses are encoded (8924232 clauses, 189295107 bytes)
36.54/37.14	c 37	402225 CSP clauses encoded
36.54/37.14	c 37	Writing map file : HOME/temp.map
36.54/37.18	c 37	Heap : 176 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
36.54/37.18	c 37	SAT : 326106 SAT variables, 8924232 SAT clauses, 189295107 bytes
36.54/37.18	c 37	Heap : 176 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
36.64/37.23	c 37	SOLVING HOME/temp.cnf
36.64/37.23	c 37	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
36.64/37.24	c 37	This is MiniSat 2.0 beta
36.64/37.24	c 37	WARNING: for repeatability, setting FPU to use double precision
36.64/37.24	c 37	============================[ Problem Statistics ]=============================
36.64/37.24	c 37	|                                                                             |
36.64/37.24	c 37	|  Number of variables:  326106                                               |
36.64/37.24	c 37	|  Number of clauses:    8924232                                              |
41.36/42.06	c 42	|  Parsing time:         4.19         s                                       |
41.56/42.27	c 42	============================[ Search Statistics ]==============================
41.56/42.27	c 42	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
41.56/42.27	c 42	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
41.56/42.27	c 42	===============================================================================
41.56/42.27	c 42	|         0 |  326106  8924232 26267608 |  2974744        0    nan |  0.000 % |
44.43/45.17	c 45	|       100 |  326106  8924232 26267608 |  3272218      100     10 |  0.000 % |
46.12/46.80	c 47	|       250 |  326106  8924232 26267608 |  3599440      250     10 |  0.000 % |
47.21/47.91	c 48	|       475 |  326106  8924232 26267608 |  3959384      475     10 |  0.000 % |
49.39/50.15	c 50	|       813 |  326106  8924232 26267608 |  4355322      813     11 |  0.000 % |
53.94/54.79	c 55	|      1319 |  326106  8924232 26267608 |  4790854     1319     12 |  0.000 % |
59.28/60.11	c 60	|      2078 |  326106  8924232 26267608 |  5269940     2078     14 |  0.000 % |
64.84/65.72	c 66	|      3217 |  326106  8924232 26267608 |  5796934     3217     18 |  0.000 % |
73.34/74.34	c 74	|      4925 |  326106  8924232 26267608 |  6376627     4925     18 |  0.000 % |
80.29/81.31	c 81	|      7488 |  326106  8924232 26267608 |  7014290     7488     19 |  0.000 % |
87.51/88.70	c 89	|     11332 |  326106  8924232 26267608 |  7715719    11332     23 |  0.000 % |
95.44/96.68	c 97	|     17099 |  326106  8924232 26267608 |  8487291    17099     23 |  0.000 % |
102.17/103.45	c 103	|     25748 |  326106  8924232 26267608 |  9336020    25748     23 |  0.000 % |
111.48/112.85	c 113	|     38723 |  326106  8924232 26267608 | 10269623    38723     22 |  0.000 % |
133.28/134.88	c 135	|     58184 |  326106  8924232 26267608 | 11296585    58184     24 |  0.000 % |
163.98/165.80	c 166	|     87377 |  326106  8924232 26267608 | 12426243    87377     29 |  0.000 % |
196.86/199.03	c 199	|    131166 |  326106  8924232 26267608 | 13668868   131166     36 |  0.000 % |
240.15/242.76	c 243	|    196852 |  326106  8924232 26267608 | 15035755   196852     32 |  0.000 % |
317.11/320.44	c 320	|    295379 |  326106  8924232 26267608 | 16539330   295379     35 |  0.000 % |
459.33/464.04	c 464	|    443169 |  326106  8924232 26267608 | 18193263   443169     37 |  0.000 % |
873.35/882.05	c 882	|    664853 |  326106  8924232 26267608 | 20012590   664853     43 |  0.000 % |
1371.88/1382.09	c 1382	|    997378 |  326106  8924232 26267608 | 22013849   997378     46 |  0.000 % |
1800.00/1810.31	c ERROR INTERRUPTED
1800.00/1810.41	s UNKNOWN
1800.00/1810.41	c 1810	CPU 34.89 (0.04 0.01 34.85 1.79)
1800.00/1810.41	c 1810	END Fri Jul  4 20:10:50 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-1077561-1215193239/watcher-1077561-1215193239 -o /tmp/evaluation-result-1077561-1215193239/solver-1077561-1215193239 -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-1077561-1215193239.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 2.00 2.00 4/81 15409
/proc/meminfo: memFree=1707048/2055920 swapFree=4180808/4192956
[pid=15409] ppid=15407 vsize=18572 CPUtime=0
/proc/15409/stat : 15409 (runsolver) R 15407 15409 13613 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 642257595 19017728 292 996147200 4194304 4296836 548682068224 18446744073709551615 231493659943 0 0 4096 24578 0 0 0 17 1 0 0
/proc/15409/statm: 4643 292 257 25 0 2626 0

[startup+0.050134 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 15409
/proc/meminfo: memFree=1707048/2055920 swapFree=4180808/4192956
[pid=15409] ppid=15407 vsize=13600 CPUtime=0.03
/proc/15409/stat : 15409 (sugar) S 15407 15409 13613 0 -1 4194304 836 0 0 0 3 0 0 0 18 0 1 0 642257595 13926400 792 996147200 4194304 4206940 548682068560 18446744073709551615 231502557282 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15409/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.100935 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 15409
/proc/meminfo: memFree=1707048/2055920 swapFree=4180808/4192956
[pid=15409] ppid=15407 vsize=13600 CPUtime=0.03
/proc/15409/stat : 15409 (sugar) S 15407 15409 13613 0 -1 4194304 900 128 0 0 3 0 0 0 19 0 1 0 642257595 13926400 796 996147200 4194304 4206940 548682068560 18446744073709551615 231502557282 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15409/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301961 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 15409
/proc/meminfo: memFree=1707048/2055920 swapFree=4180808/4192956
[pid=15409] ppid=15407 vsize=13600 CPUtime=0.03
/proc/15409/stat : 15409 (sugar) S 15407 15409 13613 0 -1 4194304 900 128 0 0 3 0 0 0 19 0 1 0 642257595 13926400 796 996147200 4194304 4206940 548682068560 18446744073709551615 231502557282 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15409/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.70103 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 15409
/proc/meminfo: memFree=1707048/2055920 swapFree=4180808/4192956
[pid=15409] ppid=15407 vsize=13600 CPUtime=0.03
/proc/15409/stat : 15409 (sugar) S 15407 15409 13613 0 -1 4194304 900 128 0 0 3 0 0 0 19 0 1 0 642257595 13926400 796 996147200 4194304 4206940 548682068560 18446744073709551615 231502557282 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15409/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50215 s]
/proc/loadavg: 2.00 2.00 2.00 4/92 15421
/proc/meminfo: memFree=1678416/2055920 swapFree=4180808/4192956
[pid=15409] ppid=15407 vsize=13600 CPUtime=0.03
/proc/15409/stat : 15409 (sugar) S 15407 15409 13613 0 -1 4194304 900 128 0 0 3 0 0 0 19 0 1 0 642257595 13926400 796 996147200 4194304 4206940 548682068560 18446744073709551615 231502557282 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15409/statm: 3400 796 370 3 0 500 0
[pid=15412] ppid=15409 vsize=5356 CPUtime=0
/proc/15412/stat : 15412 (sh) S 15409 15409 13613 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 642257601 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 231493657412 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15412/statm: 1339 233 193 169 0 50 0
[pid=15413] ppid=15412 vsize=865176 CPUtime=1.41
/proc/15413/stat : 15413 (java) S 15412 15409 13613 0 -1 0 16615 0 1 0 132 9 0 0 18 0 9 0 642257601 885940224 14577 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15413/statm: 216294 14577 2529 9 0 210876 0
[pid=15413/tid=15414] ppid=15412 vsize=865176 CPUtime=0.83
/proc/15413/task/15414/stat : 15414 (java) R 15412 15409 13613 0 -1 64 2992 0 1 0 81 2 0 0 25 0 9 0 642257602 885940224 14577 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15413/tid=15415] ppid=15412 vsize=865176 CPUtime=0.47
/proc/15413/task/15415/stat : 15415 (java) R 15412 15409 13613 0 -1 64 12434 0 0 0 42 5 0 0 16 0 9 0 642257603 885940224 14577 996147200 134512640 134550740 4294955968 18446744073709551615 103735985 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15413/tid=15416] ppid=15412 vsize=865176 CPUtime=0
/proc/15413/task/15416/stat : 15416 (java) S 15412 15409 13613 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 642257603 885940224 14577 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15413/tid=15417] ppid=15412 vsize=865176 CPUtime=0
/proc/15413/task/15417/stat : 15417 (java) S 15412 15409 13613 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 642257603 885940224 14577 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15413/tid=15418] ppid=15412 vsize=865176 CPUtime=0
/proc/15413/task/15418/stat : 15418 (java) S 15412 15409 13613 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 642257605 885940224 14577 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15413/tid=15419] ppid=15412 vsize=865176 CPUtime=0.09
/proc/15413/task/15419/stat : 15419 (java) S 15412 15409 13613 0 -1 64 489 0 0 0 9 0 0 0 16 0 9 0 642257605 885940224 14577 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15413/tid=15420] ppid=15412 vsize=865176 CPUtime=0
/proc/15413/task/15420/stat : 15420 (java) S 15412 15409 13613 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 642257605 885940224 14577 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15413/tid=15421] ppid=15412 vsize=865176 CPUtime=0
/proc/15413/task/15421/stat : 15421 (java) S 15412 15409 13613 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 642257606 885940224 14577 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 884132

[startup+3.10238 s]
/proc/loadavg: 2.00 2.00 2.00 4/92 15421
/proc/meminfo: memFree=1633232/2055920 swapFree=4180808/4192956
[pid=15409] ppid=15407 vsize=13600 CPUtime=0.03
/proc/15409/stat : 15409 (sugar) S 15407 15409 13613 0 -1 4194304 900 128 0 0 3 0 0 0 19 0 1 0 642257595 13926400 796 996147200 4194304 4206940 548682068560 18446744073709551615 231502557282 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15409/statm: 3400 796 370 3 0 500 0
[pid=15412] ppid=15409 vsize=5356 CPUtime=0
/proc/15412/stat : 15412 (sh) S 15409 15409 13613 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 642257601 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 231493657412 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15412/statm: 1339 233 193 169 0 50 0
[pid=15413] ppid=15412 vsize=864692 CPUtime=3
/proc/15413/stat : 15413 (java) S 15412 15409 13613 0 -1 0 31647 0 1 0 284 16 0 0 18 0 9 0 642257601 885444608 26745 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15413/statm: 216173 26745 2529 9 0 210755 0
[pid=15413/tid=15414] ppid=15412 vsize=864692 CPUtime=1.58
/proc/15413/task/15414/stat : 15414 (java) R 15412 15409 13613 0 -1 64 3913 0 1 0 154 4 0 0 25 0 9 0 642257602 885444608 26745 996147200 134512640 134550740 4294955968 18446744073709551615 4126729470 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15413/tid=15415] ppid=15412 vsize=864692 CPUtime=1.26
/proc/15413/task/15415/stat : 15415 (java) S 15412 15409 13613 0 -1 64 26515 0 0 0 115 11 0 0 16 0 9 0 642257603 885444608 26745 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15413/tid=15416] ppid=15412 vsize=864692 CPUtime=0
/proc/15413/task/15416/stat : 15416 (java) S 15412 15409 13613 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 642257603 885444608 26745 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15413/tid=15417] ppid=15412 vsize=864692 CPUtime=0
/proc/15413/task/15417/stat : 15417 (java) S 15412 15409 13613 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 642257603 885444608 26745 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15413/tid=15418] ppid=15412 vsize=864692 CPUtime=0
/proc/15413/task/15418/stat : 15418 (java) S 15412 15409 13613 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 642257605 885444608 26745 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15413/tid=15419] ppid=15412 vsize=864692 CPUtime=0.13
/proc/15413/task/15419/stat : 15419 (java) S 15412 15409 13613 0 -1 64 519 0 0 0 13 0 0 0 16 0 9 0 642257605 885444608 26745 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15413/tid=15420] ppid=15412 vsize=864692 CPUtime=0
/proc/15413/task/15420/stat : 15420 (java) S 15412 15409 13613 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 642257605 885444608 26745 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15413/tid=15421] ppid=15412 vsize=864692 CPUtime=0
/proc/15413/task/15421/stat : 15421 (java) S 15412 15409 13613 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 642257606 885444608 26745 996147200 134512640 134550740 4294955968 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) 883648

[startup+6.30285 s]
/proc/loadavg: 2.08 2.02 2.01 3/92 15431
/proc/meminfo: memFree=1677072/2055920 swapFree=4180808/4192956
[pid=15409] ppid=15407 vsize=13600 CPUtime=3.55
/proc/15409/stat : 15409 (sugar) S 15407 15409 13613 0 -1 4194304 973 32313 0 1 3 0 333 19 15 0 1 0 642257595 13926400 797 996147200 4194304 4206940 548682068560 18446744073709551615 231502557282 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15409/statm: 3400 797 370 3 0 500 0
[pid=15422] ppid=15409 vsize=5356 CPUtime=0
/proc/15422/stat : 15422 (sh) S 15409 15409 13613 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 642257962 5484544 233 996147200 4194304 4889804 548682068672 18446744073709551615 231493657412 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15422/statm: 1339 233 193 169 0 50 0
[pid=15423] ppid=15422 vsize=868308 CPUtime=2.59
/proc/15423/stat : 15423 (java) S 15422 15409 13613 0 -1 0 13801 0 1 0 252 7 0 0 18 0 9 0 642257962 889147392 12340 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15423/statm: 217077 12340 2543 9 0 211652 0
[pid=15423/tid=15424] ppid=15422 vsize=868308 CPUtime=1.68
/proc/15423/task/15424/stat : 15424 (java) R 15422 15409 13613 0 -1 64 3070 0 1 0 166 2 0 0 25 0 9 0 642257963 889147392 12340 996147200 134512640 134550740 4294955904 18446744073709551615 4126475696 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15423/tid=15425] ppid=15422 vsize=868308 CPUtime=0.7
/proc/15423/task/15425/stat : 15425 (java) S 15422 15409 13613 0 -1 64 8569 0 0 0 67 3 0 0 16 0 9 0 642257964 889147392 12340 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15423/tid=15426] ppid=15422 vsize=868308 CPUtime=0
/proc/15423/task/15426/stat : 15426 (java) S 15422 15409 13613 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 642257964 889147392 12340 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15423/tid=15427] ppid=15422 vsize=868308 CPUtime=0
/proc/15423/task/15427/stat : 15427 (java) S 15422 15409 13613 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 642257964 889147392 12340 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15423/tid=15428] ppid=15422 vsize=868308 CPUtime=0
/proc/15423/task/15428/stat : 15428 (java) S 15422 15409 13613 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 642257966 889147392 12340 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15423/tid=15429] ppid=15422 vsize=868308 CPUtime=0.18
/proc/15423/task/15429/stat : 15429 (java) S 15422 15409 13613 0 -1 64 1466 0 0 0 18 0 0 0 16 0 9 0 642257966 889147392 12340 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15423/tid=15430] ppid=15422 vsize=868308 CPUtime=0
/proc/15423/task/15430/stat : 15430 (java) S 15422 15409 13613 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 642257966 889147392 12340 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15423/tid=15431] ppid=15422 vsize=868308 CPUtime=0
/proc/15423/task/15431/stat : 15431 (java) S 15422 15409 13613 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 642257966 889147392 12340 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 887264

[startup+12.7028 s]
/proc/loadavg: 2.07 2.02 2.00 3/92 15431
/proc/meminfo: memFree=1585424/2055920 swapFree=4180808/4192956
[pid=15409] ppid=15407 vsize=13600 CPUtime=3.55
/proc/15409/stat : 15409 (sugar) S 15407 15409 13613 0 -1 4194304 973 32313 0 1 3 0 333 19 16 0 1 0 642257595 13926400 797 996147200 4194304 4206940 548682068560 18446744073709551615 231502557282 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15409/statm: 3400 797 370 3 0 500 0
[pid=15422] ppid=15409 vsize=5356 CPUtime=0
/proc/15422/stat : 15422 (sh) S 15409 15409 13613 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 642257962 5484544 233 996147200 4194304 4889804 548682068672 18446744073709551615 231493657412 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15422/statm: 1339 233 193 169 0 50 0
[pid=15423] ppid=15422 vsize=868420 CPUtime=8.91
/proc/15423/stat : 15423 (java) S 15422 15409 13613 0 -1 0 56712 0 1 0 864 27 0 0 18 0 9 0 642257962 889262080 34461 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15423/statm: 217105 34461 2540 9 0 211680 0
[pid=15423/tid=15424] ppid=15422 vsize=868420 CPUtime=5.4
/proc/15423/task/15424/stat : 15424 (java) R 15422 15409 13613 0 -1 64 4492 0 1 0 537 3 0 0 25 0 9 0 642257963 889262080 34461 996147200 134512640 134550740 4294955904 18446744073709551615 4126592708 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15423/tid=15425] ppid=15422 vsize=868420 CPUtime=3.29
/proc/15423/task/15425/stat : 15425 (java) S 15422 15409 13613 0 -1 64 50050 0 0 0 307 22 0 0 16 0 9 0 642257964 889262080 34461 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15423/tid=15426] ppid=15422 vsize=868420 CPUtime=0
/proc/15423/task/15426/stat : 15426 (java) S 15422 15409 13613 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 642257964 889262080 34461 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15423/tid=15427] ppid=15422 vsize=868420 CPUtime=0
/proc/15423/task/15427/stat : 15427 (java) S 15422 15409 13613 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 642257964 889262080 34461 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15423/tid=15428] ppid=15422 vsize=868420 CPUtime=0
/proc/15423/task/15428/stat : 15428 (java) S 15422 15409 13613 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 642257966 889262080 34461 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15423/tid=15429] ppid=15422 vsize=868420 CPUtime=0.19
/proc/15423/task/15429/stat : 15429 (java) S 15422 15409 13613 0 -1 64 1474 0 0 0 19 0 0 0 16 0 9 0 642257966 889262080 34461 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15423/tid=15430] ppid=15422 vsize=868420 CPUtime=0
/proc/15423/task/15430/stat : 15430 (java) S 15422 15409 13613 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 642257966 889262080 34461 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15423/tid=15431] ppid=15422 vsize=868420 CPUtime=0
/proc/15423/task/15431/stat : 15431 (java) S 15422 15409 13613 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 642257966 889262080 34461 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.46
Current children cumulated vsize (KiB) 887376

[startup+25.5017 s]
/proc/loadavg: 2.12 2.03 2.01 3/92 15431
/proc/meminfo: memFree=1387600/2055920 swapFree=4180808/4192956
[pid=15409] ppid=15407 vsize=13600 CPUtime=3.56
/proc/15409/stat : 15409 (sugar) S 15407 15409 13613 0 -1 4194304 973 32313 0 1 4 0 333 19 16 0 1 0 642257595 13926400 797 996147200 4194304 4206940 548682068560 18446744073709551615 231502557282 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15409/statm: 3400 797 370 3 0 500 0
[pid=15422] ppid=15409 vsize=5356 CPUtime=0
/proc/15422/stat : 15422 (sh) S 15409 15409 13613 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 642257962 5484544 233 996147200 4194304 4889804 548682068672 18446744073709551615 231493657412 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15422/statm: 1339 233 193 169 0 50 0
[pid=15423] ppid=15422 vsize=868532 CPUtime=21.54
/proc/15423/stat : 15423 (java) S 15422 15409 13613 0 -1 0 99299 0 1 0 2065 89 0 0 18 0 9 0 642257962 889376768 63868 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15423/statm: 217133 63868 2566 9 0 211680 0
[pid=15423/tid=15424] ppid=15422 vsize=868532 CPUtime=14.13
/proc/15423/task/15424/stat : 15424 (java) R 15422 15409 13613 0 -1 64 5759 0 1 0 1366 47 0 0 25 0 9 0 642257963 889376768 63868 996147200 134512640 134550740 4294955904 18446744073709551615 4125952085 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15423/tid=15425] ppid=15422 vsize=868532 CPUtime=7.1
/proc/15423/task/15425/stat : 15425 (java) S 15422 15409 13613 0 -1 64 91318 0 0 0 670 40 0 0 16 0 9 0 642257964 889376768 63868 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15423/tid=15426] ppid=15422 vsize=868532 CPUtime=0
/proc/15423/task/15426/stat : 15426 (java) S 15422 15409 13613 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 642257964 889376768 63868 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15423/tid=15427] ppid=15422 vsize=868532 CPUtime=0
/proc/15423/task/15427/stat : 15427 (java) S 15422 15409 13613 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 642257964 889376768 63868 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

[startup+1482.3 s]
/proc/loadavg: 2.00 2.04 2.02 3/84 15534
/proc/meminfo: memFree=1148864/2055920 swapFree=4180808/4192956
[pid=15409] ppid=15407 vsize=13600 CPUtime=36.68
/proc/15409/stat : 15409 (sugar) S 15407 15409 13613 0 -1 4194304 1031 132085 0 2 4 1 3485 178 16 0 1 0 642257595 13926400 799 996147200 4194304 4206940 548682068560 18446744073709551615 231502557282 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15409/statm: 3400 799 370 3 0 500 0
[pid=15432] ppid=15409 vsize=5356 CPUtime=0
/proc/15432/stat : 15432 (sh) S 15409 15409 13613 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 642261319 5484544 232 996147200 4194304 4889804 548682068800 18446744073709551615 231493657412 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15432/statm: 1339 232 193 169 0 50 0
[pid=15433] ppid=15432 vsize=642512 CPUtime=1435.46
/proc/15433/stat : 15433 (minisat) R 15432 15409 13613 0 -1 4194304 156422 0 0 0 143383 163 0 0 25 0 1 0 642261319 657932288 156408 996147200 134512640 135127466 4294956224 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/15433/statm: 160628 156408 76 150 0 160475 0
Current children cumulated CPU time (s) 1472.14
Current children cumulated vsize (KiB) 661468

[startup+1542.3 s]
/proc/loadavg: 2.00 2.03 2.01 3/84 15534
/proc/meminfo: memFree=1141376/2055920 swapFree=4180808/4192956
[pid=15409] ppid=15407 vsize=13600 CPUtime=36.68
/proc/15409/stat : 15409 (sugar) S 15407 15409 13613 0 -1 4194304 1031 132085 0 2 4 1 3485 178 16 0 1 0 642257595 13926400 799 996147200 4194304 4206940 548682068560 18446744073709551615 231502557282 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15409/statm: 3400 799 370 3 0 500 0
[pid=15432] ppid=15409 vsize=5356 CPUtime=0
/proc/15432/stat : 15432 (sh) S 15409 15409 13613 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 642261319 5484544 232 996147200 4194304 4889804 548682068800 18446744073709551615 231493657412 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15432/statm: 1339 232 193 169 0 50 0
[pid=15433] ppid=15432 vsize=651840 CPUtime=1495.43
/proc/15433/stat : 15433 (minisat) R 15432 15409 13613 0 -1 4194304 158274 0 0 0 149378 165 0 0 25 0 1 0 642261319 667484160 158260 996147200 134512640 135127466 4294956224 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/15433/statm: 162960 158260 76 150 0 162807 0
Current children cumulated CPU time (s) 1532.11
Current children cumulated vsize (KiB) 670796

[startup+1602.3 s]
/proc/loadavg: 2.00 2.02 2.01 3/84 15534
/proc/meminfo: memFree=1124288/2055920 swapFree=4180808/4192956
[pid=15409] ppid=15407 vsize=13600 CPUtime=36.68
/proc/15409/stat : 15409 (sugar) S 15407 15409 13613 0 -1 4194304 1031 132085 0 2 4 1 3485 178 16 0 1 0 642257595 13926400 799 996147200 4194304 4206940 548682068560 18446744073709551615 231502557282 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15409/statm: 3400 799 370 3 0 500 0
[pid=15432] ppid=15409 vsize=5356 CPUtime=0
/proc/15432/stat : 15432 (sh) S 15409 15409 13613 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 642261319 5484544 232 996147200 4194304 4889804 548682068800 18446744073709551615 231493657412 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15432/statm: 1339 232 193 169 0 50 0
[pid=15433] ppid=15432 vsize=669036 CPUtime=1555.4
/proc/15433/stat : 15433 (minisat) R 15432 15409 13613 0 -1 4194304 162612 0 0 0 155371 169 0 0 25 0 1 0 642261319 685092864 162598 996147200 134512640 135127466 4294956224 18446744073709551615 134530650 0 0 4096 3 0 0 0 17 0 0 0
/proc/15433/statm: 167259 162598 76 150 0 167106 0
Current children cumulated CPU time (s) 1592.08
Current children cumulated vsize (KiB) 687992

[startup+1662.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/84 15534
/proc/meminfo: memFree=1109248/2055920 swapFree=4180808/4192956
[pid=15409] ppid=15407 vsize=13600 CPUtime=36.68
/proc/15409/stat : 15409 (sugar) S 15407 15409 13613 0 -1 4194304 1031 132085 0 2 4 1 3485 178 16 0 1 0 642257595 13926400 799 996147200 4194304 4206940 548682068560 18446744073709551615 231502557282 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15409/statm: 3400 799 370 3 0 500 0
[pid=15432] ppid=15409 vsize=5356 CPUtime=0
/proc/15432/stat : 15432 (sh) S 15409 15409 13613 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 642261319 5484544 232 996147200 4194304 4889804 548682068800 18446744073709551615 231493657412 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15432/statm: 1339 232 193 169 0 50 0
[pid=15433] ppid=15432 vsize=683460 CPUtime=1615.38
/proc/15433/stat : 15433 (minisat) R 15432 15409 13613 0 -1 4194304 166282 0 0 0 161366 172 0 0 25 0 1 0 642261319 699863040 166268 996147200 134512640 135127466 4294956224 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/15433/statm: 170865 166268 76 150 0 170712 0
Current children cumulated CPU time (s) 1652.06
Current children cumulated vsize (KiB) 702416

[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/84 15534
/proc/meminfo: memFree=1102912/2055920 swapFree=4180808/4192956
[pid=15409] ppid=15407 vsize=13600 CPUtime=36.68
/proc/15409/stat : 15409 (sugar) S 15407 15409 13613 0 -1 4194304 1031 132085 0 2 4 1 3485 178 16 0 1 0 642257595 13926400 799 996147200 4194304 4206940 548682068560 18446744073709551615 231502557282 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15409/statm: 3400 799 370 3 0 500 0
[pid=15432] ppid=15409 vsize=5356 CPUtime=0
/proc/15432/stat : 15432 (sh) S 15409 15409 13613 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 642261319 5484544 232 996147200 4194304 4889804 548682068800 18446744073709551615 231493657412 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15432/statm: 1339 232 193 169 0 50 0
[pid=15433] ppid=15432 vsize=689688 CPUtime=1675.35
/proc/15433/stat : 15433 (minisat) R 15432 15409 13613 0 -1 4194304 167847 0 0 0 167361 174 0 0 25 0 1 0 642261319 706240512 167833 996147200 134512640 135127466 4294956224 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/15433/statm: 172422 167833 76 150 0 172269 0
Current children cumulated CPU time (s) 1712.03
Current children cumulated vsize (KiB) 708644

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 15534
/proc/meminfo: memFree=1092736/2055920 swapFree=4180808/4192956
[pid=15409] ppid=15407 vsize=13600 CPUtime=36.68
/proc/15409/stat : 15409 (sugar) S 15407 15409 13613 0 -1 4194304 1031 132085 0 2 4 1 3485 178 16 0 1 0 642257595 13926400 799 996147200 4194304 4206940 548682068560 18446744073709551615 231502557282 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15409/statm: 3400 799 370 3 0 500 0
[pid=15432] ppid=15409 vsize=5356 CPUtime=0
/proc/15432/stat : 15432 (sh) S 15409 15409 13613 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 642261319 5484544 232 996147200 4194304 4889804 548682068800 18446744073709551615 231493657412 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15432/statm: 1339 232 193 169 0 50 0
[pid=15433] ppid=15432 vsize=699588 CPUtime=1735.33
/proc/15433/stat : 15433 (minisat) R 15432 15409 13613 0 -1 4194304 170378 0 0 0 173356 177 0 0 25 0 1 0 642261319 716378112 170364 996147200 134512640 135127466 4294956224 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/15433/statm: 174897 170364 76 150 0 174744 0
Current children cumulated CPU time (s) 1772.01
Current children cumulated vsize (KiB) 718544



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1810.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 15534
/proc/meminfo: memFree=1086656/2055920 swapFree=4180808/4192956
[pid=15409] ppid=15407 vsize=13600 CPUtime=36.68
/proc/15409/stat : 15409 (sugar) S 15407 15409 13613 0 -1 4194304 1031 132085 0 2 4 1 3485 178 16 0 1 0 642257595 13926400 799 996147200 4194304 4206940 548682068560 18446744073709551615 231502557282 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15409/statm: 3400 799 370 3 0 500 0
[pid=15432] ppid=15409 vsize=5356 CPUtime=0
/proc/15432/stat : 15432 (sh) S 15409 15409 13613 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 642261319 5484544 232 996147200 4194304 4889804 548682068800 18446744073709551615 231493657412 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15432/statm: 1339 232 193 169 0 50 0
[pid=15433] ppid=15432 vsize=705400 CPUtime=1763.32
/proc/15433/stat : 15433 (minisat) R 15432 15409 13613 0 -1 4194304 171851 0 0 0 176153 179 0 0 25 0 1 0 642261319 722329600 171837 996147200 134512640 135127466 4294956224 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/15433/statm: 176350 171837 76 150 0 176197 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 724356

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

[startup+1810.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 15534
/proc/meminfo: memFree=1086656/2055920 swapFree=4180808/4192956
[pid=15409] ppid=15407 vsize=13600 CPUtime=36.68
/proc/15409/stat : 15409 (sugar) S 15407 15409 13613 0 -1 4194304 1031 132085 0 2 4 1 3485 178 16 0 1 0 642257595 13926400 799 996147200 4194304 4206940 548682068560 18446744073709551615 231502557282 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15409/statm: 3400 799 370 3 0 500 0
[pid=15432] ppid=15409 vsize=5356 CPUtime=0
/proc/15432/stat : 15432 (sh) S 15409 15409 13613 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 642261319 5484544 232 996147200 4194304 4889804 548682068800 18446744073709551615 231493657412 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15432/statm: 1339 232 193 169 0 50 0
[pid=15433] ppid=15432 vsize=705400 CPUtime=1763.32
/proc/15433/stat : 15433 (minisat) R 15432 15409 13613 0 -1 4194304 171851 0 0 0 176153 179 0 0 25 0 1 0 642261319 722329600 171837 996147200 134512640 135127466 4294956224 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/15433/statm: 176350 171837 76 150 0 176197 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 724356

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

[startup+1810.42 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 15534
/proc/meminfo: memFree=1086656/2055920 swapFree=4180808/4192956
[pid=15409] ppid=15407 vsize=13600 CPUtime=36.69
/proc/15409/stat : 15409 (sugar) D 15407 15409 13613 0 -1 4194304 1069 132362 0 2 4 1 3485 179 16 0 1 0 642257595 13926400 800 996147200 4194304 4206940 548682068560 18446744073709551615 231493833769 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/15409/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 36.69
Current children cumulated vsize (KiB) 13600

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

[startup+1810.61 s]
/proc/loadavg: 2.00 2.00 2.00 2/83 15535
/proc/meminfo: memFree=1775048/2055920 swapFree=4180808/4192956
[pid=15409] ppid=15407 vsize=13600 CPUtime=36.69
/proc/15409/stat : 15409 (sugar) D 15407 15409 13613 0 -1 4194304 1069 132362 0 2 4 1 3485 179 15 0 1 0 642257595 13926400 800 996147200 4194304 4206940 548682068560 18446744073709551615 231493833769 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/15409/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 36.69
Current children cumulated vsize (KiB) 13600

[startup+1810.7 s]
/proc/loadavg: 2.00 2.00 2.00 2/83 15535
/proc/meminfo: memFree=1775048/2055920 swapFree=4180808/4192956
[pid=15409] ppid=15407 vsize=13600 CPUtime=36.7
/proc/15409/stat : 15409 (sugar) D 15407 15409 13613 0 -1 4194304 1069 132362 0 2 4 2 3485 179 15 0 1 0 642257595 13926400 800 996147200 4194304 4206940 548682068560 18446744073709551615 231493833769 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/15409/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 36.7
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): 1763.31
#  lost CPU user time (s): 1761.53
#  lost CPU system time (s): 1.78

Real time (s): 1810.71
CPU time (s): 1800.03
CPU user time (s): 1796.44
CPU system time (s): 3.59772
CPU usage (%): 99.4103
Max. virtual memory (cumulated for all children) (KiB): 908868

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 34.9057
system time used= 1.81772
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 133465
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= 7697
involuntary context switches= 8316

runsolver used 1.89471 second user time and 6.37703 second system time

The end

Launcher Data (download as text)

Begin job on node39 at 2008-07-04 19:40:40
IDJOB=1077561
IDBENCH=56689
IDSOLVER=346
FILE ID=node39/1077561-1215193239
PBS_JOBID= 7881571
Free space on /tmp= 66548 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/medium/normalized-patat-02-medium-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-1077561-1215193239/watcher-1077561-1215193239 -o /tmp/evaluation-result-1077561-1215193239/solver-1077561-1215193239 -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-1077561-1215193239.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 094ea096617f0707c333e4e4098131ca
RANDOM SEED=641698331

node39.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.267
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.267
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:       1707528 kB
Buffers:         45604 kB
Cached:         139860 kB
SwapCached:       5956 kB
Active:         235252 kB
Inactive:        59500 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1707528 kB
SwapTotal:     4192956 kB
SwapFree:      4180808 kB
Dirty:           10368 kB
Writeback:           0 kB
Mapped:         125728 kB
Slab:            38628 kB
Committed_AS:  1693996 kB
PageTables:       2036 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= 66548 MiB
End job on node39 at 2008-07-04 20:10:52