Trace number 2079299

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.14.6+minisatUNSAT 1399.52 1406.36

General information on the benchmark

Namecsp/lexVg/
normalized-crossword-m1c-lex-vg9-10_ext.xml
MD5SUMb1136f6831347ed9b7de8a63d714421a
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark5.38418
Satisfiable
(Un)Satisfiability was proved
Number of variables90
Number of constraints19
Maximum constraint arity10
Maximum domain size26
Number of constraints which are defined in extension19
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.04/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.04/0.08	c 0	BEGIN Sun Jul 12 05:06:52 2009
0.04/0.08	c 0	PID 24224
0.04/0.08	c 0	HOST node16.alineos.net
0.04/0.08	c 0	CONVERTING HOME/instance-2079299-1247368012.xml TO HOME/temp.csp
0.04/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2079299-1247368012.xml' 'HOME/temp.csp'
0.07/0.52	c 0	1 domains, 90 variables, 0 predicates, 2 relations, 19 constraints
0.07/0.56	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.56	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.50/0.64	c 1	Parsing HOME/temp.csp
0.50/0.89	c 1	parsed 112 expressions
0.50/0.90	c 1	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.50/0.90	c 1	Converting to clausal form CSP
0.50/0.92	c 1	converted 12 (10%) expressions
0.50/0.92	c 1	converted 23 (20%) expressions
0.50/0.92	c 1	converted 34 (30%) expressions
0.50/0.92	c 1	converted 45 (40%) expressions
0.50/0.92	c 1	converted 56 (50%) expressions
0.50/0.92	c 1	converted 68 (60%) expressions
0.50/0.92	c 1	converted 79 (70%) expressions
0.50/0.92	c 1	converted 90 (80%) expressions
1.31/1.41	c 1	converted 101 (90%) expressions
1.71/1.88	c 2	converted 112 (100%) expressions
1.71/1.88	c 2	CSP : 90 integers, 0 booleans, 19 clauses, largest domain size 26
1.71/1.88	c 2	Heap : 29 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.71/1.88	c 2	Propagation in CSP
1.71/1.89	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.71/1.89	c 2	CSP : 90 integers, 0 booleans, 19 clauses, largest domain size 26
1.71/1.89	c 2	Heap : 29 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.71/1.89	c 2	Simplifing CSP by introducing new Boolean variables
1.71/1.89	c 2	CSP : 90 integers, 0 booleans, 19 clauses, largest domain size 26
1.71/1.89	c 2	Heap : 29 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.91/2.05	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.91/2.06	c 2	9 (10%) CSP integer variables are encoded (216 clauses, 2232 bytes)
1.91/2.07	c 2	18 (20%) CSP integer variables are encoded (432 clauses, 4608 bytes)
1.91/2.07	c 2	27 (30%) CSP integer variables are encoded (648 clauses, 6984 bytes)
1.91/2.07	c 2	36 (40%) CSP integer variables are encoded (864 clauses, 9360 bytes)
1.91/2.07	c 2	45 (50%) CSP integer variables are encoded (1080 clauses, 11977 bytes)
1.91/2.07	c 2	54 (60%) CSP integer variables are encoded (1296 clauses, 14785 bytes)
1.91/2.08	c 2	63 (70%) CSP integer variables are encoded (1512 clauses, 17593 bytes)
1.91/2.08	c 2	72 (80%) CSP integer variables are encoded (1728 clauses, 20401 bytes)
1.91/2.08	c 2	81 (90%) CSP integer variables are encoded (1944 clauses, 23209 bytes)
1.91/2.08	c 2	90 (100%) CSP integer variables are encoded (2160 clauses, 26017 bytes)
13.98/14.20	c 14	2 (10%) CSP clauses are encoded (80456 clauses, 4518419 bytes)
26.25/26.64	c 27	4 (20%) CSP clauses are encoded (158752 clauses, 9049213 bytes)
38.23/38.71	c 39	6 (30%) CSP clauses are encoded (237048 clauses, 13730073 bytes)
50.22/50.81	c 51	8 (40%) CSP clauses are encoded (315344 clauses, 18410933 bytes)
62.04/62.78	c 63	10 (50%) CSP clauses are encoded (393640 clauses, 23092211 bytes)
69.61/70.33	c 70	12 (60%) CSP clauses are encoded (454378 clauses, 26456394 bytes)
77.47/78.25	c 78	14 (70%) CSP clauses are encoded (515116 clauses, 30079091 bytes)
85.13/85.98	c 86	16 (80%) CSP clauses are encoded (575854 clauses, 34475663 bytes)
92.89/93.72	c 94	18 (90%) CSP clauses are encoded (636592 clauses, 38872235 bytes)
96.67/97.59	c 98	19 (100%) CSP clauses are encoded (666961 clauses, 41070521 bytes)
96.67/97.59	c 98	19 CSP clauses encoded
96.67/97.59	c 98	Writing map file : HOME/temp.map
96.78/97.60	c 98	Heap : 55 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
96.78/97.60	c 98	SAT : 2250 SAT variables, 666961 SAT clauses, 41070521 bytes
96.78/97.60	c 98	Heap : 55 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
96.78/97.63	c 98	SOLVING HOME/temp.cnf
96.78/97.63	c 98	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
96.78/97.63	c 98	This is MiniSat 2.0 beta
96.78/97.63	c 98	WARNING: for repeatability, setting FPU to use double precision
96.78/97.63	c 98	============================[ Problem Statistics ]=============================
96.78/97.63	c 98	|                                                                             |
96.78/97.63	c 98	|  Number of variables:  2250                                                 |
96.78/97.63	c 98	|  Number of clauses:    666961                                               |
97.65/98.55	c 98	|  Parsing time:         0.81         s                                       |
97.75/98.60	c 99	============================[ Search Statistics ]==============================
97.75/98.60	c 99	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
97.75/98.60	c 99	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
97.75/98.60	c 99	===============================================================================
97.75/98.60	c 99	|         0 |    2250   666961  8112702 |   222320        0    nan |  0.000 % |
97.75/98.62	c 99	|       101 |    2250   666961  8112702 |   244552      101      6 |  0.000 % |
97.75/98.65	c 99	|       251 |    2250   666961  8112702 |   269007      251      6 |  0.000 % |
97.75/98.69	c 99	|       476 |    2250   666961  8112702 |   295908      476      6 |  0.000 % |
97.86/98.75	c 99	|       813 |    2250   666961  8112702 |   325499      813      7 |  0.000 % |
97.96/98.83	c 99	|      1319 |    2250   666961  8112702 |   358049     1319      7 |  0.000 % |
98.05/98.94	c 99	|      2078 |    2250   666961  8112702 |   393854     2078      7 |  0.000 % |
98.45/99.30	c 99	|      3217 |    2250   666961  8112702 |   433239     3217      8 |  0.000 % |
100.65/101.60	c 102	|      4925 |    2250   666961  8112702 |   476563     4925     10 |  0.000 % |
104.43/105.35	c 105	|      7487 |    2250   666961  8112702 |   524219     7487     11 |  0.000 % |
110.10/111.06	c 111	|     11331 |    2250   666961  8112702 |   576641    11331     11 |  0.000 % |
120.65/121.61	c 122	|     17098 |    2248   666961  8112702 |   634305    17097     11 |  0.089 % |
133.10/134.20	c 134	|     25747 |    2248   666961  8112702 |   697736    25746     13 |  0.090 % |
158.16/159.36	c 159	|     38721 |    2248   666961  8112702 |   767510    38720     13 |  0.089 % |
194.00/195.34	c 195	|     58183 |    2248   666961  8112702 |   844261    58182     14 |  0.089 % |
227.05/228.50	c 228	|     87375 |    2248   666961  8112702 |   928687    87374     14 |  0.089 % |
335.64/337.64	c 338	|    131164 |    2246   666961  8112702 |  1021555   131162     15 |  0.356 % |
513.81/516.70	c 517	|    196848 |    2237   660266  8031930 |  1123711   183098     15 |  0.756 % |
796.53/800.63	c 801	|    295376 |    2232   634450  7710305 |  1236082   158012     15 |  0.800 % |
1300.13/1306.59	c 1307	|    443165 |    2232   634450  7710305 |  1359690   305801     16 |  0.801 % |
1399.28/1406.15	c 1406	===============================================================================
1399.28/1406.15	c 1406	restarts              : 20
1399.28/1406.15	c 1406	conflicts             : 471602         (362 /sec)
1399.28/1406.15	c 1406	decisions             : 592420         (1.75 % random) (455 /sec)
1399.28/1406.15	c 1406	propagations          : 47053866       (36131 /sec)
1399.28/1406.15	c 1406	conflict literals     : 7449324        (27.91 % deleted)
1399.28/1406.15	c 1406	Memory used           : 91.31 MB
1399.28/1406.15	c 1406	CPU time              : 1302.31 s
1399.28/1406.15	c 1406	
1399.28/1406.15	c 1406	UNSATISFIABLE
1399.28/1406.17	c 1406	DECODING HOME/temp.out WITH HOME/temp.map
1399.28/1406.17	c 1406	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'
1399.36/1406.25	c 1406	Decoding HOME/temp.out
1399.36/1406.27	s UNSATISFIABLE
1399.36/1406.30	c 1406	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1399.36/1406.34	c 1406	CPU 1399.48 (0.07 0.01 1398.55 0.85)
1399.36/1406.34	c 1406	END Sun Jul 12 05:30:18 2009

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2079299-1247368012/watcher-2079299-1247368012 -o /tmp/evaluation-result-2079299-1247368012/solver-2079299-1247368012 -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-2079299-1247368012.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.35 2.19 2.11 4/76 24224
/proc/meminfo: memFree=1635664/2055920 swapFree=4192812/4192956
[pid=24224] ppid=24222 vsize=18576 CPUtime=0
/proc/24224/stat : 24224 (runsolver) R 24222 24224 23634 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 23868049 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 231962373415 0 0 4096 24578 0 0 0 17 1 0 0
/proc/24224/statm: 4644 284 249 26 0 2626 0

[startup+0.059306 s]
/proc/loadavg: 2.35 2.19 2.11 4/76 24224
/proc/meminfo: memFree=1635664/2055920 swapFree=4192812/4192956
[pid=24224] ppid=24222 vsize=14908 CPUtime=0.04
/proc/24224/stat : 24224 (sugar) R 24222 24224 23634 0 -1 4194304 898 0 0 0 4 0 0 0 18 0 1 0 23868049 15265792 866 996147200 4194304 4206940 548682068608 18446744073709551615 231980072368 0 0 4224 0 0 0 0 17 1 0 0
/proc/24224/statm: 3727 866 378 3 0 566 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 14908

[startup+0.101874 s]
/proc/loadavg: 2.35 2.19 2.11 4/76 24224
/proc/meminfo: memFree=1635664/2055920 swapFree=4192812/4192956
[pid=24224] ppid=24222 vsize=16868 CPUtime=0.07
/proc/24224/stat : 24224 (sugar) S 24222 24224 23634 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 23868049 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24224/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.302814 s]
/proc/loadavg: 2.35 2.19 2.11 4/76 24224
/proc/meminfo: memFree=1635664/2055920 swapFree=4192812/4192956
[pid=24224] ppid=24222 vsize=16868 CPUtime=0.07
/proc/24224/stat : 24224 (sugar) S 24222 24224 23634 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 23868049 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24224/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.702697 s]
/proc/loadavg: 2.35 2.19 2.11 4/76 24224
/proc/meminfo: memFree=1635664/2055920 swapFree=4192812/4192956
[pid=24224] ppid=24222 vsize=16868 CPUtime=0.5
/proc/24224/stat : 24224 (sugar) S 24222 24224 23634 0 -1 4194304 1309 4792 0 1 6 1 39 4 16 0 1 0 23868049 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24224/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 16868

[startup+1.50148 s]
/proc/loadavg: 2.35 2.19 2.11 3/87 24246
/proc/meminfo: memFree=1623096/2055920 swapFree=4192812/4192956
[pid=24224] ppid=24222 vsize=16868 CPUtime=0.5
/proc/24224/stat : 24224 (sugar) S 24222 24224 23634 0 -1 4194304 1309 4792 0 1 6 1 39 4 16 0 1 0 23868049 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24224/statm: 4217 1111 409 3 0 796 0
[pid=24237] ppid=24224 vsize=5356 CPUtime=0
/proc/24237/stat : 24237 (sh) S 24224 24224 23634 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23868106 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24237/statm: 1339 233 193 169 0 50 0
[pid=24238] ppid=24237 vsize=864360 CPUtime=0.91
/proc/24238/stat : 24238 (java) S 24237 24224 23634 0 -1 0 9945 0 1 0 86 5 0 0 18 0 9 0 23868106 885104640 9212 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24238/statm: 216090 9212 2566 9 0 210595 0
[pid=24238/tid=24239] ppid=24237 vsize=864360 CPUtime=0.47
/proc/24238/task/24239/stat : 24239 (java) R 24237 24224 23634 0 -1 64 2788 0 1 0 46 1 0 0 21 0 9 0 23868107 885104640 9212 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24238/tid=24240] ppid=24237 vsize=864360 CPUtime=0.36
/proc/24238/task/24240/stat : 24240 (java) R 24237 24224 23634 0 -1 64 6154 0 0 0 34 2 0 0 17 0 9 0 23868108 885104640 9212 996147200 134512640 134550932 4294955936 18446744073709551615 104649905 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24238/tid=24241] ppid=24237 vsize=864360 CPUtime=0
/proc/24238/task/24241/stat : 24241 (java) S 24237 24224 23634 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23868108 885104640 9212 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24238/tid=24242] ppid=24237 vsize=864360 CPUtime=0
/proc/24238/task/24242/stat : 24242 (java) S 24237 24224 23634 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 23868108 885104640 9212 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24238/tid=24243] ppid=24237 vsize=864360 CPUtime=0
/proc/24238/task/24243/stat : 24243 (java) S 24237 24224 23634 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23868111 885104640 9212 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24238/tid=24244] ppid=24237 vsize=864360 CPUtime=0.05
/proc/24238/task/24244/stat : 24244 (java) S 24237 24224 23634 0 -1 64 305 0 0 0 5 0 0 0 16 0 9 0 23868111 885104640 9212 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24238/tid=24245] ppid=24237 vsize=864360 CPUtime=0
/proc/24238/task/24245/stat : 24245 (java) S 24237 24224 23634 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23868111 885104640 9212 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24238/tid=24246] ppid=24237 vsize=864360 CPUtime=0
/proc/24238/task/24246/stat : 24246 (java) S 24237 24224 23634 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 23868111 885104640 9212 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 886584

[startup+3.101 s]
/proc/loadavg: 2.35 2.19 2.11 3/87 24246
/proc/meminfo: memFree=1592504/2055920 swapFree=4192812/4192956
[pid=24224] ppid=24222 vsize=16868 CPUtime=0.5
/proc/24224/stat : 24224 (sugar) S 24222 24224 23634 0 -1 4194304 1310 4792 0 1 6 1 39 4 15 0 1 0 23868049 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24224/statm: 4217 1111 409 3 0 796 0
[pid=24237] ppid=24224 vsize=5356 CPUtime=0
/proc/24237/stat : 24237 (sh) S 24224 24224 23634 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23868106 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24237/statm: 1339 233 193 169 0 50 0
[pid=24238] ppid=24237 vsize=864472 CPUtime=2.49
/proc/24238/stat : 24238 (java) S 24237 24224 23634 0 -1 0 13592 0 1 0 241 8 0 0 18 0 9 0 23868106 885219328 12822 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24238/statm: 216118 12822 2590 9 0 210595 0
[pid=24238/tid=24239] ppid=24237 vsize=864472 CPUtime=1.56
/proc/24238/task/24239/stat : 24239 (java) R 24237 24224 23634 0 -1 64 3078 0 1 0 155 1 0 0 25 0 9 0 23868107 885219328 12822 996147200 134512640 134550932 4294955936 18446744073709551615 4126577623 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24238/tid=24240] ppid=24237 vsize=864472 CPUtime=0.81
/proc/24238/task/24240/stat : 24240 (java) S 24237 24224 23634 0 -1 64 9488 0 0 0 77 4 0 0 16 0 9 0 23868108 885219328 12822 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24238/tid=24241] ppid=24237 vsize=864472 CPUtime=0
/proc/24238/task/24241/stat : 24241 (java) S 24237 24224 23634 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23868108 885219328 12822 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24238/tid=24242] ppid=24237 vsize=864472 CPUtime=0
/proc/24238/task/24242/stat : 24242 (java) S 24237 24224 23634 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 23868108 885219328 12822 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24238/tid=24243] ppid=24237 vsize=864472 CPUtime=0
/proc/24238/task/24243/stat : 24243 (java) S 24237 24224 23634 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23868111 885219328 12822 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24238/tid=24244] ppid=24237 vsize=864472 CPUtime=0.08
/proc/24238/task/24244/stat : 24244 (java) S 24237 24224 23634 0 -1 64 328 0 0 0 8 0 0 0 16 0 9 0 23868111 885219328 12822 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24238/tid=24245] ppid=24237 vsize=864472 CPUtime=0
/proc/24238/task/24245/stat : 24245 (java) S 24237 24224 23634 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23868111 885219328 12822 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24238/tid=24246] ppid=24237 vsize=864472 CPUtime=0
/proc/24238/task/24246/stat : 24246 (java) S 24237 24224 23634 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 23868111 885219328 12822 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 886696

[startup+6.30209 s]
/proc/loadavg: 2.32 2.18 2.11 3/87 24246
/proc/meminfo: memFree=1588792/2055920 swapFree=4192812/4192956
[pid=24224] ppid=24222 vsize=16868 CPUtime=0.5
/proc/24224/stat : 24224 (sugar) S 24222 24224 23634 0 -1 4194304 1310 4792 0 1 6 1 39 4 15 0 1 0 23868049 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24224/statm: 4217 1111 409 3 0 796 0
[pid=24237] ppid=24224 vsize=5356 CPUtime=0
/proc/24237/stat : 24237 (sh) S 24224 24224 23634 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23868106 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24237/statm: 1339 233 193 169 0 50 0
[pid=24238] ppid=24237 vsize=864472 CPUtime=5.66
/proc/24238/stat : 24238 (java) S 24237 24224 23634 0 -1 0 14424 0 1 0 558 8 0 0 18 0 9 0 23868106 885219328 13628 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24238/statm: 216118 13628 2590 9 0 210595 0
[pid=24238/tid=24239] ppid=24237 vsize=864472 CPUtime=4.67
/proc/24238/task/24239/stat : 24239 (java) R 24237 24224 23634 0 -1 64 3104 0 1 0 466 1 0 0 25 0 9 0 23868107 885219328 13628 996147200 134512640 134550932 4294955936 18446744073709551615 102094187 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24238/tid=24240] ppid=24237 vsize=864472 CPUtime=0.88
/proc/24238/task/24240/stat : 24240 (java) S 24237 24224 23634 0 -1 64 10294 0 0 0 83 5 0 0 16 0 9 0 23868108 885219328 13628 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24238/tid=24241] ppid=24237 vsize=864472 CPUtime=0
/proc/24238/task/24241/stat : 24241 (java) S 24237 24224 23634 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23868108 885219328 13628 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24238/tid=24242] ppid=24237 vsize=864472 CPUtime=0
/proc/24238/task/24242/stat : 24242 (java) S 24237 24224 23634 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 23868108 885219328 13628 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24238/tid=24243] ppid=24237 vsize=864472 CPUtime=0
/proc/24238/task/24243/stat : 24243 (java) S 24237 24224 23634 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23868111 885219328 13628 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24238/tid=24244] ppid=24237 vsize=864472 CPUtime=0.08
/proc/24238/task/24244/stat : 24244 (java) S 24237 24224 23634 0 -1 64 328 0 0 0 8 0 0 0 16 0 9 0 23868111 885219328 13628 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24238/tid=24245] ppid=24237 vsize=864472 CPUtime=0
/proc/24238/task/24245/stat : 24245 (java) S 24237 24224 23634 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23868111 885219328 13628 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24238/tid=24246] ppid=24237 vsize=864472 CPUtime=0
/proc/24238/task/24246/stat : 24246 (java) S 24237 24224 23634 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 23868111 885219328 13628 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 886696

[startup+12.7012 s]
/proc/loadavg: 2.29 2.18 2.11 3/87 24246
/proc/meminfo: memFree=1580344/2055920 swapFree=4192812/4192956
[pid=24224] ppid=24222 vsize=16868 CPUtime=0.5
/proc/24224/stat : 24224 (sugar) S 24222 24224 23634 0 -1 4194304 1310 4792 0 1 6 1 39 4 15 0 1 0 23868049 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24224/statm: 4217 1111 409 3 0 796 0
[pid=24237] ppid=24224 vsize=5356 CPUtime=0
/proc/24237/stat : 24237 (sh) S 24224 24224 23634 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23868106 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24237/statm: 1339 233 193 169 0 50 0
[pid=24238] ppid=24237 vsize=864472 CPUtime=11.99
/proc/24238/stat : 24238 (java) S 24237 24224 23634 0 -1 0 15878 0 1 0 1188 11 0 0 18 0 9 0 23868106 885219328 15015 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24238/statm: 216118 15015 2590 9 0 210595 0
[pid=24238/tid=24239] ppid=24237 vsize=864472 CPUtime=10.87
/proc/24238/task/24239/stat : 24239 (java) R 24237 24224 23634 0 -1 64 3171 0 1 0 1084 3 0 0 25 0 9 0 23868107 885219328 15015 996147200 134512640 134550932 4294955936 18446744073709551615 4126577573 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24238/tid=24240] ppid=24237 vsize=864472 CPUtime=1
/proc/24238/task/24240/stat : 24240 (java) S 24237 24224 23634 0 -1 64 11678 0 0 0 94 6 0 0 16 0 9 0 23868108 885219328 15015 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24238/tid=24241] ppid=24237 vsize=864472 CPUtime=0
/proc/24238/task/24241/stat : 24241 (java) S 24237 24224 23634 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23868108 885219328 15015 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24238/tid=24242] ppid=24237 vsize=864472 CPUtime=0
/proc/24238/task/24242/stat : 24242 (java) S 24237 24224 23634 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 23868108 885219328 15015 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24238/tid=24243] ppid=24237 vsize=864472 CPUtime=0
/proc/24238/task/24243/stat : 24243 (java) S 24237 24224 23634 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23868111 885219328 15015 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24238/tid=24244] ppid=24237 vsize=864472 CPUtime=0.09
/proc/24238/task/24244/stat : 24244 (java) S 24237 24224 23634 0 -1 64 331 0 0 0 9 0 0 0 16 0 9 0 23868111 885219328 15015 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24238/tid=24245] ppid=24237 vsize=864472 CPUtime=0
/proc/24238/task/24245/stat : 24245 (java) S 24237 24224 23634 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23868111 885219328 15015 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24238/tid=24246] ppid=24237 vsize=864472 CPUtime=0
/proc/24238/task/24246/stat : 24246 (java) S 24237 24224 23634 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 23868111 885219328 15015 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.49
Current children cumulated vsize (KiB) 886696

[startup+25.5026 s]
/proc/loadavg: 2.23 2.17 2.11 4/87 24246
/proc/meminfo: memFree=1558712/2055920 swapFree=4192812/4192956
[pid=24224] ppid=24222 vsize=16868 CPUtime=0.5
/proc/24224/stat : 24224 (sugar) S 24222 24224 23634 0 -1 4194304 1310 4792 0 1 6 1 39 4 16 0 1 0 23868049 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24224/statm: 4217 1111 409 3 0 796 0
[pid=24237] ppid=24224 vsize=5356 CPUtime=0
/proc/24237/stat : 24237 (sh) S 24224 24224 23634 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23868106 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24237/statm: 1339 233 193 169 0 50 0
[pid=24238] ppid=24237 vsize=864472 CPUtime=24.67
/proc/24238/stat : 24238 (java) S 24237 24224 23634 0 -1 0 21303 0 1 0 2449 18 0 0 18 0 9 0 23868106 885219328 17751 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24238/statm: 216118 17751 2590 9 0 210595 0
[pid=24238/tid=24239] ppid=24237 vsize=864472 CPUtime=23.06
/proc/24238/task/24239/stat : 24239 (java) R 24237 24224 23634 0 -1 64 3317 0 1 0 2299 7 0 0 25 0 9 0 23868107 885219328 17751 996147200 134512640 134550932 4294955936 18446744073709551615 102094187 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24238/tid=24240] ppid=24237 vsize=864472 CPUtime=1.49
/proc/24238/task/24240/stat : 24240 (java) S 24237 24224 23634 0 -1 64 16954 0 0 0 139 10 0 0 16 0 9 0 23868108 885219328 17751 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24238/tid=24241] ppid=24237 vsize=864472 CPUtime=0
/proc/24238/task/24241/stat : 24241 (java) S 24237 24224 23634 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23868108 885219328 17751 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24238/tid=24242] ppid=24237 vsize=864472 CPUtime=0
/proc/24238/task/24242/stat : 24242 (java) S 24237 24224 23634 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 23868108 885219328 17751 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24238/tid=24243] ppid=24237 vsize=864472 CPUtime=0

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

/proc/24224/statm: 4217 1113 409 3 0 796 0
[pid=24338] ppid=24224 vsize=5356 CPUtime=0
/proc/24338/stat : 24338 (sh) S 24224 24224 23634 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23877813 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24338/statm: 1339 232 193 169 0 50 0
[pid=24339] ppid=24338 vsize=86872 CPUtime=1019.96
/proc/24339/stat : 24339 (minisat) R 24338 24224 23634 0 -1 4194304 21413 0 0 0 101976 20 0 0 25 0 1 0 23877813 88956928 21399 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/24339/statm: 21718 21399 75 150 0 21565 0
Current children cumulated CPU time (s) 1116.77
Current children cumulated vsize (KiB) 109096

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 24341
/proc/meminfo: memFree=1521976/2055920 swapFree=4192812/4192956
[pid=24224] ppid=24222 vsize=16868 CPUtime=96.81
/proc/24224/stat : 24224 (sugar) S 24222 24224 23634 0 -1 4194304 1376 34320 0 2 7 1 9615 58 16 0 1 0 23868049 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24224/statm: 4217 1113 409 3 0 796 0
[pid=24338] ppid=24224 vsize=5356 CPUtime=0
/proc/24338/stat : 24338 (sh) S 24224 24224 23634 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23877813 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24338/statm: 1339 232 193 169 0 50 0
[pid=24339] ppid=24338 vsize=88468 CPUtime=1079.69
/proc/24339/stat : 24339 (minisat) R 24338 24224 23634 0 -1 4194304 21792 0 0 0 107949 20 0 0 25 0 1 0 23877813 90591232 21778 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/24339/statm: 22117 21778 75 150 0 21964 0
Current children cumulated CPU time (s) 1176.5
Current children cumulated vsize (KiB) 110692

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 24341
/proc/meminfo: memFree=1520568/2055920 swapFree=4192812/4192956
[pid=24224] ppid=24222 vsize=16868 CPUtime=96.81
/proc/24224/stat : 24224 (sugar) S 24222 24224 23634 0 -1 4194304 1376 34320 0 2 7 1 9615 58 16 0 1 0 23868049 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24224/statm: 4217 1113 409 3 0 796 0
[pid=24338] ppid=24224 vsize=5356 CPUtime=0
/proc/24338/stat : 24338 (sh) S 24224 24224 23634 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23877813 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24338/statm: 1339 232 193 169 0 50 0
[pid=24339] ppid=24338 vsize=89796 CPUtime=1139.42
/proc/24339/stat : 24339 (minisat) R 24338 24224 23634 0 -1 4194304 22146 0 0 0 113921 21 0 0 25 0 1 0 23877813 91951104 22132 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/24339/statm: 22449 22132 75 150 0 22296 0
Current children cumulated CPU time (s) 1236.23
Current children cumulated vsize (KiB) 112020

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 24341
/proc/meminfo: memFree=1519288/2055920 swapFree=4192812/4192956
[pid=24224] ppid=24222 vsize=16868 CPUtime=96.81
/proc/24224/stat : 24224 (sugar) S 24222 24224 23634 0 -1 4194304 1376 34320 0 2 7 1 9615 58 16 0 1 0 23868049 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24224/statm: 4217 1113 409 3 0 796 0
[pid=24338] ppid=24224 vsize=5356 CPUtime=0
/proc/24338/stat : 24338 (sh) S 24224 24224 23634 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23877813 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24338/statm: 1339 232 193 169 0 50 0
[pid=24339] ppid=24338 vsize=91200 CPUtime=1199.15
/proc/24339/stat : 24339 (minisat) R 24338 24224 23634 0 -1 4194304 22465 0 0 0 119894 21 0 0 25 0 1 0 23877813 93388800 22451 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/24339/statm: 22800 22451 75 150 0 22647 0
Current children cumulated CPU time (s) 1295.96
Current children cumulated vsize (KiB) 113424

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 24341
/proc/meminfo: memFree=1515448/2055920 swapFree=4192812/4192956
[pid=24224] ppid=24222 vsize=16868 CPUtime=96.81
/proc/24224/stat : 24224 (sugar) S 24222 24224 23634 0 -1 4194304 1376 34320 0 2 7 1 9615 58 16 0 1 0 23868049 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24224/statm: 4217 1113 409 3 0 796 0
[pid=24338] ppid=24224 vsize=5356 CPUtime=0
/proc/24338/stat : 24338 (sh) S 24224 24224 23634 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23877813 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24338/statm: 1339 232 193 169 0 50 0
[pid=24339] ppid=24338 vsize=93500 CPUtime=1258.87
/proc/24339/stat : 24339 (minisat) R 24338 24224 23634 0 -1 4194304 22878 0 0 0 125865 22 0 0 25 0 1 0 23877813 95744000 22864 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/24339/statm: 23375 22864 75 150 0 23222 0
Current children cumulated CPU time (s) 1355.68
Current children cumulated vsize (KiB) 115724

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

[startup+1382.3 s]
/proc/loadavg: 2.15 2.03 2.01 3/77 24341
/proc/meminfo: memFree=1515384/2055920 swapFree=4192812/4192956
[pid=24224] ppid=24222 vsize=16868 CPUtime=96.81
/proc/24224/stat : 24224 (sugar) S 24222 24224 23634 0 -1 4194304 1376 34320 0 2 7 1 9615 58 16 0 1 0 23868049 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24224/statm: 4217 1113 409 3 0 796 0
[pid=24338] ppid=24224 vsize=5356 CPUtime=0
/proc/24338/stat : 24338 (sh) S 24224 24224 23634 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23877813 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24338/statm: 1339 232 193 169 0 50 0
[pid=24339] ppid=24338 vsize=93500 CPUtime=1278.78
/proc/24339/stat : 24339 (minisat) R 24338 24224 23634 0 -1 4194304 22887 0 0 0 127856 22 0 0 25 0 1 0 23877813 95744000 22873 996147200 134512640 135127466 4294956256 18446744073709551615 134530778 0 0 4096 3 0 0 0 17 0 0 0
/proc/24339/statm: 23375 22873 75 150 0 23222 0
Current children cumulated CPU time (s) 1375.59
Current children cumulated vsize (KiB) 115724

[startup+1395.1 s]
/proc/loadavg: 2.12 2.03 2.01 3/77 24341
/proc/meminfo: memFree=1515384/2055920 swapFree=4192812/4192956
[pid=24224] ppid=24222 vsize=16868 CPUtime=96.81
/proc/24224/stat : 24224 (sugar) S 24222 24224 23634 0 -1 4194304 1376 34320 0 2 7 1 9615 58 16 0 1 0 23868049 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24224/statm: 4217 1113 409 3 0 796 0
[pid=24338] ppid=24224 vsize=5356 CPUtime=0
/proc/24338/stat : 24338 (sh) S 24224 24224 23634 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23877813 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24338/statm: 1339 232 193 169 0 50 0
[pid=24339] ppid=24338 vsize=93500 CPUtime=1291.52
/proc/24339/stat : 24339 (minisat) R 24338 24224 23634 0 -1 4194304 22887 0 0 0 129130 22 0 0 25 0 1 0 23877813 95744000 22873 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/24339/statm: 23375 22873 75 150 0 23222 0
Current children cumulated CPU time (s) 1388.33
Current children cumulated vsize (KiB) 115724

[startup+1401.5 s]
/proc/loadavg: 2.11 2.03 2.01 3/77 24341
/proc/meminfo: memFree=1515384/2055920 swapFree=4192812/4192956
[pid=24224] ppid=24222 vsize=16868 CPUtime=96.81
/proc/24224/stat : 24224 (sugar) S 24222 24224 23634 0 -1 4194304 1376 34320 0 2 7 1 9615 58 16 0 1 0 23868049 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24224/statm: 4217 1113 409 3 0 796 0
[pid=24338] ppid=24224 vsize=5356 CPUtime=0
/proc/24338/stat : 24338 (sh) S 24224 24224 23634 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23877813 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24338/statm: 1339 232 193 169 0 50 0
[pid=24339] ppid=24338 vsize=93500 CPUtime=1297.9
/proc/24339/stat : 24339 (minisat) R 24338 24224 23634 0 -1 4194304 22887 0 0 0 129768 22 0 0 25 0 1 0 23877813 95744000 22873 996147200 134512640 135127466 4294956256 18446744073709551615 134530644 0 0 4096 3 0 0 0 17 0 0 0
/proc/24339/statm: 23375 22873 75 150 0 23222 0
Current children cumulated CPU time (s) 1394.71
Current children cumulated vsize (KiB) 115724

[startup+1404.71 s]
/proc/loadavg: 2.10 2.03 2.01 3/77 24341
/proc/meminfo: memFree=1515384/2055920 swapFree=4192812/4192956
[pid=24224] ppid=24222 vsize=16868 CPUtime=96.81
/proc/24224/stat : 24224 (sugar) S 24222 24224 23634 0 -1 4194304 1376 34320 0 2 7 1 9615 58 16 0 1 0 23868049 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24224/statm: 4217 1113 409 3 0 796 0
[pid=24338] ppid=24224 vsize=5356 CPUtime=0
/proc/24338/stat : 24338 (sh) S 24224 24224 23634 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23877813 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24338/statm: 1339 232 193 169 0 50 0
[pid=24339] ppid=24338 vsize=93500 CPUtime=1301.09
/proc/24339/stat : 24339 (minisat) R 24338 24224 23634 0 -1 4194304 22887 0 0 0 130087 22 0 0 25 0 1 0 23877813 95744000 22873 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/24339/statm: 23375 22873 75 150 0 23222 0
Current children cumulated CPU time (s) 1397.9
Current children cumulated vsize (KiB) 115724

[startup+1405.5 s]
/proc/loadavg: 2.10 2.03 2.01 3/77 24341
/proc/meminfo: memFree=1515384/2055920 swapFree=4192812/4192956
[pid=24224] ppid=24222 vsize=16868 CPUtime=96.81
/proc/24224/stat : 24224 (sugar) S 24222 24224 23634 0 -1 4194304 1376 34320 0 2 7 1 9615 58 16 0 1 0 23868049 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24224/statm: 4217 1113 409 3 0 796 0
[pid=24338] ppid=24224 vsize=5356 CPUtime=0
/proc/24338/stat : 24338 (sh) S 24224 24224 23634 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23877813 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24338/statm: 1339 232 193 169 0 50 0
[pid=24339] ppid=24338 vsize=93500 CPUtime=1301.88
/proc/24339/stat : 24339 (minisat) R 24338 24224 23634 0 -1 4194304 22887 0 0 0 130166 22 0 0 25 0 1 0 23877813 95744000 22873 996147200 134512640 135127466 4294956256 18446744073709551615 134530840 0 0 4096 3 0 0 0 17 0 0 0
/proc/24339/statm: 23375 22873 75 150 0 23222 0
Current children cumulated CPU time (s) 1398.69
Current children cumulated vsize (KiB) 115724

[startup+1405.9 s]
/proc/loadavg: 2.10 2.03 2.01 3/77 24341
/proc/meminfo: memFree=1515384/2055920 swapFree=4192812/4192956
[pid=24224] ppid=24222 vsize=16868 CPUtime=96.81
/proc/24224/stat : 24224 (sugar) S 24222 24224 23634 0 -1 4194304 1376 34320 0 2 7 1 9615 58 16 0 1 0 23868049 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24224/statm: 4217 1113 409 3 0 796 0
[pid=24338] ppid=24224 vsize=5356 CPUtime=0
/proc/24338/stat : 24338 (sh) S 24224 24224 23634 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23877813 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24338/statm: 1339 232 193 169 0 50 0
[pid=24339] ppid=24338 vsize=93500 CPUtime=1302.28
/proc/24339/stat : 24339 (minisat) R 24338 24224 23634 0 -1 4194304 22887 0 0 0 130206 22 0 0 25 0 1 0 23877813 95744000 22873 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/24339/statm: 23375 22873 75 150 0 23222 0
Current children cumulated CPU time (s) 1399.09
Current children cumulated vsize (KiB) 115724

[startup+1406.3 s]
/proc/loadavg: 2.10 2.03 2.01 3/77 24341
/proc/meminfo: memFree=1515384/2055920 swapFree=4192812/4192956
[pid=24224] ppid=24222 vsize=16868 CPUtime=1399.36
/proc/24224/stat : 24224 (sugar) S 24222 24224 23634 0 -1 4194304 1449 57501 0 2 7 1 139846 82 15 0 1 0 23868049 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24224/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 1399.36
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 1406.36
CPU time (s): 1399.52
CPU user time (s): 1398.63
CPU system time (s): 0.890864
CPU usage (%): 99.5139
Max. virtual memory (cumulated for all children) (KiB): 892076

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1398.63
system time used= 0.890864
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 62780
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= 12148
involuntary context switches= 30389

runsolver used 1.63775 second user time and 4.78827 second system time

The end

Launcher Data

Begin job on node16 at 2009-07-12 05:06:52
IDJOB=2079299
IDBENCH=56880
IDSOLVER=739
FILE ID=node16/2079299-1247368012
PBS_JOBID= 9507112
Free space on /tmp= 66448 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/lexVg/normalized-crossword-m1c-lex-vg9-10_ext.xml
COMMAND LINE= DIR/sugar -c -vv -memlimit=MEMLIMIT -jar="DIR/sugar-v1-14-6.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2079299-1247368012/watcher-2079299-1247368012 -o /tmp/evaluation-result-2079299-1247368012/solver-2079299-1247368012 -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-2079299-1247368012.xml

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

MD5SUM BENCH= b1136f6831347ed9b7de8a63d714421a
RANDOM SEED=1757484054

node16.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.231
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.231
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:       1636144 kB
Buffers:         59828 kB
Cached:         178784 kB
SwapCached:          0 kB
Active:         271288 kB
Inactive:        85512 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1636144 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1656 kB
Writeback:           0 kB
Mapped:         128824 kB
Slab:            47908 kB
Committed_AS:   364556 kB
PageTables:       2136 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= 66424 MiB
End job on node16 at 2009-07-12 05:30:18