Trace number 2070180

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+minisatUNSAT 1351.45 1364.19

General information on the benchmark

Namecsp/wordsVg/
normalized-crossword-m1c-words-vg10-12_ext.xml
MD5SUM19fed936c193b710d2133588a1e50e14
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1.50877
Satisfiable
(Un)Satisfiability was proved
Number of variables120
Number of constraints22
Maximum constraint arity12
Maximum domain size26
Number of constraints which are defined in extension22
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.06/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.06/0.08	c 0	BEGIN Sun Jul 12 00:25:58 2009
0.06/0.08	c 0	PID 19408
0.06/0.08	c 0	HOST node68.alineos.net
0.06/0.08	c 0	CONVERTING HOME/instance-2070180-1247351158.xml TO HOME/temp.csp
0.06/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-2070180-1247351158.xml' 'HOME/temp.csp'
0.07/0.34	c 1	1 domains, 120 variables, 0 predicates, 2 relations, 22 constraints
0.07/0.36	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.36	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.31/0.44	c 1	Parsing HOME/temp.csp
0.31/0.57	c 1	parsed 145 expressions
0.31/0.58	c 1	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.31/0.58	c 1	Converting to clausal form CSP
0.31/0.60	c 1	converted 15 (10%) expressions
0.31/0.60	c 1	converted 29 (20%) expressions
0.31/0.60	c 1	converted 44 (30%) expressions
0.31/0.60	c 1	converted 58 (40%) expressions
0.31/0.60	c 1	converted 73 (50%) expressions
0.31/0.60	c 1	converted 87 (60%) expressions
0.31/0.60	c 1	converted 102 (70%) expressions
0.31/0.60	c 1	converted 116 (80%) expressions
1.22/1.36	c 2	converted 131 (90%) expressions
2.01/2.13	c 2	converted 145 (100%) expressions
2.01/2.13	c 2	CSP : 120 integers, 0 booleans, 22 clauses, largest domain size 26
2.01/2.13	c 2	Heap : 49 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.01/2.13	c 2	Propagation in CSP
2.01/2.13	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.01/2.13	c 2	CSP : 120 integers, 0 booleans, 22 clauses, largest domain size 26
2.01/2.13	c 2	Heap : 49 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.01/2.13	c 2	Simplifing CSP by introducing new Boolean variables
2.01/2.13	c 2	CSP : 120 integers, 0 booleans, 22 clauses, largest domain size 26
2.01/2.13	c 2	Heap : 49 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.20/2.36	c 3	Encoding CSP to SAT : HOME/temp.cnf
2.20/2.38	c 3	12 (10%) CSP integer variables are encoded (288 clauses, 3024 bytes)
2.20/2.38	c 3	24 (20%) CSP integer variables are encoded (576 clauses, 6192 bytes)
2.20/2.39	c 3	36 (30%) CSP integer variables are encoded (864 clauses, 9360 bytes)
2.20/2.39	c 3	48 (40%) CSP integer variables are encoded (1152 clauses, 12913 bytes)
2.20/2.39	c 3	60 (50%) CSP integer variables are encoded (1440 clauses, 16657 bytes)
2.20/2.39	c 3	72 (60%) CSP integer variables are encoded (1728 clauses, 20401 bytes)
2.20/2.39	c 3	84 (70%) CSP integer variables are encoded (2016 clauses, 24145 bytes)
2.20/2.39	c 3	96 (80%) CSP integer variables are encoded (2304 clauses, 27889 bytes)
2.20/2.39	c 3	108 (90%) CSP integer variables are encoded (2592 clauses, 31633 bytes)
2.20/2.39	c 3	120 (100%) CSP integer variables are encoded (2880 clauses, 35377 bytes)
43.38/43.93	c 44	3 (10%) CSP clauses are encoded (182037 clauses, 11787298 bytes)
71.09/71.96	c 72	5 (20%) CSP clauses are encoded (301475 clauses, 19885159 bytes)
98.40/99.58	c 100	7 (30%) CSP clauses are encoded (420913 clauses, 28207445 bytes)
126.31/127.72	c 128	9 (40%) CSP clauses are encoded (540351 clauses, 36529731 bytes)
154.03/155.70	c 156	11 (50%) CSP clauses are encoded (659789 clauses, 44852017 bytes)
177.39/179.24	c 180	14 (60%) CSP clauses are encoded (787766 clauses, 53506498 bytes)
187.28/189.11	c 189	16 (70%) CSP clauses are encoded (856024 clauses, 58546405 bytes)
196.76/198.60	c 199	18 (80%) CSP clauses are encoded (924282 clauses, 64357971 bytes)
206.16/208.06	c 208	20 (90%) CSP clauses are encoded (992540 clauses, 70169537 bytes)
215.75/217.60	c 218	22 (100%) CSP clauses are encoded (1060798 clauses, 75981103 bytes)
215.75/217.61	c 218	22 CSP clauses encoded
215.75/217.61	c 218	Writing map file : HOME/temp.map
215.75/217.61	c 218	Heap : 88 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
215.75/217.61	c 218	SAT : 3000 SAT variables, 1060798 SAT clauses, 75981103 bytes
215.75/217.61	c 218	Heap : 88 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
215.75/217.68	c 218	SOLVING HOME/temp.cnf
215.75/217.68	c 218	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
215.75/217.69	c 218	This is MiniSat 2.0 beta
215.75/217.69	c 218	WARNING: for repeatability, setting FPU to use double precision
215.75/217.69	c 218	============================[ Problem Statistics ]=============================
215.75/217.69	c 218	|                                                                             |
215.75/217.69	c 218	|  Number of variables:  3000                                                 |
215.75/217.69	c 218	|  Number of clauses:    1060798                                              |
217.48/219.43	c 220	|  Parsing time:         1.52         s                                       |
217.59/219.53	c 220	============================[ Search Statistics ]==============================
217.59/219.53	c 220	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
217.59/219.53	c 220	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
217.59/219.53	c 220	===============================================================================
217.59/219.53	c 220	|         0 |    3000  1060798 14662178 |   353599        0    nan |  0.000 % |
217.59/219.55	c 220	|       100 |    3000  1060798 14662178 |   388959      100      5 |  0.000 % |
217.69/219.63	c 220	|       250 |    3000  1060798 14662178 |   427855      250      5 |  0.000 % |
217.79/219.79	c 220	|       475 |    3000  1060798 14662178 |   470640      475      6 |  0.000 % |
217.98/219.91	c 220	|       812 |    3000  1060798 14662178 |   517704      812      7 |  0.000 % |
218.08/220.04	c 220	|      1319 |    3000  1060798 14662178 |   569475     1319      8 |  0.000 % |
218.17/220.18	c 220	|      2078 |    3000  1060798 14662178 |   626422     2078      8 |  0.000 % |
218.37/220.40	c 221	|      3220 |    3000  1060798 14662178 |   689065     3220      9 |  0.000 % |
218.77/220.77	c 221	|      4928 |    3000  1060798 14662178 |   757971     4928      9 |  0.000 % |
219.36/221.31	c 222	|      7490 |    3000  1060798 14662178 |   833768     7490     10 |  0.000 % |
220.16/222.12	c 222	|     11334 |    3000  1060798 14662178 |   917145    11334     10 |  0.000 % |
221.65/223.67	c 224	|     17100 |    3000  1060798 14662178 |  1008860    17100     10 |  0.000 % |
224.22/226.22	c 226	|     25750 |    3000  1060798 14662178 |  1109746    25750     11 |  0.000 % |
228.29/230.35	c 231	|     38726 |    3000  1060798 14662178 |  1220720    38726     11 |  0.000 % |
232.94/235.04	c 235	|     58187 |    3000  1060798 14662178 |  1342792    58187     11 |  0.000 % |
249.09/251.35	c 252	|     87379 |    3000  1060798 14662178 |  1477072    87379     12 |  0.000 % |
350.83/354.00	c 354	|    131168 |    2996  1060798 14662178 |  1624779   131167     13 |  0.167 % |
603.22/608.88	c 609	|    196852 |    2996  1060798 14662178 |  1787257   196851     14 |  0.167 % |
1023.02/1032.68	c 1033	|    295380 |    2996  1060798 14662178 |  1965983   295379     15 |  0.167 % |
1351.19/1363.93	c 1364	===============================================================================
1351.19/1363.93	c 1364	restarts              : 19
1351.19/1363.93	c 1364	conflicts             : 360529         (318 /sec)
1351.19/1363.93	c 1364	decisions             : 466041         (1.77 % random) (411 /sec)
1351.19/1363.93	c 1364	propagations          : 31282776       (27561 /sec)
1351.19/1363.93	c 1364	conflict literals     : 5537167        (26.68 % deleted)
1351.19/1363.93	c 1364	Memory used           : 140.20 MB
1351.19/1363.93	c 1364	CPU time              : 1135.06 s
1351.19/1363.93	c 1364	
1351.19/1363.93	c 1364	UNSATISFIABLE
1351.19/1363.96	c 1364	DECODING HOME/temp.out WITH HOME/temp.map
1351.19/1363.96	c 1364	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1351.26/1364.05	c 1364	Decoding HOME/temp.out
1351.26/1364.08	s UNSATISFIABLE
1351.26/1364.09	c 1364	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1351.26/1364.15	c 1364	CPU 1351.4 (0.07 0.01 1350.06 1.26)
1351.26/1364.15	c 1364	END Sun Jul 12 00:48:42 2009

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2070180-1247351158/watcher-2070180-1247351158 -o /tmp/evaluation-result-2070180-1247351158/solver-2070180-1247351158 -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-2070180-1247351158.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: 1.92 2.02 2.06 4/85 19408
/proc/meminfo: memFree=1255600/2055920 swapFree=4192952/4192956
[pid=19408] ppid=19406 vsize=12268 CPUtime=0
/proc/19408/stat : 19408 (sugar) R 19406 19408 18865 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 22178515 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 209560762981 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/19408/statm: 3067 316 241 3 0 167 0

[startup+0.074711 s]
/proc/loadavg: 1.92 2.02 2.06 4/85 19408
/proc/meminfo: memFree=1255600/2055920 swapFree=4192952/4192956
[pid=19408] ppid=19406 vsize=16476 CPUtime=0.06
/proc/19408/stat : 19408 (sugar) R 19406 19408 18865 0 -1 4194304 1040 0 0 0 5 1 0 0 18 0 1 0 22178515 16871424 1008 996147200 4194304 4206940 548682068608 18446744073709551615 209578297039 0 0 4224 0 0 0 0 17 1 0 0
/proc/19408/statm: 4119 1008 380 3 0 698 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16476

[startup+0.101758 s]
/proc/loadavg: 1.92 2.02 2.06 4/85 19408
/proc/meminfo: memFree=1255600/2055920 swapFree=4192952/4192956
[pid=19408] ppid=19406 vsize=16868 CPUtime=0.07
/proc/19408/stat : 19408 (sugar) S 19406 19408 18865 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 22178515 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19408/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.301751 s]
/proc/loadavg: 1.92 2.02 2.06 4/85 19408
/proc/meminfo: memFree=1255600/2055920 swapFree=4192952/4192956
[pid=19408] ppid=19406 vsize=16868 CPUtime=0.07
/proc/19408/stat : 19408 (sugar) S 19406 19408 18865 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 22178515 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19408/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.701821 s]
/proc/loadavg: 1.92 2.02 2.06 4/85 19408
/proc/meminfo: memFree=1255600/2055920 swapFree=4192952/4192956
[pid=19408] ppid=19406 vsize=16868 CPUtime=0.31
/proc/19408/stat : 19408 (sugar) S 19406 19408 18865 0 -1 4194304 1309 5199 0 1 6 1 21 3 15 0 1 0 22178515 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19408/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 16868

[startup+1.50296 s]
/proc/loadavg: 1.92 2.02 2.06 3/96 19430
/proc/meminfo: memFree=1232408/2055920 swapFree=4192952/4192956
[pid=19408] ppid=19406 vsize=16868 CPUtime=0.31
/proc/19408/stat : 19408 (sugar) S 19406 19408 18865 0 -1 4194304 1309 5199 0 1 6 1 21 3 16 0 1 0 22178515 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19408/statm: 4217 1111 409 3 0 796 0
[pid=19421] ppid=19408 vsize=5356 CPUtime=0
/proc/19421/stat : 19421 (sh) S 19408 19408 18865 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22178551 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19421/statm: 1339 233 193 169 0 50 0
[pid=19422] ppid=19421 vsize=864356 CPUtime=1.11
/proc/19422/stat : 19422 (java) S 19421 19408 18865 0 -1 0 12687 0 1 0 104 7 0 0 18 0 9 0 22178552 885100544 11943 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19422/statm: 216089 11943 2566 9 0 210594 0
[pid=19422/tid=19423] ppid=19421 vsize=864356 CPUtime=0.48
/proc/19422/task/19423/stat : 19423 (java) R 19421 19408 18865 0 -1 64 2931 0 1 0 46 2 0 0 20 0 9 0 22178553 885100544 11943 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19422/tid=19424] ppid=19421 vsize=864356 CPUtime=0.56
/proc/19422/task/19424/stat : 19424 (java) R 19421 19408 18865 0 -1 64 8748 0 0 0 53 3 0 0 16 0 9 0 22178554 885100544 11943 996147200 134512640 134550932 4294955936 18446744073709551615 102549400 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19422/tid=19425] ppid=19421 vsize=864356 CPUtime=0
/proc/19422/task/19425/stat : 19425 (java) S 19421 19408 18865 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22178554 885100544 11943 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19422/tid=19426] ppid=19421 vsize=864356 CPUtime=0
/proc/19422/task/19426/stat : 19426 (java) S 19421 19408 18865 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22178554 885100544 11943 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19422/tid=19427] ppid=19421 vsize=864356 CPUtime=0
/proc/19422/task/19427/stat : 19427 (java) S 19421 19408 18865 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22178556 885100544 11943 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19422/tid=19428] ppid=19421 vsize=864356 CPUtime=0.04
/proc/19422/task/19428/stat : 19428 (java) S 19421 19408 18865 0 -1 64 310 0 0 0 4 0 0 0 16 0 9 0 22178556 885100544 11943 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19422/tid=19429] ppid=19421 vsize=864356 CPUtime=0
/proc/19422/task/19429/stat : 19429 (java) S 19421 19408 18865 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 22178556 885100544 11943 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19422/tid=19430] ppid=19421 vsize=864356 CPUtime=0
/proc/19422/task/19430/stat : 19430 (java) S 19421 19408 18865 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 22178556 885100544 11943 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 886580

[startup+3.10122 s]
/proc/loadavg: 1.92 2.02 2.06 4/96 19430
/proc/meminfo: memFree=1189976/2055920 swapFree=4192952/4192956
[pid=19408] ppid=19406 vsize=16868 CPUtime=0.31
/proc/19408/stat : 19408 (sugar) S 19406 19408 18865 0 -1 4194304 1310 5199 0 1 6 1 21 3 15 0 1 0 22178515 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19408/statm: 4217 1111 409 3 0 796 0
[pid=19421] ppid=19408 vsize=5356 CPUtime=0
/proc/19421/stat : 19421 (sh) S 19408 19408 18865 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22178551 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19421/statm: 1339 233 193 169 0 50 0
[pid=19422] ppid=19421 vsize=864468 CPUtime=2.69
/proc/19422/stat : 19422 (java) S 19421 19408 18865 0 -1 0 19470 0 1 0 258 11 0 0 18 0 9 0 22178552 885215232 18674 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19422/statm: 216117 18674 2590 9 0 210594 0
[pid=19422/tid=19423] ppid=19421 vsize=864468 CPUtime=1.33
/proc/19422/task/19423/stat : 19423 (java) R 19421 19408 18865 0 -1 64 3478 0 1 0 131 2 0 0 23 0 9 0 22178553 885215232 18674 996147200 134512640 134550932 4294955936 18446744073709551615 4126570519 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19422/tid=19424] ppid=19421 vsize=864468 CPUtime=1.25
/proc/19422/task/19424/stat : 19424 (java) S 19421 19408 18865 0 -1 64 14961 0 0 0 118 7 0 0 16 0 9 0 22178554 885215232 18674 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19422/tid=19425] ppid=19421 vsize=864468 CPUtime=0
/proc/19422/task/19425/stat : 19425 (java) S 19421 19408 18865 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22178554 885215232 18674 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19422/tid=19426] ppid=19421 vsize=864468 CPUtime=0
/proc/19422/task/19426/stat : 19426 (java) S 19421 19408 18865 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22178554 885215232 18674 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19422/tid=19427] ppid=19421 vsize=864468 CPUtime=0
/proc/19422/task/19427/stat : 19427 (java) S 19421 19408 18865 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22178556 885215232 18674 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19422/tid=19428] ppid=19421 vsize=864468 CPUtime=0.08
/proc/19422/task/19428/stat : 19428 (java) S 19421 19408 18865 0 -1 64 333 0 0 0 8 0 0 0 16 0 9 0 22178556 885215232 18674 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19422/tid=19429] ppid=19421 vsize=864468 CPUtime=0
/proc/19422/task/19429/stat : 19429 (java) S 19421 19408 18865 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 22178556 885215232 18674 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19422/tid=19430] ppid=19421 vsize=864468 CPUtime=0
/proc/19422/task/19430/stat : 19430 (java) S 19421 19408 18865 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 22178556 885215232 18674 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 886692

[startup+6.30276 s]
/proc/loadavg: 1.92 2.02 2.06 3/96 19430
/proc/meminfo: memFree=1183000/2055920 swapFree=4192952/4192956
[pid=19408] ppid=19406 vsize=16868 CPUtime=0.31
/proc/19408/stat : 19408 (sugar) S 19406 19408 18865 0 -1 4194304 1310 5199 0 1 6 1 21 3 15 0 1 0 22178515 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19408/statm: 4217 1111 409 3 0 796 0
[pid=19421] ppid=19408 vsize=5356 CPUtime=0
/proc/19421/stat : 19421 (sh) S 19408 19408 18865 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22178551 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19421/statm: 1339 233 193 169 0 50 0
[pid=19422] ppid=19421 vsize=864468 CPUtime=5.86
/proc/19422/stat : 19422 (java) S 19421 19408 18865 0 -1 0 19808 0 1 0 575 11 0 0 18 0 9 0 22178552 885215232 19005 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19422/statm: 216117 19005 2590 9 0 210594 0
[pid=19422/tid=19423] ppid=19421 vsize=864468 CPUtime=4.48
/proc/19422/task/19423/stat : 19423 (java) R 19421 19408 18865 0 -1 64 3485 0 1 0 446 2 0 0 25 0 9 0 22178553 885215232 19005 996147200 134512640 134550932 4294955936 18446744073709551615 4126570432 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19422/tid=19424] ppid=19421 vsize=864468 CPUtime=1.27
/proc/19422/task/19424/stat : 19424 (java) S 19421 19408 18865 0 -1 64 15292 0 0 0 120 7 0 0 16 0 9 0 22178554 885215232 19005 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19422/tid=19425] ppid=19421 vsize=864468 CPUtime=0
/proc/19422/task/19425/stat : 19425 (java) S 19421 19408 18865 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22178554 885215232 19005 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19422/tid=19426] ppid=19421 vsize=864468 CPUtime=0
/proc/19422/task/19426/stat : 19426 (java) S 19421 19408 18865 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22178554 885215232 19005 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19422/tid=19427] ppid=19421 vsize=864468 CPUtime=0
/proc/19422/task/19427/stat : 19427 (java) S 19421 19408 18865 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22178556 885215232 19005 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19422/tid=19428] ppid=19421 vsize=864468 CPUtime=0.08
/proc/19422/task/19428/stat : 19428 (java) S 19421 19408 18865 0 -1 64 333 0 0 0 8 0 0 0 16 0 9 0 22178556 885215232 19005 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19422/tid=19429] ppid=19421 vsize=864468 CPUtime=0
/proc/19422/task/19429/stat : 19429 (java) S 19421 19408 18865 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 22178556 885215232 19005 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19422/tid=19430] ppid=19421 vsize=864468 CPUtime=0
/proc/19422/task/19430/stat : 19430 (java) S 19421 19408 18865 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 22178556 885215232 19005 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 886692

[startup+12.7028 s]
/proc/loadavg: 2.01 2.04 2.06 3/96 19430
/proc/meminfo: memFree=1177176/2055920 swapFree=4192952/4192956
[pid=19408] ppid=19406 vsize=16868 CPUtime=0.31
/proc/19408/stat : 19408 (sugar) S 19406 19408 18865 0 -1 4194304 1310 5199 0 1 6 1 21 3 15 0 1 0 22178515 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19408/statm: 4217 1111 409 3 0 796 0
[pid=19421] ppid=19408 vsize=5356 CPUtime=0
/proc/19421/stat : 19421 (sh) S 19408 19408 18865 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22178551 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19421/statm: 1339 233 193 169 0 50 0
[pid=19422] ppid=19421 vsize=864468 CPUtime=12.19
/proc/19422/stat : 19422 (java) S 19421 19408 18865 0 -1 0 20928 0 1 0 1207 12 0 0 18 0 9 0 22178552 885215232 20105 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19422/statm: 216117 20105 2590 9 0 210594 0
[pid=19422/tid=19423] ppid=19421 vsize=864468 CPUtime=10.75
/proc/19422/task/19423/stat : 19423 (java) R 19421 19408 18865 0 -1 64 3505 0 1 0 1073 2 0 0 25 0 9 0 22178553 885215232 20105 996147200 134512640 134550932 4294955936 18446744073709551615 4126554639 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19422/tid=19424] ppid=19421 vsize=864468 CPUtime=1.34
/proc/19422/task/19424/stat : 19424 (java) S 19421 19408 18865 0 -1 64 16392 0 0 0 126 8 0 0 16 0 9 0 22178554 885215232 20105 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19422/tid=19425] ppid=19421 vsize=864468 CPUtime=0
/proc/19422/task/19425/stat : 19425 (java) S 19421 19408 18865 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22178554 885215232 20105 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19422/tid=19426] ppid=19421 vsize=864468 CPUtime=0
/proc/19422/task/19426/stat : 19426 (java) S 19421 19408 18865 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22178554 885215232 20105 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19422/tid=19427] ppid=19421 vsize=864468 CPUtime=0
/proc/19422/task/19427/stat : 19427 (java) S 19421 19408 18865 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22178556 885215232 20105 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19422/tid=19428] ppid=19421 vsize=864468 CPUtime=0.08
/proc/19422/task/19428/stat : 19428 (java) S 19421 19408 18865 0 -1 64 333 0 0 0 8 0 0 0 16 0 9 0 22178556 885215232 20105 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19422/tid=19429] ppid=19421 vsize=864468 CPUtime=0
/proc/19422/task/19429/stat : 19429 (java) S 19421 19408 18865 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 22178556 885215232 20105 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19422/tid=19430] ppid=19421 vsize=864468 CPUtime=0
/proc/19422/task/19430/stat : 19430 (java) S 19421 19408 18865 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 22178556 885215232 20105 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.5
Current children cumulated vsize (KiB) 886692

[startup+25.503 s]
/proc/loadavg: 2.01 2.03 2.06 5/96 19430
/proc/meminfo: memFree=1160600/2055920 swapFree=4192952/4192956
[pid=19408] ppid=19406 vsize=16868 CPUtime=0.31
/proc/19408/stat : 19408 (sugar) S 19406 19408 18865 0 -1 4194304 1310 5199 0 1 6 1 21 3 15 0 1 0 22178515 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19408/statm: 4217 1111 409 3 0 796 0
[pid=19421] ppid=19408 vsize=5356 CPUtime=0
/proc/19421/stat : 19421 (sh) S 19408 19408 18865 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22178551 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19421/statm: 1339 233 193 169 0 50 0
[pid=19422] ppid=19421 vsize=864468 CPUtime=24.85
/proc/19422/stat : 19422 (java) S 19421 19408 18865 0 -1 0 23264 0 1 0 2470 15 0 0 18 0 9 0 22178552 885215232 22376 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19422/statm: 216117 22376 2590 9 0 210594 0
[pid=19422/tid=19423] ppid=19421 vsize=864468 CPUtime=23.26
/proc/19422/task/19423/stat : 19423 (java) R 19421 19408 18865 0 -1 64 3570 0 1 0 2322 4 0 0 25 0 9 0 22178553 885215232 22376 996147200 134512640 134550932 4294955936 18446744073709551615 4125952247 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19422/tid=19424] ppid=19421 vsize=864468 CPUtime=1.49
/proc/19422/task/19424/stat : 19424 (java) S 19421 19408 18865 0 -1 64 18659 0 0 0 139 10 0 0 16 0 9 0 22178554 885215232 22376 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19422/tid=19425] ppid=19421 vsize=864468 CPUtime=0
/proc/19422/task/19425/stat : 19425 (java) S 19421 19408 18865 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22178554 885215232 22376 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19422/tid=19426] ppid=19421 vsize=864468 CPUtime=0
/proc/19422/task/19426/stat : 19426 (java) S 19421 19408 18865 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22178554 885215232 22376 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19422/tid=19427] ppid=19421 vsize=864468 CPUtime=0

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

/proc/19408/statm: 4217 1113 409 3 0 796 0
[pid=19433] ppid=19408 vsize=5356 CPUtime=0
/proc/19433/stat : 19433 (sh) S 19408 19408 18865 0 -1 4194304 277 0 0 0 0 0 0 0 19 0 1 0 22200284 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19433/statm: 1339 232 193 169 0 50 0
[pid=19434] ppid=19433 vsize=133992 CPUtime=658.32
/proc/19434/stat : 19434 (minisat) R 19433 19408 18865 0 -1 4194304 32588 0 0 0 65799 33 0 0 25 0 1 0 22200284 137207808 32574 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/19434/statm: 33498 32574 75 150 0 33345 0
Current children cumulated CPU time (s) 874.13
Current children cumulated vsize (KiB) 156216

[startup+942.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/80 19434
/proc/meminfo: memFree=955736/2055920 swapFree=4192952/4192956
[pid=19408] ppid=19406 vsize=16868 CPUtime=215.81
/proc/19408/stat : 19408 (sugar) S 19406 19408 18865 0 -1 4194304 1376 52736 0 2 7 1 21488 85 16 0 1 0 22178515 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19408/statm: 4217 1113 409 3 0 796 0
[pid=19433] ppid=19408 vsize=5356 CPUtime=0
/proc/19433/stat : 19433 (sh) S 19408 19408 18865 0 -1 4194304 277 0 0 0 0 0 0 0 19 0 1 0 22200284 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19433/statm: 1339 232 193 169 0 50 0
[pid=19434] ppid=19433 vsize=135268 CPUtime=717.76
/proc/19434/stat : 19434 (minisat) R 19433 19408 18865 0 -1 4194304 32916 0 0 0 71743 33 0 0 25 0 1 0 22200284 138514432 32902 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/19434/statm: 33817 32902 75 150 0 33664 0
Current children cumulated CPU time (s) 933.57
Current children cumulated vsize (KiB) 157492

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/80 19434
/proc/meminfo: memFree=952856/2055920 swapFree=4192952/4192956
[pid=19408] ppid=19406 vsize=16868 CPUtime=215.81
/proc/19408/stat : 19408 (sugar) S 19406 19408 18865 0 -1 4194304 1376 52736 0 2 7 1 21488 85 16 0 1 0 22178515 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19408/statm: 4217 1113 409 3 0 796 0
[pid=19433] ppid=19408 vsize=5356 CPUtime=0
/proc/19433/stat : 19433 (sh) S 19408 19408 18865 0 -1 4194304 277 0 0 0 0 0 0 0 19 0 1 0 22200284 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19433/statm: 1339 232 193 169 0 50 0
[pid=19434] ppid=19433 vsize=136472 CPUtime=777.18
/proc/19434/stat : 19434 (minisat) R 19433 19408 18865 0 -1 4194304 33237 0 0 0 77685 33 0 0 25 0 1 0 22200284 139747328 33223 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/19434/statm: 34118 33223 75 150 0 33965 0
Current children cumulated CPU time (s) 992.99
Current children cumulated vsize (KiB) 158696

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/80 19434
/proc/meminfo: memFree=950552/2055920 swapFree=4192952/4192956
[pid=19408] ppid=19406 vsize=16868 CPUtime=215.81
/proc/19408/stat : 19408 (sugar) S 19406 19408 18865 0 -1 4194304 1376 52736 0 2 7 1 21488 85 16 0 1 0 22178515 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19408/statm: 4217 1113 409 3 0 796 0
[pid=19433] ppid=19408 vsize=5356 CPUtime=0
/proc/19433/stat : 19433 (sh) S 19408 19408 18865 0 -1 4194304 277 0 0 0 0 0 0 0 19 0 1 0 22200284 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19433/statm: 1339 232 193 169 0 50 0
[pid=19434] ppid=19433 vsize=137564 CPUtime=836.63
/proc/19434/stat : 19434 (minisat) R 19433 19408 18865 0 -1 4194304 33479 0 0 0 83629 34 0 0 25 0 1 0 22200284 140865536 33465 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/19434/statm: 34391 33465 75 150 0 34238 0
Current children cumulated CPU time (s) 1052.44
Current children cumulated vsize (KiB) 159788

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/80 19434
/proc/meminfo: memFree=947928/2055920 swapFree=4192952/4192956
[pid=19408] ppid=19406 vsize=16868 CPUtime=215.81
/proc/19408/stat : 19408 (sugar) S 19406 19408 18865 0 -1 4194304 1376 52736 0 2 7 1 21488 85 16 0 1 0 22178515 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19408/statm: 4217 1113 409 3 0 796 0
[pid=19433] ppid=19408 vsize=5356 CPUtime=0
/proc/19433/stat : 19433 (sh) S 19408 19408 18865 0 -1 4194304 277 0 0 0 0 0 0 0 19 0 1 0 22200284 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19433/statm: 1339 232 193 169 0 50 0
[pid=19434] ppid=19433 vsize=138680 CPUtime=896.05
/proc/19434/stat : 19434 (minisat) R 19433 19408 18865 0 -1 4194304 33751 0 0 0 89571 34 0 0 25 0 1 0 22200284 142008320 33737 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/19434/statm: 34670 33737 75 150 0 34517 0
Current children cumulated CPU time (s) 1111.86
Current children cumulated vsize (KiB) 160904

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/80 19434
/proc/meminfo: memFree=945240/2055920 swapFree=4192952/4192956
[pid=19408] ppid=19406 vsize=16868 CPUtime=215.81
/proc/19408/stat : 19408 (sugar) S 19406 19408 18865 0 -1 4194304 1376 52736 0 2 7 1 21488 85 16 0 1 0 22178515 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19408/statm: 4217 1113 409 3 0 796 0
[pid=19433] ppid=19408 vsize=5356 CPUtime=0
/proc/19433/stat : 19433 (sh) S 19408 19408 18865 0 -1 4194304 277 0 0 0 0 0 0 0 19 0 1 0 22200284 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19433/statm: 1339 232 193 169 0 50 0
[pid=19434] ppid=19433 vsize=140380 CPUtime=955.49
/proc/19434/stat : 19434 (minisat) R 19433 19408 18865 0 -1 4194304 34051 0 0 0 95515 34 0 0 25 0 1 0 22200284 143749120 34037 996147200 134512640 135127466 4294956256 18446744073709551615 134530814 0 0 4096 3 0 0 0 17 1 0 0
/proc/19434/statm: 35095 34037 75 150 0 34942 0
Current children cumulated CPU time (s) 1171.3
Current children cumulated vsize (KiB) 162604

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/80 19434
/proc/meminfo: memFree=943064/2055920 swapFree=4192952/4192956
[pid=19408] ppid=19406 vsize=16868 CPUtime=215.81
/proc/19408/stat : 19408 (sugar) S 19406 19408 18865 0 -1 4194304 1376 52736 0 2 7 1 21488 85 16 0 1 0 22178515 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19408/statm: 4217 1113 409 3 0 796 0
[pid=19433] ppid=19408 vsize=5356 CPUtime=0
/proc/19433/stat : 19433 (sh) S 19408 19408 18865 0 -1 4194304 277 0 0 0 0 0 0 0 19 0 1 0 22200284 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19433/statm: 1339 232 193 169 0 50 0
[pid=19434] ppid=19433 vsize=141524 CPUtime=1014.92
/proc/19434/stat : 19434 (minisat) R 19433 19408 18865 0 -1 4194304 34347 0 0 0 101457 35 0 0 25 0 1 0 22200284 144920576 34333 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/19434/statm: 35381 34333 75 150 0 35228 0
Current children cumulated CPU time (s) 1230.73
Current children cumulated vsize (KiB) 163748

[startup+1302.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/80 19434
/proc/meminfo: memFree=940504/2055920 swapFree=4192952/4192956
[pid=19408] ppid=19406 vsize=16868 CPUtime=215.81
/proc/19408/stat : 19408 (sugar) S 19406 19408 18865 0 -1 4194304 1376 52736 0 2 7 1 21488 85 16 0 1 0 22178515 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19408/statm: 4217 1113 409 3 0 796 0
[pid=19433] ppid=19408 vsize=5356 CPUtime=0
/proc/19433/stat : 19433 (sh) S 19408 19408 18865 0 -1 4194304 277 0 0 0 0 0 0 0 19 0 1 0 22200284 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19433/statm: 1339 232 193 169 0 50 0
[pid=19434] ppid=19433 vsize=142844 CPUtime=1074.35
/proc/19434/stat : 19434 (minisat) R 19433 19408 18865 0 -1 4194304 34646 0 0 0 107400 35 0 0 25 0 1 0 22200284 146272256 34632 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/19434/statm: 35711 34632 75 150 0 35558 0
Current children cumulated CPU time (s) 1290.16
Current children cumulated vsize (KiB) 165068

[startup+1362.3 s]
/proc/loadavg: 2.09 2.03 2.00 3/80 19434
/proc/meminfo: memFree=938584/2055920 swapFree=4192952/4192956
[pid=19408] ppid=19406 vsize=16868 CPUtime=215.81
/proc/19408/stat : 19408 (sugar) S 19406 19408 18865 0 -1 4194304 1376 52736 0 2 7 1 21488 85 16 0 1 0 22178515 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19408/statm: 4217 1113 409 3 0 796 0
[pid=19433] ppid=19408 vsize=5356 CPUtime=0
/proc/19433/stat : 19433 (sh) S 19408 19408 18865 0 -1 4194304 277 0 0 0 0 0 0 0 19 0 1 0 22200284 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19433/statm: 1339 232 193 169 0 50 0
[pid=19434] ppid=19433 vsize=143556 CPUtime=1133.8
/proc/19434/stat : 19434 (minisat) R 19433 19408 18865 0 -1 4194304 34854 0 0 0 113344 36 0 0 25 0 1 0 22200284 147001344 34840 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/19434/statm: 35889 34840 75 150 0 35736 0
Current children cumulated CPU time (s) 1349.61
Current children cumulated vsize (KiB) 165780

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

[startup+1363.1 s]
/proc/loadavg: 2.09 2.03 2.00 3/80 19434
/proc/meminfo: memFree=938520/2055920 swapFree=4192952/4192956
[pid=19408] ppid=19406 vsize=16868 CPUtime=215.81
/proc/19408/stat : 19408 (sugar) S 19406 19408 18865 0 -1 4194304 1376 52736 0 2 7 1 21488 85 16 0 1 0 22178515 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19408/statm: 4217 1113 409 3 0 796 0
[pid=19433] ppid=19408 vsize=5356 CPUtime=0
/proc/19433/stat : 19433 (sh) S 19408 19408 18865 0 -1 4194304 277 0 0 0 0 0 0 0 19 0 1 0 22200284 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19433/statm: 1339 232 193 169 0 50 0
[pid=19434] ppid=19433 vsize=143556 CPUtime=1134.59
/proc/19434/stat : 19434 (minisat) R 19433 19408 18865 0 -1 4194304 34856 0 0 0 113423 36 0 0 25 0 1 0 22200284 147001344 34842 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/19434/statm: 35889 34842 75 150 0 35736 0
Current children cumulated CPU time (s) 1350.4
Current children cumulated vsize (KiB) 165780

[startup+1363.9 s]
/proc/loadavg: 2.08 2.03 2.00 3/80 19434
/proc/meminfo: memFree=938520/2055920 swapFree=4192952/4192956
[pid=19408] ppid=19406 vsize=16868 CPUtime=215.81
/proc/19408/stat : 19408 (sugar) S 19406 19408 18865 0 -1 4194304 1376 52736 0 2 7 1 21488 85 16 0 1 0 22178515 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19408/statm: 4217 1113 409 3 0 796 0
[pid=19433] ppid=19408 vsize=5356 CPUtime=0
/proc/19433/stat : 19433 (sh) S 19408 19408 18865 0 -1 4194304 277 0 0 0 0 0 0 0 19 0 1 0 22200284 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19433/statm: 1339 232 193 169 0 50 0
[pid=19434] ppid=19433 vsize=143556 CPUtime=1135.38
/proc/19434/stat : 19434 (minisat) R 19433 19408 18865 0 -1 4194304 34858 0 0 0 113502 36 0 0 25 0 1 0 22200284 147001344 34844 996147200 134512640 135127466 4294956256 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 1 0 0
/proc/19434/statm: 35889 34844 75 150 0 35736 0
Current children cumulated CPU time (s) 1351.19
Current children cumulated vsize (KiB) 165780

[startup+1364.1 s]
/proc/loadavg: 2.08 2.03 2.00 3/80 19434
/proc/meminfo: memFree=938520/2055920 swapFree=4192952/4192956
[pid=19408] ppid=19406 vsize=16868 CPUtime=1351.26
/proc/19408/stat : 19408 (sugar) S 19406 19408 18865 0 -1 4194304 1449 87888 0 2 7 1 134994 124 15 0 1 0 22178515 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19408/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 1351.26
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 1364.19
CPU time (s): 1351.45
CPU user time (s): 1350.13
CPU system time (s): 1.3208
CPU usage (%): 99.0666
Max. virtual memory (cumulated for all children) (KiB): 899504

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

runsolver used 1.62375 second user time and 4.67329 second system time

The end

Launcher Data

Begin job on node68 at 2009-07-12 00:25:58
IDJOB=2070180
IDBENCH=55145
IDSOLVER=739
FILE ID=node68/2070180-1247351158
PBS_JOBID= 9506890
Free space on /tmp= 66428 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/wordsVg/normalized-crossword-m1c-words-vg10-12_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-2070180-1247351158/watcher-2070180-1247351158 -o /tmp/evaluation-result-2070180-1247351158/solver-2070180-1247351158 -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-2070180-1247351158.xml

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

MD5SUM BENCH= 19fed936c193b710d2133588a1e50e14
RANDOM SEED=2000688456

node68.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.258
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.258
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:       1256080 kB
Buffers:         63052 kB
Cached:         538608 kB
SwapCached:          4 kB
Active:         218456 kB
Inactive:       506828 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1256080 kB
SwapTotal:     4192956 kB
SwapFree:      4192952 kB
Dirty:            9232 kB
Writeback:           0 kB
Mapped:         145192 kB
Slab:            59004 kB
Committed_AS:   323152 kB
PageTables:       2320 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66368 MiB
End job on node68 at 2009-07-12 00:48:42