Trace number 2071863

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.04 1819.86

General information on the benchmark

Namecsp/ukVg/
normalized-crossword-m1c-uk-vg5-8_ext.xml
MD5SUMe3ec9a5b9cb8c55618d68f0458a68ffa
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark2.6106
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints13
Maximum constraint arity8
Maximum domain size26
Number of constraints which are defined in extension13
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.06/0.07	c 0	Sugar v1-14-6 + HOME/minisat
0.06/0.07	c 0	BEGIN Sun Jul 12 01:32:18 2009
0.06/0.07	c 0	PID 16703
0.06/0.07	c 0	HOST node90.alineos.net
0.06/0.07	c 0	CONVERTING HOME/instance-2071863-1247355138.xml TO HOME/temp.csp
0.06/0.07	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2071863-1247355138.xml' 'HOME/temp.csp'
0.06/0.63	c 1	1 domains, 40 variables, 0 predicates, 2 relations, 13 constraints
0.06/0.65	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.65	c 1	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'
0.61/0.73	c 1	Parsing HOME/temp.csp
1.04/1.18	c 1	parsed 56 expressions
1.04/1.19	c 1	Heap : 8 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.04/1.19	c 1	Converting to clausal form CSP
1.14/1.21	c 1	converted 6 (10%) expressions
1.14/1.21	c 1	converted 12 (20%) expressions
1.14/1.21	c 1	converted 17 (30%) expressions
1.14/1.21	c 1	converted 23 (40%) expressions
1.14/1.21	c 1	converted 28 (50%) expressions
1.14/1.21	c 1	converted 34 (60%) expressions
1.14/1.21	c 1	converted 40 (70%) expressions
1.33/1.44	c 2	converted 45 (80%) expressions
1.73/1.84	c 2	converted 51 (90%) expressions
3.91/4.03	c 4	converted 56 (100%) expressions
3.91/4.03	c 4	CSP : 40 integers, 0 booleans, 13 clauses, largest domain size 26
3.91/4.03	c 4	Heap : 83 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.91/4.03	c 4	Propagation in CSP
3.91/4.03	c 4	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
3.91/4.03	c 4	CSP : 40 integers, 0 booleans, 13 clauses, largest domain size 26
3.91/4.03	c 4	Heap : 83 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.91/4.03	c 4	Simplifing CSP by introducing new Boolean variables
3.91/4.03	c 4	CSP : 40 integers, 0 booleans, 13 clauses, largest domain size 26
3.91/4.03	c 4	Heap : 83 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.40/4.55	c 5	Encoding CSP to SAT : HOME/temp.cnf
4.40/4.56	c 5	4 (10%) CSP integer variables are encoded (96 clauses, 912 bytes)
4.40/4.56	c 5	8 (20%) CSP integer variables are encoded (192 clauses, 1968 bytes)
4.40/4.57	c 5	12 (30%) CSP integer variables are encoded (288 clauses, 3024 bytes)
4.40/4.57	c 5	16 (40%) CSP integer variables are encoded (384 clauses, 4080 bytes)
4.40/4.57	c 5	20 (50%) CSP integer variables are encoded (480 clauses, 5136 bytes)
4.40/4.57	c 5	24 (60%) CSP integer variables are encoded (576 clauses, 6192 bytes)
4.40/4.57	c 5	28 (70%) CSP integer variables are encoded (672 clauses, 7248 bytes)
4.40/4.57	c 5	32 (80%) CSP integer variables are encoded (768 clauses, 8304 bytes)
4.40/4.57	c 5	36 (90%) CSP integer variables are encoded (864 clauses, 9360 bytes)
4.40/4.57	c 5	40 (100%) CSP integer variables are encoded (960 clauses, 10417 bytes)
9.12/9.31	c 10	2 (10%) CSP clauses are encoded (57352 clauses, 2004936 bytes)
11.46/11.66	c 12	3 (20%) CSP clauses are encoded (85548 clauses, 3013418 bytes)
13.75/13.98	c 14	4 (30%) CSP clauses are encoded (113744 clauses, 4022561 bytes)
19.03/19.68	c 20	6 (40%) CSP clauses are encoded (170136 clauses, 6146987 bytes)
21.31/22.00	c 22	7 (50%) CSP clauses are encoded (198332 clauses, 7209200 bytes)
23.59/24.29	c 25	8 (60%) CSP clauses are encoded (226528 clauses, 8272448 bytes)
423.39/428.23	c 429	10 (70%) CSP clauses are encoded (706722 clauses, 32677744 bytes)
629.64/638.48	c 639	11 (80%) CSP clauses are encoded (946819 clauses, 45886244 bytes)
821.94/832.87	c 833	12 (90%) CSP clauses are encoded (1186916 clauses, 59094744 bytes)
1029.29/1043.85	c 1044	13 (100%) CSP clauses are encoded (1427013 clauses, 72305071 bytes)
1029.29/1043.85	c 1044	13 CSP clauses encoded
1029.29/1043.86	c 1044	Writing map file : HOME/temp.map
1029.29/1043.86	c 1044	Heap : 108 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1029.29/1043.86	c 1044	SAT : 1000 SAT variables, 1427013 SAT clauses, 72305071 bytes
1029.29/1043.86	c 1044	Heap : 108 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1029.42/1044.07	c 1044	SOLVING HOME/temp.cnf
1029.42/1044.07	c 1044	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1029.42/1044.08	c 1044	This is MiniSat 2.0 beta
1029.42/1044.08	c 1044	WARNING: for repeatability, setting FPU to use double precision
1029.42/1044.08	c 1044	============================[ Problem Statistics ]=============================
1029.42/1044.08	c 1044	|                                                                             |
1029.42/1044.08	c 1044	|  Number of variables:  1000                                                 |
1029.42/1044.08	c 1044	|  Number of clauses:    1427013                                              |
1031.09/1045.77	c 1046	|  Parsing time:         1.50         s                                       |
1031.19/1045.87	c 1046	============================[ Search Statistics ]==============================
1031.19/1045.87	c 1046	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1031.19/1045.87	c 1046	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1031.19/1045.87	c 1046	===============================================================================
1031.19/1045.87	c 1046	|         0 |    1000  1427013 15847692 |   475671        0    nan |  0.000 % |
1031.40/1046.06	c 1046	|       101 |    1000  1427013 15847692 |   523238      101      6 |  0.000 % |
1031.69/1046.37	c 1047	|       251 |    1000  1427013 15847692 |   575561      251      6 |  0.003 % |
1031.79/1046.42	c 1047	|       476 |    1000  1427013 15847692 |   633118      476      7 |  0.002 % |
1032.09/1046.75	c 1047	|       813 |    1000  1427013 15847692 |   696429      813      8 |  0.002 % |
1032.19/1046.84	c 1047	|      1320 |    1000  1427013 15847692 |   766072     1320      8 |  0.001 % |
1032.29/1046.99	c 1047	|      2079 |    1000  1427013 15847692 |   842680     2079      9 |  0.003 % |
1032.99/1047.65	c 1048	|      3219 |    1000  1427013 15847692 |   926948     3219      9 |  0.000 % |
1034.68/1049.37	c 1050	|      4928 |    1000  1427013 15847692 |  1019643     4928     10 |  0.003 % |
1037.26/1051.93	c 1052	|      7490 |    1000  1427013 15847692 |  1121607     7490     10 |  0.002 % |
1046.40/1061.70	c 1062	|     11335 |    1000  1427013 15847692 |  1233768    11335     13 |  0.004 % |
1058.94/1074.38	c 1075	|     17103 |    1000  1427013 15847692 |  1357144    17103     15 |  0.000 % |
1088.10/1103.69	c 1104	|     25752 |    1000  1427013 15847692 |  1492859    25752     17 |  0.001 % |
1130.89/1146.64	c 1147	|     38726 |    1000  1427013 15847692 |  1642145    38726     18 |  0.002 % |
1228.34/1245.39	c 1246	|     58187 |    1000  1427013 15847692 |  1806359    58187     18 |  0.001 % |
1369.96/1388.05	c 1388	|     87379 |    1000  1427013 15847692 |  1986995    87379     18 |  0.003 % |
1632.62/1651.71	c 1652	|    131169 |    1000  1427013 15847692 |  2185695   131169     18 |  0.003 % |
1800.04/1819.81	c ERROR INTERRUPTED
1800.04/1819.83	s UNKNOWN
1800.04/1819.83	c 1820	CPU 1029.49 (0.06 0.01 1028.08 1.34)
1800.04/1819.83	c 1820	END Sun Jul 12 02:02:38 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-2071863-1247355138/watcher-2071863-1247355138 -o /tmp/evaluation-result-2071863-1247355138/solver-2071863-1247355138 -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-2071863-1247355138.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.13 2.30 2.80 4/82 16703
/proc/meminfo: memFree=1475212/2055920 swapFree=4192812/4192956
[pid=16703] ppid=16701 vsize=12272 CPUtime=0
/proc/16703/stat : 16703 (sugar) R 16701 16703 14547 0 -1 4194304 359 0 0 0 0 0 0 0 18 0 1 0 22578492 12566528 327 996147200 4194304 4206940 548682068608 18446744073709551615 256384858880 0 0 4224 0 0 0 0 17 0 0 0
/proc/16703/statm: 3068 327 246 3 0 168 0

[startup+0.0687689 s]
/proc/loadavg: 2.13 2.30 2.80 4/82 16703
/proc/meminfo: memFree=1475212/2055920 swapFree=4192812/4192956
[pid=16703] ppid=16701 vsize=16740 CPUtime=0.06
/proc/16703/stat : 16703 (sugar) R 16701 16703 14547 0 -1 4194304 1099 0 0 0 5 1 0 0 18 0 1 0 22578492 17141760 1067 996147200 4194304 4206940 548682068608 18446744073709551615 256364679905 0 0 4224 0 0 0 0 17 0 0 0
/proc/16703/statm: 4185 1067 380 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.101775 s]
/proc/loadavg: 2.13 2.30 2.80 4/82 16703
/proc/meminfo: memFree=1475212/2055920 swapFree=4192812/4192956
[pid=16703] ppid=16701 vsize=16868 CPUtime=0.06
/proc/16703/stat : 16703 (sugar) S 16701 16703 14547 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 22578492 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16703/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301795 s]
/proc/loadavg: 2.13 2.30 2.80 4/82 16703
/proc/meminfo: memFree=1475212/2055920 swapFree=4192812/4192956
[pid=16703] ppid=16701 vsize=16868 CPUtime=0.06
/proc/16703/stat : 16703 (sugar) S 16701 16703 14547 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 22578492 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16703/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701831 s]
/proc/loadavg: 2.13 2.30 2.80 4/82 16703
/proc/meminfo: memFree=1475212/2055920 swapFree=4192812/4192956
[pid=16703] ppid=16701 vsize=16868 CPUtime=0.61
/proc/16703/stat : 16703 (sugar) S 16701 16703 14547 0 -1 4194304 1292 8838 0 1 5 1 50 5 17 0 1 0 22578492 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16703/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.61
Current children cumulated vsize (KiB) 16868

[startup+1.50292 s]
/proc/loadavg: 2.13 2.30 2.80 3/93 16725
/proc/meminfo: memFree=1460396/2055920 swapFree=4192812/4192956
[pid=16703] ppid=16701 vsize=16868 CPUtime=0.61
/proc/16703/stat : 16703 (sugar) S 16701 16703 14547 0 -1 4194304 1310 8838 0 1 5 1 50 5 16 0 1 0 22578492 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16703/statm: 4217 1111 409 3 0 796 0
[pid=16716] ppid=16703 vsize=5356 CPUtime=0
/proc/16716/stat : 16716 (sh) S 16703 16703 14547 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22578557 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16716/statm: 1339 233 193 169 0 50 0
[pid=16717] ppid=16716 vsize=864396 CPUtime=0.83
/proc/16717/stat : 16717 (java) S 16716 16703 14547 0 -1 0 9664 0 1 0 78 5 0 0 18 0 9 0 22578558 885141504 8436 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16717/statm: 216099 8436 2566 9 0 210604 0
[pid=16717/tid=16718] ppid=16716 vsize=864396 CPUtime=0.46
/proc/16717/task/16718/stat : 16718 (java) R 16716 16703 14547 0 -1 64 2702 0 1 0 45 1 0 0 23 0 9 0 22578559 885141504 8436 996147200 134512640 134550932 4294955936 18446744073709551615 4126531404 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16717/tid=16719] ppid=16716 vsize=864396 CPUtime=0.3
/proc/16717/task/16719/stat : 16719 (java) S 16716 16703 14547 0 -1 64 5946 0 0 0 28 2 0 0 16 0 9 0 22578560 885141504 8436 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16717/tid=16720] ppid=16716 vsize=864396 CPUtime=0
/proc/16717/task/16720/stat : 16720 (java) S 16716 16703 14547 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22578560 885141504 8436 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16717/tid=16721] ppid=16716 vsize=864396 CPUtime=0
/proc/16717/task/16721/stat : 16721 (java) S 16716 16703 14547 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 22578560 885141504 8436 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16717/tid=16722] ppid=16716 vsize=864396 CPUtime=0
/proc/16717/task/16722/stat : 16722 (java) S 16716 16703 14547 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22578562 885141504 8436 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16717/tid=16723] ppid=16716 vsize=864396 CPUtime=0.04
/proc/16717/task/16723/stat : 16723 (java) S 16716 16703 14547 0 -1 64 313 0 0 0 4 0 0 0 16 0 9 0 22578562 885141504 8436 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16717/tid=16724] ppid=16716 vsize=864396 CPUtime=0
/proc/16717/task/16724/stat : 16724 (java) S 16716 16703 14547 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 22578562 885141504 8436 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16717/tid=16725] ppid=16716 vsize=864396 CPUtime=0
/proc/16717/task/16725/stat : 16725 (java) S 16716 16703 14547 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22578562 885141504 8436 996147200 134512640 134550932 4294955936 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) 886620

[startup+3.10109 s]
/proc/loadavg: 2.20 2.31 2.80 3/93 16725
/proc/meminfo: memFree=1429356/2055920 swapFree=4192812/4192956
[pid=16703] ppid=16701 vsize=16868 CPUtime=0.61
/proc/16703/stat : 16703 (sugar) S 16701 16703 14547 0 -1 4194304 1310 8838 0 1 5 1 50 5 16 0 1 0 22578492 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16703/statm: 4217 1111 409 3 0 796 0
[pid=16716] ppid=16703 vsize=5356 CPUtime=0
/proc/16716/stat : 16716 (sh) S 16703 16703 14547 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22578557 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16716/statm: 1339 233 193 169 0 50 0
[pid=16717] ppid=16716 vsize=864396 CPUtime=2.41
/proc/16717/stat : 16717 (java) S 16716 16703 14547 0 -1 0 22156 0 1 0 229 12 0 0 18 0 9 0 22578558 885141504 20518 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16717/statm: 216099 20518 2566 9 0 210604 0
[pid=16717/tid=16718] ppid=16716 vsize=864396 CPUtime=1.08
/proc/16717/task/16718/stat : 16718 (java) R 16716 16703 14547 0 -1 64 3214 0 1 0 106 2 0 0 25 0 9 0 22578559 885141504 20518 996147200 134512640 134550932 4294955936 18446744073709551615 101450288 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16717/tid=16719] ppid=16716 vsize=864396 CPUtime=1.26
/proc/16717/task/16719/stat : 16719 (java) S 16716 16703 14547 0 -1 64 17926 0 0 0 117 9 0 0 16 0 9 0 22578560 885141504 20518 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16717/tid=16720] ppid=16716 vsize=864396 CPUtime=0
/proc/16717/task/16720/stat : 16720 (java) S 16716 16703 14547 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22578560 885141504 20518 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16717/tid=16721] ppid=16716 vsize=864396 CPUtime=0
/proc/16717/task/16721/stat : 16721 (java) S 16716 16703 14547 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 22578560 885141504 20518 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16717/tid=16722] ppid=16716 vsize=864396 CPUtime=0
/proc/16717/task/16722/stat : 16722 (java) S 16716 16703 14547 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22578562 885141504 20518 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16717/tid=16723] ppid=16716 vsize=864396 CPUtime=0.04
/proc/16717/task/16723/stat : 16723 (java) S 16716 16703 14547 0 -1 64 313 0 0 0 4 0 0 0 16 0 9 0 22578562 885141504 20518 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16717/tid=16724] ppid=16716 vsize=864396 CPUtime=0
/proc/16717/task/16724/stat : 16724 (java) S 16716 16703 14547 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 22578562 885141504 20518 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16717/tid=16725] ppid=16716 vsize=864396 CPUtime=0
/proc/16717/task/16725/stat : 16725 (java) S 16716 16703 14547 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22578562 885141504 20518 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.02
Current children cumulated vsize (KiB) 886620

[startup+6.30241 s]
/proc/loadavg: 2.20 2.31 2.80 3/93 16725
/proc/meminfo: memFree=1375276/2055920 swapFree=4192812/4192956
[pid=16703] ppid=16701 vsize=16868 CPUtime=0.61
/proc/16703/stat : 16703 (sugar) S 16701 16703 14547 0 -1 4194304 1310 8838 0 1 5 1 50 5 15 0 1 0 22578492 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16703/statm: 4217 1111 409 3 0 796 0
[pid=16716] ppid=16703 vsize=5356 CPUtime=0
/proc/16716/stat : 16716 (sh) S 16703 16703 14547 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22578557 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16716/statm: 1339 233 193 169 0 50 0
[pid=16717] ppid=16716 vsize=864508 CPUtime=5.57
/proc/16717/stat : 16717 (java) S 16716 16703 14547 0 -1 0 28387 0 1 0 543 14 0 0 18 0 9 0 22578558 885256192 26340 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16717/statm: 216127 26340 2590 9 0 210604 0
[pid=16717/tid=16718] ppid=16716 vsize=864508 CPUtime=3
/proc/16717/task/16718/stat : 16718 (java) R 16716 16703 14547 0 -1 64 3770 0 1 0 298 2 0 0 25 0 9 0 22578559 885256192 26340 996147200 134512640 134550932 4294955936 18446744073709551615 4126573604 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16717/tid=16719] ppid=16716 vsize=864508 CPUtime=2.47
/proc/16717/task/16719/stat : 16719 (java) S 16716 16703 14547 0 -1 64 23579 0 0 0 236 11 0 0 16 0 9 0 22578560 885256192 26340 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16717/tid=16720] ppid=16716 vsize=864508 CPUtime=0
/proc/16717/task/16720/stat : 16720 (java) S 16716 16703 14547 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22578560 885256192 26340 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16717/tid=16721] ppid=16716 vsize=864508 CPUtime=0
/proc/16717/task/16721/stat : 16721 (java) S 16716 16703 14547 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 22578560 885256192 26340 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16717/tid=16722] ppid=16716 vsize=864508 CPUtime=0
/proc/16717/task/16722/stat : 16722 (java) S 16716 16703 14547 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22578562 885256192 26340 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16717/tid=16723] ppid=16716 vsize=864508 CPUtime=0.08
/proc/16717/task/16723/stat : 16723 (java) S 16716 16703 14547 0 -1 64 335 0 0 0 8 0 0 0 16 0 9 0 22578562 885256192 26340 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16717/tid=16724] ppid=16716 vsize=864508 CPUtime=0
/proc/16717/task/16724/stat : 16724 (java) S 16716 16703 14547 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 22578562 885256192 26340 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16717/tid=16725] ppid=16716 vsize=864508 CPUtime=0
/proc/16717/task/16725/stat : 16725 (java) S 16716 16703 14547 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22578562 885256192 26340 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 886732

[startup+12.7019 s]
/proc/loadavg: 2.39 2.35 2.81 3/93 16725
/proc/meminfo: memFree=1372276/2055920 swapFree=4192812/4192956
[pid=16703] ppid=16701 vsize=16868 CPUtime=0.61
/proc/16703/stat : 16703 (sugar) S 16701 16703 14547 0 -1 4194304 1310 8838 0 1 5 1 50 5 16 0 1 0 22578492 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16703/statm: 4217 1111 409 3 0 796 0
[pid=16716] ppid=16703 vsize=5356 CPUtime=0
/proc/16716/stat : 16716 (sh) S 16703 16703 14547 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22578557 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16716/statm: 1339 233 193 169 0 50 0
[pid=16717] ppid=16716 vsize=864508 CPUtime=11.95
/proc/16717/stat : 16717 (java) S 16716 16703 14547 0 -1 0 28422 0 1 0 1179 16 0 0 18 0 9 0 22578558 885256192 26344 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16717/statm: 216127 26344 2590 9 0 210604 0
[pid=16717/tid=16718] ppid=16716 vsize=864508 CPUtime=9.24
/proc/16717/task/16718/stat : 16718 (java) R 16716 16703 14547 0 -1 64 3801 0 1 0 921 3 0 0 25 0 9 0 22578559 885256192 26344 996147200 134512640 134550932 4294955936 18446744073709551615 102094187 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16717/tid=16719] ppid=16716 vsize=864508 CPUtime=2.59
/proc/16717/task/16719/stat : 16719 (java) S 16716 16703 14547 0 -1 64 23579 0 0 0 248 11 0 0 16 0 9 0 22578560 885256192 26344 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16717/tid=16720] ppid=16716 vsize=864508 CPUtime=0
/proc/16717/task/16720/stat : 16720 (java) S 16716 16703 14547 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22578560 885256192 26344 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16717/tid=16721] ppid=16716 vsize=864508 CPUtime=0
/proc/16717/task/16721/stat : 16721 (java) S 16716 16703 14547 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 22578560 885256192 26344 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16717/tid=16722] ppid=16716 vsize=864508 CPUtime=0
/proc/16717/task/16722/stat : 16722 (java) S 16716 16703 14547 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22578562 885256192 26344 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16717/tid=16723] ppid=16716 vsize=864508 CPUtime=0.09
/proc/16717/task/16723/stat : 16723 (java) S 16716 16703 14547 0 -1 64 339 0 0 0 9 0 0 0 17 0 9 0 22578562 885256192 26344 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16717/tid=16724] ppid=16716 vsize=864508 CPUtime=0
/proc/16717/task/16724/stat : 16724 (java) S 16716 16703 14547 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 22578562 885256192 26344 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16717/tid=16725] ppid=16716 vsize=864508 CPUtime=0
/proc/16717/task/16725/stat : 16725 (java) S 16716 16703 14547 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22578562 885256192 26344 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 886732

[startup+25.5022 s]
/proc/loadavg: 2.33 2.33 2.80 3/93 16725
/proc/meminfo: memFree=1348980/2055920 swapFree=4192812/4192956
[pid=16703] ppid=16701 vsize=16868 CPUtime=0.61
/proc/16703/stat : 16703 (sugar) S 16701 16703 14547 0 -1 4194304 1310 8838 0 1 5 1 50 5 16 0 1 0 22578492 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16703/statm: 4217 1111 409 3 0 796 0
[pid=16716] ppid=16703 vsize=5356 CPUtime=0
/proc/16716/stat : 16716 (sh) S 16703 16703 14547 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22578557 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16716/statm: 1339 233 193 169 0 50 0
[pid=16717] ppid=16716 vsize=864508 CPUtime=24.27
/proc/16717/stat : 16717 (java) S 16716 16703 14547 0 -1 0 33115 0 1 0 2405 22 0 0 18 0 9 0 22578558 885256192 30973 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16717/statm: 216127 30973 2590 9 0 210604 0
[pid=16717/tid=16718] ppid=16716 vsize=864508 CPUtime=21.3
/proc/16717/task/16718/stat : 16718 (java) R 16716 16703 14547 0 -1 64 3866 0 1 0 2124 6 0 0 25 0 9 0 22578559 885256192 30973 996147200 134512640 134550932 4294955936 18446744073709551615 102094187 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16717/tid=16719] ppid=16716 vsize=864508 CPUtime=2.84
/proc/16717/task/16719/stat : 16719 (java) S 16716 16703 14547 0 -1 64 28202 0 0 0 270 14 0 0 16 0 9 0 22578560 885256192 30973 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16717/tid=16720] ppid=16716 vsize=864508 CPUtime=0
/proc/16717/task/16720/stat : 16720 (java) S 16716 16703 14547 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22578560 885256192 30973 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16717/tid=16721] ppid=16716 vsize=864508 CPUtime=0
/proc/16717/task/16721/stat : 16721 (java) S 16716 16703 14547 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 22578560 885256192 30973 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16717/tid=16722] ppid=16716 vsize=864508 CPUtime=0

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

/proc/meminfo: memFree=1697460/2055920 swapFree=4192812/4192956
[pid=16703] ppid=16701 vsize=16868 CPUtime=1029.49
/proc/16703/stat : 16703 (sugar) S 16701 16703 14547 0 -1 4194304 1376 88512 0 2 6 1 102808 134 16 0 1 0 22578492 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16703/statm: 4217 1113 409 3 0 796 0
[pid=16726] ppid=16703 vsize=5356 CPUtime=0
/proc/16726/stat : 16726 (sh) S 16703 16703 14547 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22682899 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16726/statm: 1339 232 193 169 0 50 0
[pid=16727] ppid=16726 vsize=133408 CPUtime=314.87
/proc/16727/stat : 16727 (minisat) R 16726 16703 14547 0 -1 4194304 32231 0 0 0 31460 27 0 0 25 0 1 0 22682900 136609792 32217 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/16727/statm: 33352 32217 75 150 0 33199 0
Current children cumulated CPU time (s) 1344.36
Current children cumulated vsize (KiB) 155632

[startup+1422.3 s]
/proc/loadavg: 2.00 2.16 2.36 3/75 17212
/proc/meminfo: memFree=1696308/2055920 swapFree=4192812/4192956
[pid=16703] ppid=16701 vsize=16868 CPUtime=1029.49
/proc/16703/stat : 16703 (sugar) S 16701 16703 14547 0 -1 4194304 1376 88512 0 2 6 1 102808 134 16 0 1 0 22578492 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16703/statm: 4217 1113 409 3 0 796 0
[pid=16726] ppid=16703 vsize=5356 CPUtime=0
/proc/16726/stat : 16726 (sh) S 16703 16703 14547 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22682899 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16726/statm: 1339 232 193 169 0 50 0
[pid=16727] ppid=16726 vsize=134836 CPUtime=374.64
/proc/16727/stat : 16727 (minisat) R 16726 16703 14547 0 -1 4194304 32532 0 0 0 37436 28 0 0 25 0 1 0 22682900 138072064 32518 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/16727/statm: 33709 32518 75 150 0 33556 0
Current children cumulated CPU time (s) 1404.13
Current children cumulated vsize (KiB) 157060

[startup+1482.3 s]
/proc/loadavg: 2.00 2.13 2.33 3/75 17212
/proc/meminfo: memFree=1695348/2055920 swapFree=4192812/4192956
[pid=16703] ppid=16701 vsize=16868 CPUtime=1029.49
/proc/16703/stat : 16703 (sugar) S 16701 16703 14547 0 -1 4194304 1376 88512 0 2 6 1 102808 134 16 0 1 0 22578492 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16703/statm: 4217 1113 409 3 0 796 0
[pid=16726] ppid=16703 vsize=5356 CPUtime=0
/proc/16726/stat : 16726 (sh) S 16703 16703 14547 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22682899 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16726/statm: 1339 232 193 169 0 50 0
[pid=16727] ppid=16726 vsize=135760 CPUtime=434.4
/proc/16727/stat : 16727 (minisat) R 16726 16703 14547 0 -1 4194304 32777 0 0 0 43412 28 0 0 25 0 1 0 22682900 139018240 32763 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/16727/statm: 33940 32763 75 150 0 33787 0
Current children cumulated CPU time (s) 1463.89
Current children cumulated vsize (KiB) 157984

[startup+1542.31 s]
/proc/loadavg: 2.00 2.10 2.31 3/75 17212
/proc/meminfo: memFree=1694068/2055920 swapFree=4192812/4192956
[pid=16703] ppid=16701 vsize=16868 CPUtime=1029.49
/proc/16703/stat : 16703 (sugar) S 16701 16703 14547 0 -1 4194304 1376 88512 0 2 6 1 102808 134 16 0 1 0 22578492 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16703/statm: 4217 1113 409 3 0 796 0
[pid=16726] ppid=16703 vsize=5356 CPUtime=0
/proc/16726/stat : 16726 (sh) S 16703 16703 14547 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22682899 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16726/statm: 1339 232 193 169 0 50 0
[pid=16727] ppid=16726 vsize=136824 CPUtime=494.17
/proc/16727/stat : 16727 (minisat) R 16726 16703 14547 0 -1 4194304 33062 0 0 0 49389 28 0 0 25 0 1 0 22682900 140107776 33048 996147200 134512640 135127466 4294956256 18446744073709551615 134530772 0 0 4096 3 0 0 0 17 1 0 0
/proc/16727/statm: 34206 33048 75 150 0 34053 0
Current children cumulated CPU time (s) 1523.66
Current children cumulated vsize (KiB) 159048

[startup+1602.3 s]
/proc/loadavg: 2.00 2.08 2.29 3/75 17212
/proc/meminfo: memFree=1693108/2055920 swapFree=4192812/4192956
[pid=16703] ppid=16701 vsize=16868 CPUtime=1029.49
/proc/16703/stat : 16703 (sugar) S 16701 16703 14547 0 -1 4194304 1376 88512 0 2 6 1 102808 134 16 0 1 0 22578492 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16703/statm: 4217 1113 409 3 0 796 0
[pid=16726] ppid=16703 vsize=5356 CPUtime=0
/proc/16726/stat : 16726 (sh) S 16703 16703 14547 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22682899 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16726/statm: 1339 232 193 169 0 50 0
[pid=16727] ppid=16726 vsize=137748 CPUtime=553.93
/proc/16727/stat : 16727 (minisat) R 16726 16703 14547 0 -1 4194304 33305 0 0 0 55365 28 0 0 25 0 1 0 22682900 141053952 33291 996147200 134512640 135127466 4294956256 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 1 0 0
/proc/16727/statm: 34437 33291 75 150 0 34284 0
Current children cumulated CPU time (s) 1583.42
Current children cumulated vsize (KiB) 159972

[startup+1662.3 s]
/proc/loadavg: 2.00 2.06 2.26 3/75 17212
/proc/meminfo: memFree=1691444/2055920 swapFree=4192812/4192956
[pid=16703] ppid=16701 vsize=16868 CPUtime=1029.49
/proc/16703/stat : 16703 (sugar) S 16701 16703 14547 0 -1 4194304 1376 88512 0 2 6 1 102808 134 16 0 1 0 22578492 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16703/statm: 4217 1113 409 3 0 796 0
[pid=16726] ppid=16703 vsize=5356 CPUtime=0
/proc/16726/stat : 16726 (sh) S 16703 16703 14547 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22682899 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16726/statm: 1339 232 193 169 0 50 0
[pid=16727] ppid=16726 vsize=139412 CPUtime=613.69
/proc/16727/stat : 16727 (minisat) R 16726 16703 14547 0 -1 4194304 33684 0 0 0 61340 29 0 0 25 0 1 0 22682900 142757888 33670 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/16727/statm: 34853 33670 75 150 0 34700 0
Current children cumulated CPU time (s) 1643.18
Current children cumulated vsize (KiB) 161636

[startup+1722.3 s]
/proc/loadavg: 2.00 2.05 2.25 3/75 17212
/proc/meminfo: memFree=1690036/2055920 swapFree=4192812/4192956
[pid=16703] ppid=16701 vsize=16868 CPUtime=1029.49
/proc/16703/stat : 16703 (sugar) S 16701 16703 14547 0 -1 4194304 1376 88512 0 2 6 1 102808 134 16 0 1 0 22578492 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16703/statm: 4217 1113 409 3 0 796 0
[pid=16726] ppid=16703 vsize=5356 CPUtime=0
/proc/16726/stat : 16726 (sh) S 16703 16703 14547 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22682899 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16726/statm: 1339 232 193 169 0 50 0
[pid=16727] ppid=16726 vsize=141112 CPUtime=673.46
/proc/16727/stat : 16727 (minisat) R 16726 16703 14547 0 -1 4194304 34045 0 0 0 67317 29 0 0 25 0 1 0 22682900 144498688 34031 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/16727/statm: 35278 34031 75 150 0 35125 0
Current children cumulated CPU time (s) 1702.95
Current children cumulated vsize (KiB) 163336

[startup+1782.3 s]
/proc/loadavg: 2.00 2.04 2.23 3/75 17218
/proc/meminfo: memFree=1688180/2055920 swapFree=4192812/4192956
[pid=16703] ppid=16701 vsize=16868 CPUtime=1029.49
/proc/16703/stat : 16703 (sugar) S 16701 16703 14547 0 -1 4194304 1376 88512 0 2 6 1 102808 134 16 0 1 0 22578492 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16703/statm: 4217 1113 409 3 0 796 0
[pid=16726] ppid=16703 vsize=5356 CPUtime=0
/proc/16726/stat : 16726 (sh) S 16703 16703 14547 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22682899 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16726/statm: 1339 232 193 169 0 50 0
[pid=16727] ppid=16726 vsize=142636 CPUtime=733.19
/proc/16727/stat : 16727 (minisat) R 16726 16703 14547 0 -1 4194304 34441 0 0 0 73290 29 0 0 25 0 1 0 22682900 146059264 34427 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/16727/statm: 35659 34427 75 150 0 35506 0
Current children cumulated CPU time (s) 1762.68
Current children cumulated vsize (KiB) 164860



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1819.8 s]
/proc/loadavg: 2.00 2.03 2.22 3/75 17218
/proc/meminfo: memFree=1687284/2055920 swapFree=4192812/4192956
[pid=16703] ppid=16701 vsize=16868 CPUtime=1029.49
/proc/16703/stat : 16703 (sugar) S 16701 16703 14547 0 -1 4194304 1376 88512 0 2 6 1 102808 134 16 0 1 0 22578492 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16703/statm: 4217 1113 409 3 0 796 0
[pid=16726] ppid=16703 vsize=5356 CPUtime=0
/proc/16726/stat : 16726 (sh) S 16703 16703 14547 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22682899 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16726/statm: 1339 232 193 169 0 50 0
[pid=16727] ppid=16726 vsize=143432 CPUtime=770.55
/proc/16727/stat : 16727 (minisat) R 16726 16703 14547 0 -1 4194304 34658 0 0 0 77025 30 0 0 25 0 1 0 22682900 146874368 34644 996147200 134512640 135127466 4294956256 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 1 0 0
/proc/16727/statm: 35858 34644 75 150 0 35705 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 165656

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

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

[startup+1819.8 s]
/proc/loadavg: 2.00 2.03 2.22 3/75 17218
/proc/meminfo: memFree=1687284/2055920 swapFree=4192812/4192956
[pid=16703] ppid=16701 vsize=16868 CPUtime=1029.49
/proc/16703/stat : 16703 (sugar) S 16701 16703 14547 0 -1 4194304 1376 88512 0 2 6 1 102808 134 16 0 1 0 22578492 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16703/statm: 4217 1113 409 3 0 796 0
[pid=16726] ppid=16703 vsize=5356 CPUtime=0
/proc/16726/stat : 16726 (sh) S 16703 16703 14547 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22682899 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16726/statm: 1339 232 193 169 0 50 0
[pid=16727] ppid=16726 vsize=143432 CPUtime=770.55
/proc/16727/stat : 16727 (minisat) R 16726 16703 14547 0 -1 4194304 34658 0 0 0 77025 30 0 0 25 0 1 0 22682900 146874368 34644 996147200 134512640 135127466 4294956256 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 1 0 0
/proc/16727/statm: 35858 34644 75 150 0 35705 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 165656

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 16703 and gives
#  childrusage.ru_utime.tv_sec=1028
#  childrusage.ru_utime.tv_usec=150697
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=398787
# CPU time returned by wait4() is 1029.55
# while last known CPU time is 1800.04
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1819.86
CPU time (s): 1800.04
CPU user time (s): 1798.39
CPU system time (s): 1.65
CPU usage (%): 98.9106
Max. virtual memory (cumulated for all children) (KiB): 912848

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1028.15
system time used= 1.39879
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 90271
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= 29284
involuntary context switches= 43856

runsolver used 5.84511 second user time and 13.06 second system time

The end

Launcher Data

Begin job on node90 at 2009-07-12 01:32:18
IDJOB=2071863
IDBENCH=55543
IDSOLVER=739
FILE ID=node90/2071863-1247355138
PBS_JOBID= 9506772
Free space on /tmp= 66208 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/ukVg/normalized-crossword-m1c-uk-vg5-8_ext.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-2071863-1247355138/watcher-2071863-1247355138 -o /tmp/evaluation-result-2071863-1247355138/solver-2071863-1247355138 -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-2071863-1247355138.xml

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

MD5SUM BENCH= e3ec9a5b9cb8c55618d68f0458a68ffa
RANDOM SEED=813000621

node90.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.212
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.212
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1475692 kB
Buffers:          9624 kB
Cached:          85916 kB
SwapCached:          0 kB
Active:         508128 kB
Inactive:        22008 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1475692 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2128 kB
Writeback:           0 kB
Mapped:         449808 kB
Slab:            34376 kB
Committed_AS:   695360 kB
PageTables:       2836 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= 66232 MiB
End job on node90 at 2009-07-12 02:02:40