Trace number 2079145

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 439.504 439.902

General information on the benchmark

Namecsp/lexVg/
normalized-crossword-m1c-lex-vg5-6_ext.xml
MD5SUM329f89ece2c8c1cdd4cc1cd52f24e53d
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 benchmark4.53031
Satisfiable
(Un)Satisfiability was proved
Number of variables30
Number of constraints11
Maximum constraint arity6
Maximum domain size26
Number of constraints which are defined in extension11
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.00/0.07	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.07	c 0	BEGIN Sun Jul 12 05:04:52 2009
0.00/0.07	c 0	PID 23216
0.06/0.08	c 0	HOST node29.alineos.net
0.06/0.08	c 0	CONVERTING HOME/instance-2079145-1247367892.xml TO HOME/temp.csp
0.06/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2079145-1247367892.xml' 'HOME/temp.csp'
0.06/0.31	c 0	1 domains, 30 variables, 0 predicates, 2 relations, 11 constraints
0.06/0.34	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.34	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.28/0.42	c 0	Parsing HOME/temp.csp
0.28/0.61	c 1	parsed 44 expressions
0.28/0.63	c 1	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.28/0.64	c 1	Converting to clausal form CSP
0.28/0.65	c 1	converted 5 (10%) expressions
0.28/0.65	c 1	converted 9 (20%) expressions
0.28/0.65	c 1	converted 14 (30%) expressions
0.28/0.65	c 1	converted 18 (40%) expressions
0.28/0.65	c 1	converted 22 (50%) expressions
0.28/0.65	c 1	converted 27 (60%) expressions
0.28/0.65	c 1	converted 31 (70%) expressions
0.28/0.73	c 1	converted 36 (80%) expressions
0.28/0.84	c 1	converted 40 (90%) expressions
0.28/0.97	c 1	converted 44 (100%) expressions
0.28/0.97	c 1	CSP : 30 integers, 0 booleans, 11 clauses, largest domain size 26
0.28/0.97	c 1	Heap : 10 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.28/0.97	c 1	Propagation in CSP
0.28/0.97	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.28/0.97	c 1	CSP : 30 integers, 0 booleans, 11 clauses, largest domain size 26
0.28/0.97	c 1	Heap : 10 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.28/0.98	c 1	Simplifing CSP by introducing new Boolean variables
0.28/0.98	c 1	CSP : 30 integers, 0 booleans, 11 clauses, largest domain size 26
0.28/0.98	c 1	Heap : 10 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.91/1.05	c 1	Encoding CSP to SAT : HOME/temp.cnf
0.91/1.05	c 1	3 (10%) CSP integer variables are encoded (72 clauses, 695 bytes)
0.91/1.06	c 1	6 (20%) CSP integer variables are encoded (144 clauses, 1440 bytes)
0.91/1.06	c 1	9 (30%) CSP integer variables are encoded (216 clauses, 2232 bytes)
0.91/1.06	c 1	12 (40%) CSP integer variables are encoded (288 clauses, 3024 bytes)
0.91/1.06	c 1	15 (50%) CSP integer variables are encoded (360 clauses, 3816 bytes)
0.91/1.07	c 1	18 (60%) CSP integer variables are encoded (432 clauses, 4608 bytes)
0.91/1.07	c 1	21 (70%) CSP integer variables are encoded (504 clauses, 5400 bytes)
0.91/1.07	c 1	24 (80%) CSP integer variables are encoded (576 clauses, 6192 bytes)
0.91/1.07	c 1	27 (90%) CSP integer variables are encoded (648 clauses, 6984 bytes)
0.91/1.07	c 1	30 (100%) CSP integer variables are encoded (720 clauses, 7776 bytes)
1.99/2.20	c 2	2 (10%) CSP clauses are encoded (24070 clauses, 793248 bytes)
2.59/2.73	c 3	3 (20%) CSP clauses are encoded (35745 clauses, 1190938 bytes)
3.09/3.26	c 3	4 (30%) CSP clauses are encoded (47420 clauses, 1588777 bytes)
3.67/3.86	c 4	5 (40%) CSP clauses are encoded (59095 clauses, 2008733 bytes)
4.17/4.39	c 4	6 (50%) CSP clauses are encoded (70770 clauses, 2428689 bytes)
6.05/6.21	c 6	7 (60%) CSP clauses are encoded (93424 clauses, 3178054 bytes)
7.93/8.13	c 8	8 (70%) CSP clauses are encoded (116078 clauses, 4112002 bytes)
9.72/9.97	c 10	9 (80%) CSP clauses are encoded (138732 clauses, 5045950 bytes)
11.59/11.88	c 12	10 (90%) CSP clauses are encoded (161386 clauses, 5979898 bytes)
13.47/13.73	c 14	11 (100%) CSP clauses are encoded (184040 clauses, 6913846 bytes)
13.47/13.73	c 14	11 CSP clauses encoded
13.47/13.73	c 14	Writing map file : HOME/temp.map
13.47/13.73	c 14	Heap : 15 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
13.47/13.73	c 14	SAT : 750 SAT variables, 184040 SAT clauses, 6913846 bytes
13.47/13.73	c 14	Heap : 15 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
13.47/13.78	c 14	SOLVING HOME/temp.cnf
13.47/13.78	c 14	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
13.47/13.79	c 14	This is MiniSat 2.0 beta
13.47/13.79	c 14	WARNING: for repeatability, setting FPU to use double precision
13.47/13.79	c 14	============================[ Problem Statistics ]=============================
13.47/13.79	c 14	|                                                                             |
13.47/13.79	c 14	|  Number of variables:  750                                                  |
13.47/13.79	c 14	|  Number of clauses:    184040                                               |
13.51/13.95	c 14	|  Parsing time:         0.15         s                                       |
13.51/13.97	c 14	============================[ Search Statistics ]==============================
13.51/13.97	c 14	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
13.51/13.97	c 14	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
13.51/13.97	c 14	===============================================================================
13.51/13.97	c 14	|         0 |     750   184040  1509135 |    61346        0    nan |  0.000 % |
13.51/13.98	c 14	|       101 |     750   184040  1509135 |    67481      101      6 |  0.000 % |
13.51/13.99	c 14	|       251 |     750   184040  1509135 |    74229      251      7 |  0.002 % |
13.51/14.01	c 14	|       476 |     750   184040  1509135 |    81652      476      6 |  0.004 % |
13.51/14.04	c 14	|       813 |     750   184040  1509135 |    89817      813      6 |  0.004 % |
13.51/14.07	c 14	|      1319 |     750   184040  1509135 |    98799     1319      7 |  0.004 % |
13.51/14.11	c 14	|      2079 |     750   184040  1509135 |   108679     2079      7 |  0.004 % |
14.12/14.40	c 14	|      3218 |     750   184040  1509135 |   119547     3218      8 |  0.003 % |
15.12/15.47	c 15	|      4926 |     750   184040  1509135 |   131502     4926     10 |  0.000 % |
16.91/17.26	c 17	|      7488 |     750   184040  1509135 |   144652     7488     11 |  0.003 % |
20.21/20.52	c 20	|     11332 |     750   184040  1509135 |   159117    11332     13 |  0.002 % |
24.50/24.89	c 25	|     17099 |     750   184040  1509135 |   175029    17099     13 |  0.005 % |
34.00/34.34	c 34	|     25749 |     750   184040  1509135 |   192532    25749     14 |  0.003 % |
51.10/51.45	c 51	|     38723 |     750   184040  1509135 |   211785    38723     15 |  0.000 % |
77.80/78.19	c 78	|     58185 |     750   184040  1509135 |   232963    58185     16 |  0.003 % |
116.48/116.87	c 117	|     87377 |     750   184040  1509135 |   256260    87377     16 |  0.003 % |
195.16/195.58	c 196	|    131168 |     750   184040  1509135 |   281886   131168     17 |  0.000 % |
336.14/336.51	c 336	|    196853 |     750   184040  1509135 |   310074   196853     18 |  0.002 % |
439.31/439.71	c 440	===============================================================================
439.31/439.71	c 440	restarts              : 18
439.31/439.71	c 440	conflicts             : 239516         (563 /sec)
439.31/439.71	c 440	decisions             : 300152         (1.23 % random) (705 /sec)
439.31/439.71	c 440	propagations          : 17666486       (41500 /sec)
439.31/439.71	c 440	conflict literals     : 4267466        (26.71 % deleted)
439.31/439.71	c 440	Memory used           : 39.34 MB
439.31/439.71	c 440	CPU time              : 425.694 s
439.31/439.71	c 440	
439.31/439.71	c 440	SATISFIABLE
439.31/439.72	c 440	DECODING HOME/temp.out WITH HOME/temp.map
439.31/439.72	c 440	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'
439.35/439.81	c 440	Decoding HOME/temp.out
439.35/439.84	s SATISFIABLE
439.35/439.84	v 19 7 17 8 15 18 4 24 4 11 4 19 0 3 21 8 18 4 2 17 4 0 19 4 7 14 11 3 4 13
439.35/439.85	c 440	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
439.35/439.90	c 440	CPU 439.47 (0.05 0.01 439.07 0.34)
439.35/439.90	c 440	END Sun Jul 12 05:12:12 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-2079145-1247367892/watcher-2079145-1247367892 -o /tmp/evaluation-result-2079145-1247367892/solver-2079145-1247367892 -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-2079145-1247367892.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.39 2.19 2.09 4/82 23216
/proc/meminfo: memFree=1691664/2055920 swapFree=4191900/4192956
[pid=23216] ppid=23214 vsize=18576 CPUtime=0
/proc/23216/stat : 23216 (runsolver) R 23214 23216 21777 0 -1 4194368 15 0 0 0 0 0 0 0 18 0 1 0 23855348 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 221780700455 0 0 4096 24578 0 0 0 17 1 0 0
/proc/23216/statm: 4644 284 249 26 0 2626 0

[startup+0.0808149 s]
/proc/loadavg: 2.39 2.19 2.09 4/82 23216
/proc/meminfo: memFree=1691664/2055920 swapFree=4191900/4192956
[pid=23216] ppid=23214 vsize=16740 CPUtime=0.06
/proc/23216/stat : 23216 (sugar) R 23214 23216 21777 0 -1 4194304 1152 0 0 0 5 1 0 0 18 0 1 0 23855348 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 0 0 0 17 0 0 0
/proc/23216/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.101818 s]
/proc/loadavg: 2.39 2.19 2.09 4/82 23216
/proc/meminfo: memFree=1691664/2055920 swapFree=4191900/4192956
[pid=23216] ppid=23214 vsize=16868 CPUtime=0.06
/proc/23216/stat : 23216 (sugar) S 23214 23216 21777 0 -1 4194304 1227 128 0 0 5 1 0 0 18 0 1 0 23855348 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23216/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301831 s]
/proc/loadavg: 2.39 2.19 2.09 4/82 23216
/proc/meminfo: memFree=1691664/2055920 swapFree=4191900/4192956
[pid=23216] ppid=23214 vsize=16868 CPUtime=0.06
/proc/23216/stat : 23216 (sugar) S 23214 23216 21777 0 -1 4194304 1227 128 0 0 5 1 0 0 18 0 1 0 23855348 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23216/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701857 s]
/proc/loadavg: 2.39 2.19 2.09 4/82 23216
/proc/meminfo: memFree=1691664/2055920 swapFree=4191900/4192956
[pid=23216] ppid=23214 vsize=16868 CPUtime=0.28
/proc/23216/stat : 23216 (sugar) S 23214 23216 21777 0 -1 4194304 1310 4682 0 1 5 1 19 3 15 0 1 0 23855348 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23216/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 16868

[startup+1.5019 s]
/proc/loadavg: 2.39 2.19 2.09 4/93 23238
/proc/meminfo: memFree=1671416/2055920 swapFree=4191900/4192956
[pid=23216] ppid=23214 vsize=16868 CPUtime=0.28
/proc/23216/stat : 23216 (sugar) S 23214 23216 21777 0 -1 4194304 1310 4682 0 1 5 1 19 3 15 0 1 0 23855348 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23216/statm: 4217 1111 409 3 0 796 0
[pid=23229] ppid=23216 vsize=5356 CPUtime=0
/proc/23229/stat : 23229 (sh) S 23216 23216 21777 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23855382 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23229/statm: 1339 233 193 169 0 50 0
[pid=23230] ppid=23229 vsize=864476 CPUtime=1.12
/proc/23230/stat : 23230 (java) S 23229 23216 21777 0 -1 0 7690 0 1 0 109 3 0 0 20 0 9 0 23855383 885223424 6926 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23230/statm: 216119 6926 2590 9 0 210596 0
[pid=23230/tid=23231] ppid=23229 vsize=864476 CPUtime=0.76
/proc/23230/task/23231/stat : 23231 (java) R 23229 23216 21777 0 -1 64 2764 0 1 0 75 1 0 0 25 0 9 0 23855384 885223424 6926 996147200 134512640 134550932 4294955936 18446744073709551615 4126570560 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23230/tid=23232] ppid=23229 vsize=864476 CPUtime=0.26
/proc/23230/task/23232/stat : 23232 (java) S 23229 23216 21777 0 -1 64 3894 0 0 0 26 0 0 0 16 0 9 0 23855385 885223424 6926 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23230/tid=23233] ppid=23229 vsize=864476 CPUtime=0
/proc/23230/task/23233/stat : 23233 (java) S 23229 23216 21777 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23855385 885223424 6926 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23230/tid=23234] ppid=23229 vsize=864476 CPUtime=0
/proc/23230/task/23234/stat : 23234 (java) S 23229 23216 21777 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 23855385 885223424 6926 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23230/tid=23235] ppid=23229 vsize=864476 CPUtime=0
/proc/23230/task/23235/stat : 23235 (java) S 23229 23216 21777 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 23855387 885223424 6926 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23230/tid=23236] ppid=23229 vsize=864476 CPUtime=0.07
/proc/23230/task/23236/stat : 23236 (java) S 23229 23216 21777 0 -1 64 334 0 0 0 7 0 0 0 16 0 9 0 23855387 885223424 6926 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23230/tid=23237] ppid=23229 vsize=864476 CPUtime=0
/proc/23230/task/23237/stat : 23237 (java) S 23229 23216 21777 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 23855387 885223424 6926 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23230/tid=23238] ppid=23229 vsize=864476 CPUtime=0
/proc/23230/task/23238/stat : 23238 (java) S 23229 23216 21777 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 23855387 885223424 6926 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 886700

[startup+3.10305 s]
/proc/loadavg: 2.39 2.19 2.09 3/93 23238
/proc/meminfo: memFree=1667000/2055920 swapFree=4191900/4192956
[pid=23216] ppid=23214 vsize=16868 CPUtime=0.28
/proc/23216/stat : 23216 (sugar) S 23214 23216 21777 0 -1 4194304 1310 4682 0 1 5 1 19 3 15 0 1 0 23855348 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23216/statm: 4217 1111 409 3 0 796 0
[pid=23229] ppid=23216 vsize=5356 CPUtime=0
/proc/23229/stat : 23229 (sh) S 23216 23216 21777 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23855382 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23229/statm: 1339 233 193 169 0 50 0
[pid=23230] ppid=23229 vsize=864476 CPUtime=2.71
/proc/23230/stat : 23230 (java) S 23229 23216 21777 0 -1 0 8778 0 1 0 266 5 0 0 20 0 9 0 23855383 885223424 7911 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23230/statm: 216119 7911 2590 9 0 210596 0
[pid=23230/tid=23231] ppid=23229 vsize=864476 CPUtime=2.26
/proc/23230/task/23231/stat : 23231 (java) R 23229 23216 21777 0 -1 64 2867 0 1 0 224 2 0 0 25 0 9 0 23855384 885223424 7911 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23230/tid=23232] ppid=23229 vsize=864476 CPUtime=0.33
/proc/23230/task/23232/stat : 23232 (java) S 23229 23216 21777 0 -1 64 4873 0 0 0 32 1 0 0 15 0 9 0 23855385 885223424 7911 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23230/tid=23233] ppid=23229 vsize=864476 CPUtime=0
/proc/23230/task/23233/stat : 23233 (java) S 23229 23216 21777 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23855385 885223424 7911 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23230/tid=23234] ppid=23229 vsize=864476 CPUtime=0
/proc/23230/task/23234/stat : 23234 (java) S 23229 23216 21777 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 23855385 885223424 7911 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23230/tid=23235] ppid=23229 vsize=864476 CPUtime=0
/proc/23230/task/23235/stat : 23235 (java) S 23229 23216 21777 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 23855387 885223424 7911 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23230/tid=23236] ppid=23229 vsize=864476 CPUtime=0.08
/proc/23230/task/23236/stat : 23236 (java) S 23229 23216 21777 0 -1 64 340 0 0 0 8 0 0 0 16 0 9 0 23855387 885223424 7911 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23230/tid=23237] ppid=23229 vsize=864476 CPUtime=0
/proc/23230/task/23237/stat : 23237 (java) S 23229 23216 21777 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 23855387 885223424 7911 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23230/tid=23238] ppid=23229 vsize=864476 CPUtime=0
/proc/23230/task/23238/stat : 23238 (java) S 23229 23216 21777 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 23855387 885223424 7911 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) 886700

[startup+6.30221 s]
/proc/loadavg: 2.36 2.19 2.09 3/93 23238
/proc/meminfo: memFree=1661176/2055920 swapFree=4191900/4192956
[pid=23216] ppid=23214 vsize=16868 CPUtime=0.28
/proc/23216/stat : 23216 (sugar) S 23214 23216 21777 0 -1 4194304 1310 4682 0 1 5 1 19 3 16 0 1 0 23855348 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23216/statm: 4217 1111 409 3 0 796 0
[pid=23229] ppid=23216 vsize=5356 CPUtime=0
/proc/23229/stat : 23229 (sh) S 23216 23216 21777 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23855382 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23229/statm: 1339 233 193 169 0 50 0
[pid=23230] ppid=23229 vsize=864476 CPUtime=5.87
/proc/23230/stat : 23230 (java) S 23229 23216 21777 0 -1 0 9241 0 1 0 579 8 0 0 20 0 9 0 23855383 885223424 8185 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23230/statm: 216119 8185 2589 9 0 210596 0
[pid=23230/tid=23231] ppid=23229 vsize=864476 CPUtime=5.23
/proc/23230/task/23231/stat : 23231 (java) R 23229 23216 21777 0 -1 64 3053 0 1 0 519 4 0 0 25 0 9 0 23855384 885223424 8185 996147200 134512640 134550932 4294955936 18446744073709551615 4126602946 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23230/tid=23232] ppid=23229 vsize=864476 CPUtime=0.52
/proc/23230/task/23232/stat : 23232 (java) S 23229 23216 21777 0 -1 64 5149 0 0 0 50 2 0 0 16 0 9 0 23855385 885223424 8185 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23230/tid=23233] ppid=23229 vsize=864476 CPUtime=0
/proc/23230/task/23233/stat : 23233 (java) S 23229 23216 21777 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23855385 885223424 8185 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23230/tid=23234] ppid=23229 vsize=864476 CPUtime=0
/proc/23230/task/23234/stat : 23234 (java) S 23229 23216 21777 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 23855385 885223424 8185 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23230/tid=23235] ppid=23229 vsize=864476 CPUtime=0
/proc/23230/task/23235/stat : 23235 (java) S 23229 23216 21777 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 23855387 885223424 8185 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23230/tid=23236] ppid=23229 vsize=864476 CPUtime=0.08
/proc/23230/task/23236/stat : 23236 (java) S 23229 23216 21777 0 -1 64 341 0 0 0 8 0 0 0 16 0 9 0 23855387 885223424 8185 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23230/tid=23237] ppid=23229 vsize=864476 CPUtime=0
/proc/23230/task/23237/stat : 23237 (java) S 23229 23216 21777 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 23855387 885223424 8185 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23230/tid=23238] ppid=23229 vsize=864476 CPUtime=0
/proc/23230/task/23238/stat : 23238 (java) S 23229 23216 21777 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 23855387 885223424 8185 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 886700

[startup+12.7026 s]
/proc/loadavg: 2.33 2.19 2.09 3/93 23238
/proc/meminfo: memFree=1652088/2055920 swapFree=4191900/4192956
[pid=23216] ppid=23214 vsize=16868 CPUtime=0.28
/proc/23216/stat : 23216 (sugar) S 23214 23216 21777 0 -1 4194304 1310 4682 0 1 5 1 19 3 16 0 1 0 23855348 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23216/statm: 4217 1111 409 3 0 796 0
[pid=23229] ppid=23216 vsize=5356 CPUtime=0
/proc/23229/stat : 23229 (sh) S 23216 23216 21777 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23855382 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23229/statm: 1339 233 193 169 0 50 0
[pid=23230] ppid=23229 vsize=864476 CPUtime=12.2
/proc/23230/stat : 23230 (java) S 23229 23216 21777 0 -1 0 12166 0 1 0 1207 13 0 0 20 0 9 0 23855383 885223424 8424 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23230/statm: 216119 8424 2590 9 0 210596 0
[pid=23230/tid=23231] ppid=23229 vsize=864476 CPUtime=11.22
/proc/23230/task/23231/stat : 23231 (java) R 23229 23216 21777 0 -1 64 3323 0 1 0 1115 7 0 0 25 0 9 0 23855384 885223424 8424 996147200 134512640 134550932 4294955936 18446744073709551615 4126597656 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23230/tid=23232] ppid=23229 vsize=864476 CPUtime=0.87
/proc/23230/task/23232/stat : 23232 (java) S 23229 23216 21777 0 -1 64 7804 0 0 0 83 4 0 0 16 0 9 0 23855385 885223424 8424 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23230/tid=23233] ppid=23229 vsize=864476 CPUtime=0
/proc/23230/task/23233/stat : 23233 (java) S 23229 23216 21777 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23855385 885223424 8424 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23230/tid=23234] ppid=23229 vsize=864476 CPUtime=0
/proc/23230/task/23234/stat : 23234 (java) S 23229 23216 21777 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 23855385 885223424 8424 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23230/tid=23235] ppid=23229 vsize=864476 CPUtime=0
/proc/23230/task/23235/stat : 23235 (java) S 23229 23216 21777 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 23855387 885223424 8424 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23230/tid=23236] ppid=23229 vsize=864476 CPUtime=0.08
/proc/23230/task/23236/stat : 23236 (java) S 23229 23216 21777 0 -1 64 341 0 0 0 8 0 0 0 16 0 9 0 23855387 885223424 8424 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23230/tid=23237] ppid=23229 vsize=864476 CPUtime=0
/proc/23230/task/23237/stat : 23237 (java) S 23229 23216 21777 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 23855387 885223424 8424 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23230/tid=23238] ppid=23229 vsize=864476 CPUtime=0
/proc/23230/task/23238/stat : 23238 (java) S 23229 23216 21777 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 23855387 885223424 8424 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.48
Current children cumulated vsize (KiB) 886700

[startup+25.5014 s]
/proc/loadavg: 2.25 2.18 2.09 3/85 23240
/proc/meminfo: memFree=1653176/2055920 swapFree=4191900/4192956
[pid=23216] ppid=23214 vsize=16868 CPUtime=13.51
/proc/23216/stat : 23216 (sugar) S 23214 23216 21777 0 -1 4194304 1374 17206 0 2 5 1 1328 17 16 0 1 0 23855348 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23216/statm: 4217 1112 409 3 0 796 0
[pid=23239] ppid=23216 vsize=5356 CPUtime=0
/proc/23239/stat : 23239 (sh) S 23216 23216 21777 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23856726 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23239/statm: 1339 232 193 169 0 50 0
[pid=23240] ppid=23239 vsize=16772 CPUtime=11.7
/proc/23240/stat : 23240 (minisat) R 23239 23216 21777 0 -1 4194304 4090 0 0 0 1167 3 0 0 25 0 1 0 23856727 17174528 4076 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/23240/statm: 4193 4076 75 150 0 4040 0
Current children cumulated CPU time (s) 25.21
Current children cumulated vsize (KiB) 38996

[startup+51.101 s]
/proc/loadavg: 2.17 2.16 2.09 3/77 23242
/proc/meminfo: memFree=1658424/2055920 swapFree=4191900/4192956
[pid=23216] ppid=23214 vsize=16868 CPUtime=13.51
/proc/23216/stat : 23216 (sugar) S 23214 23216 21777 0 -1 4194304 1374 17206 0 2 5 1 1328 17 16 0 1 0 23855348 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23216/statm: 4217 1112 409 3 0 796 0

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

/proc/23216/statm: 4217 1112 409 3 0 796 0
[pid=23239] ppid=23216 vsize=5356 CPUtime=0
/proc/23239/stat : 23239 (sh) S 23216 23216 21777 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23856726 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23239/statm: 1339 232 193 169 0 50 0
[pid=23240] ppid=23239 vsize=33072 CPUtime=268.44
/proc/23240/stat : 23240 (minisat) R 23239 23216 21777 0 -1 4194304 8068 0 0 0 26835 9 0 0 25 0 1 0 23856727 33865728 8054 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/23240/statm: 8268 8054 75 150 0 8115 0
Current children cumulated CPU time (s) 281.95
Current children cumulated vsize (KiB) 55296

[startup+342.301 s]
/proc/loadavg: 2.00 2.05 2.06 3/77 23242
/proc/meminfo: memFree=1630328/2055920 swapFree=4191900/4192956
[pid=23216] ppid=23214 vsize=16868 CPUtime=13.51
/proc/23216/stat : 23216 (sugar) S 23214 23216 21777 0 -1 4194304 1374 17206 0 2 5 1 1328 17 16 0 1 0 23855348 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23216/statm: 4217 1112 409 3 0 796 0
[pid=23239] ppid=23216 vsize=5356 CPUtime=0
/proc/23239/stat : 23239 (sh) S 23216 23216 21777 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23856726 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23239/statm: 1339 232 193 169 0 50 0
[pid=23240] ppid=23239 vsize=35956 CPUtime=328.42
/proc/23240/stat : 23240 (minisat) R 23239 23216 21777 0 -1 4194304 8799 0 0 0 32832 10 0 0 25 0 1 0 23856727 36818944 8785 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/23240/statm: 8989 8785 75 150 0 8836 0
Current children cumulated CPU time (s) 341.93
Current children cumulated vsize (KiB) 58180

[startup+402.302 s]
/proc/loadavg: 2.00 2.04 2.05 3/77 23242
/proc/meminfo: memFree=1625400/2055920 swapFree=4191900/4192956
[pid=23216] ppid=23214 vsize=16868 CPUtime=13.51
/proc/23216/stat : 23216 (sugar) S 23214 23216 21777 0 -1 4194304 1374 17206 0 2 5 1 1328 17 16 0 1 0 23855348 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23216/statm: 4217 1112 409 3 0 796 0
[pid=23239] ppid=23216 vsize=5356 CPUtime=0
/proc/23239/stat : 23239 (sh) S 23216 23216 21777 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23856726 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23239/statm: 1339 232 193 169 0 50 0
[pid=23240] ppid=23239 vsize=38920 CPUtime=388.4
/proc/23240/stat : 23240 (minisat) R 23239 23216 21777 0 -1 4194304 9457 0 0 0 38829 11 0 0 25 0 1 0 23856727 39854080 9443 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/23240/statm: 9730 9443 75 150 0 9577 0
Current children cumulated CPU time (s) 401.91
Current children cumulated vsize (KiB) 61144

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

[startup+409.502 s]
/proc/loadavg: 2.00 2.04 2.05 3/77 23242
/proc/meminfo: memFree=1624760/2055920 swapFree=4191900/4192956
[pid=23216] ppid=23214 vsize=16868 CPUtime=13.51
/proc/23216/stat : 23216 (sugar) S 23214 23216 21777 0 -1 4194304 1374 17206 0 2 5 1 1328 17 16 0 1 0 23855348 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23216/statm: 4217 1112 409 3 0 796 0
[pid=23239] ppid=23216 vsize=5356 CPUtime=0
/proc/23239/stat : 23239 (sh) S 23216 23216 21777 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23856726 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23239/statm: 1339 232 193 169 0 50 0
[pid=23240] ppid=23239 vsize=39316 CPUtime=395.6
/proc/23240/stat : 23240 (minisat) R 23239 23216 21777 0 -1 4194304 9558 0 0 0 39549 11 0 0 25 0 1 0 23856727 40259584 9544 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/23240/statm: 9829 9544 75 150 0 9676 0
Current children cumulated CPU time (s) 409.11
Current children cumulated vsize (KiB) 61540

[startup+422.301 s]
/proc/loadavg: 2.00 2.04 2.05 3/77 23242
/proc/meminfo: memFree=1623800/2055920 swapFree=4191900/4192956
[pid=23216] ppid=23214 vsize=16868 CPUtime=13.51
/proc/23216/stat : 23216 (sugar) S 23214 23216 21777 0 -1 4194304 1374 17206 0 2 5 1 1328 17 16 0 1 0 23855348 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23216/statm: 4217 1112 409 3 0 796 0
[pid=23239] ppid=23216 vsize=5356 CPUtime=0
/proc/23239/stat : 23239 (sh) S 23216 23216 21777 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23856726 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23239/statm: 1339 232 193 169 0 50 0
[pid=23240] ppid=23239 vsize=39736 CPUtime=408.41
/proc/23240/stat : 23240 (minisat) R 23239 23216 21777 0 -1 4194304 9671 0 0 0 40829 12 0 0 25 0 1 0 23856727 40689664 9657 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/23240/statm: 9934 9657 75 150 0 9781 0
Current children cumulated CPU time (s) 421.92
Current children cumulated vsize (KiB) 61960

[startup+428.702 s]
/proc/loadavg: 2.00 2.04 2.05 3/77 23242
/proc/meminfo: memFree=1623480/2055920 swapFree=4191900/4192956
[pid=23216] ppid=23214 vsize=16868 CPUtime=13.51
/proc/23216/stat : 23216 (sugar) S 23214 23216 21777 0 -1 4194304 1374 17206 0 2 5 1 1328 17 16 0 1 0 23855348 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23216/statm: 4217 1112 409 3 0 796 0
[pid=23239] ppid=23216 vsize=5356 CPUtime=0
/proc/23239/stat : 23239 (sh) S 23216 23216 21777 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23856726 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23239/statm: 1339 232 193 169 0 50 0
[pid=23240] ppid=23239 vsize=40012 CPUtime=414.8
/proc/23240/stat : 23240 (minisat) R 23239 23216 21777 0 -1 4194304 9733 0 0 0 41468 12 0 0 25 0 1 0 23856727 40972288 9719 996147200 134512640 135127466 4294956256 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 1 0 0
/proc/23240/statm: 10003 9719 75 150 0 9850 0
Current children cumulated CPU time (s) 428.31
Current children cumulated vsize (KiB) 62236

[startup+435.102 s]
/proc/loadavg: 2.00 2.03 2.05 3/77 23242
/proc/meminfo: memFree=1623032/2055920 swapFree=4191900/4192956
[pid=23216] ppid=23214 vsize=16868 CPUtime=13.51
/proc/23216/stat : 23216 (sugar) S 23214 23216 21777 0 -1 4194304 1374 17206 0 2 5 1 1328 17 16 0 1 0 23855348 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23216/statm: 4217 1112 409 3 0 796 0
[pid=23239] ppid=23216 vsize=5356 CPUtime=0
/proc/23239/stat : 23239 (sh) S 23216 23216 21777 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23856726 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23239/statm: 1339 232 193 169 0 50 0
[pid=23240] ppid=23239 vsize=40144 CPUtime=421.2
/proc/23240/stat : 23240 (minisat) R 23239 23216 21777 0 -1 4194304 9777 0 0 0 42108 12 0 0 25 0 1 0 23856727 41107456 9763 996147200 134512640 135127466 4294956256 18446744073709551615 134530752 0 0 4096 3 0 0 0 17 1 0 0
/proc/23240/statm: 10036 9763 75 150 0 9883 0
Current children cumulated CPU time (s) 434.71
Current children cumulated vsize (KiB) 62368

[startup+438.301 s]
/proc/loadavg: 2.00 2.03 2.05 3/77 23242
/proc/meminfo: memFree=1622776/2055920 swapFree=4191900/4192956
[pid=23216] ppid=23214 vsize=16868 CPUtime=13.51
/proc/23216/stat : 23216 (sugar) S 23214 23216 21777 0 -1 4194304 1374 17206 0 2 5 1 1328 17 16 0 1 0 23855348 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23216/statm: 4217 1112 409 3 0 796 0
[pid=23239] ppid=23216 vsize=5356 CPUtime=0
/proc/23239/stat : 23239 (sh) S 23216 23216 21777 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23856726 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23239/statm: 1339 232 193 169 0 50 0
[pid=23240] ppid=23239 vsize=40276 CPUtime=424.4
/proc/23240/stat : 23240 (minisat) R 23239 23216 21777 0 -1 4194304 9804 0 0 0 42428 12 0 0 25 0 1 0 23856727 41242624 9790 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/23240/statm: 10069 9790 75 150 0 9916 0
Current children cumulated CPU time (s) 437.91
Current children cumulated vsize (KiB) 62500

[startup+439.101 s]
/proc/loadavg: 2.00 2.03 2.05 3/77 23242
/proc/meminfo: memFree=1622776/2055920 swapFree=4191900/4192956
[pid=23216] ppid=23214 vsize=16868 CPUtime=13.51
/proc/23216/stat : 23216 (sugar) S 23214 23216 21777 0 -1 4194304 1374 17206 0 2 5 1 1328 17 16 0 1 0 23855348 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23216/statm: 4217 1112 409 3 0 796 0
[pid=23239] ppid=23216 vsize=5356 CPUtime=0
/proc/23239/stat : 23239 (sh) S 23216 23216 21777 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23856726 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23239/statm: 1339 232 193 169 0 50 0
[pid=23240] ppid=23239 vsize=40276 CPUtime=425.2
/proc/23240/stat : 23240 (minisat) R 23239 23216 21777 0 -1 4194304 9810 0 0 0 42508 12 0 0 25 0 1 0 23856727 41242624 9796 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/23240/statm: 10069 9796 75 150 0 9916 0
Current children cumulated CPU time (s) 438.71
Current children cumulated vsize (KiB) 62500

[startup+439.501 s]
/proc/loadavg: 2.00 2.03 2.05 3/77 23242
/proc/meminfo: memFree=1622776/2055920 swapFree=4191900/4192956
[pid=23216] ppid=23214 vsize=16868 CPUtime=13.51
/proc/23216/stat : 23216 (sugar) S 23214 23216 21777 0 -1 4194304 1374 17206 0 2 5 1 1328 17 16 0 1 0 23855348 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23216/statm: 4217 1112 409 3 0 796 0
[pid=23239] ppid=23216 vsize=5356 CPUtime=0
/proc/23239/stat : 23239 (sh) S 23216 23216 21777 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23856726 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23239/statm: 1339 232 193 169 0 50 0
[pid=23240] ppid=23239 vsize=40276 CPUtime=425.6
/proc/23240/stat : 23240 (minisat) R 23239 23216 21777 0 -1 4194304 9812 0 0 0 42548 12 0 0 25 0 1 0 23856727 41242624 9798 996147200 134512640 135127466 4294956256 18446744073709551615 134530778 0 0 4096 3 0 0 0 17 1 0 0
/proc/23240/statm: 10069 9798 75 150 0 9916 0
Current children cumulated CPU time (s) 439.11
Current children cumulated vsize (KiB) 62500

[startup+439.701 s]
/proc/loadavg: 2.00 2.03 2.05 3/77 23242
/proc/meminfo: memFree=1622776/2055920 swapFree=4191900/4192956
[pid=23216] ppid=23214 vsize=16868 CPUtime=13.51
/proc/23216/stat : 23216 (sugar) S 23214 23216 21777 0 -1 4194304 1374 17206 0 2 5 1 1328 17 16 0 1 0 23855348 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23216/statm: 4217 1112 409 3 0 796 0
[pid=23239] ppid=23216 vsize=5356 CPUtime=0
/proc/23239/stat : 23239 (sh) S 23216 23216 21777 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23856726 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23239/statm: 1339 232 193 169 0 50 0
[pid=23240] ppid=23239 vsize=40276 CPUtime=425.8
/proc/23240/stat : 23240 (minisat) R 23239 23216 21777 0 -1 4194304 9815 0 0 0 42568 12 0 0 25 0 1 0 23856727 41242624 9801 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/23240/statm: 10069 9801 75 150 0 9916 0
Current children cumulated CPU time (s) 439.31
Current children cumulated vsize (KiB) 62500

[startup+439.801 s]
/proc/loadavg: 2.00 2.03 2.05 3/77 23242
/proc/meminfo: memFree=1622776/2055920 swapFree=4191900/4192956
[pid=23216] ppid=23214 vsize=16868 CPUtime=439.35
/proc/23216/stat : 23216 (sugar) S 23214 23216 21777 0 -1 4194304 1427 27316 0 2 5 1 43898 31 17 0 1 0 23855348 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23216/statm: 4217 1112 409 3 0 796 0
Current children cumulated CPU time (s) 439.35
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 439.902
CPU time (s): 439.504
CPU user time (s): 439.132
CPU system time (s): 0.371943
CPU usage (%): 99.9095
Max. virtual memory (cumulated for all children) (KiB): 889268

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 439.132
system time used= 0.371943
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 32595
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= 7133
involuntary context switches= 7961

runsolver used 0.571913 second user time and 1.44678 second system time

The end

Launcher Data

Begin job on node29 at 2009-07-12 05:04:52
IDJOB=2079145
IDBENCH=56854
IDSOLVER=739
FILE ID=node29/2079145-1247367892
PBS_JOBID= 9507119
Free space on /tmp= 66364 MiB

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

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

MD5SUM BENCH= 329f89ece2c8c1cdd4cc1cd52f24e53d
RANDOM SEED=1646171264

node29.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.225
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.225
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:       1692144 kB
Buffers:         39700 kB
Cached:         189000 kB
SwapCached:        392 kB
Active:         220188 kB
Inactive:        79596 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1692144 kB
SwapTotal:     4192956 kB
SwapFree:      4191900 kB
Dirty:            4492 kB
Writeback:           0 kB
Mapped:          91644 kB
Slab:            48876 kB
Committed_AS:   253500 kB
PageTables:       2132 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= 66352 MiB
End job on node29 at 2009-07-12 05:12:12