Trace number 2064130

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.14.6+minisat? (TO) 1800.19 1807.41

General information on the benchmark

Namecsp/compet02/
normalized-patat-02-comp-8.xml
MD5SUM6ffc155fe35ccd8e570b991c75a33724
Bench CategoryAlldiff (alldiff)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark91.4141
Satisfiable
(Un)Satisfiability was proved
Number of variables800
Number of constraints47551
Maximum constraint arity20
Maximum domain size45
Number of constraints which are defined in extension0
Number of constraints which are defined in intension47302
Global constraints used (with number of constraints)alldifferent(249)

Solver Data

0.05/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.05/0.08	c 0	BEGIN Sat Jul 11 19:43:42 2009
0.05/0.08	c 0	PID 12517
0.05/0.08	c 0	HOST node56.alineos.net
0.05/0.08	c 0	CONVERTING HOME/instance-2064130-1247334221.xml TO HOME/temp.csp
0.05/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2064130-1247334221.xml' 'HOME/temp.csp'
2.63/2.74	c 3	35 domains, 800 variables, 1 predicates, 0 relations, 47551 constraints
2.63/2.76	c 3	ENCODING HOME/temp.csp TO HOME/temp.cnf
2.63/2.76	c 3	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
2.70/2.94	c 3	Parsing HOME/temp.csp
2.70/3.11	c 3	parsed 10000 expressions
3.01/3.27	c 3	parsed 20000 expressions
3.21/3.43	c 3	parsed 30000 expressions
3.40/3.61	c 4	parsed 40000 expressions
3.52/3.70	c 4	parsed 48387 expressions
3.52/3.71	c 4	Heap : 18 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.52/3.71	c 4	Converting to clausal form CSP
4.22/4.43	c 4	converted 4839 (10%) expressions
4.61/4.81	c 5	converted 9678 (20%) expressions
5.21/5.44	c 5	converted 14517 (30%) expressions
5.59/5.87	c 6	converted 19355 (40%) expressions
5.99/6.25	c 6	converted 24194 (50%) expressions
6.39/6.65	c 7	converted 29033 (60%) expressions
7.19/7.49	c 7	converted 33871 (70%) expressions
7.57/7.86	c 8	converted 38710 (80%) expressions
7.97/8.26	c 8	converted 43549 (90%) expressions
10.35/10.66	c 11	converted 48387 (100%) expressions
10.35/10.66	c 11	CSP : 800 integers, 0 booleans, 84250 clauses, largest domain size 45
10.35/10.66	c 11	Heap : 112 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
10.35/10.66	c 11	Propagation in CSP
10.64/10.94	c 11	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
10.64/10.94	c 11	CSP : 800 integers, 0 booleans, 84250 clauses, largest domain size 45
10.64/10.94	c 11	Heap : 111 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
10.64/10.98	c 11	Simplifing CSP by introducing new Boolean variables
13.12/13.45	c 13	CSP : 800 integers, 249482 booleans, 333732 clauses, largest domain size 45
13.12/13.45	c 13	Heap : 180 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
14.20/14.56	c 15	Encoding CSP to SAT : HOME/temp.cnf
14.31/14.61	c 15	80 (10%) CSP integer variables are encoded (3440 clauses, 42621 bytes)
14.31/14.62	c 15	160 (20%) CSP integer variables are encoded (6880 clauses, 87341 bytes)
14.31/14.62	c 15	240 (30%) CSP integer variables are encoded (10320 clauses, 133158 bytes)
14.31/14.63	c 15	320 (40%) CSP integer variables are encoded (13760 clauses, 184758 bytes)
14.31/14.63	c 15	400 (50%) CSP integer variables are encoded (17200 clauses, 236358 bytes)
14.31/14.64	c 15	480 (60%) CSP integer variables are encoded (17287 clauses, 237663 bytes)
14.31/14.64	c 15	560 (70%) CSP integer variables are encoded (17395 clauses, 239283 bytes)
14.31/14.65	c 15	640 (80%) CSP integer variables are encoded (17504 clauses, 240918 bytes)
14.31/14.65	c 15	720 (90%) CSP integer variables are encoded (17570 clauses, 241908 bytes)
14.31/14.65	c 15	800 (100%) CSP integer variables are encoded (17664 clauses, 243318 bytes)
15.79/16.14	c 16	33374 (10%) CSP clauses are encoded (694154 clauses, 13377192 bytes)
17.17/17.53	c 17	66747 (20%) CSP clauses are encoded (1362779 clauses, 26866211 bytes)
18.55/18.96	c 19	100120 (30%) CSP clauses are encoded (2041739 clauses, 40611903 bytes)
20.05/20.42	c 20	133493 (40%) CSP clauses are encoded (2709387 clauses, 54787291 bytes)
21.52/21.90	c 22	166866 (50%) CSP clauses are encoded (3379911 clauses, 69175101 bytes)
22.99/23.42	c 23	200240 (60%) CSP clauses are encoded (4043432 clauses, 83846415 bytes)
24.64/25.50	c 25	233613 (70%) CSP clauses are encoded (4810475 clauses, 100870646 bytes)
26.53/27.48	c 27	266986 (80%) CSP clauses are encoded (5818008 clauses, 122512502 bytes)
28.50/29.44	c 29	300359 (90%) CSP clauses are encoded (6826025 clauses, 144113522 bytes)
30.28/31.27	c 31	333732 (100%) CSP clauses are encoded (7834394 clauses, 165778136 bytes)
30.28/31.27	c 31	333732 CSP clauses encoded
30.28/31.27	c 31	Writing map file : HOME/temp.map
30.37/31.30	c 31	Heap : 158 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
30.37/31.30	c 31	SAT : 267853 SAT variables, 7834394 SAT clauses, 165778136 bytes
30.37/31.31	c 31	Heap : 158 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
30.37/31.35	c 31	SOLVING HOME/temp.cnf
30.37/31.35	c 31	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
30.37/31.36	c 31	This is MiniSat 2.0 beta
30.37/31.36	c 31	WARNING: for repeatability, setting FPU to use double precision
30.37/31.36	c 31	============================[ Problem Statistics ]=============================
30.37/31.36	c 31	|                                                                             |
30.37/31.36	c 31	|  Number of variables:  267853                                               |
30.37/31.36	c 31	|  Number of clauses:    7834394                                              |
34.61/35.65	c 36	|  Parsing time:         3.69         s                                       |
34.80/35.83	c 36	============================[ Search Statistics ]==============================
34.80/35.83	c 36	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
34.80/35.83	c 36	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
34.80/35.83	c 36	===============================================================================
34.80/35.83	c 36	|         0 |  267853  7834394 23038083 |  2611464        0    nan |  0.000 % |
36.10/37.16	c 37	|       100 |  267853  7834394 23038083 |  2872611      100     12 |  0.000 % |
36.78/37.88	c 38	|       251 |  267853  7834394 23038083 |  3159872      251     10 |  0.000 % |
38.47/39.59	c 40	|       476 |  267853  7834394 23038083 |  3475859      476     24 |  0.000 % |
39.26/40.37	c 40	|       813 |  267853  7834394 23038083 |  3823445      813     23 |  0.000 % |
41.22/42.31	c 42	|      1320 |  267853  7834394 23038083 |  4205789     1320     20 |  0.000 % |
42.70/43.81	c 44	|      2079 |  267853  7834394 23038083 |  4626368     2079     19 |  0.000 % |
45.18/46.32	c 46	|      3219 |  267853  7834394 23038083 |  5089005     3219     20 |  0.000 % |
47.27/48.43	c 48	|      4929 |  267853  7834394 23038083 |  5597906     4929     21 |  0.000 % |
48.45/49.64	c 50	|      7493 |  267853  7834394 23038083 |  6157697     7493     24 |  0.000 % |
51.92/53.13	c 53	|     11337 |  267853  7834394 23038083 |  6773466    11337     31 |  0.000 % |
56.38/57.61	c 58	|     17105 |  267853  7834394 23038083 |  7450813    17105     30 |  0.000 % |
62.62/63.90	c 64	|     25754 |  267853  7834394 23038083 |  8195894    25754     34 |  0.000 % |
69.94/71.37	c 71	|     38731 |  267853  7834394 23038083 |  9015484    38731     35 |  0.000 % |
83.81/85.32	c 85	|     58192 |  267853  7834394 23038083 |  9917032    58192     38 |  0.000 % |
103.23/104.99	c 105	|     87384 |  267853  7834394 23038083 | 10908735    87384     40 |  0.000 % |
127.29/129.30	c 129	|    131174 |  267853  7834394 23038083 | 11999609   131174     41 |  0.000 % |
177.51/180.09	c 180	|    196858 |  267853  7834394 23038083 | 13199570   196858     41 |  0.000 % |
234.96/238.08	c 238	|    295384 |  267853  7834394 23038083 | 14519527   295384     43 |  0.000 % |
328.97/332.92	c 333	|    443174 |  267853  7834394 23038083 | 15971480   443174     44 |  0.000 % |
499.26/504.83	c 505	|    664857 |  267853  7834394 23038083 | 17568628   664857     45 |  0.000 % |
812.51/819.36	c 819	|    997382 |  267853  7834394 23038083 | 19325491   997382     48 |  0.000 % |
1412.19/1419.24	c 1419	|   1496170 |  267853  7834394 23038083 | 21258040  1496170     51 |  0.000 % |
1800.03/1807.22	c ERROR INTERRUPTED
1800.15/1807.33	s UNKNOWN
1800.15/1807.33	c 1807	CPU 30.42 (0.06 0.02 28.79 1.55)
1800.15/1807.33	c 1807	END Sat Jul 11 20:13:49 2009

Verifier Data

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

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2064130-1247334221/watcher-2064130-1247334221 -o /tmp/evaluation-result-2064130-1247334221/solver-2064130-1247334221 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-2064130-1247334221.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.09 2.04 1.89 4/75 12517
/proc/meminfo: memFree=1072776/2055920 swapFree=4192956/4192956
[pid=12517] ppid=12515 vsize=18576 CPUtime=0
/proc/12517/stat : 12517 (runsolver) R 12515 12517 10283 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 20485508 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 250968861991 0 0 4096 24578 0 0 0 17 1 0 0
/proc/12517/statm: 4644 284 249 26 0 2626 0

[startup+0.0679179 s]
/proc/loadavg: 2.09 2.04 1.89 4/75 12517
/proc/meminfo: memFree=1072776/2055920 swapFree=4192956/4192956
[pid=12517] ppid=12515 vsize=16212 CPUtime=0.05
/proc/12517/stat : 12517 (sugar) R 12515 12517 10283 0 -1 4194304 976 0 0 0 4 1 0 0 18 0 1 0 20485508 16601088 944 996147200 4194304 4206940 548682068608 18446744073709551615 250968739141 0 0 4224 0 0 0 0 17 1 0 0
/proc/12517/statm: 4053 944 380 3 0 632 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 16212

[startup+0.102307 s]
/proc/loadavg: 2.09 2.04 1.89 4/75 12517
/proc/meminfo: memFree=1072776/2055920 swapFree=4192956/4192956
[pid=12517] ppid=12515 vsize=16868 CPUtime=0.06
/proc/12517/stat : 12517 (sugar) S 12515 12517 10283 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 20485508 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12517/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301932 s]
/proc/loadavg: 2.09 2.04 1.89 4/75 12517
/proc/meminfo: memFree=1072776/2055920 swapFree=4192956/4192956
[pid=12517] ppid=12515 vsize=16868 CPUtime=0.06
/proc/12517/stat : 12517 (sugar) S 12515 12517 10283 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 20485508 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12517/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701976 s]
/proc/loadavg: 2.09 2.04 1.89 4/75 12517
/proc/meminfo: memFree=1072776/2055920 swapFree=4192956/4192956
[pid=12517] ppid=12515 vsize=16868 CPUtime=0.06
/proc/12517/stat : 12517 (sugar) S 12515 12517 10283 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 20485508 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12517/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50206 s]
/proc/loadavg: 2.16 2.05 1.90 4/86 12529
/proc/meminfo: memFree=1042736/2055920 swapFree=4192956/4192956
[pid=12517] ppid=12515 vsize=16868 CPUtime=0.06
/proc/12517/stat : 12517 (sugar) S 12515 12517 10283 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 20485508 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12517/statm: 4217 1111 409 3 0 796 0
[pid=12520] ppid=12517 vsize=5356 CPUtime=0
/proc/12520/stat : 12520 (sh) S 12517 12517 10283 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20485516 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12520/statm: 1339 233 193 169 0 50 0
[pid=12521] ppid=12520 vsize=864768 CPUtime=1.38
/proc/12521/stat : 12521 (java) S 12520 12517 10283 0 -1 0 16259 0 1 0 130 8 0 0 18 0 9 0 20485517 885522432 13790 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12521/statm: 216192 13790 2556 9 0 210704 0
[pid=12521/tid=12522] ppid=12520 vsize=864768 CPUtime=0.81
/proc/12521/task/12522/stat : 12522 (java) R 12520 12517 10283 0 -1 64 3101 0 1 0 79 2 0 0 24 0 9 0 20485518 885522432 13790 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12521/tid=12523] ppid=12520 vsize=864768 CPUtime=0.43
/proc/12521/task/12523/stat : 12523 (java) R 12520 12517 10283 0 -1 64 11940 0 0 0 39 4 0 0 16 0 9 0 20485519 885522432 13790 996147200 134512640 134550932 4294955984 18446744073709551615 102639872 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12521/tid=12524] ppid=12520 vsize=864768 CPUtime=0
/proc/12521/task/12524/stat : 12524 (java) S 12520 12517 10283 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20485519 885522432 13790 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12521/tid=12525] ppid=12520 vsize=864768 CPUtime=0
/proc/12521/task/12525/stat : 12525 (java) S 12520 12517 10283 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 20485519 885522432 13790 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12521/tid=12526] ppid=12520 vsize=864768 CPUtime=0
/proc/12521/task/12526/stat : 12526 (java) S 12520 12517 10283 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20485521 885522432 13790 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12521/tid=12527] ppid=12520 vsize=864768 CPUtime=0.11
/proc/12521/task/12527/stat : 12527 (java) S 12520 12517 10283 0 -1 64 513 0 0 0 11 0 0 0 16 0 9 0 20485521 885522432 13790 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12521/tid=12528] ppid=12520 vsize=864768 CPUtime=0
/proc/12521/task/12528/stat : 12528 (java) S 12520 12517 10283 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 20485521 885522432 13790 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12521/tid=12529] ppid=12520 vsize=864768 CPUtime=0
/proc/12521/task/12529/stat : 12529 (java) S 12520 12517 10283 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20485521 885522432 13790 996147200 134512640 134550932 4294955984 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) 886992

[startup+3.10121 s]
/proc/loadavg: 2.16 2.05 1.90 3/86 12529
/proc/meminfo: memFree=998064/2055920 swapFree=4192956/4192956
[pid=12517] ppid=12515 vsize=16868 CPUtime=2.7
/proc/12517/stat : 12517 (sugar) S 12515 12517 10283 0 -1 4194304 1309 24533 0 1 5 1 250 14 15 0 1 0 20485508 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12517/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 2.7
Current children cumulated vsize (KiB) 16868

[startup+6.30252 s]
/proc/loadavg: 2.16 2.05 1.90 4/86 12539
/proc/meminfo: memFree=1015024/2055920 swapFree=4192956/4192956
[pid=12517] ppid=12515 vsize=16868 CPUtime=2.71
/proc/12517/stat : 12517 (sugar) S 12515 12517 10283 0 -1 4194304 1309 24533 0 1 6 1 250 14 16 0 1 0 20485508 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12517/statm: 4217 1111 409 3 0 796 0
[pid=12530] ppid=12517 vsize=5356 CPUtime=0
/proc/12530/stat : 12530 (sh) S 12517 12517 10283 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20485785 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12530/statm: 1339 233 193 169 0 50 0
[pid=12531] ppid=12530 vsize=868608 CPUtime=3.39
/proc/12531/stat : 12531 (java) S 12530 12517 10283 0 -1 0 21158 0 1 0 328 11 0 0 18 0 9 0 20485785 889454592 19602 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12531/statm: 217152 19602 2566 9 0 211657 0
[pid=12531/tid=12532] ppid=12530 vsize=868608 CPUtime=2
/proc/12531/task/12532/stat : 12532 (java) R 12530 12517 10283 0 -1 64 3192 0 1 0 198 2 0 0 25 0 9 0 20485796 889454592 19602 996147200 134512640 134550932 4294955936 18446744073709551615 4126520200 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12531/tid=12533] ppid=12530 vsize=868608 CPUtime=1.19
/proc/12531/task/12533/stat : 12533 (java) S 12530 12517 10283 0 -1 64 15806 0 0 0 112 7 0 0 16 0 9 0 20485797 889454592 19602 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12531/tid=12534] ppid=12530 vsize=868608 CPUtime=0
/proc/12531/task/12534/stat : 12534 (java) S 12530 12517 10283 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20485797 889454592 19602 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12531/tid=12535] ppid=12530 vsize=868608 CPUtime=0
/proc/12531/task/12535/stat : 12535 (java) S 12530 12517 10283 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 20485797 889454592 19602 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12531/tid=12536] ppid=12530 vsize=868608 CPUtime=0
/proc/12531/task/12536/stat : 12536 (java) S 12530 12517 10283 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 20485799 889454592 19602 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12531/tid=12537] ppid=12530 vsize=868608 CPUtime=0.16
/proc/12531/task/12537/stat : 12537 (java) S 12530 12517 10283 0 -1 64 1457 0 0 0 16 0 0 0 16 0 9 0 20485799 889454592 19602 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12531/tid=12538] ppid=12530 vsize=868608 CPUtime=0
/proc/12531/task/12538/stat : 12538 (java) S 12530 12517 10283 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 20485799 889454592 19602 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12531/tid=12539] ppid=12530 vsize=868608 CPUtime=0
/proc/12531/task/12539/stat : 12539 (java) S 12530 12517 10283 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20485799 889454592 19602 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.1
Current children cumulated vsize (KiB) 890832

[startup+12.7012 s]
/proc/loadavg: 2.21 2.07 1.91 4/86 12539
/proc/meminfo: memFree=868336/2055920 swapFree=4192956/4192956
[pid=12517] ppid=12515 vsize=16868 CPUtime=2.71
/proc/12517/stat : 12517 (sugar) S 12515 12517 10283 0 -1 4194304 1310 24533 0 1 6 1 250 14 16 0 1 0 20485508 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12517/statm: 4217 1111 409 3 0 796 0
[pid=12530] ppid=12517 vsize=5356 CPUtime=0
/proc/12530/stat : 12530 (sh) S 12517 12517 10283 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20485785 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12530/statm: 1339 233 193 169 0 50 0
[pid=12531] ppid=12530 vsize=891100 CPUtime=9.72
/proc/12531/stat : 12531 (java) S 12530 12517 10283 0 -1 0 75633 0 1 0 937 35 0 0 18 0 9 0 20485785 912486400 60692 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12531/statm: 222775 60692 2567 9 0 217280 0
[pid=12531/tid=12532] ppid=12530 vsize=891100 CPUtime=4.77
/proc/12531/task/12532/stat : 12532 (java) R 12530 12517 10283 0 -1 64 4512 0 1 0 474 3 0 0 25 0 9 0 20485796 912486400 60692 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12531/tid=12533] ppid=12530 vsize=891100 CPUtime=4.73
/proc/12531/task/12533/stat : 12533 (java) R 12530 12517 10283 0 -1 64 68944 0 0 0 443 30 0 0 16 0 9 0 20485797 912486400 60692 996147200 134512640 134550932 4294955936 18446744073709551615 104188768 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12531/tid=12534] ppid=12530 vsize=891100 CPUtime=0
/proc/12531/task/12534/stat : 12534 (java) S 12530 12517 10283 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20485797 912486400 60692 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12531/tid=12535] ppid=12530 vsize=891100 CPUtime=0
/proc/12531/task/12535/stat : 12535 (java) S 12530 12517 10283 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 20485797 912486400 60692 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12531/tid=12536] ppid=12530 vsize=891100 CPUtime=0
/proc/12531/task/12536/stat : 12536 (java) S 12530 12517 10283 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 20485799 912486400 60692 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12531/tid=12537] ppid=12530 vsize=891100 CPUtime=0.19
/proc/12531/task/12537/stat : 12537 (java) S 12530 12517 10283 0 -1 64 1474 0 0 0 19 0 0 0 16 0 9 0 20485799 912486400 60692 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12531/tid=12538] ppid=12530 vsize=891100 CPUtime=0
/proc/12531/task/12538/stat : 12538 (java) S 12530 12517 10283 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 20485799 912486400 60692 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12531/tid=12539] ppid=12530 vsize=891100 CPUtime=0
/proc/12531/task/12539/stat : 12539 (java) S 12530 12517 10283 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20485799 912486400 60692 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.43
Current children cumulated vsize (KiB) 913324

[startup+25.5024 s]
/proc/loadavg: 2.25 2.08 1.91 2/86 12539
/proc/meminfo: memFree=748656/2055920 swapFree=4192956/4192956
[pid=12517] ppid=12515 vsize=16868 CPUtime=2.72
/proc/12517/stat : 12517 (sugar) S 12515 12517 10283 0 -1 4194304 1310 24533 0 1 6 2 250 14 16 0 1 0 20485508 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12517/statm: 4217 1111 409 3 0 796 0
[pid=12530] ppid=12517 vsize=5356 CPUtime=0
/proc/12530/stat : 12530 (sh) S 12517 12517 10283 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20485785 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12530/statm: 1339 233 193 169 0 50 0
[pid=12531] ppid=12530 vsize=868720 CPUtime=21.92
/proc/12531/stat : 12531 (java) S 12530 12517 10283 0 -1 0 82200 0 1 0 2092 100 0 0 18 0 9 0 20485785 889569280 57143 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12531/statm: 217180 57143 2593 9 0 211657 0
[pid=12531/tid=12532] ppid=12530 vsize=868720 CPUtime=15
/proc/12531/task/12532/stat : 12532 (java) R 12530 12517 10283 0 -1 64 6002 0 1 0 1435 65 0 0 25 0 9 0 20485796 889569280 57143 996147200 134512640 134550932 4294955936 18446744073709551615 4126431285 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12531/tid=12533] ppid=12530 vsize=868720 CPUtime=6.63
/proc/12531/task/12533/stat : 12533 (java) S 12530 12517 10283 0 -1 64 73981 0 0 0 630 33 0 0 16 0 9 0 20485797 889569280 57143 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12531/tid=12534] ppid=12530 vsize=868720 CPUtime=0
/proc/12531/task/12534/stat : 12534 (java) S 12530 12517 10283 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20485797 889569280 57143 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12531/tid=12535] ppid=12530 vsize=868720 CPUtime=0
/proc/12531/task/12535/stat : 12535 (java) S 12530 12517 10283 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 20485797 889569280 57143 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12531/tid=12536] ppid=12530 vsize=868720 CPUtime=0
/proc/12531/task/12536/stat : 12536 (java) S 12530 12517 10283 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 20485799 889569280 57143 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12531/tid=12537] ppid=12530 vsize=868720 CPUtime=0.26
/proc/12531/task/12537/stat : 12537 (java) S 12530 12517 10283 0 -1 64 1514 0 0 0 25 1 0 0 16 0 9 0 20485799 889569280 57143 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12531/tid=12538] ppid=12530 vsize=868720 CPUtime=0
/proc/12531/task/12538/stat : 12538 (java) S 12530 12517 10283 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 20485799 889569280 57143 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12531/tid=12539] ppid=12530 vsize=868720 CPUtime=0
/proc/12531/task/12539/stat : 12539 (java) S 12530 12517 10283 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20485799 889569280 57143 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 24.64
Current children cumulated vsize (KiB) 890944

[startup+51.1029 s]
/proc/loadavg: 2.43 2.14 1.93 3/78 12541
/proc/meminfo: memFree=550064/2055920 swapFree=4192956/4192956
[pid=12517] ppid=12515 vsize=16868 CPUtime=30.42
/proc/12517/stat : 12517 (sugar) S 12515 12517 10283 0 -1 4194304 1376 107124 0 2 6 2 2879 155 16 0 1 0 20485508 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12517/statm: 4217 1113 409 3 0 796 0
[pid=12540] ppid=12517 vsize=5356 CPUtime=0
/proc/12540/stat : 12540 (sh) S 12517 12517 10283 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20488644 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12540/statm: 1339 232 193 169 0 50 0
[pid=12541] ppid=12540 vsize=357228 CPUtime=19.52
/proc/12541/stat : 12541 (minisat) R 12540 12517 10283 0 -1 4194304 88295 0 0 0 1891 61 0 0 25 0 1 0 20488644 365801472 88281 996147200 134512640 135127466 4294956256 18446744073709551615 134530679 0 0 4096 3 0 0 0 17 1 0 0
/proc/12541/statm: 89307 88281 76 150 0 89154 0

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

/proc/12541/stat : 12541 (minisat) R 12540 12517 10283 0 -1 4194304 176079 0 0 0 138331 156 0 0 25 0 1 0 20488644 726347776 176065 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/12541/statm: 177331 176065 76 150 0 177178 0
Current children cumulated CPU time (s) 1415.29
Current children cumulated vsize (KiB) 731548

[startup+1482.3 s]
/proc/loadavg: 2.00 2.02 1.98 3/85 12653
/proc/meminfo: memFree=15848/2055920 swapFree=4192956/4192956
[pid=12517] ppid=12515 vsize=16868 CPUtime=30.42
/proc/12517/stat : 12517 (sugar) S 12515 12517 10283 0 -1 4194304 1376 107124 0 2 6 2 2879 155 16 0 1 0 20485508 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12517/statm: 4217 1113 409 3 0 796 0
[pid=12540] ppid=12517 vsize=5356 CPUtime=0
/proc/12540/stat : 12540 (sh) S 12517 12517 10283 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20488644 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12540/statm: 1339 232 193 169 0 50 0
[pid=12541] ppid=12540 vsize=719496 CPUtime=1444.84
/proc/12541/stat : 12541 (minisat) R 12540 12517 10283 0 -1 4194304 178681 0 0 0 144325 159 0 0 25 0 1 0 20488644 736763904 178667 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/12541/statm: 179874 178667 76 150 0 179721 0
Current children cumulated CPU time (s) 1475.26
Current children cumulated vsize (KiB) 741720

[startup+1542.3 s]
/proc/loadavg: 2.00 2.01 1.98 3/85 12653
/proc/meminfo: memFree=16104/2055920 swapFree=4192956/4192956
[pid=12517] ppid=12515 vsize=16868 CPUtime=30.42
/proc/12517/stat : 12517 (sugar) S 12515 12517 10283 0 -1 4194304 1376 107124 0 2 6 2 2879 155 16 0 1 0 20485508 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12517/statm: 4217 1113 409 3 0 796 0
[pid=12540] ppid=12517 vsize=5356 CPUtime=0
/proc/12540/stat : 12540 (sh) S 12517 12517 10283 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20488644 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12540/statm: 1339 232 193 169 0 50 0
[pid=12541] ppid=12540 vsize=737396 CPUtime=1504.81
/proc/12541/stat : 12541 (minisat) R 12540 12517 10283 0 -1 4194304 182426 0 0 0 150318 163 0 0 25 0 1 0 20488644 755093504 182412 996147200 134512640 135127466 4294956256 18446744073709551615 134530679 0 0 4096 3 0 0 0 17 0 0 0
/proc/12541/statm: 184349 182412 76 150 0 184196 0
Current children cumulated CPU time (s) 1535.23
Current children cumulated vsize (KiB) 759620

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/85 12653
/proc/meminfo: memFree=14888/2055920 swapFree=4192956/4192956
[pid=12517] ppid=12515 vsize=16868 CPUtime=30.42
/proc/12517/stat : 12517 (sugar) S 12515 12517 10283 0 -1 4194304 1376 107124 0 2 6 2 2879 155 16 0 1 0 20485508 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12517/statm: 4217 1113 409 3 0 796 0
[pid=12540] ppid=12517 vsize=5356 CPUtime=0
/proc/12540/stat : 12540 (sh) S 12517 12517 10283 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20488644 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12540/statm: 1339 232 193 169 0 50 0
[pid=12541] ppid=12540 vsize=749188 CPUtime=1564.79
/proc/12541/stat : 12541 (minisat) R 12540 12517 10283 0 -1 4194304 185434 0 0 0 156313 166 0 0 25 0 1 0 20488644 767168512 185420 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/12541/statm: 187297 185420 76 150 0 187144 0
Current children cumulated CPU time (s) 1595.21
Current children cumulated vsize (KiB) 771412

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/85 12653
/proc/meminfo: memFree=15528/2055920 swapFree=4192956/4192956
[pid=12517] ppid=12515 vsize=16868 CPUtime=30.42
/proc/12517/stat : 12517 (sugar) S 12515 12517 10283 0 -1 4194304 1376 107124 0 2 6 2 2879 155 16 0 1 0 20485508 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12517/statm: 4217 1113 409 3 0 796 0
[pid=12540] ppid=12517 vsize=5356 CPUtime=0
/proc/12540/stat : 12540 (sh) S 12517 12517 10283 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20488644 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12540/statm: 1339 232 193 169 0 50 0
[pid=12541] ppid=12540 vsize=757556 CPUtime=1624.77
/proc/12541/stat : 12541 (minisat) R 12540 12517 10283 0 -1 4194304 187557 0 0 0 162309 168 0 0 25 0 1 0 20488644 775737344 187543 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/12541/statm: 189389 187543 76 150 0 189236 0
Current children cumulated CPU time (s) 1655.19
Current children cumulated vsize (KiB) 779780

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/85 12653
/proc/meminfo: memFree=15912/2055920 swapFree=4192956/4192956
[pid=12517] ppid=12515 vsize=16868 CPUtime=30.42
/proc/12517/stat : 12517 (sugar) S 12515 12517 10283 0 -1 4194304 1376 107124 0 2 6 2 2879 155 16 0 1 0 20485508 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12517/statm: 4217 1113 409 3 0 796 0
[pid=12540] ppid=12517 vsize=5356 CPUtime=0
/proc/12540/stat : 12540 (sh) S 12517 12517 10283 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20488644 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12540/statm: 1339 232 193 169 0 50 0
[pid=12541] ppid=12540 vsize=763176 CPUtime=1684.74
/proc/12541/stat : 12541 (minisat) R 12540 12517 10283 0 -1 4194304 189006 0 0 0 168305 169 0 0 25 0 1 0 20488644 781492224 188992 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/12541/statm: 190794 188992 76 150 0 190641 0
Current children cumulated CPU time (s) 1715.16
Current children cumulated vsize (KiB) 785400

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/85 12653
/proc/meminfo: memFree=15144/2055920 swapFree=4192956/4192956
[pid=12517] ppid=12515 vsize=16868 CPUtime=30.42
/proc/12517/stat : 12517 (sugar) S 12515 12517 10283 0 -1 4194304 1376 107124 0 2 6 2 2879 155 16 0 1 0 20485508 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12517/statm: 4217 1113 409 3 0 796 0
[pid=12540] ppid=12517 vsize=5356 CPUtime=0
/proc/12540/stat : 12540 (sh) S 12517 12517 10283 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20488644 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12540/statm: 1339 232 193 169 0 50 0
[pid=12541] ppid=12540 vsize=768280 CPUtime=1744.71
/proc/12541/stat : 12541 (minisat) R 12540 12517 10283 0 -1 4194304 190303 0 0 0 174300 171 0 0 25 0 1 0 20488644 786718720 190289 996147200 134512640 135127466 4294956256 18446744073709551615 134530587 0 0 4096 3 0 0 0 17 0 0 0
/proc/12541/statm: 192070 190289 76 150 0 191917 0
Current children cumulated CPU time (s) 1775.13
Current children cumulated vsize (KiB) 790504



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1807.2 s]
/proc/loadavg: 2.00 2.00 1.98 3/85 12653
/proc/meminfo: memFree=16168/2055920 swapFree=4192956/4192956
[pid=12517] ppid=12515 vsize=16868 CPUtime=30.42
/proc/12517/stat : 12517 (sugar) S 12515 12517 10283 0 -1 4194304 1376 107124 0 2 6 2 2879 155 16 0 1 0 20485508 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12517/statm: 4217 1113 409 3 0 796 0
[pid=12540] ppid=12517 vsize=5356 CPUtime=0
/proc/12540/stat : 12540 (sh) S 12517 12517 10283 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20488644 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12540/statm: 1339 232 193 169 0 50 0
[pid=12541] ppid=12540 vsize=770348 CPUtime=1769.61
/proc/12541/stat : 12541 (minisat) R 12540 12517 10283 0 -1 4194304 190808 0 0 0 176789 172 0 0 25 0 1 0 20488644 788836352 190794 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/12541/statm: 192587 190794 76 150 0 192434 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 792572

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

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

[startup+1807.32 s]
/proc/loadavg: 2.00 2.00 1.98 3/85 12653
/proc/meminfo: memFree=16168/2055920 swapFree=4192956/4192956
[pid=12517] ppid=12515 vsize=16868 CPUtime=30.42
/proc/12517/stat : 12517 (sugar) S 12515 12517 10283 0 -1 4194304 1398 107124 0 2 6 2 2879 155 16 0 1 0 20485508 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/12517/statm: 4217 1113 409 3 0 796 0
[pid=12540] ppid=12517 vsize=0 CPUtime=0
/proc/12540/stat : 12540 (sh) Z 12517 12517 10283 0 -1 4195340 277 0 0 0 0 0 0 0 16 0 1 0 20488644 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/12540/statm: 0 0 0 0 0 0 0
[pid=12541] ppid=1 vsize=0 CPUtime=1769.73
/proc/12541/stat : 12541 (minisat) R 1 12517 10283 0 -1 4195332 190808 0 0 0 176789 184 0 0 25 0 1 0 20488644 0 0 996147200 0 0 0 0 0 0 0 4096 3 0 0 0 17 0 0 0
/proc/12541/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.15
Current children cumulated vsize (KiB) 16868

[startup+1807.4 s]
/proc/loadavg: 2.00 2.00 1.98 3/85 12653
/proc/meminfo: memFree=16168/2055920 swapFree=4192956/4192956
[pid=12517] ppid=12515 vsize=16868 CPUtime=30.49
/proc/12517/stat : 12517 (sugar) R 12515 12517 10283 0 -1 4194304 1423 107401 0 2 6 9 2879 155 17 0 1 0 20485508 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 250969035817 0 0 4224 16386 0 0 0 17 0 0 0
/proc/12517/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 30.49
Current children cumulated vsize (KiB) 16868
#
############


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

[startup+1807.4 s]
/proc/loadavg: 2.00 2.00 1.98 3/85 12653
/proc/meminfo: memFree=16168/2055920 swapFree=4192956/4192956
[pid=12517] ppid=12515 vsize=16868 CPUtime=30.49
/proc/12517/stat : 12517 (sugar) R 12515 12517 10283 0 -1 4194304 1423 107401 0 2 6 9 2879 155 17 0 1 0 20485508 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 250969035817 0 0 4224 16386 0 0 0 17 0 0 0
/proc/12517/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 30.49
Current children cumulated vsize (KiB) 16868

Child status: 0

# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 1769.66
#  lost CPU user time (s): 1767.89
#  lost CPU system time (s): 1.77

Real time (s): 1807.41
CPU time (s): 1800.19
CPU user time (s): 1796.76
CPU system time (s): 3.43275
CPU usage (%): 99.6006
Max. virtual memory (cumulated for all children) (KiB): 916444

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 28.8666
system time used= 1.66275
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 108883
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= 6101
involuntary context switches= 6483

runsolver used 2.08368 second user time and 6.15006 second system time

The end

Launcher Data

Begin job on node56 at 2009-07-11 19:43:42
IDJOB=2064130
IDBENCH=54125
IDSOLVER=739
FILE ID=node56/2064130-1247334221
PBS_JOBID= 9506518
Free space on /tmp= 103028 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/compet02/normalized-patat-02-comp-8.xml
COMMAND LINE= DIR/sugar -c -vv -memlimit=MEMLIMIT -jar="DIR/sugar-v1-14-6.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2064130-1247334221/watcher-2064130-1247334221 -o /tmp/evaluation-result-2064130-1247334221/solver-2064130-1247334221 -C 1800 -W 2000 -M 900  HOME/sugar -c -vv -memlimit=900 -jar="HOME/sugar-v1-14-6.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-2064130-1247334221.xml

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

MD5SUM BENCH= 6ffc155fe35ccd8e570b991c75a33724
RANDOM SEED=1299325506

node56.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.209
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.209
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:       1073256 kB
Buffers:         64264 kB
Cached:         838776 kB
SwapCached:          0 kB
Active:         150948 kB
Inactive:       777784 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1073256 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            7936 kB
Writeback:           0 kB
Mapped:          36372 kB
Slab:            39224 kB
Committed_AS:   224184 kB
PageTables:       1860 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= 103028 MiB
End job on node56 at 2009-07-11 20:13:51