Trace number 2079530

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.14.6+minisatSAT 169.016 170.724

General information on the benchmark

Namecsp/lexVg/
normalized-crossword-m1c-lex-vg6-6_ext.xml
MD5SUM80214405512c477cd5eee37a2d95a76d
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.152975
Satisfiable
(Un)Satisfiability was proved
Number of variables36
Number of constraints12
Maximum constraint arity6
Maximum domain size26
Number of constraints which are defined in extension12
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.05/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.05/0.08	c 0	BEGIN Sun Jul 12 05:09:54 2009
0.05/0.08	c 0	PID 24573
0.05/0.08	c 0	HOST node13.alineos.net
0.05/0.08	c 0	CONVERTING HOME/instance-2079530-1247368193.xml TO HOME/temp.csp
0.05/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-2079530-1247368193.xml' 'HOME/temp.csp'
0.07/0.29	c 0	1 domains, 36 variables, 0 predicates, 1 relations, 12 constraints
0.07/0.30	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.30	c 0	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.07/0.38	c 0	Parsing HOME/temp.csp
0.26/0.47	c 0	parsed 50 expressions
0.26/0.48	c 0	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.26/0.48	c 0	Converting to clausal form CSP
0.26/0.50	c 0	converted 5 (10%) expressions
0.26/0.50	c 0	converted 10 (20%) expressions
0.26/0.50	c 0	converted 15 (30%) expressions
0.26/0.50	c 0	converted 20 (40%) expressions
0.26/0.50	c 0	converted 25 (50%) expressions
0.26/0.50	c 0	converted 30 (60%) expressions
0.26/0.50	c 0	converted 35 (70%) expressions
0.26/0.58	c 0	converted 40 (80%) expressions
0.26/0.79	c 0	converted 45 (90%) expressions
0.26/0.97	c 1	converted 50 (100%) expressions
0.26/0.97	c 1	CSP : 36 integers, 0 booleans, 12 clauses, largest domain size 26
0.26/0.97	c 1	Heap : 13 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.26/0.97	c 1	Propagation in CSP
0.26/0.97	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.26/0.97	c 1	CSP : 36 integers, 0 booleans, 12 clauses, largest domain size 26
0.26/0.97	c 1	Heap : 13 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.26/0.97	c 1	Simplifing CSP by introducing new Boolean variables
0.26/0.97	c 1	CSP : 36 integers, 0 booleans, 12 clauses, largest domain size 26
0.26/0.97	c 1	Heap : 13 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.94/1.07	c 1	Encoding CSP to SAT : HOME/temp.cnf
0.94/1.08	c 1	4 (10%) CSP integer variables are encoded (96 clauses, 912 bytes)
0.94/1.09	c 1	8 (20%) CSP integer variables are encoded (192 clauses, 1968 bytes)
0.94/1.09	c 1	11 (30%) CSP integer variables are encoded (264 clauses, 2760 bytes)
0.94/1.09	c 1	15 (40%) CSP integer variables are encoded (360 clauses, 3816 bytes)
0.94/1.09	c 1	18 (50%) CSP integer variables are encoded (432 clauses, 4608 bytes)
0.94/1.09	c 1	22 (60%) CSP integer variables are encoded (528 clauses, 5664 bytes)
0.94/1.09	c 1	26 (70%) CSP integer variables are encoded (624 clauses, 6720 bytes)
0.94/1.09	c 1	29 (80%) CSP integer variables are encoded (696 clauses, 7512 bytes)
0.94/1.10	c 1	33 (90%) CSP integer variables are encoded (792 clauses, 8568 bytes)
0.94/1.10	c 1	36 (100%) CSP integer variables are encoded (864 clauses, 9360 bytes)
4.90/5.06	c 5	2 (10%) CSP clauses are encoded (46172 clauses, 1629621 bytes)
6.98/7.11	c 7	3 (20%) CSP clauses are encoded (68826 clauses, 2520197 bytes)
8.86/9.06	c 9	4 (30%) CSP clauses are encoded (91480 clauses, 3410773 bytes)
10.75/11.00	c 11	5 (40%) CSP clauses are encoded (114134 clauses, 4301557 bytes)
12.73/12.95	c 13	6 (50%) CSP clauses are encoded (136788 clauses, 5235505 bytes)
16.79/17.00	c 17	8 (60%) CSP clauses are encoded (182096 clauses, 7103401 bytes)
18.67/18.96	c 19	9 (70%) CSP clauses are encoded (204750 clauses, 8037349 bytes)
20.65/20.92	c 20	10 (80%) CSP clauses are encoded (227404 clauses, 8971297 bytes)
22.63/22.96	c 23	11 (90%) CSP clauses are encoded (250058 clauses, 9905245 bytes)
24.61/24.91	c 24	12 (100%) CSP clauses are encoded (272712 clauses, 10839193 bytes)
24.61/24.91	c 24	12 CSP clauses encoded
24.61/24.91	c 24	Writing map file : HOME/temp.map
24.61/24.91	c 24	Heap : 18 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
24.61/24.91	c 24	SAT : 900 SAT variables, 272712 SAT clauses, 10839193 bytes
24.61/24.91	c 24	Heap : 18 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
24.61/24.94	c 25	SOLVING HOME/temp.cnf
24.61/24.94	c 25	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
24.61/24.95	c 25	This is MiniSat 2.0 beta
24.61/24.95	c 25	WARNING: for repeatability, setting FPU to use double precision
24.61/24.95	c 25	============================[ Problem Statistics ]=============================
24.61/24.95	c 25	|                                                                             |
24.61/24.95	c 25	|  Number of variables:  900                                                  |
24.61/24.95	c 25	|  Number of clauses:    272712                                               |
24.88/25.21	c 25	|  Parsing time:         0.22         s                                       |
24.88/25.23	c 25	============================[ Search Statistics ]==============================
24.88/25.23	c 25	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
24.88/25.23	c 25	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
24.88/25.23	c 25	===============================================================================
24.88/25.23	c 25	|         0 |     900   272712  2357964 |    90904        0    nan |  0.000 % |
24.88/25.24	c 25	|       100 |     900   272712  2357964 |    99994      100      6 |  0.000 % |
24.88/25.27	c 25	|       251 |     900   272712  2357964 |   109993      251      5 |  0.002 % |
24.88/25.29	c 25	|       478 |     900   272712  2357964 |   120993      478      6 |  0.003 % |
24.97/25.33	c 25	|       815 |     900   272712  2357964 |   133092      815      7 |  0.003 % |
24.97/25.37	c 25	|      1323 |     900   272712  2357964 |   146401     1323      7 |  0.003 % |
25.07/25.43	c 25	|      2082 |     900   272712  2357964 |   161041     2082      8 |  0.002 % |
25.27/25.69	c 25	|      3221 |     900   272712  2357964 |   177146     3221      8 |  0.002 % |
26.66/27.01	c 27	|      4930 |     900   272712  2357964 |   194860     4930     10 |  0.003 % |
29.04/29.49	c 29	|      7492 |     900   272712  2357964 |   214346     7492     11 |  0.002 % |
33.29/33.75	c 33	|     11337 |     900   272712  2357964 |   235781    11337     13 |  0.000 % |
39.73/40.29	c 40	|     17103 |     900   272712  2357964 |   259359    17103     14 |  0.001 % |
49.25/49.84	c 49	|     25754 |     900   272712  2357964 |   285295    25754     14 |  0.002 % |
64.70/65.43	c 65	|     38728 |     900   272712  2357964 |   313825    38728     15 |  0.002 % |
92.93/93.95	c 94	|     58189 |     900   272712  2357964 |   345207    58189     16 |  0.002 % |
134.34/135.77	c 135	|     87383 |     900   272712  2357964 |   379728    87383     17 |  0.002 % |
168.81/170.53	c 170	===============================================================================
168.81/170.53	c 170	restarts              : 16
168.81/170.53	c 170	conflicts             : 106889         (742 /sec)
168.81/170.53	c 170	decisions             : 142931         (1.41 % random) (992 /sec)
168.81/170.53	c 170	propagations          : 7481834        (51905 /sec)
168.81/170.53	c 170	conflict literals     : 1767623        (26.89 % deleted)
168.81/170.53	c 170	Memory used           : 32.18 MB
168.81/170.53	c 170	CPU time              : 144.145 s
168.81/170.53	c 170	
168.81/170.53	c 170	SATISFIABLE
168.81/170.54	c 170	DECODING HOME/temp.out WITH HOME/temp.map
168.81/170.54	c 170	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'
168.87/170.63	c 170	Decoding HOME/temp.out
168.87/170.65	s SATISFIABLE
168.87/170.65	v 0 11 0 18 10 0 11 14 20 21 4 17 0 20 6 4 13 3 18 21 4 11 19 4 10 4 13 19 14 13 0 17 3 4 13 19
168.87/170.66	c 170	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
168.87/170.72	c 170	CPU 168.99 (0.05 0.02 168.59 0.33)
168.87/170.72	c 170	END Sun Jul 12 05:12:44 2009

Verifier Data

OK

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2079530-1247368193/watcher-2079530-1247368193 -o /tmp/evaluation-result-2079530-1247368193/solver-2079530-1247368193 -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-2079530-1247368193.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.12 2.07 2.07 4/72 24573
/proc/meminfo: memFree=1645488/2055920 swapFree=4192812/4192956
[pid=24573] ppid=24571 vsize=12268 CPUtime=0
/proc/24573/stat : 24573 (sugar) R 24571 24573 18450 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 23886264 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 269775177507 0 0 4224 0 0 0 0 17 1 0 0
/proc/24573/statm: 3067 316 241 3 0 167 0

[startup+0.067054 s]
/proc/loadavg: 2.12 2.07 2.07 4/72 24573
/proc/meminfo: memFree=1645488/2055920 swapFree=4192812/4192956
[pid=24573] ppid=24571 vsize=16212 CPUtime=0.05
/proc/24573/stat : 24573 (sugar) R 24571 24573 18450 0 -1 4194304 973 0 0 0 3 2 0 0 18 0 1 0 23886264 16601088 941 996147200 4194304 4206940 548682068608 18446744073709551615 269757413989 0 0 4224 0 0 0 0 17 1 0 0
/proc/24573/statm: 4053 941 380 3 0 632 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 16212

[startup+0.101055 s]
/proc/loadavg: 2.12 2.07 2.07 4/72 24573
/proc/meminfo: memFree=1645488/2055920 swapFree=4192812/4192956
[pid=24573] ppid=24571 vsize=16868 CPUtime=0.07
/proc/24573/stat : 24573 (sugar) S 24571 24573 18450 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 23886264 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24573/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.301285 s]
/proc/loadavg: 2.12 2.07 2.07 4/72 24573
/proc/meminfo: memFree=1645488/2055920 swapFree=4192812/4192956
[pid=24573] ppid=24571 vsize=16868 CPUtime=0.07
/proc/24573/stat : 24573 (sugar) S 24571 24573 18450 0 -1 4194304 1245 128 0 0 5 2 0 0 15 0 1 0 23886264 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24573/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.701133 s]
/proc/loadavg: 2.12 2.07 2.07 4/72 24573
/proc/meminfo: memFree=1645488/2055920 swapFree=4192812/4192956
[pid=24573] ppid=24571 vsize=16868 CPUtime=0.26
/proc/24573/stat : 24573 (sugar) S 24571 24573 18450 0 -1 4194304 1310 4490 0 1 5 2 17 2 15 0 1 0 23886264 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24573/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 16868

[startup+1.50223 s]
/proc/loadavg: 2.11 2.07 2.07 4/83 24595
/proc/meminfo: memFree=1622416/2055920 swapFree=4192812/4192956
[pid=24573] ppid=24571 vsize=16868 CPUtime=0.26
/proc/24573/stat : 24573 (sugar) S 24571 24573 18450 0 -1 4194304 1310 4490 0 1 5 2 17 2 15 0 1 0 23886264 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24573/statm: 4217 1111 409 3 0 796 0
[pid=24586] ppid=24573 vsize=5356 CPUtime=0
/proc/24586/stat : 24586 (sh) S 24573 24573 18450 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23886294 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24586/statm: 1339 233 193 169 0 50 0
[pid=24587] ppid=24586 vsize=864444 CPUtime=1.17
/proc/24587/stat : 24587 (java) S 24586 24573 18450 0 -1 0 8517 0 1 0 113 4 0 0 19 0 9 0 23886295 885190656 7759 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24587/statm: 216111 7759 2590 9 0 210588 0
[pid=24587/tid=24588] ppid=24586 vsize=864444 CPUtime=0.69
/proc/24587/task/24588/stat : 24588 (java) R 24586 24573 18450 0 -1 64 2852 0 1 0 68 1 0 0 20 0 9 0 23886296 885190656 7759 996147200 134512640 134550932 4294955936 18446744073709551615 4126568575 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24587/tid=24589] ppid=24586 vsize=864444 CPUtime=0.38
/proc/24587/task/24589/stat : 24589 (java) S 24586 24573 18450 0 -1 64 4631 0 0 0 36 2 0 0 16 0 9 0 23886297 885190656 7759 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24587/tid=24590] ppid=24586 vsize=864444 CPUtime=0
/proc/24587/task/24590/stat : 24590 (java) S 24586 24573 18450 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23886297 885190656 7759 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24587/tid=24591] ppid=24586 vsize=864444 CPUtime=0
/proc/24587/task/24591/stat : 24591 (java) S 24586 24573 18450 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 23886297 885190656 7759 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24587/tid=24592] ppid=24586 vsize=864444 CPUtime=0
/proc/24587/task/24592/stat : 24592 (java) S 24586 24573 18450 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 23886299 885190656 7759 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24587/tid=24593] ppid=24586 vsize=864444 CPUtime=0.08
/proc/24587/task/24593/stat : 24593 (java) S 24586 24573 18450 0 -1 64 335 0 0 0 8 0 0 0 16 0 9 0 23886299 885190656 7759 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24587/tid=24594] ppid=24586 vsize=864444 CPUtime=0
/proc/24587/task/24594/stat : 24594 (java) S 24586 24573 18450 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23886299 885190656 7759 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24587/tid=24595] ppid=24586 vsize=864444 CPUtime=0
/proc/24587/task/24595/stat : 24595 (java) S 24586 24573 18450 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23886299 885190656 7759 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 886668

[startup+3.10245 s]
/proc/loadavg: 2.11 2.07 2.07 3/83 24595
/proc/meminfo: memFree=1619984/2055920 swapFree=4192812/4192956
[pid=24573] ppid=24571 vsize=16868 CPUtime=0.26
/proc/24573/stat : 24573 (sugar) S 24571 24573 18450 0 -1 4194304 1310 4490 0 1 5 2 17 2 15 0 1 0 23886264 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24573/statm: 4217 1111 409 3 0 796 0
[pid=24586] ppid=24573 vsize=5356 CPUtime=0
/proc/24586/stat : 24586 (sh) S 24573 24573 18450 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23886294 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24586/statm: 1339 233 193 169 0 50 0
[pid=24587] ppid=24586 vsize=864444 CPUtime=2.76
/proc/24587/stat : 24587 (java) S 24586 24573 18450 0 -1 0 9227 0 1 0 271 5 0 0 19 0 9 0 23886295 885190656 8416 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24587/statm: 216111 8416 2590 9 0 210588 0
[pid=24587/tid=24588] ppid=24586 vsize=864444 CPUtime=2.22
/proc/24587/task/24588/stat : 24588 (java) R 24586 24573 18450 0 -1 64 2905 0 1 0 221 1 0 0 25 0 9 0 23886296 885190656 8416 996147200 134512640 134550932 4294955936 18446744073709551615 4126561800 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24587/tid=24589] ppid=24586 vsize=864444 CPUtime=0.43
/proc/24587/task/24589/stat : 24589 (java) S 24586 24573 18450 0 -1 64 5286 0 0 0 41 2 0 0 16 0 9 0 23886297 885190656 8416 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24587/tid=24590] ppid=24586 vsize=864444 CPUtime=0
/proc/24587/task/24590/stat : 24590 (java) S 24586 24573 18450 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23886297 885190656 8416 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24587/tid=24591] ppid=24586 vsize=864444 CPUtime=0
/proc/24587/task/24591/stat : 24591 (java) S 24586 24573 18450 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 23886297 885190656 8416 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24587/tid=24592] ppid=24586 vsize=864444 CPUtime=0
/proc/24587/task/24592/stat : 24592 (java) S 24586 24573 18450 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 23886299 885190656 8416 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24587/tid=24593] ppid=24586 vsize=864444 CPUtime=0.08
/proc/24587/task/24593/stat : 24593 (java) S 24586 24573 18450 0 -1 64 337 0 0 0 8 0 0 0 16 0 9 0 23886299 885190656 8416 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24587/tid=24594] ppid=24586 vsize=864444 CPUtime=0
/proc/24587/task/24594/stat : 24594 (java) S 24586 24573 18450 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23886299 885190656 8416 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24587/tid=24595] ppid=24586 vsize=864444 CPUtime=0
/proc/24587/task/24595/stat : 24595 (java) S 24586 24573 18450 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23886299 885190656 8416 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.02
Current children cumulated vsize (KiB) 886668

[startup+6.30187 s]
/proc/loadavg: 2.11 2.07 2.07 3/83 24595
/proc/meminfo: memFree=1613200/2055920 swapFree=4192812/4192956
[pid=24573] ppid=24571 vsize=16868 CPUtime=0.26
/proc/24573/stat : 24573 (sugar) S 24571 24573 18450 0 -1 4194304 1310 4490 0 1 5 2 17 2 16 0 1 0 23886264 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24573/statm: 4217 1111 409 3 0 796 0
[pid=24586] ppid=24573 vsize=5356 CPUtime=0
/proc/24586/stat : 24586 (sh) S 24573 24573 18450 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23886294 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24586/statm: 1339 233 193 169 0 50 0
[pid=24587] ppid=24586 vsize=864444 CPUtime=5.93
/proc/24587/stat : 24587 (java) S 24586 24573 18450 0 -1 0 10617 0 1 0 586 7 0 0 19 0 9 0 23886295 885190656 9710 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24587/statm: 216111 9710 2590 9 0 210588 0
[pid=24587/tid=24588] ppid=24586 vsize=864444 CPUtime=5.29
/proc/24587/task/24588/stat : 24588 (java) R 24586 24573 18450 0 -1 64 3001 0 1 0 527 2 0 0 25 0 9 0 23886296 885190656 9710 996147200 134512640 134550932 4294955936 18446744073709551615 4126567916 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24587/tid=24589] ppid=24586 vsize=864444 CPUtime=0.53
/proc/24587/task/24589/stat : 24589 (java) S 24586 24573 18450 0 -1 64 6578 0 0 0 49 4 0 0 16 0 9 0 23886297 885190656 9710 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24587/tid=24590] ppid=24586 vsize=864444 CPUtime=0
/proc/24587/task/24590/stat : 24590 (java) S 24586 24573 18450 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23886297 885190656 9710 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24587/tid=24591] ppid=24586 vsize=864444 CPUtime=0
/proc/24587/task/24591/stat : 24591 (java) S 24586 24573 18450 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 23886297 885190656 9710 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24587/tid=24592] ppid=24586 vsize=864444 CPUtime=0
/proc/24587/task/24592/stat : 24592 (java) S 24586 24573 18450 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 23886299 885190656 9710 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24587/tid=24593] ppid=24586 vsize=864444 CPUtime=0.09
/proc/24587/task/24593/stat : 24593 (java) S 24586 24573 18450 0 -1 64 339 0 0 0 9 0 0 0 16 0 9 0 23886299 885190656 9710 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24587/tid=24594] ppid=24586 vsize=864444 CPUtime=0
/proc/24587/task/24594/stat : 24594 (java) S 24586 24573 18450 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23886299 885190656 9710 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24587/tid=24595] ppid=24586 vsize=864444 CPUtime=0
/proc/24587/task/24595/stat : 24595 (java) S 24586 24573 18450 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23886299 885190656 9710 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 886668

[startup+12.7017 s]
/proc/loadavg: 2.09 2.07 2.07 3/83 24595
/proc/meminfo: memFree=1607248/2055920 swapFree=4192812/4192956
[pid=24573] ppid=24571 vsize=16868 CPUtime=0.26
/proc/24573/stat : 24573 (sugar) S 24571 24573 18450 0 -1 4194304 1310 4490 0 1 5 2 17 2 16 0 1 0 23886264 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24573/statm: 4217 1111 409 3 0 796 0
[pid=24586] ppid=24573 vsize=5356 CPUtime=0
/proc/24586/stat : 24586 (sh) S 24573 24573 18450 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23886294 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24586/statm: 1339 233 193 169 0 50 0
[pid=24587] ppid=24586 vsize=864464 CPUtime=12.27
/proc/24587/stat : 24587 (java) S 24586 24573 18450 0 -1 0 12680 0 1 0 1216 11 0 0 19 0 9 0 23886295 885211136 10319 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24587/statm: 216116 10319 2590 9 0 210593 0
[pid=24587/tid=24588] ppid=24586 vsize=864464 CPUtime=11.35
/proc/24587/task/24588/stat : 24588 (java) R 24586 24573 18450 0 -1 64 3173 0 1 0 1131 4 0 0 25 0 9 0 23886296 885211136 10319 996147200 134512640 134550932 4294955936 18446744073709551615 102094187 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24587/tid=24589] ppid=24586 vsize=864464 CPUtime=0.8
/proc/24587/task/24589/stat : 24589 (java) S 24586 24573 18450 0 -1 64 8468 0 0 0 75 5 0 0 16 0 9 0 23886297 885211136 10319 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24587/tid=24590] ppid=24586 vsize=864464 CPUtime=0
/proc/24587/task/24590/stat : 24590 (java) S 24586 24573 18450 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23886297 885211136 10319 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24587/tid=24591] ppid=24586 vsize=864464 CPUtime=0
/proc/24587/task/24591/stat : 24591 (java) S 24586 24573 18450 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 23886297 885211136 10319 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24587/tid=24592] ppid=24586 vsize=864464 CPUtime=0
/proc/24587/task/24592/stat : 24592 (java) S 24586 24573 18450 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 23886299 885211136 10319 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24587/tid=24593] ppid=24586 vsize=864464 CPUtime=0.09
/proc/24587/task/24593/stat : 24593 (java) S 24586 24573 18450 0 -1 64 340 0 0 0 9 0 0 0 16 0 9 0 23886299 885211136 10319 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24587/tid=24594] ppid=24586 vsize=864464 CPUtime=0
/proc/24587/task/24594/stat : 24594 (java) S 24586 24573 18450 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23886299 885211136 10319 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24587/tid=24595] ppid=24586 vsize=864464 CPUtime=0
/proc/24587/task/24595/stat : 24595 (java) S 24586 24573 18450 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23886299 885211136 10319 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.53
Current children cumulated vsize (KiB) 886688

[startup+25.5014 s]
/proc/loadavg: 2.08 2.06 2.07 3/75 24597
/proc/meminfo: memFree=1613584/2055920 swapFree=4192812/4192956
[pid=24573] ppid=24571 vsize=16868 CPUtime=24.64
/proc/24573/stat : 24573 (sugar) S 24571 24573 18450 0 -1 4194304 1374 20855 0 2 5 2 2435 22 15 0 1 0 23886264 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24573/statm: 4217 1112 409 3 0 796 0
[pid=24596] ppid=24573 vsize=5356 CPUtime=0
/proc/24596/stat : 24596 (sh) S 24573 24573 18450 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23888759 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24596/statm: 1339 232 193 169 0 50 0
[pid=24597] ppid=24596 vsize=21060 CPUtime=0.53
/proc/24597/stat : 24597 (minisat) R 24596 24573 18450 0 -1 4194304 5149 0 0 0 50 3 0 0 24 0 1 0 23888759 21565440 5135 996147200 134512640 135127466 4294956256 18446744073709551615 134530825 0 0 4096 3 0 0 0 17 1 0 0
/proc/24597/statm: 5265 5135 75 150 0 5112 0
Current children cumulated CPU time (s) 25.17
Current children cumulated vsize (KiB) 43284

[startup+51.1018 s]
/proc/loadavg: 2.04 2.06 2.07 3/75 24597
/proc/meminfo: memFree=1607184/2055920 swapFree=4192812/4192956
[pid=24573] ppid=24571 vsize=16868 CPUtime=24.64
/proc/24573/stat : 24573 (sugar) S 24571 24573 18450 0 -1 4194304 1374 20855 0 2 5 2 2435 22 16 0 1 0 23886264 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24573/statm: 4217 1112 409 3 0 796 0
[pid=24596] ppid=24573 vsize=5356 CPUtime=0
/proc/24596/stat : 24596 (sh) S 24573 24573 18450 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23888759 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24596/statm: 1339 232 193 169 0 50 0
[pid=24597] ppid=24596 vsize=24772 CPUtime=25.89
/proc/24597/stat : 24597 (minisat) R 24596 24573 18450 0 -1 4194304 6050 0 0 0 2584 5 0 0 25 0 1 0 23888759 25366528 6036 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/24597/statm: 6193 6036 75 150 0 6040 0
Current children cumulated CPU time (s) 50.53
Current children cumulated vsize (KiB) 46996

[startup+102.307 s]
/proc/loadavg: 2.02 2.05 2.06 3/75 24597
/proc/meminfo: memFree=1603536/2055920 swapFree=4192812/4192956
[pid=24573] ppid=24571 vsize=16868 CPUtime=24.64
/proc/24573/stat : 24573 (sugar) S 24571 24573 18450 0 -1 4194304 1374 20855 0 2 5 2 2435 22 16 0 1 0 23886264 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24573/statm: 4217 1112 409 3 0 796 0
[pid=24596] ppid=24573 vsize=5356 CPUtime=0
/proc/24596/stat : 24596 (sh) S 24573 24573 18450 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23888759 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24596/statm: 1339 232 193 169 0 50 0
[pid=24597] ppid=24596 vsize=28612 CPUtime=76.61
/proc/24597/stat : 24597 (minisat) R 24596 24573 18450 0 -1 4194304 6986 0 0 0 7656 5 0 0 25 0 1 0 23888759 29298688 6972 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/24597/statm: 7153 6972 75 150 0 7000 0
Current children cumulated CPU time (s) 101.25
Current children cumulated vsize (KiB) 50836

[startup+162.301 s]
/proc/loadavg: 2.00 2.04 2.05 3/75 24597
/proc/meminfo: memFree=1599696/2055920 swapFree=4192812/4192956
[pid=24573] ppid=24571 vsize=16868 CPUtime=24.64
/proc/24573/stat : 24573 (sugar) S 24571 24573 18450 0 -1 4194304 1374 20855 0 2 5 2 2435 22 16 0 1 0 23886264 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24573/statm: 4217 1112 409 3 0 796 0
[pid=24596] ppid=24573 vsize=5356 CPUtime=0
/proc/24596/stat : 24596 (sh) S 24573 24573 18450 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23888759 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24596/statm: 1339 232 193 169 0 50 0
[pid=24597] ppid=24596 vsize=32548 CPUtime=136.05
/proc/24597/stat : 24597 (minisat) R 24596 24573 18450 0 -1 4194304 7938 0 0 0 13599 6 0 0 25 0 1 0 23888759 33329152 7924 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/24597/statm: 8137 7924 75 150 0 7984 0
Current children cumulated CPU time (s) 160.69
Current children cumulated vsize (KiB) 54772

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

[startup+166.303 s]
/proc/loadavg: 2.00 2.03 2.05 3/75 24597
/proc/meminfo: memFree=1599440/2055920 swapFree=4192812/4192956
[pid=24573] ppid=24571 vsize=16868 CPUtime=24.64
/proc/24573/stat : 24573 (sugar) S 24571 24573 18450 0 -1 4194304 1374 20855 0 2 5 2 2435 22 16 0 1 0 23886264 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24573/statm: 4217 1112 409 3 0 796 0
[pid=24596] ppid=24573 vsize=5356 CPUtime=0
/proc/24596/stat : 24596 (sh) S 24573 24573 18450 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23888759 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24596/statm: 1339 232 193 169 0 50 0
[pid=24597] ppid=24596 vsize=32680 CPUtime=140.01
/proc/24597/stat : 24597 (minisat) R 24596 24573 18450 0 -1 4194304 7990 0 0 0 13995 6 0 0 25 0 1 0 23888759 33464320 7976 996147200 134512640 135127466 4294956256 18446744073709551615 134530635 0 0 4096 3 0 0 0 17 1 0 0
/proc/24597/statm: 8170 7976 75 150 0 8017 0
Current children cumulated CPU time (s) 164.65
Current children cumulated vsize (KiB) 54904

[startup+167.901 s]
/proc/loadavg: 2.00 2.03 2.05 3/75 24597
/proc/meminfo: memFree=1599376/2055920 swapFree=4192812/4192956
[pid=24573] ppid=24571 vsize=16868 CPUtime=24.64
/proc/24573/stat : 24573 (sugar) S 24571 24573 18450 0 -1 4194304 1374 20855 0 2 5 2 2435 22 16 0 1 0 23886264 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24573/statm: 4217 1112 409 3 0 796 0
[pid=24596] ppid=24573 vsize=5356 CPUtime=0
/proc/24596/stat : 24596 (sh) S 24573 24573 18450 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23888759 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24596/statm: 1339 232 193 169 0 50 0
[pid=24597] ppid=24596 vsize=32812 CPUtime=141.59
/proc/24597/stat : 24597 (minisat) R 24596 24573 18450 0 -1 4194304 8012 0 0 0 14153 6 0 0 25 0 1 0 23888759 33599488 7998 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/24597/statm: 8203 7998 75 150 0 8050 0
Current children cumulated CPU time (s) 166.23
Current children cumulated vsize (KiB) 55036

[startup+169.501 s]
/proc/loadavg: 2.00 2.03 2.05 3/75 24597
/proc/meminfo: memFree=1599248/2055920 swapFree=4192812/4192956
[pid=24573] ppid=24571 vsize=16868 CPUtime=24.64
/proc/24573/stat : 24573 (sugar) S 24571 24573 18450 0 -1 4194304 1374 20855 0 2 5 2 2435 22 16 0 1 0 23886264 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24573/statm: 4217 1112 409 3 0 796 0
[pid=24596] ppid=24573 vsize=5356 CPUtime=0
/proc/24596/stat : 24596 (sh) S 24573 24573 18450 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23888759 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24596/statm: 1339 232 193 169 0 50 0
[pid=24597] ppid=24596 vsize=32812 CPUtime=143.17
/proc/24597/stat : 24597 (minisat) R 24596 24573 18450 0 -1 4194304 8034 0 0 0 14311 6 0 0 25 0 1 0 23888759 33599488 8020 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/24597/statm: 8203 8020 75 150 0 8050 0
Current children cumulated CPU time (s) 167.81
Current children cumulated vsize (KiB) 55036

[startup+170.302 s]
/proc/loadavg: 2.00 2.03 2.05 3/75 24597
/proc/meminfo: memFree=1599248/2055920 swapFree=4192812/4192956
[pid=24573] ppid=24571 vsize=16868 CPUtime=24.64
/proc/24573/stat : 24573 (sugar) S 24571 24573 18450 0 -1 4194304 1374 20855 0 2 5 2 2435 22 16 0 1 0 23886264 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24573/statm: 4217 1112 409 3 0 796 0
[pid=24596] ppid=24573 vsize=5356 CPUtime=0
/proc/24596/stat : 24596 (sh) S 24573 24573 18450 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23888759 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24596/statm: 1339 232 193 169 0 50 0
[pid=24597] ppid=24596 vsize=32944 CPUtime=143.97
/proc/24597/stat : 24597 (minisat) R 24596 24573 18450 0 -1 4194304 8042 0 0 0 14391 6 0 0 25 0 1 0 23888759 33734656 8028 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/24597/statm: 8236 8028 75 150 0 8083 0
Current children cumulated CPU time (s) 168.61
Current children cumulated vsize (KiB) 55168

[startup+170.702 s]
/proc/loadavg: 2.00 2.03 2.05 3/75 24597
/proc/meminfo: memFree=1599248/2055920 swapFree=4192812/4192956
[pid=24573] ppid=24571 vsize=16868 CPUtime=168.87
/proc/24573/stat : 24573 (sugar) S 24571 24573 18450 0 -1 4194304 1447 29194 0 2 5 2 16850 30 16 0 1 0 23886264 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24573/statm: 4217 1112 409 3 0 796 0
Current children cumulated CPU time (s) 168.87
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 170.724
CPU time (s): 169.016
CPU user time (s): 168.651
CPU system time (s): 0.364944
CPU usage (%): 98.9997
Max. virtual memory (cumulated for all children) (KiB): 889508

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 168.651
system time used= 0.364944
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 34467
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= 7994
involuntary context switches= 11345

runsolver used 0.242963 second user time and 0.553915 second system time

The end

Launcher Data

Begin job on node13 at 2009-07-12 05:09:54
IDJOB=2079530
IDBENCH=56910
IDSOLVER=739
FILE ID=node13/2079530-1247368193
PBS_JOBID= 9507014
Free space on /tmp= 66300 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/lexVg/normalized-crossword-m1c-lex-vg6-6_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-2079530-1247368193/watcher-2079530-1247368193 -o /tmp/evaluation-result-2079530-1247368193/solver-2079530-1247368193 -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-2079530-1247368193.xml

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

MD5SUM BENCH= 80214405512c477cd5eee37a2d95a76d
RANDOM SEED=251180188

node13.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.241
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.241
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:       1645968 kB
Buffers:         48312 kB
Cached:         266052 kB
SwapCached:          0 kB
Active:         154096 kB
Inactive:       180152 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1645968 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1364 kB
Writeback:           0 kB
Mapped:          31484 kB
Slab:            61068 kB
Committed_AS:   166872 kB
PageTables:       1820 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= 66300 MiB
End job on node13 at 2009-07-12 05:12:44