Trace number 1074387

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.13+minisatSAT 433.106 437.342

General information on the benchmark

Namecsp/lexPuzzle/
normalized-crossword-m1-lex-puzzle17.xml
MD5SUMfbfcca174138f95b292fe795fe44a0e9
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.228964
Satisfiable
(Un)Satisfiability was proved
Number of variables180
Number of constraints1420
Maximum constraint arity14
Maximum domain size26
Number of constraints which are defined in extension88
Number of constraints which are defined in intension1332
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Fri Jul  4 15:36:04 2008
0.00/0.04	c 0	PID 21543
0.00/0.05	c 0	HOST node20.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1074387-1215178564.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1074387-1215178564.xml' 'HOME/temp.csp'
0.03/0.81	c 1	1 domains, 180 variables, 6 predicates, 5 relations, 1420 constraints
0.03/0.83	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.83	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.78/0.91	c 1	Parsing HOME/temp.csp
1.22/1.39	c 1	parsed 1612 expressions
1.22/1.39	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.22/1.39	c 1	Converting to clausal form CSP
1.32/1.42	c 1	converted 162 (10%) expressions
1.92/2.03	c 2	converted 323 (20%) expressions
2.01/2.16	c 2	converted 484 (30%) expressions
2.01/2.18	c 2	converted 645 (40%) expressions
2.01/2.20	c 2	converted 806 (50%) expressions
2.31/2.40	c 2	converted 968 (60%) expressions
2.31/2.41	c 2	converted 1129 (70%) expressions
2.31/2.45	c 2	converted 1290 (80%) expressions
3.01/3.14	c 3	converted 1451 (90%) expressions
3.01/3.15	c 3	converted 1612 (100%) expressions
3.01/3.15	c 3	CSP : 180 integers, 0 booleans, 1420 clauses, largest domain size 26
3.01/3.15	c 3	Heap : 44 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.01/3.15	c 3	Propagation in CSP
3.01/3.18	c 3	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
3.01/3.18	c 3	CSP : 180 integers, 0 booleans, 1420 clauses, largest domain size 26
3.01/3.18	c 3	Heap : 42 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.01/3.18	c 3	Simplifing CSP by introducing new Boolean variables
3.10/3.22	c 3	CSP : 180 integers, 8848 booleans, 10268 clauses, largest domain size 26
3.10/3.22	c 3	Heap : 45 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.29/3.48	c 3	Encoding CSP to SAT : HOME/temp.cnf
3.29/3.50	c 3	18 (10%) CSP integer variables are encoded (432 clauses, 4608 bytes)
3.40/3.50	c 3	36 (20%) CSP integer variables are encoded (864 clauses, 9360 bytes)
3.40/3.50	c 3	54 (30%) CSP integer variables are encoded (1296 clauses, 14785 bytes)
3.40/3.50	c 3	72 (40%) CSP integer variables are encoded (1728 clauses, 20401 bytes)
3.40/3.50	c 3	90 (50%) CSP integer variables are encoded (2160 clauses, 26017 bytes)
3.40/3.50	c 3	108 (60%) CSP integer variables are encoded (2592 clauses, 31633 bytes)
3.40/3.51	c 3	126 (70%) CSP integer variables are encoded (3024 clauses, 37249 bytes)
3.40/3.51	c 3	144 (80%) CSP integer variables are encoded (3456 clauses, 42865 bytes)
3.40/3.51	c 3	162 (90%) CSP integer variables are encoded (3888 clauses, 48481 bytes)
3.40/3.51	c 3	180 (100%) CSP integer variables are encoded (4320 clauses, 54097 bytes)
12.01/12.26	c 12	1027 (10%) CSP clauses are encoded (258193 clauses, 9328448 bytes)
12.11/12.32	c 12	2054 (20%) CSP clauses are encoded (281220 clauses, 9729730 bytes)
12.11/12.36	c 12	3081 (30%) CSP clauses are encoded (304247 clauses, 10135374 bytes)
16.16/16.40	c 16	4108 (40%) CSP clauses are encoded (372555 clauses, 12722721 bytes)
16.16/16.46	c 16	5134 (50%) CSP clauses are encoded (395556 clauses, 13151982 bytes)
16.16/16.50	c 16	6161 (60%) CSP clauses are encoded (418608 clauses, 13582177 bytes)
18.24/18.55	c 18	7188 (70%) CSP clauses are encoded (464263 clauses, 15157640 bytes)
69.43/70.25	c 70	8215 (80%) CSP clauses are encoded (903061 clauses, 37396042 bytes)
69.43/70.29	c 70	9242 (90%) CSP clauses are encoded (927238 clauses, 37868156 bytes)
69.53/70.35	c 70	10268 (100%) CSP clauses are encoded (952164 clauses, 38347642 bytes)
69.53/70.35	c 70	10268 CSP clauses encoded
69.53/70.35	c 70	Writing map file : HOME/temp.map
69.53/70.36	c 70	Heap : 57 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
69.53/70.36	c 70	SAT : 13348 SAT variables, 952164 SAT clauses, 38347642 bytes
69.53/70.36	c 70	Heap : 57 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
69.53/70.39	c 70	SOLVING HOME/temp.cnf
69.53/70.39	c 70	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
69.53/70.39	c 70	This is MiniSat 2.0 beta
69.53/70.39	c 70	WARNING: for repeatability, setting FPU to use double precision
69.53/70.39	c 70	============================[ Problem Statistics ]=============================
69.53/70.39	c 70	|                                                                             |
69.53/70.40	c 70	|  Number of variables:  13348                                                |
69.53/70.40	c 70	|  Number of clauses:    952164                                               |
69.63/71.25	c 71	|  Parsing time:         0.77         s                                       |
69.63/71.31	c 71	============================[ Search Statistics ]==============================
69.63/71.31	c 71	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
69.63/71.31	c 71	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
69.63/71.31	c 71	===============================================================================
69.63/71.31	c 71	|         0 |   13348   952164  6892052 |   317388        0    nan |  0.000 % |
70.62/71.44	c 71	|       101 |   13348   952164  6892052 |   349126      101      7 |  0.000 % |
70.62/71.45	c 71	|       251 |   13348   952164  6892052 |   384039      251      7 |  0.000 % |
70.62/71.49	c 71	|       477 |   13347   952164  6892052 |   422443      476      8 |  0.008 % |
70.72/71.54	c 71	|       814 |   13347   952164  6892052 |   464687      813      8 |  0.008 % |
70.72/71.59	c 71	|      1320 |   13346   952164  6892052 |   511156     1318      8 |  0.015 % |
71.01/71.83	c 72	|      2079 |   13346   952164  6892052 |   562272     2077      8 |  0.015 % |
71.11/71.94	c 72	|      3218 |   13346   952164  6892052 |   618499     3216      9 |  0.015 % |
71.31/72.14	c 72	|      4927 |   13346   952164  6892052 |   680349     4925      9 |  0.015 % |
71.70/72.54	c 72	|      7489 |   13345   952164  6892052 |   748384     7485     10 |  0.030 % |
72.40/73.27	c 73	|     11333 |   13343   952164  6892052 |   823222    11328     10 |  0.037 % |
73.39/74.24	c 74	|     17099 |   13340   952164  6892052 |   905545    17091     10 |  0.060 % |
74.58/75.41	c 75	|     25749 |   13338   952164  6892052 |   996099    25739     10 |  0.075 % |
76.75/77.66	c 77	|     38724 |   13335   952164  6892052 |  1095709    38711     11 |  0.097 % |
79.93/80.84	c 81	|     58186 |   13335   952164  6892052 |  1205280    58173     11 |  0.097 % |
85.47/86.48	c 86	|     87378 |   13333   952164  6892052 |  1325808    87363     11 |  0.112 % |
95.48/96.56	c 96	|    131168 |   13328   952164  6892052 |  1458389   131148     12 |  0.150 % |
114.30/115.50	c 115	|    196854 |   13320   952164  6892052 |  1604228   196826     12 |  0.210 % |
139.16/140.62	c 140	|    295381 |   13316   948961  6882441 |  1764651   295292     13 |  0.240 % |
194.83/196.90	c 197	|    443171 |   13313   948961  6882441 |  1941116   443079     14 |  0.262 % |
314.68/317.81	c 318	|    664854 |   13311   948177  6880333 |  2135227   664733     14 |  0.277 % |
432.75/437.01	c 437	===============================================================================
432.75/437.02	c 437	restarts              : 21
432.75/437.02	c 437	conflicts             : 831716         (2292 /sec)
432.75/437.02	c 437	decisions             : 1127274        (1.74 % random) (3107 /sec)
432.75/437.02	c 437	propagations          : 33111797       (91254 /sec)
432.75/437.02	c 437	conflict literals     : 12183199       (25.46 % deleted)
432.75/437.02	c 437	Memory used           : 143.83 MB
432.75/437.02	c 437	CPU time              : 362.854 s
432.75/437.02	c 437	
432.75/437.02	c 437	SATISFIABLE
432.75/437.05	c 437	DECODING HOME/temp.out WITH HOME/temp.map
432.75/437.05	c 437	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
432.81/437.13	c 437	Decoding HOME/temp.out
432.81/437.27	s SATISFIABLE
432.81/437.28	v 18 7 20 22 7 14 0 24 4 19 19 24 19 14 15 24 14 22 25 14 4 17 0 4 20 15 18 8 11 14 13 19 20 17 13 14 20 19 20 13 8 19 15 4 17 8 14 3 21 4 17 21 4 18 14 2 4 11 3 14 13 4 3 6 4 22 14 19 0 13 11 4 21 8 4 19 4 17 13 0 11 13 24 2 13 0 19 19 14 24 12 0 2 0 2 4 13 13 4 18 15 11 0 24 4 3 11 20 23 4 4 15 14 2 7 18 0 17 0 0 17 20 1 0 18 17 8 18 19 14 17 24 3 4 11 4 19 4 15 4 17 20 22 17 0 13 6 11 4 18 24 13 14 13 24 12 14 20 19 4 11 8 8 17 18 3 0 1 14 13 4 17 0 13 18 4 4 4 15 0
432.81/437.31	c 437	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
432.81/437.32	c 437	CPU 432.21 (0.03 0.01 432.18 0.84)
432.81/437.32	c 437	END Fri Jul  4 15:43:21 2008

Verifier Data (download as text)

OK

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1074387-1215178564/watcher-1074387-1215178564 -o /tmp/evaluation-result-1074387-1215178564/solver-1074387-1215178564 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/sugar -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-1074387-1215178564.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.97 1.98 1.99 4/81 21543
/proc/meminfo: memFree=1468872/2055920 swapFree=4122068/4192956
[pid=21543] ppid=21541 vsize=18572 CPUtime=0
/proc/21543/stat : 21543 (runsolver) R 21541 21543 19214 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 1306102284 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 273952599335 0 0 4096 24578 0 0 0 17 1 0 0
/proc/21543/statm: 4643 292 257 25 0 2626 0

[startup+0.0954771 s]
/proc/loadavg: 1.97 1.98 1.99 4/81 21543
/proc/meminfo: memFree=1468872/2055920 swapFree=4122068/4192956
[pid=21543] ppid=21541 vsize=13600 CPUtime=0.03
/proc/21543/stat : 21543 (sugar) S 21541 21543 19214 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1306102284 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21543/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101472 s]
/proc/loadavg: 1.97 1.98 1.99 4/81 21543
/proc/meminfo: memFree=1468872/2055920 swapFree=4122068/4192956
[pid=21543] ppid=21541 vsize=13600 CPUtime=0.03
/proc/21543/stat : 21543 (sugar) S 21541 21543 19214 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1306102284 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21543/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301513 s]
/proc/loadavg: 1.97 1.98 1.99 4/81 21543
/proc/meminfo: memFree=1468872/2055920 swapFree=4122068/4192956
[pid=21543] ppid=21541 vsize=13600 CPUtime=0.03
/proc/21543/stat : 21543 (sugar) S 21541 21543 19214 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1306102284 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21543/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701593 s]
/proc/loadavg: 1.97 1.98 1.99 4/81 21543
/proc/meminfo: memFree=1468872/2055920 swapFree=4122068/4192956
[pid=21543] ppid=21541 vsize=13600 CPUtime=0.03
/proc/21543/stat : 21543 (sugar) S 21541 21543 19214 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1306102284 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21543/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50275 s]
/proc/loadavg: 1.97 1.98 1.99 4/92 21565
/proc/meminfo: memFree=1461360/2055920 swapFree=4122068/4192956
[pid=21543] ppid=21541 vsize=13600 CPUtime=0.78
/proc/21543/stat : 21543 (sugar) S 21541 21543 19214 0 -1 4194304 973 6697 0 1 3 0 71 4 15 0 1 0 1306102284 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21543/statm: 3400 797 370 3 0 500 0
[pid=21556] ppid=21543 vsize=5356 CPUtime=0
/proc/21556/stat : 21556 (sh) S 21543 21543 19214 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1306102368 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21556/statm: 1339 233 193 169 0 50 0
[pid=21557] ppid=21556 vsize=864336 CPUtime=0.64
/proc/21557/stat : 21557 (java) S 21556 21543 19214 0 -1 0 5924 0 1 0 61 3 0 0 18 0 9 0 1306102368 885080064 5211 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21557/statm: 216084 5211 2540 9 0 210659 0
[pid=21557/tid=21558] ppid=21556 vsize=864336 CPUtime=0.47
/proc/21557/task/21558/stat : 21558 (java) R 21556 21543 19214 0 -1 64 2629 0 1 0 46 1 0 0 21 0 9 0 1306102369 885080064 5211 996147200 134512640 134550740 4294955952 18446744073709551615 4126586568 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21557/tid=21559] ppid=21556 vsize=864336 CPUtime=0.07
/proc/21557/task/21559/stat : 21559 (java) S 21556 21543 19214 0 -1 64 2261 0 0 0 7 0 0 0 16 0 9 0 1306102370 885080064 5211 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21557/tid=21560] ppid=21556 vsize=864336 CPUtime=0
/proc/21557/task/21560/stat : 21560 (java) S 21556 21543 19214 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1306102370 885080064 5211 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21557/tid=21561] ppid=21556 vsize=864336 CPUtime=0
/proc/21557/task/21561/stat : 21561 (java) S 21556 21543 19214 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1306102370 885080064 5211 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21557/tid=21562] ppid=21556 vsize=864336 CPUtime=0
/proc/21557/task/21562/stat : 21562 (java) S 21556 21543 19214 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1306102372 885080064 5211 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21557/tid=21563] ppid=21556 vsize=864336 CPUtime=0.07
/proc/21557/task/21563/stat : 21563 (java) S 21556 21543 19214 0 -1 64 341 0 0 0 7 0 0 0 16 0 9 0 1306102372 885080064 5211 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21557/tid=21564] ppid=21556 vsize=864336 CPUtime=0
/proc/21557/task/21564/stat : 21564 (java) S 21556 21543 19214 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1306102372 885080064 5211 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21557/tid=21565] ppid=21556 vsize=864336 CPUtime=0
/proc/21557/task/21565/stat : 21565 (java) S 21556 21543 19214 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1306102372 885080064 5211 996147200 134512640 134550740 4294955952 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) 883292

[startup+3.10207 s]
/proc/loadavg: 1.97 1.98 1.99 4/92 21565
/proc/meminfo: memFree=1438320/2055920 swapFree=4122068/4192956
[pid=21543] ppid=21541 vsize=13600 CPUtime=0.78
/proc/21543/stat : 21543 (sugar) S 21541 21543 19214 0 -1 4194304 973 6697 0 1 3 0 71 4 15 0 1 0 1306102284 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21543/statm: 3400 797 370 3 0 500 0
[pid=21556] ppid=21543 vsize=5356 CPUtime=0
/proc/21556/stat : 21556 (sh) S 21543 21543 19214 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1306102368 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21556/statm: 1339 233 193 169 0 50 0
[pid=21557] ppid=21556 vsize=868400 CPUtime=2.23
/proc/21557/stat : 21557 (java) S 21556 21543 19214 0 -1 0 16331 0 1 0 215 8 0 0 18 0 9 0 1306102368 889241600 15526 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21557/statm: 217100 15526 2540 9 0 211675 0
[pid=21557/tid=21558] ppid=21556 vsize=868400 CPUtime=1.04
/proc/21557/task/21558/stat : 21558 (java) R 21556 21543 19214 0 -1 64 3249 0 1 0 103 1 0 0 25 0 9 0 1306102369 889241600 15526 996147200 134512640 134550740 4294955952 18446744073709551615 103214692 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21557/tid=21559] ppid=21556 vsize=868400 CPUtime=0.97
/proc/21557/task/21559/stat : 21559 (java) S 21556 21543 19214 0 -1 64 10944 0 0 0 94 3 0 0 18 0 9 0 1306102370 889241600 15526 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21557/tid=21560] ppid=21556 vsize=868400 CPUtime=0
/proc/21557/task/21560/stat : 21560 (java) S 21556 21543 19214 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1306102370 889241600 15526 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21557/tid=21561] ppid=21556 vsize=868400 CPUtime=0
/proc/21557/task/21561/stat : 21561 (java) S 21556 21543 19214 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1306102370 889241600 15526 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21557/tid=21562] ppid=21556 vsize=868400 CPUtime=0
/proc/21557/task/21562/stat : 21562 (java) S 21556 21543 19214 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1306102372 889241600 15526 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21557/tid=21563] ppid=21556 vsize=868400 CPUtime=0.18
/proc/21557/task/21563/stat : 21563 (java) S 21556 21543 19214 0 -1 64 1445 0 0 0 17 1 0 0 16 0 9 0 1306102372 889241600 15526 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21557/tid=21564] ppid=21556 vsize=868400 CPUtime=0
/proc/21557/task/21564/stat : 21564 (java) S 21556 21543 19214 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1306102372 889241600 15526 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21557/tid=21565] ppid=21556 vsize=868400 CPUtime=0
/proc/21557/task/21565/stat : 21565 (java) S 21556 21543 19214 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1306102372 889241600 15526 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 887356

[startup+6.30269 s]
/proc/loadavg: 1.97 1.98 1.99 3/92 21565
/proc/meminfo: memFree=1406640/2055920 swapFree=4122068/4192956
[pid=21543] ppid=21541 vsize=13600 CPUtime=0.78
/proc/21543/stat : 21543 (sugar) S 21541 21543 19214 0 -1 4194304 974 6697 0 1 3 0 71 4 15 0 1 0 1306102284 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21543/statm: 3400 797 370 3 0 500 0
[pid=21556] ppid=21543 vsize=5356 CPUtime=0
/proc/21556/stat : 21556 (sh) S 21543 21543 19214 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1306102368 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21556/statm: 1339 233 193 169 0 50 0
[pid=21557] ppid=21556 vsize=868512 CPUtime=5.39
/proc/21557/stat : 21557 (java) S 21556 21543 19214 0 -1 0 17889 0 1 0 528 11 0 0 18 0 9 0 1306102368 889356288 16985 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21557/statm: 217128 16985 2565 9 0 211675 0
[pid=21557/tid=21558] ppid=21556 vsize=868512 CPUtime=3.75
/proc/21557/task/21558/stat : 21558 (java) R 21556 21543 19214 0 -1 64 3384 0 1 0 371 4 0 0 25 0 9 0 1306102369 889356288 16985 996147200 134512640 134550740 4294955952 18446744073709551615 4126936289 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21557/tid=21559] ppid=21556 vsize=868512 CPUtime=1.38
/proc/21557/task/21559/stat : 21559 (java) S 21556 21543 19214 0 -1 64 12334 0 0 0 133 5 0 0 16 0 9 0 1306102370 889356288 16985 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21557/tid=21560] ppid=21556 vsize=868512 CPUtime=0
/proc/21557/task/21560/stat : 21560 (java) S 21556 21543 19214 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1306102370 889356288 16985 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21557/tid=21561] ppid=21556 vsize=868512 CPUtime=0
/proc/21557/task/21561/stat : 21561 (java) S 21556 21543 19214 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1306102370 889356288 16985 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21557/tid=21562] ppid=21556 vsize=868512 CPUtime=0
/proc/21557/task/21562/stat : 21562 (java) S 21556 21543 19214 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1306102372 889356288 16985 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21557/tid=21563] ppid=21556 vsize=868512 CPUtime=0.23
/proc/21557/task/21563/stat : 21563 (java) S 21556 21543 19214 0 -1 64 1478 0 0 0 22 1 0 0 16 0 9 0 1306102372 889356288 16985 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21557/tid=21564] ppid=21556 vsize=868512 CPUtime=0
/proc/21557/task/21564/stat : 21564 (java) S 21556 21543 19214 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1306102372 889356288 16985 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21557/tid=21565] ppid=21556 vsize=868512 CPUtime=0
/proc/21557/task/21565/stat : 21565 (java) S 21556 21543 19214 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1306102372 889356288 16985 996147200 134512640 134550740 4294955952 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) 887468

[startup+12.7029 s]
/proc/loadavg: 1.97 1.98 1.99 3/92 21565
/proc/meminfo: memFree=1390000/2055920 swapFree=4122068/4192956
[pid=21543] ppid=21541 vsize=13600 CPUtime=0.78
/proc/21543/stat : 21543 (sugar) S 21541 21543 19214 0 -1 4194304 974 6697 0 1 3 0 71 4 16 0 1 0 1306102284 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21543/statm: 3400 797 370 3 0 500 0
[pid=21556] ppid=21543 vsize=5356 CPUtime=0
/proc/21556/stat : 21556 (sh) S 21543 21543 19214 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1306102368 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21556/statm: 1339 233 193 169 0 50 0
[pid=21557] ppid=21556 vsize=868512 CPUtime=11.73
/proc/21557/stat : 21557 (java) S 21556 21543 19214 0 -1 0 20471 0 1 0 1156 17 0 0 18 0 9 0 1306102368 889356288 19468 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21557/statm: 217128 19468 2565 9 0 211675 0
[pid=21557/tid=21558] ppid=21556 vsize=868512 CPUtime=9.85
/proc/21557/task/21558/stat : 21558 (java) R 21556 21543 19214 0 -1 64 3483 0 1 0 977 8 0 0 25 0 9 0 1306102369 889356288 19468 996147200 134512640 134550740 4294955952 18446744073709551615 4126953156 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21557/tid=21559] ppid=21556 vsize=868512 CPUtime=1.6
/proc/21557/task/21559/stat : 21559 (java) S 21556 21543 19214 0 -1 64 14806 0 0 0 154 6 0 0 16 0 9 0 1306102370 889356288 19468 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21557/tid=21560] ppid=21556 vsize=868512 CPUtime=0
/proc/21557/task/21560/stat : 21560 (java) S 21556 21543 19214 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1306102370 889356288 19468 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21557/tid=21561] ppid=21556 vsize=868512 CPUtime=0
/proc/21557/task/21561/stat : 21561 (java) S 21556 21543 19214 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1306102370 889356288 19468 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21557/tid=21562] ppid=21556 vsize=868512 CPUtime=0
/proc/21557/task/21562/stat : 21562 (java) S 21556 21543 19214 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1306102372 889356288 19468 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21557/tid=21563] ppid=21556 vsize=868512 CPUtime=0.25
/proc/21557/task/21563/stat : 21563 (java) S 21556 21543 19214 0 -1 64 1489 0 0 0 24 1 0 0 15 0 9 0 1306102372 889356288 19468 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21557/tid=21564] ppid=21556 vsize=868512 CPUtime=0
/proc/21557/task/21564/stat : 21564 (java) S 21556 21543 19214 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1306102372 889356288 19468 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21557/tid=21565] ppid=21556 vsize=868512 CPUtime=0
/proc/21557/task/21565/stat : 21565 (java) S 21556 21543 19214 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1306102372 889356288 19468 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.51
Current children cumulated vsize (KiB) 887468

[startup+25.5015 s]
/proc/loadavg: 2.06 2.00 2.00 3/92 21565
/proc/meminfo: memFree=1365936/2055920 swapFree=4122068/4192956
[pid=21543] ppid=21541 vsize=13600 CPUtime=0.78
/proc/21543/stat : 21543 (sugar) S 21541 21543 19214 0 -1 4194304 974 6697 0 1 3 0 71 4 16 0 1 0 1306102284 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21543/statm: 3400 797 370 3 0 500 0
[pid=21556] ppid=21543 vsize=5356 CPUtime=0
/proc/21556/stat : 21556 (sh) S 21543 21543 19214 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1306102368 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21556/statm: 1339 233 193 169 0 50 0
[pid=21557] ppid=21556 vsize=868512 CPUtime=24.39
/proc/21557/stat : 21557 (java) S 21556 21543 19214 0 -1 0 27900 0 1 0 2413 26 0 0 18 0 9 0 1306102368 889356288 22916 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21557/statm: 217128 22916 2565 9 0 211675 0
[pid=21557/tid=21558] ppid=21556 vsize=868512 CPUtime=21.88
/proc/21557/task/21558/stat : 21558 (java) R 21556 21543 19214 0 -1 64 3617 0 1 0 2175 13 0 0 25 0 9 0 1306102369 889356288 22916 996147200 134512640 134550740 4294955952 18446744073709551615 4126950628 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21557/tid=21559] ppid=21556 vsize=868512 CPUtime=2.22
/proc/21557/task/21559/stat : 21559 (java) S 21556 21543 19214 0 -1 64 22095 0 0 0 212 10 0 0 16 0 9 0 1306102370 889356288 22916 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21557/tid=21560] ppid=21556 vsize=868512 CPUtime=0
/proc/21557/task/21560/stat : 21560 (java) S 21556 21543 19214 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1306102370 889356288 22916 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21557/tid=21561] ppid=21556 vsize=868512 CPUtime=0
/proc/21557/task/21561/stat : 21561 (java) S 21556 21543 19214 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1306102370 889356288 22916 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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


[startup+222.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 21567
/proc/meminfo: memFree=1317616/2055920 swapFree=4122068/4192956
[pid=21543] ppid=21541 vsize=13600 CPUtime=69.63
/proc/21543/stat : 21543 (sugar) S 21541 21543 19214 0 -1 4194304 1032 40352 0 2 3 1 6910 49 16 0 1 0 1306102284 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21543/statm: 3400 798 370 3 0 500 0
[pid=21566] ppid=21543 vsize=5356 CPUtime=0
/proc/21566/stat : 21566 (sh) S 21543 21543 19214 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1306109323 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21566/statm: 1339 232 193 169 0 50 0
[pid=21567] ppid=21566 vsize=112652 CPUtime=150.45
/proc/21567/stat : 21567 (minisat) R 21566 21543 19214 0 -1 4194304 27701 0 0 0 15024 21 0 0 25 0 1 0 1306109324 115355648 27687 996147200 134512640 135127466 4294956256 18446744073709551615 134528963 0 0 4096 3 0 0 0 17 1 0 0
/proc/21567/statm: 28163 27687 76 150 0 28010 0
Current children cumulated CPU time (s) 220.08
Current children cumulated vsize (KiB) 131608

[startup+282.303 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 21567
/proc/meminfo: memFree=1306160/2055920 swapFree=4122068/4192956
[pid=21543] ppid=21541 vsize=13600 CPUtime=69.63
/proc/21543/stat : 21543 (sugar) S 21541 21543 19214 0 -1 4194304 1032 40352 0 2 3 1 6910 49 16 0 1 0 1306102284 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21543/statm: 3400 798 370 3 0 500 0
[pid=21566] ppid=21543 vsize=5356 CPUtime=0
/proc/21566/stat : 21566 (sh) S 21543 21543 19214 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1306109323 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21566/statm: 1339 232 193 169 0 50 0
[pid=21567] ppid=21566 vsize=123772 CPUtime=209.89
/proc/21567/stat : 21567 (minisat) R 21566 21543 19214 0 -1 4194304 30579 0 0 0 20965 24 0 0 25 0 1 0 1306109324 126742528 30565 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/21567/statm: 30943 30565 76 150 0 30790 0
Current children cumulated CPU time (s) 279.52
Current children cumulated vsize (KiB) 142728

[startup+342.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 21567
/proc/meminfo: memFree=1296304/2055920 swapFree=4122068/4192956
[pid=21543] ppid=21541 vsize=13600 CPUtime=69.63
/proc/21543/stat : 21543 (sugar) S 21541 21543 19214 0 -1 4194304 1032 40352 0 2 3 1 6910 49 16 0 1 0 1306102284 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21543/statm: 3400 798 370 3 0 500 0
[pid=21566] ppid=21543 vsize=5356 CPUtime=0
/proc/21566/stat : 21566 (sh) S 21543 21543 19214 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1306109323 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21566/statm: 1339 232 193 169 0 50 0
[pid=21567] ppid=21566 vsize=134572 CPUtime=269.32
/proc/21567/stat : 21567 (minisat) R 21566 21543 19214 0 -1 4194304 32998 0 0 0 26906 26 0 0 25 0 1 0 1306109324 137801728 32984 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/21567/statm: 33643 32984 76 150 0 33490 0
Current children cumulated CPU time (s) 338.95
Current children cumulated vsize (KiB) 153528

[startup+402.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 21567
/proc/meminfo: memFree=1287024/2055920 swapFree=4122068/4192956
[pid=21543] ppid=21541 vsize=13600 CPUtime=69.63
/proc/21543/stat : 21543 (sugar) S 21541 21543 19214 0 -1 4194304 1032 40352 0 2 3 1 6910 49 16 0 1 0 1306102284 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21543/statm: 3400 798 370 3 0 500 0
[pid=21566] ppid=21543 vsize=5356 CPUtime=0
/proc/21566/stat : 21566 (sh) S 21543 21543 19214 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1306109323 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21566/statm: 1339 232 193 169 0 50 0
[pid=21567] ppid=21566 vsize=143612 CPUtime=328.76
/proc/21567/stat : 21567 (minisat) R 21566 21543 19214 0 -1 4194304 35323 0 0 0 32847 29 0 0 25 0 1 0 1306109324 147058688 35309 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/21567/statm: 35903 35309 76 150 0 35750 0
Current children cumulated CPU time (s) 398.39
Current children cumulated vsize (KiB) 162568

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

[startup+409.503 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 21567
/proc/meminfo: memFree=1286064/2055920 swapFree=4122068/4192956
[pid=21543] ppid=21541 vsize=13600 CPUtime=69.63
/proc/21543/stat : 21543 (sugar) S 21541 21543 19214 0 -1 4194304 1032 40352 0 2 3 1 6910 49 16 0 1 0 1306102284 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21543/statm: 3400 798 370 3 0 500 0
[pid=21566] ppid=21543 vsize=5356 CPUtime=0
/proc/21566/stat : 21566 (sh) S 21543 21543 19214 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1306109323 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21566/statm: 1339 232 193 169 0 50 0
[pid=21567] ppid=21566 vsize=144548 CPUtime=335.89
/proc/21567/stat : 21567 (minisat) R 21566 21543 19214 0 -1 4194304 35555 0 0 0 33560 29 0 0 25 0 1 0 1306109324 148017152 35541 996147200 134512640 135127466 4294956256 18446744073709551615 134530739 0 0 4096 3 0 0 0 17 1 0 0
/proc/21567/statm: 36137 35541 76 150 0 35984 0
Current children cumulated CPU time (s) 405.52
Current children cumulated vsize (KiB) 163504

[startup+422.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 21567
/proc/meminfo: memFree=1284976/2055920 swapFree=4122068/4192956
[pid=21543] ppid=21541 vsize=13600 CPUtime=69.63
/proc/21543/stat : 21543 (sugar) S 21541 21543 19214 0 -1 4194304 1032 40352 0 2 3 1 6910 49 16 0 1 0 1306102284 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21543/statm: 3400 798 370 3 0 500 0
[pid=21566] ppid=21543 vsize=5356 CPUtime=0
/proc/21566/stat : 21566 (sh) S 21543 21543 19214 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1306109323 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21566/statm: 1339 232 193 169 0 50 0
[pid=21567] ppid=21566 vsize=145788 CPUtime=348.56
/proc/21567/stat : 21567 (minisat) R 21566 21543 19214 0 -1 4194304 35865 0 0 0 34827 29 0 0 25 0 1 0 1306109324 149286912 35851 996147200 134512640 135127466 4294956256 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 1 0 0
/proc/21567/statm: 36447 35851 76 150 0 36294 0
Current children cumulated CPU time (s) 418.19
Current children cumulated vsize (KiB) 164744

[startup+428.703 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 21567
/proc/meminfo: memFree=1284336/2055920 swapFree=4122068/4192956
[pid=21543] ppid=21541 vsize=13600 CPUtime=69.63
/proc/21543/stat : 21543 (sugar) S 21541 21543 19214 0 -1 4194304 1032 40352 0 2 3 1 6910 49 16 0 1 0 1306102284 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21543/statm: 3400 798 370 3 0 500 0
[pid=21566] ppid=21543 vsize=5356 CPUtime=0
/proc/21566/stat : 21566 (sh) S 21543 21543 19214 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1306109323 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21566/statm: 1339 232 193 169 0 50 0
[pid=21567] ppid=21566 vsize=146464 CPUtime=354.91
/proc/21567/stat : 21567 (minisat) R 21566 21543 19214 0 -1 4194304 36041 0 0 0 35462 29 0 0 25 0 1 0 1306109324 149979136 36027 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/21567/statm: 36616 36027 76 150 0 36463 0
Current children cumulated CPU time (s) 424.54
Current children cumulated vsize (KiB) 165420

[startup+431.901 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 21567
/proc/meminfo: memFree=1284080/2055920 swapFree=4122068/4192956
[pid=21543] ppid=21541 vsize=13600 CPUtime=69.63
/proc/21543/stat : 21543 (sugar) S 21541 21543 19214 0 -1 4194304 1032 40352 0 2 3 1 6910 49 16 0 1 0 1306102284 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21543/statm: 3400 798 370 3 0 500 0
[pid=21566] ppid=21543 vsize=5356 CPUtime=0
/proc/21566/stat : 21566 (sh) S 21543 21543 19214 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1306109323 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21566/statm: 1339 232 193 169 0 50 0
[pid=21567] ppid=21566 vsize=146728 CPUtime=358.07
/proc/21567/stat : 21567 (minisat) R 21566 21543 19214 0 -1 4194304 36107 0 0 0 35778 29 0 0 25 0 1 0 1306109324 150249472 36093 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/21567/statm: 36682 36093 76 150 0 36529 0
Current children cumulated CPU time (s) 427.7
Current children cumulated vsize (KiB) 165684

[startup+435.103 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 21567
/proc/meminfo: memFree=1283760/2055920 swapFree=4122068/4192956
[pid=21543] ppid=21541 vsize=13600 CPUtime=69.63
/proc/21543/stat : 21543 (sugar) S 21541 21543 19214 0 -1 4194304 1032 40352 0 2 3 1 6910 49 16 0 1 0 1306102284 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21543/statm: 3400 798 370 3 0 500 0
[pid=21566] ppid=21543 vsize=5356 CPUtime=0
/proc/21566/stat : 21566 (sh) S 21543 21543 19214 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1306109323 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21566/statm: 1339 232 193 169 0 50 0
[pid=21567] ppid=21566 vsize=147000 CPUtime=361.24
/proc/21567/stat : 21567 (minisat) R 21566 21543 19214 0 -1 4194304 36182 0 0 0 36095 29 0 0 25 0 1 0 1306109324 150528000 36168 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/21567/statm: 36750 36168 76 150 0 36597 0
Current children cumulated CPU time (s) 430.87
Current children cumulated vsize (KiB) 165956

[startup+436.706 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 21567
/proc/meminfo: memFree=1283504/2055920 swapFree=4122068/4192956
[pid=21543] ppid=21541 vsize=13600 CPUtime=69.63
/proc/21543/stat : 21543 (sugar) S 21541 21543 19214 0 -1 4194304 1032 40352 0 2 3 1 6910 49 16 0 1 0 1306102284 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21543/statm: 3400 798 370 3 0 500 0
[pid=21566] ppid=21543 vsize=5356 CPUtime=0
/proc/21566/stat : 21566 (sh) S 21543 21543 19214 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1306109323 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21566/statm: 1339 232 193 169 0 50 0
[pid=21567] ppid=21566 vsize=147132 CPUtime=362.83
/proc/21567/stat : 21567 (minisat) R 21566 21543 19214 0 -1 4194304 36228 0 0 0 36254 29 0 0 25 0 1 0 1306109324 150663168 36214 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/21567/statm: 36783 36214 76 150 0 36630 0
Current children cumulated CPU time (s) 432.46
Current children cumulated vsize (KiB) 166088

[startup+437.101 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 21567
/proc/meminfo: memFree=1283504/2055920 swapFree=4122068/4192956
[pid=21543] ppid=21541 vsize=13600 CPUtime=432.81
/proc/21543/stat : 21543 (sugar) S 21541 21543 19214 0 -1 4194304 1070 76897 0 2 3 1 43196 81 17 0 1 0 1306102284 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21543/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 432.81
Current children cumulated vsize (KiB) 13600

[startup+437.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 21567
/proc/meminfo: memFree=1283504/2055920 swapFree=4122068/4192956
[pid=21543] ppid=21541 vsize=13600 CPUtime=432.81
/proc/21543/stat : 21543 (sugar) S 21541 21543 19214 0 -1 4194304 1089 76897 0 2 3 1 43196 81 15 0 1 0 1306102284 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21543/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 432.81
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 437.342
CPU time (s): 433.106
CPU user time (s): 432.225
CPU system time (s): 0.880866
CPU usage (%): 99.0315
Max. virtual memory (cumulated for all children) (KiB): 897716

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 432.225
system time used= 0.880866
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 81795
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= 8280
involuntary context switches= 25017

runsolver used 0.45693 second user time and 1.55476 second system time

The end

Launcher Data (download as text)

Begin job on node20 at 2008-07-04 15:36:04
IDJOB=1074387
IDBENCH=56409
IDSOLVER=346
FILE ID=node20/1074387-1215178564
PBS_JOBID= 7881492
Free space on /tmp= 66556 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/lexPuzzle/normalized-crossword-m1-lex-puzzle17.xml
COMMAND LINE= DIR/sugar -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1074387-1215178564/watcher-1074387-1215178564 -o /tmp/evaluation-result-1074387-1215178564/solver-1074387-1215178564 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/sugar -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-1074387-1215178564.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= fbfcca174138f95b292fe795fe44a0e9
RANDOM SEED=112568369

node20.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.263
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.263
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:       1469352 kB
Buffers:         67804 kB
Cached:         181772 kB
SwapCached:      64788 kB
Active:         392876 kB
Inactive:       118084 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1469352 kB
SwapTotal:     4192956 kB
SwapFree:      4122068 kB
Dirty:            1696 kB
Writeback:           0 kB
Mapped:         277432 kB
Slab:            60280 kB
Committed_AS:  2941936 kB
PageTables:       2364 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= 66552 MiB
End job on node20 at 2008-07-04 15:43:21