Trace number 2068607

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+minisatSAT 1351.8 1356.17

General information on the benchmark

Namecsp/ukHerald/
normalized-crossword-m1-uk-15-09.xml
MD5SUM37fc4856568d841902d46b632fbbf16a
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.510921
Satisfiable
(Un)Satisfiability was proved
Number of variables187
Number of constraints907
Maximum constraint arity14
Maximum domain size26
Number of constraints which are defined in extension82
Number of constraints which are defined in intension825
Global constraints used (with number of constraints)

Solver Data

0.02/0.26	c 0	Sugar v1-14-6 + HOME/minisat
0.02/0.26	c 0	BEGIN Sat Jul 11 23:31:25 2009
0.02/0.26	c 0	PID 20235
0.02/0.27	c 0	HOST node44.alineos.net
0.02/0.27	c 0	CONVERTING HOME/instance-2068607-1247347884.xml TO HOME/temp.csp
0.02/0.27	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2068607-1247347884.xml' 'HOME/temp.csp'
0.86/1.13	c 1	1 domains, 187 variables, 6 predicates, 5 relations, 907 constraints
0.86/1.19	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.86/1.19	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.91/1.27	c 1	Parsing HOME/temp.csp
0.91/1.90	c 1	parsed 1106 expressions
0.91/1.91	c 1	Heap : 11 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.91/1.91	c 1	Converting to clausal form CSP
0.91/1.93	c 1	converted 111 (10%) expressions
1.90/2.27	c 2	converted 222 (20%) expressions
4.66/5.03	c 4	converted 332 (30%) expressions
8.32/8.79	c 8	converted 443 (40%) expressions
8.42/8.82	c 8	converted 553 (50%) expressions
8.42/8.83	c 8	converted 664 (60%) expressions
8.42/8.84	c 8	converted 775 (70%) expressions
8.52/8.92	c 8	converted 885 (80%) expressions
8.52/8.94	c 8	converted 996 (90%) expressions
8.52/8.95	c 8	converted 1106 (100%) expressions
8.52/8.95	c 8	CSP : 187 integers, 0 booleans, 907 clauses, largest domain size 26
8.52/8.95	c 8	Heap : 158 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
8.52/8.95	c 8	Propagation in CSP
8.52/8.96	c 8	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
8.52/8.96	c 8	CSP : 187 integers, 0 booleans, 907 clauses, largest domain size 26
8.52/8.96	c 8	Heap : 158 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
8.52/8.97	c 8	Simplifing CSP by introducing new Boolean variables
8.52/8.99	c 8	CSP : 187 integers, 7048 booleans, 7955 clauses, largest domain size 26
8.52/8.99	c 8	Heap : 161 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
9.90/10.35	c 10	Encoding CSP to SAT : HOME/temp.cnf
9.90/10.37	c 10	19 (10%) CSP integer variables are encoded (456 clauses, 4872 bytes)
9.90/10.37	c 10	38 (20%) CSP integer variables are encoded (912 clauses, 9888 bytes)
9.90/10.37	c 10	57 (30%) CSP integer variables are encoded (1368 clauses, 15721 bytes)
9.90/10.38	c 10	75 (40%) CSP integer variables are encoded (1800 clauses, 21337 bytes)
9.90/10.38	c 10	94 (50%) CSP integer variables are encoded (2256 clauses, 27265 bytes)
9.90/10.38	c 10	113 (60%) CSP integer variables are encoded (2712 clauses, 33193 bytes)
9.90/10.38	c 10	131 (70%) CSP integer variables are encoded (3144 clauses, 38809 bytes)
9.90/10.38	c 10	150 (80%) CSP integer variables are encoded (3600 clauses, 44737 bytes)
9.90/10.38	c 10	169 (90%) CSP integer variables are encoded (4056 clauses, 50665 bytes)
9.90/10.38	c 10	187 (100%) CSP integer variables are encoded (4488 clauses, 56281 bytes)
115.33/115.84	c 115	796 (10%) CSP clauses are encoded (1066726 clauses, 45344516 bytes)
1117.77/1121.13	c 1121	1591 (20%) CSP clauses are encoded (2767412 clauses, 142881467 bytes)
1117.77/1121.17	c 1121	2387 (30%) CSP clauses are encoded (2785908 clauses, 143205252 bytes)
1117.87/1121.22	c 1121	3182 (40%) CSP clauses are encoded (2804378 clauses, 143532804 bytes)
1117.87/1121.25	c 1121	3978 (50%) CSP clauses are encoded (2822849 clauses, 143870423 bytes)
1117.87/1121.29	c 1121	4773 (60%) CSP clauses are encoded (2841444 clauses, 144211620 bytes)
1117.97/1121.32	c 1121	5569 (70%) CSP clauses are encoded (2860340 clauses, 144550206 bytes)
1117.97/1121.36	c 1121	6364 (80%) CSP clauses are encoded (2879210 clauses, 144909898 bytes)
1118.07/1121.40	c 1121	7160 (90%) CSP clauses are encoded (2898081 clauses, 145282431 bytes)
1118.07/1121.44	c 1121	7955 (100%) CSP clauses are encoded (2917351 clauses, 145659132 bytes)
1118.07/1121.44	c 1121	7955 CSP clauses encoded
1118.07/1121.44	c 1121	Writing map file : HOME/temp.map
1118.07/1121.45	c 1121	Heap : 216 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
1118.07/1121.45	c 1121	SAT : 11723 SAT variables, 2917351 SAT clauses, 145659132 bytes
1118.07/1121.45	c 1121	Heap : 216 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
1118.12/1121.55	c 1121	SOLVING HOME/temp.cnf
1118.12/1121.55	c 1121	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1118.12/1121.56	c 1121	This is MiniSat 2.0 beta
1118.12/1121.56	c 1121	WARNING: for repeatability, setting FPU to use double precision
1118.12/1121.56	c 1121	============================[ Problem Statistics ]=============================
1118.12/1121.56	c 1121	|                                                                             |
1118.12/1121.56	c 1121	|  Number of variables:  11723                                                |
1118.12/1121.56	c 1121	|  Number of clauses:    2917351                                              |
1120.99/1124.49	c 1124	|  Parsing time:         2.52         s                                       |
1121.20/1124.68	c 1124	============================[ Search Statistics ]==============================
1121.20/1124.68	c 1124	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1121.20/1124.68	c 1124	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1121.20/1124.68	c 1124	===============================================================================
1121.20/1124.68	c 1124	|         0 |   11723  2917351 26108852 |   972450        0    nan |  0.000 % |
1121.39/1124.90	c 1124	|       100 |   11723  2917351 26108852 |  1069695      100     10 |  0.000 % |
1121.60/1125.08	c 1125	|       252 |   11723  2917351 26108852 |  1176664      252     10 |  0.000 % |
1121.80/1125.26	c 1125	|       479 |   11723  2917351 26108852 |  1294331      479     10 |  0.000 % |
1122.09/1125.50	c 1125	|       817 |   11723  2917351 26108852 |  1423764      817      9 |  0.000 % |
1122.09/1125.55	c 1125	|      1324 |   11723  2917351 26108852 |  1566140     1324     10 |  0.000 % |
1122.29/1125.74	c 1125	|      2084 |   11723  2917351 26108852 |  1722755     2084     10 |  0.000 % |
1122.90/1126.36	c 1126	|      3225 |   11723  2917351 26108852 |  1895030     3225     10 |  0.000 % |
1123.49/1126.93	c 1126	|      4933 |   11723  2917351 26108852 |  2084533     4933     12 |  0.000 % |
1124.69/1128.14	c 1128	|      7495 |   11723  2917351 26108852 |  2292987     7495     11 |  0.000 % |
1127.88/1131.31	c 1131	|     11339 |   11723  2917351 26108852 |  2522285    11339     11 |  0.000 % |
1130.99/1134.44	c 1134	|     17105 |   11723  2917351 26108852 |  2774514    17105     11 |  0.000 % |
1135.68/1139.18	c 1139	|     25754 |   11723  2917351 26108852 |  3051965    25754     11 |  0.000 % |
1144.38/1147.88	c 1147	|     38728 |   11723  2917351 26108852 |  3357162    38728     12 |  0.000 % |
1152.74/1156.23	c 1156	|     58189 |   11723  2917351 26108852 |  3692878    58189     12 |  0.000 % |
1168.16/1171.78	c 1171	|     87381 |   11723  2917351 26108852 |  4062166    87381     12 |  0.000 % |
1188.85/1192.56	c 1192	|    131171 |   11723  2917351 26108852 |  4468383   131171     13 |  0.000 % |
1238.12/1242.03	c 1241	|    196855 |   11723  2917351 26108852 |  4915221   196855     13 |  0.000 % |
1312.97/1317.23	c 1317	|    295381 |   11723  2917351 26108852 |  5406743   295381     13 |  0.000 % |
1351.39/1355.84	c 1355	===============================================================================
1351.39/1355.84	c 1355	restarts              : 19
1351.39/1355.84	c 1355	conflicts             : 340577         (1464 /sec)
1351.39/1355.84	c 1355	decisions             : 482246         (1.77 % random) (2072 /sec)
1351.39/1355.84	c 1355	propagations          : 9458077        (40644 /sec)
1351.39/1355.84	c 1355	conflict literals     : 4473034        (21.15 % deleted)
1351.39/1355.84	c 1355	Memory used           : 254.57 MB
1351.39/1355.84	c 1355	CPU time              : 232.708 s
1351.39/1355.84	c 1355	
1351.39/1355.84	c 1355	SATISFIABLE
1351.39/1355.88	c 1355	DECODING HOME/temp.out WITH HOME/temp.map
1351.39/1355.88	c 1355	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.49/1355.96	c 1355	Decoding HOME/temp.out
1351.49/1356.08	s SATISFIABLE
1351.49/1356.09	v 20 25 8 18 18 12 4 4 10 19 25 0 17 11 4 21 0 25 14 17 17 14 4 24 17 4 21 4 4 18 4 20 17 20 18 18 12 8 19 0 18 18 7 14 11 4 15 4 13 19 4 11 18 0 22 11 0 19 18 4 0 19 17 4 24 18 24 20 18 20 19 8 11 4 17 8 19 18 18 4 19 20 18 4 3 20 15 4 19 7 20 15 19 20 17 13 18 4 21 4 0 25 14 11 11 0 12 24 18 2 0 21 4 19 24 18 14 13 20 13 0 15 14 11 24 18 22 0 17 13 18 12 8 17 24 4 22 19 17 4 4 6 17 20 24 4 17 4 11 24 17 4 15 0 19 8 14 3 25 14 18 4 17 8 2 14 19 0 6 14 14 17 0 13 12 24 19 7 18 7 4 0 5 13 0 17 4
1351.49/1356.09	c 1356	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1351.49/1356.11	c 1356	CPU 1351.7 (0.06 0.01 1349.29 2.34)
1351.49/1356.11	c 1356	END Sat Jul 11 23:54:01 2009

Verifier Data

OK

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2068607-1247347884/watcher-2068607-1247347884 -o /tmp/evaluation-result-2068607-1247347884/solver-2068607-1247347884 -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-2068607-1247347884.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.25 2.14 2.13 4/82 20235
/proc/meminfo: memFree=1708672/2055920 swapFree=4192812/4192956
[pid=20235] ppid=20233 vsize=18576 CPUtime=0
/proc/20235/stat : 20235 (runsolver) D 20233 20235 20198 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 21852314 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 264840473895 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/20235/statm: 4644 284 249 26 0 2626 0

[startup+0.029326 s]
/proc/loadavg: 2.25 2.14 2.13 4/82 20235
/proc/meminfo: memFree=1708672/2055920 swapFree=4192812/4192956
[pid=20235] ppid=20233 vsize=124 CPUtime=0
/proc/20235/stat : 20235 (sugar) D 20233 20235 20198 0 -1 4194304 37 0 1 0 0 0 0 0 19 0 1 0 21852314 126976 23 996147200 4194304 4206940 548682068608 18446744073709551615 264837854697 0 0 4096 0 18446744071563608240 0 0 17 0 0 0
/proc/20235/statm: 31 23 17 3 0 3 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 124

[startup+0.101317 s]
/proc/loadavg: 2.25 2.14 2.13 4/82 20235
/proc/meminfo: memFree=1708672/2055920 swapFree=4192812/4192956
[pid=20235] ppid=20233 vsize=12272 CPUtime=0
/proc/20235/stat : 20235 (sugar) D 20233 20235 20198 0 -1 4194304 359 0 3 0 0 0 0 0 18 0 1 0 21852314 12566528 330 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 0 18446744071563608240 0 0 17 1 0 0
/proc/20235/statm: 3068 330 246 3 0 168 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12272

[startup+0.301338 s]
/proc/loadavg: 2.25 2.14 2.13 4/82 20235
/proc/meminfo: memFree=1708672/2055920 swapFree=4192812/4192956
[pid=20235] ppid=20233 vsize=16868 CPUtime=0.06
/proc/20235/stat : 20235 (sugar) S 20233 20235 20198 0 -1 4194304 1222 128 5 0 5 1 0 0 19 0 1 0 21852314 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20235/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701385 s]
/proc/loadavg: 2.25 2.14 2.13 4/82 20235
/proc/meminfo: memFree=1708672/2055920 swapFree=4192812/4192956
[pid=20235] ppid=20233 vsize=16868 CPUtime=0.06
/proc/20235/stat : 20235 (sugar) S 20233 20235 20198 0 -1 4194304 1222 128 5 0 5 1 0 0 19 0 1 0 21852314 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20235/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50146 s]
/proc/loadavg: 2.25 2.14 2.13 3/93 20247
/proc/meminfo: memFree=1683176/2055920 swapFree=4192812/4192956
[pid=20235] ppid=20233 vsize=16868 CPUtime=0.91
/proc/20235/stat : 20235 (sugar) S 20233 20235 20198 0 -1 4194304 1304 9687 5 1 5 1 77 8 16 0 1 0 21852314 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20235/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.91
Current children cumulated vsize (KiB) 16868

[startup+3.10264 s]
/proc/loadavg: 2.25 2.14 2.13 4/93 20257
/proc/meminfo: memFree=1682152/2055920 swapFree=4192812/4192956
[pid=20235] ppid=20233 vsize=16868 CPUtime=0.91
/proc/20235/stat : 20235 (sugar) S 20233 20235 20198 0 -1 4194304 1304 9687 5 1 5 1 77 8 16 0 1 0 21852314 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20235/statm: 4217 1111 409 3 0 796 0
[pid=20248] ppid=20235 vsize=5356 CPUtime=0
/proc/20248/stat : 20248 (sh) S 20235 20235 20198 0 -1 4194304 278 0 0 0 0 0 0 0 19 0 1 0 21852433 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20248/statm: 1339 233 193 169 0 50 0
[pid=20249] ppid=20248 vsize=864508 CPUtime=1.87
/proc/20249/stat : 20249 (java) S 20248 20235 20198 0 -1 0 15372 0 1 0 179 8 0 0 18 0 9 0 21852434 885256192 14302 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20249/statm: 216127 14302 2566 9 0 210632 0
[pid=20249/tid=20250] ppid=20248 vsize=864508 CPUtime=0.93
/proc/20249/task/20250/stat : 20250 (java) R 20248 20235 20198 0 -1 64 2891 0 1 0 91 2 0 0 21 0 9 0 21852435 885256192 14302 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20249/tid=20251] ppid=20248 vsize=864508 CPUtime=0.87
/proc/20249/task/20251/stat : 20251 (java) R 20248 20235 20198 0 -1 64 11463 0 0 0 82 5 0 0 16 0 9 0 21852436 885256192 14302 996147200 134512640 134550932 4294955936 18446744073709551615 102758062 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20249/tid=20252] ppid=20248 vsize=864508 CPUtime=0
/proc/20249/task/20252/stat : 20252 (java) S 20248 20235 20198 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 21852436 885256192 14302 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20249/tid=20253] ppid=20248 vsize=864508 CPUtime=0
/proc/20249/task/20253/stat : 20253 (java) S 20248 20235 20198 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 21852436 885256192 14302 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20249/tid=20254] ppid=20248 vsize=864508 CPUtime=0
/proc/20249/task/20254/stat : 20254 (java) S 20248 20235 20198 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21852438 885256192 14302 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20249/tid=20255] ppid=20248 vsize=864508 CPUtime=0.05
/proc/20249/task/20255/stat : 20255 (java) S 20248 20235 20198 0 -1 64 315 0 0 0 5 0 0 0 16 0 9 0 21852438 885256192 14302 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20249/tid=20256] ppid=20248 vsize=864508 CPUtime=0
/proc/20249/task/20256/stat : 20256 (java) S 20248 20235 20198 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 21852438 885256192 14302 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20249/tid=20257] ppid=20248 vsize=864508 CPUtime=0
/proc/20249/task/20257/stat : 20257 (java) S 20248 20235 20198 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21852438 885256192 14302 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.78
Current children cumulated vsize (KiB) 886732

[startup+6.30297 s]
/proc/loadavg: 2.31 2.16 2.14 4/93 20257
/proc/meminfo: memFree=1594984/2055920 swapFree=4192812/4192956
[pid=20235] ppid=20233 vsize=16868 CPUtime=0.91
/proc/20235/stat : 20235 (sugar) S 20233 20235 20198 0 -1 4194304 1304 9687 5 1 5 1 77 8 16 0 1 0 21852314 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20235/statm: 4217 1111 409 3 0 796 0
[pid=20248] ppid=20235 vsize=5356 CPUtime=0
/proc/20248/stat : 20248 (sh) S 20235 20235 20198 0 -1 4194304 278 0 0 0 0 0 0 0 19 0 1 0 21852433 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20248/statm: 1339 233 193 169 0 50 0
[pid=20249] ppid=20248 vsize=869092 CPUtime=5.04
/proc/20249/stat : 20249 (java) S 20248 20235 20198 0 -1 0 35735 0 1 0 485 19 0 0 18 0 9 0 21852434 889950208 34385 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20249/statm: 217273 34385 2566 9 0 211778 0
[pid=20249/tid=20250] ppid=20248 vsize=869092 CPUtime=2.16
/proc/20249/task/20250/stat : 20250 (java) R 20248 20235 20198 0 -1 64 3654 0 1 0 214 2 0 0 25 0 9 0 21852435 889950208 34385 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20249/tid=20251] ppid=20248 vsize=869092 CPUtime=2.69
/proc/20249/task/20251/stat : 20251 (java) R 20248 20235 20198 0 -1 64 29930 0 0 0 255 14 0 0 16 0 9 0 21852436 889950208 34385 996147200 134512640 134550932 4294955936 18446744073709551615 103732448 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20249/tid=20252] ppid=20248 vsize=869092 CPUtime=0
/proc/20249/task/20252/stat : 20252 (java) S 20248 20235 20198 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 21852436 889950208 34385 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20249/tid=20253] ppid=20248 vsize=869092 CPUtime=0
/proc/20249/task/20253/stat : 20253 (java) S 20248 20235 20198 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 21852436 889950208 34385 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20249/tid=20254] ppid=20248 vsize=869092 CPUtime=0
/proc/20249/task/20254/stat : 20254 (java) S 20248 20235 20198 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21852438 889950208 34385 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20249/tid=20255] ppid=20248 vsize=869092 CPUtime=0.14
/proc/20249/task/20255/stat : 20255 (java) S 20248 20235 20198 0 -1 64 1448 0 0 0 14 0 0 0 16 0 9 0 21852438 889950208 34385 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20249/tid=20256] ppid=20248 vsize=869092 CPUtime=0
/proc/20249/task/20256/stat : 20256 (java) S 20248 20235 20198 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 21852438 889950208 34385 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20249/tid=20257] ppid=20248 vsize=869092 CPUtime=0
/proc/20249/task/20257/stat : 20257 (java) S 20248 20235 20198 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21852438 889950208 34385 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.95
Current children cumulated vsize (KiB) 891316

[startup+12.7026 s]
/proc/loadavg: 2.45 2.19 2.15 3/93 20257
/proc/meminfo: memFree=1489768/2055920 swapFree=4192812/4192956
[pid=20235] ppid=20233 vsize=16868 CPUtime=0.92
/proc/20235/stat : 20235 (sugar) S 20233 20235 20198 0 -1 4194304 1305 9687 5 1 6 1 77 8 16 0 1 0 21852314 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20235/statm: 4217 1111 409 3 0 796 0
[pid=20248] ppid=20235 vsize=5356 CPUtime=0
/proc/20248/stat : 20248 (sh) S 20235 20235 20198 0 -1 4194304 278 0 0 0 0 0 0 0 19 0 1 0 21852433 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20248/statm: 1339 233 193 169 0 50 0
[pid=20249] ppid=20248 vsize=868700 CPUtime=11.39
/proc/20249/stat : 20249 (java) S 20248 20235 20198 0 -1 0 69696 0 2 0 1103 36 0 0 18 0 9 0 21852434 889548800 49038 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20249/statm: 217175 49038 2592 9 0 211652 0
[pid=20249/tid=20250] ppid=20248 vsize=868700 CPUtime=5.32
/proc/20249/task/20250/stat : 20250 (java) R 20248 20235 20198 0 -1 64 4878 0 2 0 527 5 0 0 25 0 9 0 21852435 889548800 49038 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20249/tid=20251] ppid=20248 vsize=868700 CPUtime=5.82
/proc/20249/task/20251/stat : 20251 (java) S 20248 20235 20198 0 -1 64 62631 0 0 0 554 28 0 0 16 0 9 0 21852436 889548800 49038 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20249/tid=20252] ppid=20248 vsize=868700 CPUtime=0
/proc/20249/task/20252/stat : 20252 (java) S 20248 20235 20198 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 21852436 889548800 49038 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20249/tid=20253] ppid=20248 vsize=868700 CPUtime=0
/proc/20249/task/20253/stat : 20253 (java) S 20248 20235 20198 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 21852436 889548800 49038 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20249/tid=20254] ppid=20248 vsize=868700 CPUtime=0
/proc/20249/task/20254/stat : 20254 (java) S 20248 20235 20198 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21852438 889548800 49038 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20249/tid=20255] ppid=20248 vsize=868700 CPUtime=0.21
/proc/20249/task/20255/stat : 20255 (java) S 20248 20235 20198 0 -1 64 1484 0 0 0 21 0 0 0 16 0 9 0 21852438 889548800 49038 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20249/tid=20256] ppid=20248 vsize=868700 CPUtime=0
/proc/20249/task/20256/stat : 20256 (java) S 20248 20235 20198 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 21852438 889548800 49038 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20249/tid=20257] ppid=20248 vsize=868700 CPUtime=0
/proc/20249/task/20257/stat : 20257 (java) S 20248 20235 20198 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21852438 889548800 49038 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.31
Current children cumulated vsize (KiB) 890924

[startup+25.5019 s]
/proc/loadavg: 2.35 2.18 2.14 3/93 20257
/proc/meminfo: memFree=1476520/2055920 swapFree=4192812/4192956
[pid=20235] ppid=20233 vsize=16868 CPUtime=0.92
/proc/20235/stat : 20235 (sugar) S 20233 20235 20198 0 -1 4194304 1305 9687 5 1 6 1 77 8 16 0 1 0 21852314 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20235/statm: 4217 1111 409 3 0 796 0
[pid=20248] ppid=20235 vsize=5356 CPUtime=0
/proc/20248/stat : 20248 (sh) S 20235 20235 20198 0 -1 4194304 278 0 0 0 0 0 0 0 19 0 1 0 21852433 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20248/statm: 1339 233 193 169 0 50 0
[pid=20249] ppid=20248 vsize=868700 CPUtime=24.18
/proc/20249/stat : 20249 (java) S 20248 20235 20198 0 -1 0 70254 0 2 0 2376 42 0 0 18 0 9 0 21852434 889548800 49557 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20249/statm: 217175 49557 2592 9 0 211652 0
[pid=20249/tid=20250] ppid=20248 vsize=868700 CPUtime=17.85
/proc/20249/task/20250/stat : 20250 (java) R 20248 20235 20198 0 -1 64 4917 0 2 0 1774 11 0 0 25 0 9 0 21852435 889548800 49557 996147200 134512640 134550932 4294955936 18446744073709551615 4126922735 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20249/tid=20251] ppid=20248 vsize=868700 CPUtime=6.07
/proc/20249/task/20251/stat : 20251 (java) S 20248 20235 20198 0 -1 64 63141 0 0 0 578 29 0 0 16 0 9 0 21852436 889548800 49557 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20249/tid=20252] ppid=20248 vsize=868700 CPUtime=0
/proc/20249/task/20252/stat : 20252 (java) S 20248 20235 20198 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 21852436 889548800 49557 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20249/tid=20253] ppid=20248 vsize=868700 CPUtime=0
/proc/20249/task/20253/stat : 20253 (java) S 20248 20235 20198 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 21852436 889548800 49557 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20249/tid=20254] ppid=20248 vsize=868700 CPUtime=0
/proc/20249/task/20254/stat : 20254 (java) S 20248 20235 20198 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21852438 889548800 49557 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20249/tid=20255] ppid=20248 vsize=868700 CPUtime=0.23
/proc/20249/task/20255/stat : 20255 (java) S 20248 20235 20198 0 -1 64 1493 0 0 0 22 1 0 0 16 0 9 0 21852438 889548800 49557 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20249/tid=20256] ppid=20248 vsize=868700 CPUtime=0
/proc/20249/task/20256/stat : 20256 (java) S 20248 20235 20198 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 21852438 889548800 49557 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20249/tid=20257] ppid=20248 vsize=868700 CPUtime=0
/proc/20249/task/20257/stat : 20257 (java) S 20248 20235 20198 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21852438 889548800 49557 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.1
Current children cumulated vsize (KiB) 890924

[startup+51.1026 s]
/proc/loadavg: 2.29 2.18 2.14 4/93 20257
/proc/meminfo: memFree=1418664/2055920 swapFree=4192812/4192956
[pid=20235] ppid=20233 vsize=16868 CPUtime=0.92
/proc/20235/stat : 20235 (sugar) S 20233 20235 20198 0 -1 4194304 1305 9687 5 1 6 1 77 8 16 0 1 0 21852314 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20235/statm: 4217 1111 409 3 0 796 0
[pid=20248] ppid=20235 vsize=5356 CPUtime=0
/proc/20248/stat : 20248 (sh) S 20235 20235 20198 0 -1 4194304 278 0 0 0 0 0 0 0 19 0 1 0 21852433 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20248/statm: 1339 233 193 169 0 50 0
[pid=20249] ppid=20248 vsize=868700 CPUtime=49.75
/proc/20249/stat : 20249 (java) S 20248 20235 20198 0 -1 0 75555 0 2 0 4922 53 0 0 18 0 9 0 21852434 889548800 54802 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20249/statm: 217175 54802 2592 9 0 211652 0

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


[startup+1122.3 s]
/proc/loadavg: 2.46 2.35 2.24 4/85 20259
/proc/meminfo: memFree=1299304/2055920 swapFree=4192812/4192956
[pid=20235] ppid=20233 vsize=16868 CPUtime=1118.17
/proc/20235/stat : 20235 (sugar) S 20233 20235 20198 0 -1 4194304 1371 133238 5 3 6 1 111640 170 16 0 1 0 21852314 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20235/statm: 4217 1113 409 3 0 796 0
[pid=20258] ppid=20235 vsize=5356 CPUtime=0
/proc/20258/stat : 20258 (sh) S 20235 20235 20198 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21964469 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20258/statm: 1339 232 193 169 0 50 0
[pid=20259] ppid=20258 vsize=52888 CPUtime=0.72
/proc/20259/stat : 20259 (minisat) R 20258 20235 20198 0 -1 4194304 12962 0 0 0 63 9 0 0 25 0 1 0 21964470 54157312 12948 996147200 134512640 135127466 4294956256 18446744073709551615 134718351 0 0 4096 3 0 0 0 17 0 0 0
/proc/20259/statm: 13222 12948 62 150 0 13069 0
Current children cumulated CPU time (s) 1118.89
Current children cumulated vsize (KiB) 75112

[startup+1182.3 s]
/proc/loadavg: 2.41 2.35 2.25 3/85 20261
/proc/meminfo: memFree=1099048/2055920 swapFree=4192812/4192956
[pid=20235] ppid=20233 vsize=16868 CPUtime=1118.17
/proc/20235/stat : 20235 (sugar) S 20233 20235 20198 0 -1 4194304 1371 133238 5 3 6 1 111640 170 16 0 1 0 21852314 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20235/statm: 4217 1113 409 3 0 796 0
[pid=20258] ppid=20235 vsize=5356 CPUtime=0
/proc/20258/stat : 20258 (sh) S 20235 20235 20198 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21964469 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20258/statm: 1339 232 193 169 0 50 0
[pid=20259] ppid=20258 vsize=230492 CPUtime=60.54
/proc/20259/stat : 20259 (minisat) R 20258 20235 20198 0 -1 4194304 56143 0 0 0 6005 49 0 0 25 0 1 0 21964470 236023808 56129 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/20259/statm: 57623 56129 76 150 0 57470 0
Current children cumulated CPU time (s) 1178.71
Current children cumulated vsize (KiB) 252716

[startup+1242.3 s]
/proc/loadavg: 2.26 2.32 2.24 4/85 20261
/proc/meminfo: memFree=1087208/2055920 swapFree=4192812/4192956
[pid=20235] ppid=20233 vsize=16868 CPUtime=1118.17
/proc/20235/stat : 20235 (sugar) S 20233 20235 20198 0 -1 4194304 1371 133238 5 3 6 1 111640 170 16 0 1 0 21852314 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20235/statm: 4217 1113 409 3 0 796 0
[pid=20258] ppid=20235 vsize=5356 CPUtime=0
/proc/20258/stat : 20258 (sh) S 20235 20235 20198 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21964469 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20258/statm: 1339 232 193 169 0 50 0
[pid=20259] ppid=20258 vsize=242408 CPUtime=120.25
/proc/20259/stat : 20259 (minisat) R 20258 20235 20198 0 -1 4194304 59027 0 0 0 11973 52 0 0 25 0 1 0 21964470 248225792 59013 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/20259/statm: 60602 59013 76 150 0 60449 0
Current children cumulated CPU time (s) 1238.42
Current children cumulated vsize (KiB) 264632

[startup+1302.3 s]
/proc/loadavg: 2.51 2.38 2.27 3/85 20261
/proc/meminfo: memFree=1076904/2055920 swapFree=4192812/4192956
[pid=20235] ppid=20233 vsize=16868 CPUtime=1118.17
/proc/20235/stat : 20235 (sugar) S 20233 20235 20198 0 -1 4194304 1371 133238 5 3 6 1 111640 170 16 0 1 0 21852314 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20235/statm: 4217 1113 409 3 0 796 0
[pid=20258] ppid=20235 vsize=5356 CPUtime=0
/proc/20258/stat : 20258 (sh) S 20235 20235 20198 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21964469 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20258/statm: 1339 232 193 169 0 50 0
[pid=20259] ppid=20258 vsize=252924 CPUtime=179.98
/proc/20259/stat : 20259 (minisat) R 20258 20235 20198 0 -1 4194304 61589 0 0 0 17943 55 0 0 25 0 1 0 21964470 258994176 61575 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/20259/statm: 63231 61575 76 150 0 63078 0
Current children cumulated CPU time (s) 1298.15
Current children cumulated vsize (KiB) 275148

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

[startup+1305.5 s]
/proc/loadavg: 2.55 2.39 2.27 4/85 20261
/proc/meminfo: memFree=1076648/2055920 swapFree=4192812/4192956
[pid=20235] ppid=20233 vsize=16868 CPUtime=1118.17
/proc/20235/stat : 20235 (sugar) S 20233 20235 20198 0 -1 4194304 1371 133238 5 3 6 1 111640 170 16 0 1 0 21852314 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20235/statm: 4217 1113 409 3 0 796 0
[pid=20258] ppid=20235 vsize=5356 CPUtime=0
/proc/20258/stat : 20258 (sh) S 20235 20235 20198 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21964469 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20258/statm: 1339 232 193 169 0 50 0
[pid=20259] ppid=20258 vsize=253368 CPUtime=183.16
/proc/20259/stat : 20259 (minisat) R 20258 20235 20198 0 -1 4194304 61688 0 0 0 18261 55 0 0 25 0 1 0 21964470 259448832 61674 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/20259/statm: 63342 61674 76 150 0 63189 0
Current children cumulated CPU time (s) 1301.33
Current children cumulated vsize (KiB) 275592

[startup+1331.1 s]
/proc/loadavg: 2.50 2.39 2.27 3/85 20261
/proc/meminfo: memFree=1073384/2055920 swapFree=4192812/4192956
[pid=20235] ppid=20233 vsize=16868 CPUtime=1118.17
/proc/20235/stat : 20235 (sugar) S 20233 20235 20198 0 -1 4194304 1371 133238 5 3 6 1 111640 170 16 0 1 0 21852314 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20235/statm: 4217 1113 409 3 0 796 0
[pid=20258] ppid=20235 vsize=5356 CPUtime=0
/proc/20258/stat : 20258 (sh) S 20235 20235 20198 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21964469 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20258/statm: 1339 232 193 169 0 50 0
[pid=20259] ppid=20258 vsize=257116 CPUtime=208.64
/proc/20259/stat : 20259 (minisat) R 20258 20235 20198 0 -1 4194304 62468 0 0 0 20808 56 0 0 25 0 1 0 21964470 263286784 62454 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/20259/statm: 64279 62454 76 150 0 64126 0
Current children cumulated CPU time (s) 1326.81
Current children cumulated vsize (KiB) 279340

[startup+1343.9 s]
/proc/loadavg: 2.42 2.38 2.27 4/85 20261
/proc/meminfo: memFree=1071720/2055920 swapFree=4192812/4192956
[pid=20235] ppid=20233 vsize=16868 CPUtime=1118.17
/proc/20235/stat : 20235 (sugar) S 20233 20235 20198 0 -1 4194304 1371 133238 5 3 6 1 111640 170 16 0 1 0 21852314 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20235/statm: 4217 1113 409 3 0 796 0
[pid=20258] ppid=20235 vsize=5356 CPUtime=0
/proc/20258/stat : 20258 (sh) S 20235 20235 20198 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21964469 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20258/statm: 1339 232 193 169 0 50 0
[pid=20259] ppid=20258 vsize=258968 CPUtime=221.38
/proc/20259/stat : 20259 (minisat) R 20258 20235 20198 0 -1 4194304 62910 0 0 0 22082 56 0 0 25 0 1 0 21964470 265183232 62896 996147200 134512640 135127466 4294956256 18446744073709551615 134704230 0 0 4096 3 0 0 0 17 0 0 0
/proc/20259/statm: 64742 62896 76 150 0 64589 0
Current children cumulated CPU time (s) 1339.55
Current children cumulated vsize (KiB) 281192

[startup+1350.3 s]
/proc/loadavg: 2.51 2.40 2.28 3/85 20261
/proc/meminfo: memFree=1070568/2055920 swapFree=4192812/4192956
[pid=20235] ppid=20233 vsize=16868 CPUtime=1118.17
/proc/20235/stat : 20235 (sugar) S 20233 20235 20198 0 -1 4194304 1371 133238 5 3 6 1 111640 170 16 0 1 0 21852314 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20235/statm: 4217 1113 409 3 0 796 0
[pid=20258] ppid=20235 vsize=5356 CPUtime=0
/proc/20258/stat : 20258 (sh) S 20235 20235 20198 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21964469 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20258/statm: 1339 232 193 169 0 50 0
[pid=20259] ppid=20258 vsize=260020 CPUtime=227.74
/proc/20259/stat : 20259 (minisat) R 20258 20235 20198 0 -1 4194304 63184 0 0 0 22718 56 0 0 25 0 1 0 21964470 266260480 63170 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/20259/statm: 65005 63170 76 150 0 64852 0
Current children cumulated CPU time (s) 1345.91
Current children cumulated vsize (KiB) 282244

[startup+1353.5 s]
/proc/loadavg: 2.51 2.40 2.28 3/85 20261
/proc/meminfo: memFree=1070184/2055920 swapFree=4192812/4192956
[pid=20235] ppid=20233 vsize=16868 CPUtime=1118.17
/proc/20235/stat : 20235 (sugar) S 20233 20235 20198 0 -1 4194304 1371 133238 5 3 6 1 111640 170 16 0 1 0 21852314 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20235/statm: 4217 1113 409 3 0 796 0
[pid=20258] ppid=20235 vsize=5356 CPUtime=0
/proc/20258/stat : 20258 (sh) S 20235 20235 20198 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21964469 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20258/statm: 1339 232 193 169 0 50 0
[pid=20259] ppid=20258 vsize=260416 CPUtime=230.93
/proc/20259/stat : 20259 (minisat) R 20258 20235 20198 0 -1 4194304 63281 0 0 0 23037 56 0 0 25 0 1 0 21964470 266665984 63267 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/20259/statm: 65104 63267 76 150 0 64951 0
Current children cumulated CPU time (s) 1349.1
Current children cumulated vsize (KiB) 282640

[startup+1355.1 s]
/proc/loadavg: 2.47 2.39 2.27 4/85 20261
/proc/meminfo: memFree=1069992/2055920 swapFree=4192812/4192956
[pid=20235] ppid=20233 vsize=16868 CPUtime=1118.17
/proc/20235/stat : 20235 (sugar) S 20233 20235 20198 0 -1 4194304 1371 133238 5 3 6 1 111640 170 16 0 1 0 21852314 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20235/statm: 4217 1113 409 3 0 796 0
[pid=20258] ppid=20235 vsize=5356 CPUtime=0
/proc/20258/stat : 20258 (sh) S 20235 20235 20198 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21964469 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20258/statm: 1339 232 193 169 0 50 0
[pid=20259] ppid=20258 vsize=260548 CPUtime=232.53
/proc/20259/stat : 20259 (minisat) R 20258 20235 20198 0 -1 4194304 63319 0 0 0 23197 56 0 0 25 0 1 0 21964470 266801152 63305 996147200 134512640 135127466 4294956256 18446744073709551615 134530936 0 0 4096 3 0 0 0 17 0 0 0
/proc/20259/statm: 65137 63305 76 150 0 64984 0
Current children cumulated CPU time (s) 1350.7
Current children cumulated vsize (KiB) 282772

[startup+1355.9 s]
/proc/loadavg: 2.47 2.39 2.27 4/85 20261
/proc/meminfo: memFree=1069992/2055920 swapFree=4192812/4192956
[pid=20235] ppid=20233 vsize=16868 CPUtime=1351.49
/proc/20235/stat : 20235 (sugar) S 20233 20235 20198 0 -1 4194304 1425 196875 5 3 6 1 134911 231 16 0 1 0 21852314 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20235/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 1351.49
Current children cumulated vsize (KiB) 16868

[startup+1356.1 s]
/proc/loadavg: 2.47 2.39 2.27 4/85 20261
/proc/meminfo: memFree=1069992/2055920 swapFree=4192812/4192956
[pid=20235] ppid=20233 vsize=16868 CPUtime=1351.49
/proc/20235/stat : 20235 (sugar) S 20233 20235 20198 0 -1 4194304 1445 196875 5 3 6 1 134911 231 15 0 1 0 21852314 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20235/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 1351.49
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 1356.17
CPU time (s): 1351.8
CPU user time (s): 1349.37
CPU system time (s): 2.43263
CPU usage (%): 99.6773
Max. virtual memory (cumulated for all children) (KiB): 916928

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1349.37
system time used= 2.43263
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 202212
page faults= 9
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 31212
involuntary context switches= 49108

runsolver used 1.72274 second user time and 4.5663 second system time

The end

Launcher Data

Begin job on node44 at 2009-07-11 23:31:24
IDJOB=2068607
IDBENCH=54890
IDSOLVER=739
FILE ID=node44/2068607-1247347884
PBS_JOBID= 9506829
Free space on /tmp= 66380 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/ukHerald/normalized-crossword-m1-uk-15-09.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-2068607-1247347884/watcher-2068607-1247347884 -o /tmp/evaluation-result-2068607-1247347884/solver-2068607-1247347884 -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-2068607-1247347884.xml

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

MD5SUM BENCH= 37fc4856568d841902d46b632fbbf16a
RANDOM SEED=1096863889

node44.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.219
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.219
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:       1709152 kB
Buffers:          9676 kB
Cached:          58596 kB
SwapCached:          0 kB
Active:         269028 kB
Inactive:        28112 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1709152 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2728 kB
Writeback:           0 kB
Mapped:         249332 kB
Slab:            34452 kB
Committed_AS:   428320 kB
PageTables:       2252 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= 66376 MiB
End job on node44 at 2009-07-11 23:54:01