Trace number 2071225

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 432.158 436.365

General information on the benchmark

Namecsp/lexHerald/
normalized-crossword-m1-lex-15-02.xml
MD5SUM43c0cc23a589c1ee53700cf8b2f45002
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark4.46632
Satisfiable
(Un)Satisfiability was proved
Number of variables191
Number of constraints944
Maximum constraint arity30
Maximum domain size26
Number of constraints which are defined in extension80
Number of constraints which are defined in intension864
Global constraints used (with number of constraints)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.08	c 0	BEGIN Sun Jul 12 00:58:17 2009
0.00/0.08	c 0	PID 21843
0.00/0.08	c 0	HOST node50.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-2071225-1247353097.xml TO HOME/temp.csp
0.00/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-2071225-1247353097.xml' 'HOME/temp.csp'
0.07/0.60	c 1	1 domains, 191 variables, 8 predicates, 7 relations, 944 constraints
0.07/0.61	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.61	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.07/0.69	c 1	Parsing HOME/temp.csp
0.94/1.02	c 1	parsed 1151 expressions
0.94/1.03	c 1	Heap : 3 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.94/1.03	c 1	Converting to clausal form CSP
0.94/1.05	c 1	converted 116 (10%) expressions
1.15/1.22	c 1	converted 231 (20%) expressions
1.93/2.06	c 2	converted 346 (30%) expressions
2.24/2.33	c 2	converted 461 (40%) expressions
2.24/2.36	c 2	converted 576 (50%) expressions
2.24/2.38	c 2	converted 691 (60%) expressions
2.24/2.39	c 2	converted 806 (70%) expressions
2.33/2.41	c 2	converted 921 (80%) expressions
2.33/2.42	c 2	converted 1036 (90%) expressions
2.63/2.77	c 3	converted 1151 (100%) expressions
2.63/2.77	c 3	CSP : 191 integers, 0 booleans, 944 clauses, largest domain size 26
2.63/2.77	c 3	Heap : 39 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.63/2.77	c 3	Propagation in CSP
2.63/2.78	c 3	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.63/2.78	c 3	CSP : 191 integers, 0 booleans, 944 clauses, largest domain size 26
2.63/2.78	c 3	Heap : 39 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.63/2.79	c 3	Simplifing CSP by introducing new Boolean variables
2.73/2.81	c 3	CSP : 191 integers, 6920 booleans, 7864 clauses, largest domain size 26
2.73/2.81	c 3	Heap : 42 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.93/3.06	c 3	Encoding CSP to SAT : HOME/temp.cnf
2.93/3.08	c 3	20 (10%) CSP integer variables are encoded (480 clauses, 5136 bytes)
2.93/3.08	c 3	39 (20%) CSP integer variables are encoded (936 clauses, 10152 bytes)
2.93/3.09	c 3	58 (30%) CSP integer variables are encoded (1392 clauses, 16033 bytes)
2.93/3.09	c 3	77 (40%) CSP integer variables are encoded (1848 clauses, 21961 bytes)
2.93/3.09	c 3	96 (50%) CSP integer variables are encoded (2304 clauses, 27889 bytes)
2.93/3.09	c 3	115 (60%) CSP integer variables are encoded (2760 clauses, 33817 bytes)
2.93/3.09	c 3	134 (70%) CSP integer variables are encoded (3216 clauses, 39745 bytes)
2.93/3.09	c 3	153 (80%) CSP integer variables are encoded (3672 clauses, 45673 bytes)
2.93/3.09	c 3	172 (90%) CSP integer variables are encoded (4128 clauses, 51601 bytes)
2.93/3.09	c 3	191 (100%) CSP integer variables are encoded (4584 clauses, 57529 bytes)
21.04/21.31	c 21	787 (10%) CSP clauses are encoded (415311 clauses, 15816454 bytes)
35.69/36.17	c 36	1573 (20%) CSP clauses are encoded (566709 clauses, 23006121 bytes)
35.79/36.21	c 36	2360 (30%) CSP clauses are encoded (584971 clauses, 23330675 bytes)
35.79/36.25	c 36	3146 (40%) CSP clauses are encoded (603232 clauses, 23661117 bytes)
35.79/36.29	c 36	3932 (50%) CSP clauses are encoded (621468 clauses, 23996547 bytes)
35.88/36.32	c 36	4719 (60%) CSP clauses are encoded (639755 clauses, 24338301 bytes)
35.88/36.36	c 36	5505 (70%) CSP clauses are encoded (658016 clauses, 24679572 bytes)
35.88/36.39	c 36	6292 (80%) CSP clauses are encoded (676278 clauses, 25028119 bytes)
35.97/36.44	c 36	7078 (90%) CSP clauses are encoded (694789 clauses, 25379363 bytes)
52.12/52.73	c 53	7864 (100%) CSP clauses are encoded (837918 clauses, 34391664 bytes)
52.12/52.73	c 53	7864 CSP clauses encoded
52.12/52.73	c 53	Writing map file : HOME/temp.map
52.12/52.74	c 53	Heap : 69 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
52.12/52.74	c 53	SAT : 11695 SAT variables, 837918 SAT clauses, 34391664 bytes
52.12/52.74	c 53	Heap : 69 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
52.12/52.77	c 53	SOLVING HOME/temp.cnf
52.12/52.77	c 53	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
52.12/52.77	c 53	This is MiniSat 2.0 beta
52.12/52.77	c 53	WARNING: for repeatability, setting FPU to use double precision
52.12/52.77	c 53	============================[ Problem Statistics ]=============================
52.12/52.77	c 53	|                                                                             |
52.12/52.77	c 53	|  Number of variables:  11695                                                |
52.12/52.77	c 53	|  Number of clauses:    837918                                               |
52.18/53.53	c 53	|  Parsing time:         0.68         s                                       |
52.18/53.59	c 54	============================[ Search Statistics ]==============================
52.18/53.59	c 54	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
52.18/53.59	c 54	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
52.18/53.59	c 54	===============================================================================
52.18/53.59	c 54	|         0 |   11683   835556  6185917 |   278518        0    nan |  0.000 % |
52.18/53.68	c 54	|       100 |   11683   835556  6185917 |   306370      100      9 |  0.103 % |
52.18/53.75	c 54	|       250 |   11683   835556  6185917 |   337007      250      8 |  0.103 % |
53.19/53.87	c 54	|       477 |   11682   835556  6185917 |   370708      476      7 |  0.111 % |
53.29/53.99	c 54	|       814 |   11682   835556  6185917 |   407779      813      7 |  0.111 % |
53.58/54.28	c 54	|      1320 |   11681   835556  6185917 |   448557     1318      8 |  0.120 % |
54.08/54.72	c 55	|      2080 |   11681   835556  6185917 |   493412     2078      9 |  0.120 % |
54.67/55.35	c 55	|      3219 |   11680   835556  6185917 |   542754     3216     10 |  0.137 % |
55.47/56.15	c 56	|      4927 |   11680   835556  6185917 |   597029     4924     11 |  0.137 % |
56.35/57.05	c 57	|      7489 |   11679   835556  6185917 |   656732     7485     12 |  0.145 % |
58.73/59.49	c 59	|     11333 |   11679   835556  6185917 |   722405    11329     13 |  0.145 % |
63.00/63.80	c 64	|     17102 |   11675   835556  6185917 |   794646    17096     13 |  0.214 % |
68.94/69.73	c 70	|     25751 |   11675   835556  6185917 |   874110    25745     13 |  0.214 % |
76.17/77.03	c 77	|     38726 |   11672   835556  6185917 |   961521    38719     13 |  0.239 % |
87.67/88.67	c 89	|     58187 |   11670   835556  6185917 |  1057674    58178     13 |  0.257 % |
103.71/104.81	c 105	|     87381 |   11664   827604  6113881 |  1163441    70793     14 |  0.265 % |
122.83/124.14	c 124	|    131170 |   11663   827604  6113881 |  1279785   114581     14 |  0.274 % |
165.21/166.91	c 167	|    196855 |   11657   827604  6113881 |  1407764   180265     15 |  0.325 % |
242.98/245.48	c 245	|    295381 |   11649   823876  6076682 |  1548540   273451     16 |  0.402 % |
352.55/356.02	c 356	|    443172 |   11646   820016  6043893 |  1703394   399323     16 |  0.419 % |
431.81/436.10	c 436	===============================================================================
431.81/436.10	c 436	restarts              : 20
431.81/436.10	c 436	conflicts             : 525065         (1383 /sec)
431.81/436.10	c 436	decisions             : 731293         (1.79 % random) (1927 /sec)
431.81/436.10	c 436	propagations          : 41425323       (109148 /sec)
431.81/436.10	c 436	conflict literals     : 8310710        (28.65 % deleted)
431.81/436.10	c 436	Memory used           : 105.56 MB
431.81/436.10	c 436	CPU time              : 379.533 s
431.81/436.10	c 436	
431.91/436.10	c 436	SATISFIABLE
431.91/436.12	c 436	DECODING HOME/temp.out WITH HOME/temp.map
431.91/436.12	c 436	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'
431.95/436.21	c 436	Decoding HOME/temp.out
431.95/436.29	s SATISFIABLE
431.95/436.29	v 18 2 0 17 5 8 5 13 8 14 12 0 13 0 11 19 4 17 0 19 8 14 13 15 0 11 14 13 4 14 2 14 13 18 4 17 21 0 19 8 21 4 19 0 13 10 6 4 17 12 8 2 8 3 0 11 14 17 4 0 11 11 24 19 8 2 5 8 4 5 13 4 3 12 0 22 15 11 8 4 17 18 8 17 4 11 20 23 4 17 0 19 19 24 15 21 2 19 20 19 14 17 14 13 2 4 12 0 24 14 17 8 4 13 19 22 0 7 15 20 19 8 17 8 18 21 8 18 8 13 19 14 18 0 22 0 3 12 8 19 19 0 13 2 4 18 4 17 0 2 17 24 18 19 0 11 11 14 6 17 0 15 7 24 19 14 17 8 17 8 4 12 0 13 13 8 0 13 18 15 0 19 3 0 19 4 0 6 0 19 4
431.95/436.30	c 436	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
431.95/436.35	c 436	CPU 432.11 (0.06 0.01 431.34 0.7)
431.95/436.35	c 436	END Sun Jul 12 01:05:33 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-2071225-1247353097/watcher-2071225-1247353097 -o /tmp/evaluation-result-2071225-1247353097/solver-2071225-1247353097 -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-2071225-1247353097.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.00 2.04 2.01 4/81 21843
/proc/meminfo: memFree=1874728/2055920 swapFree=4192812/4192956
[pid=21843] ppid=21841 vsize=12000 CPUtime=0
/proc/21843/stat : 21843 (sugar) R 21841 21843 20785 0 -1 4194304 213 0 0 0 0 0 0 0 23 0 1 0 22373300 12288000 181 996147200 4194304 4206940 548682068608 18446744073709551615 240577683616 0 0 4224 0 0 0 0 17 1 0 0
/proc/21843/statm: 3000 181 142 3 0 100 0

[startup+0.084701 s]
/proc/loadavg: 2.00 2.04 2.01 4/81 21843
/proc/meminfo: memFree=1874728/2055920 swapFree=4192812/4192956
[pid=21843] ppid=21841 vsize=16868 CPUtime=0.07
/proc/21843/stat : 21843 (sugar) S 21841 21843 20785 0 -1 4194304 1209 128 0 0 6 1 0 0 18 0 1 0 22373300 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21843/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.107644 s]
/proc/loadavg: 2.00 2.04 2.01 4/81 21843
/proc/meminfo: memFree=1874728/2055920 swapFree=4192812/4192956
[pid=21843] ppid=21841 vsize=16868 CPUtime=0.07
/proc/21843/stat : 21843 (sugar) S 21841 21843 20785 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 22373300 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21843/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.301417 s]
/proc/loadavg: 2.00 2.04 2.01 4/81 21843
/proc/meminfo: memFree=1874728/2055920 swapFree=4192812/4192956
[pid=21843] ppid=21841 vsize=16868 CPUtime=0.07
/proc/21843/stat : 21843 (sugar) S 21841 21843 20785 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 22373300 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21843/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.70145 s]
/proc/loadavg: 2.00 2.04 2.01 4/81 21843
/proc/meminfo: memFree=1874728/2055920 swapFree=4192812/4192956
[pid=21843] ppid=21841 vsize=16868 CPUtime=0.58
/proc/21843/stat : 21843 (sugar) S 21841 21843 20785 0 -1 4194304 1309 6766 0 1 6 1 46 5 16 0 1 0 22373300 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21843/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.58
Current children cumulated vsize (KiB) 16868

[startup+1.50252 s]
/proc/loadavg: 2.08 2.06 2.01 3/92 21865
/proc/meminfo: memFree=1863504/2055920 swapFree=4192812/4192956
[pid=21843] ppid=21841 vsize=16868 CPUtime=0.58
/proc/21843/stat : 21843 (sugar) S 21841 21843 20785 0 -1 4194304 1309 6766 0 1 6 1 46 5 15 0 1 0 22373300 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21843/statm: 4217 1111 409 3 0 796 0
[pid=21856] ppid=21843 vsize=5356 CPUtime=0
/proc/21856/stat : 21856 (sh) S 21843 21843 20785 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22373361 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21856/statm: 1339 233 193 169 0 50 0
[pid=21857] ppid=21856 vsize=864256 CPUtime=0.87
/proc/21857/stat : 21857 (java) S 21856 21843 20785 0 -1 0 8171 0 1 0 83 4 0 0 18 0 9 0 22373362 884998144 7438 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21857/statm: 216064 7438 2566 9 0 210569 0
[pid=21857/tid=21858] ppid=21856 vsize=864256 CPUtime=0.52
/proc/21857/task/21858/stat : 21858 (java) R 21856 21843 20785 0 -1 64 2682 0 1 0 51 1 0 0 21 0 9 0 22373363 884998144 7438 996147200 134512640 134550932 4294955936 18446744073709551615 103210609 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21857/tid=21859] ppid=21856 vsize=864256 CPUtime=0.27
/proc/21857/task/21859/stat : 21859 (java) S 21856 21843 20785 0 -1 64 4484 0 0 0 26 1 0 0 16 0 9 0 22373364 884998144 7438 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21857/tid=21860] ppid=21856 vsize=864256 CPUtime=0
/proc/21857/task/21860/stat : 21860 (java) S 21856 21843 20785 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 22373365 884998144 7438 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21857/tid=21861] ppid=21856 vsize=864256 CPUtime=0
/proc/21857/task/21861/stat : 21861 (java) S 21856 21843 20785 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 22373365 884998144 7438 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21857/tid=21862] ppid=21856 vsize=864256 CPUtime=0
/proc/21857/task/21862/stat : 21862 (java) S 21856 21843 20785 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22373367 884998144 7438 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21857/tid=21863] ppid=21856 vsize=864256 CPUtime=0.05
/proc/21857/task/21863/stat : 21863 (java) S 21856 21843 20785 0 -1 64 306 0 0 0 5 0 0 0 16 0 9 0 22373367 884998144 7438 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21857/tid=21864] ppid=21856 vsize=864256 CPUtime=0
/proc/21857/task/21864/stat : 21864 (java) S 21856 21843 20785 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22373367 884998144 7438 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21857/tid=21865] ppid=21856 vsize=864256 CPUtime=0
/proc/21857/task/21865/stat : 21865 (java) S 21856 21843 20785 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22373367 884998144 7438 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 886480

[startup+3.10266 s]
/proc/loadavg: 2.08 2.06 2.01 3/92 21865
/proc/meminfo: memFree=1835728/2055920 swapFree=4192812/4192956
[pid=21843] ppid=21841 vsize=16868 CPUtime=0.58
/proc/21843/stat : 21843 (sugar) S 21841 21843 20785 0 -1 4194304 1310 6766 0 1 6 1 46 5 15 0 1 0 22373300 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21843/statm: 4217 1111 409 3 0 796 0
[pid=21856] ppid=21843 vsize=5356 CPUtime=0
/proc/21856/stat : 21856 (sh) S 21843 21843 20785 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22373361 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21856/statm: 1339 233 193 169 0 50 0
[pid=21857] ppid=21856 vsize=868712 CPUtime=2.44
/proc/21857/stat : 21857 (java) S 21856 21843 20785 0 -1 0 17330 0 1 0 236 8 0 0 18 0 9 0 22373362 889561088 16490 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21857/statm: 217178 16490 2590 9 0 211655 0
[pid=21857/tid=21858] ppid=21856 vsize=868712 CPUtime=1.02
/proc/21857/task/21858/stat : 21858 (java) R 21856 21843 20785 0 -1 64 3329 0 1 0 101 1 0 0 24 0 9 0 22373363 889561088 16490 996147200 134512640 134550932 4294955936 18446744073709551615 102572563 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21857/tid=21859] ppid=21856 vsize=868712 CPUtime=1.22
/proc/21857/task/21859/stat : 21859 (java) S 21856 21843 20785 0 -1 64 11823 0 0 0 118 4 0 0 18 0 9 0 22373364 889561088 16490 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21857/tid=21860] ppid=21856 vsize=868712 CPUtime=0
/proc/21857/task/21860/stat : 21860 (java) S 21856 21843 20785 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 22373365 889561088 16490 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21857/tid=21861] ppid=21856 vsize=868712 CPUtime=0
/proc/21857/task/21861/stat : 21861 (java) S 21856 21843 20785 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22373365 889561088 16490 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21857/tid=21862] ppid=21856 vsize=868712 CPUtime=0
/proc/21857/task/21862/stat : 21862 (java) S 21856 21843 20785 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22373367 889561088 16490 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21857/tid=21863] ppid=21856 vsize=868712 CPUtime=0.18
/proc/21857/task/21863/stat : 21863 (java) S 21856 21843 20785 0 -1 64 1479 0 0 0 17 1 0 0 15 0 9 0 22373367 889561088 16490 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21857/tid=21864] ppid=21856 vsize=868712 CPUtime=0
/proc/21857/task/21864/stat : 21864 (java) S 21856 21843 20785 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22373367 889561088 16490 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21857/tid=21865] ppid=21856 vsize=868712 CPUtime=0
/proc/21857/task/21865/stat : 21865 (java) S 21856 21843 20785 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22373367 889561088 16490 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.02
Current children cumulated vsize (KiB) 890936

[startup+6.30194 s]
/proc/loadavg: 2.08 2.06 2.01 3/92 21865
/proc/meminfo: memFree=1808848/2055920 swapFree=4192812/4192956
[pid=21843] ppid=21841 vsize=16868 CPUtime=0.58
/proc/21843/stat : 21843 (sugar) S 21841 21843 20785 0 -1 4194304 1310 6766 0 1 6 1 46 5 15 0 1 0 22373300 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21843/statm: 4217 1111 409 3 0 796 0
[pid=21856] ppid=21843 vsize=5356 CPUtime=0
/proc/21856/stat : 21856 (sh) S 21843 21843 20785 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22373361 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21856/statm: 1339 233 193 169 0 50 0
[pid=21857] ppid=21856 vsize=868712 CPUtime=5.61
/proc/21857/stat : 21857 (java) S 21856 21843 20785 0 -1 0 18159 0 1 0 550 11 0 0 18 0 9 0 22373362 889561088 17243 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21857/statm: 217178 17243 2591 9 0 211655 0
[pid=21857/tid=21858] ppid=21856 vsize=868712 CPUtime=4.03
/proc/21857/task/21858/stat : 21858 (java) R 21856 21843 20785 0 -1 64 3535 0 1 0 399 4 0 0 25 0 9 0 22373363 889561088 17243 996147200 134512640 134550932 4294955936 18446744073709551615 4126570144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21857/tid=21859] ppid=21856 vsize=868712 CPUtime=1.36
/proc/21857/task/21859/stat : 21859 (java) S 21856 21843 20785 0 -1 64 12428 0 0 0 131 5 0 0 16 0 9 0 22373364 889561088 17243 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21857/tid=21860] ppid=21856 vsize=868712 CPUtime=0
/proc/21857/task/21860/stat : 21860 (java) S 21856 21843 20785 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 22373365 889561088 17243 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21857/tid=21861] ppid=21856 vsize=868712 CPUtime=0
/proc/21857/task/21861/stat : 21861 (java) S 21856 21843 20785 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22373365 889561088 17243 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21857/tid=21862] ppid=21856 vsize=868712 CPUtime=0
/proc/21857/task/21862/stat : 21862 (java) S 21856 21843 20785 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22373367 889561088 17243 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21857/tid=21863] ppid=21856 vsize=868712 CPUtime=0.2
/proc/21857/task/21863/stat : 21863 (java) S 21856 21843 20785 0 -1 64 1497 0 0 0 19 1 0 0 16 0 9 0 22373367 889561088 17243 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21857/tid=21864] ppid=21856 vsize=868712 CPUtime=0
/proc/21857/task/21864/stat : 21864 (java) S 21856 21843 20785 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22373367 889561088 17243 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21857/tid=21865] ppid=21856 vsize=868712 CPUtime=0
/proc/21857/task/21865/stat : 21865 (java) S 21856 21843 20785 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22373367 889561088 17243 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 890936

[startup+12.7025 s]
/proc/loadavg: 2.07 2.05 2.01 3/92 21865
/proc/meminfo: memFree=1793680/2055920 swapFree=4192812/4192956
[pid=21843] ppid=21841 vsize=16868 CPUtime=0.58
/proc/21843/stat : 21843 (sugar) S 21841 21843 20785 0 -1 4194304 1310 6766 0 1 6 1 46 5 15 0 1 0 22373300 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21843/statm: 4217 1111 409 3 0 796 0
[pid=21856] ppid=21843 vsize=5356 CPUtime=0
/proc/21856/stat : 21856 (sh) S 21843 21843 20785 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22373361 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21856/statm: 1339 233 193 169 0 50 0
[pid=21857] ppid=21856 vsize=868712 CPUtime=11.94
/proc/21857/stat : 21857 (java) S 21856 21843 20785 0 -1 0 20848 0 1 0 1177 17 0 0 18 0 9 0 22373362 889561088 19842 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21857/statm: 217178 19842 2591 9 0 211655 0
[pid=21857/tid=21858] ppid=21856 vsize=868712 CPUtime=10.15
/proc/21857/task/21858/stat : 21858 (java) R 21856 21843 20785 0 -1 64 3626 0 1 0 1008 7 0 0 25 0 9 0 22373363 889561088 19842 996147200 134512640 134550932 4294955936 18446744073709551615 4126897992 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21857/tid=21859] ppid=21856 vsize=868712 CPUtime=1.55
/proc/21857/task/21859/stat : 21859 (java) S 21856 21843 20785 0 -1 64 15022 0 0 0 148 7 0 0 16 0 9 0 22373364 889561088 19842 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21857/tid=21860] ppid=21856 vsize=868712 CPUtime=0
/proc/21857/task/21860/stat : 21860 (java) S 21856 21843 20785 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 22373365 889561088 19842 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21857/tid=21861] ppid=21856 vsize=868712 CPUtime=0
/proc/21857/task/21861/stat : 21861 (java) S 21856 21843 20785 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22373365 889561088 19842 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21857/tid=21862] ppid=21856 vsize=868712 CPUtime=0
/proc/21857/task/21862/stat : 21862 (java) S 21856 21843 20785 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22373367 889561088 19842 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21857/tid=21863] ppid=21856 vsize=868712 CPUtime=0.21
/proc/21857/task/21863/stat : 21863 (java) S 21856 21843 20785 0 -1 64 1501 0 0 0 20 1 0 0 16 0 9 0 22373367 889561088 19842 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21857/tid=21864] ppid=21856 vsize=868712 CPUtime=0
/proc/21857/task/21864/stat : 21864 (java) S 21856 21843 20785 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22373367 889561088 19842 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21857/tid=21865] ppid=21856 vsize=868712 CPUtime=0
/proc/21857/task/21865/stat : 21865 (java) S 21856 21843 20785 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22373367 889561088 19842 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.52
Current children cumulated vsize (KiB) 890936

[startup+25.5016 s]
/proc/loadavg: 2.13 2.07 2.02 3/92 21865
/proc/meminfo: memFree=1769168/2055920 swapFree=4192812/4192956
[pid=21843] ppid=21841 vsize=16868 CPUtime=0.58
/proc/21843/stat : 21843 (sugar) S 21841 21843 20785 0 -1 4194304 1310 6766 0 1 6 1 46 5 16 0 1 0 22373300 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21843/statm: 4217 1111 409 3 0 796 0
[pid=21856] ppid=21843 vsize=5356 CPUtime=0
/proc/21856/stat : 21856 (sh) S 21843 21843 20785 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22373361 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21856/statm: 1339 233 193 169 0 50 0
[pid=21857] ppid=21856 vsize=868712 CPUtime=24.61
/proc/21857/stat : 21857 (java) S 21856 21843 20785 0 -1 0 28614 0 1 0 2436 25 0 0 18 0 9 0 22373362 889561088 23631 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21857/statm: 217178 23631 2591 9 0 211655 0
[pid=21857/tid=21858] ppid=21856 vsize=868712 CPUtime=22.2
/proc/21857/task/21858/stat : 21858 (java) R 21856 21843 20785 0 -1 64 3756 0 1 0 2208 12 0 0 25 0 9 0 22373363 889561088 23631 996147200 134512640 134550932 4294955936 18446744073709551615 102094187 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21857/tid=21859] ppid=21856 vsize=868712 CPUtime=2.16
/proc/21857/task/21859/stat : 21859 (java) S 21856 21843 20785 0 -1 64 22653 0 0 0 205 11 0 0 16 0 9 0 22373364 889561088 23631 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21857/tid=21860] ppid=21856 vsize=868712 CPUtime=0
/proc/21857/task/21860/stat : 21860 (java) S 21856 21843 20785 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 22373365 889561088 23631 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21857/tid=21861] ppid=21856 vsize=868712 CPUtime=0
/proc/21857/task/21861/stat : 21861 (java) S 21856 21843 20785 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22373365 889561088 23631 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21857/tid=21862] ppid=21856 vsize=868712 CPUtime=0

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

/proc/21843/statm: 4217 1113 409 3 0 796 0
[pid=21866] ppid=21843 vsize=5356 CPUtime=0
/proc/21866/stat : 21866 (sh) S 21843 21843 20785 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22378577 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21866/statm: 1339 232 193 169 0 50 0
[pid=21867] ppid=21866 vsize=82544 CPUtime=167.92
/proc/21867/stat : 21867 (minisat) R 21866 21843 20785 0 -1 4194304 20238 0 0 0 16779 13 0 0 25 0 1 0 22378578 84525056 20224 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/21867/statm: 20636 20224 76 150 0 20483 0
Current children cumulated CPU time (s) 220.1
Current children cumulated vsize (KiB) 104768

[startup+282.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/84 21873
/proc/meminfo: memFree=1748176/2055920 swapFree=4192812/4192956
[pid=21843] ppid=21841 vsize=16868 CPUtime=52.18
/proc/21843/stat : 21843 (sugar) S 21841 21843 20785 0 -1 4194304 1376 36573 0 2 6 1 5166 45 16 0 1 0 22373300 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21843/statm: 4217 1113 409 3 0 796 0
[pid=21866] ppid=21843 vsize=5356 CPUtime=0
/proc/21866/stat : 21866 (sh) S 21843 21843 20785 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22378577 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21866/statm: 1339 232 193 169 0 50 0
[pid=21867] ppid=21866 vsize=90952 CPUtime=227.35
/proc/21867/stat : 21867 (minisat) R 21866 21843 20785 0 -1 4194304 22246 0 0 0 22720 15 0 0 25 0 1 0 22378578 93134848 22232 996147200 134512640 135127466 4294956256 18446744073709551615 134527131 0 0 4096 3 0 0 0 17 1 0 0
/proc/21867/statm: 22738 22232 76 150 0 22585 0
Current children cumulated CPU time (s) 279.53
Current children cumulated vsize (KiB) 113176

[startup+342.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/84 21873
/proc/meminfo: memFree=1741072/2055920 swapFree=4192812/4192956
[pid=21843] ppid=21841 vsize=16868 CPUtime=52.18
/proc/21843/stat : 21843 (sugar) S 21841 21843 20785 0 -1 4194304 1376 36573 0 2 6 1 5166 45 16 0 1 0 22373300 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21843/statm: 4217 1113 409 3 0 796 0
[pid=21866] ppid=21843 vsize=5356 CPUtime=0
/proc/21866/stat : 21866 (sh) S 21843 21843 20785 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22378577 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21866/statm: 1339 232 193 169 0 50 0
[pid=21867] ppid=21866 vsize=97508 CPUtime=286.8
/proc/21867/stat : 21867 (minisat) R 21866 21843 20785 0 -1 4194304 23952 0 0 0 28662 18 0 0 25 0 1 0 22378578 99848192 23938 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/21867/statm: 24377 23938 76 150 0 24224 0
Current children cumulated CPU time (s) 338.98
Current children cumulated vsize (KiB) 119732

[startup+402.302 s]
/proc/loadavg: 2.00 2.01 2.00 4/84 21873
/proc/meminfo: memFree=1735760/2055920 swapFree=4192812/4192956
[pid=21843] ppid=21841 vsize=16868 CPUtime=52.18
/proc/21843/stat : 21843 (sugar) S 21841 21843 20785 0 -1 4194304 1376 36573 0 2 6 1 5166 45 16 0 1 0 22373300 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21843/statm: 4217 1113 409 3 0 796 0
[pid=21866] ppid=21843 vsize=5356 CPUtime=0
/proc/21866/stat : 21866 (sh) S 21843 21843 20785 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22378577 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21866/statm: 1339 232 193 169 0 50 0
[pid=21867] ppid=21866 vsize=102800 CPUtime=346.24
/proc/21867/stat : 21867 (minisat) R 21866 21843 20785 0 -1 4194304 25298 0 0 0 34605 19 0 0 25 0 1 0 22378578 105267200 25284 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/21867/statm: 25700 25284 76 150 0 25547 0
Current children cumulated CPU time (s) 398.42
Current children cumulated vsize (KiB) 125024

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

[startup+409.501 s]
/proc/loadavg: 2.00 2.01 2.00 3/84 21873
/proc/meminfo: memFree=1735056/2055920 swapFree=4192812/4192956
[pid=21843] ppid=21841 vsize=16868 CPUtime=52.18
/proc/21843/stat : 21843 (sugar) S 21841 21843 20785 0 -1 4194304 1376 36573 0 2 6 1 5166 45 16 0 1 0 22373300 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21843/statm: 4217 1113 409 3 0 796 0
[pid=21866] ppid=21843 vsize=5356 CPUtime=0
/proc/21866/stat : 21866 (sh) S 21843 21843 20785 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22378577 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21866/statm: 1339 232 193 169 0 50 0
[pid=21867] ppid=21866 vsize=103328 CPUtime=353.37
/proc/21867/stat : 21867 (minisat) R 21866 21843 20785 0 -1 4194304 25440 0 0 0 35318 19 0 0 25 0 1 0 22378578 105807872 25426 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/21867/statm: 25832 25426 76 150 0 25679 0
Current children cumulated CPU time (s) 405.55
Current children cumulated vsize (KiB) 125552

[startup+422.302 s]
/proc/loadavg: 2.00 2.01 2.00 3/84 21873
/proc/meminfo: memFree=1733840/2055920 swapFree=4192812/4192956
[pid=21843] ppid=21841 vsize=16868 CPUtime=52.18
/proc/21843/stat : 21843 (sugar) S 21841 21843 20785 0 -1 4194304 1376 36573 0 2 6 1 5166 45 16 0 1 0 22373300 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21843/statm: 4217 1113 409 3 0 796 0
[pid=21866] ppid=21843 vsize=5356 CPUtime=0
/proc/21866/stat : 21866 (sh) S 21843 21843 20785 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22378577 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21866/statm: 1339 232 193 169 0 50 0
[pid=21867] ppid=21866 vsize=104532 CPUtime=366.05
/proc/21867/stat : 21867 (minisat) R 21866 21843 20785 0 -1 4194304 25734 0 0 0 36586 19 0 0 25 0 1 0 22378578 107040768 25720 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/21867/statm: 26133 25720 76 150 0 25980 0
Current children cumulated CPU time (s) 418.23
Current children cumulated vsize (KiB) 126756

[startup+428.702 s]
/proc/loadavg: 2.00 2.01 2.00 3/84 21873
/proc/meminfo: memFree=1732816/2055920 swapFree=4192812/4192956
[pid=21843] ppid=21841 vsize=16868 CPUtime=52.18
/proc/21843/stat : 21843 (sugar) S 21841 21843 20785 0 -1 4194304 1376 36573 0 2 6 1 5166 45 16 0 1 0 22373300 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21843/statm: 4217 1113 409 3 0 796 0
[pid=21866] ppid=21843 vsize=5356 CPUtime=0
/proc/21866/stat : 21866 (sh) S 21843 21843 20785 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22378577 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21866/statm: 1339 232 193 169 0 50 0
[pid=21867] ppid=21866 vsize=105456 CPUtime=372.39
/proc/21867/stat : 21867 (minisat) R 21866 21843 20785 0 -1 4194304 26006 0 0 0 37220 19 0 0 25 0 1 0 22378578 107986944 25992 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/21867/statm: 26364 25992 76 150 0 26211 0
Current children cumulated CPU time (s) 424.57
Current children cumulated vsize (KiB) 127680

[startup+431.902 s]
/proc/loadavg: 2.00 2.01 2.00 3/84 21873
/proc/meminfo: memFree=1732304/2055920 swapFree=4192812/4192956
[pid=21843] ppid=21841 vsize=16868 CPUtime=52.18
/proc/21843/stat : 21843 (sugar) S 21841 21843 20785 0 -1 4194304 1376 36573 0 2 6 1 5166 45 16 0 1 0 22373300 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21843/statm: 4217 1113 409 3 0 796 0
[pid=21866] ppid=21843 vsize=5356 CPUtime=0
/proc/21866/stat : 21866 (sh) S 21843 21843 20785 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22378577 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21866/statm: 1339 232 193 169 0 50 0
[pid=21867] ppid=21866 vsize=107032 CPUtime=375.56
/proc/21867/stat : 21867 (minisat) R 21866 21843 20785 0 -1 4194304 26167 0 0 0 37537 19 0 0 25 0 1 0 22378578 109600768 26153 996147200 134512640 135127466 4294956256 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 1 0 0
/proc/21867/statm: 26758 26153 76 150 0 26605 0
Current children cumulated CPU time (s) 427.74
Current children cumulated vsize (KiB) 129256

[startup+433.502 s]
/proc/loadavg: 2.00 2.01 2.00 3/84 21873
/proc/meminfo: memFree=1731728/2055920 swapFree=4192812/4192956
[pid=21843] ppid=21841 vsize=16868 CPUtime=52.18
/proc/21843/stat : 21843 (sugar) S 21841 21843 20785 0 -1 4194304 1376 36573 0 2 6 1 5166 45 16 0 1 0 22373300 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21843/statm: 4217 1113 409 3 0 796 0
[pid=21866] ppid=21843 vsize=5356 CPUtime=0
/proc/21866/stat : 21866 (sh) S 21843 21843 20785 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22378577 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21866/statm: 1339 232 193 169 0 50 0
[pid=21867] ppid=21866 vsize=107428 CPUtime=377.15
/proc/21867/stat : 21867 (minisat) R 21866 21843 20785 0 -1 4194304 26266 0 0 0 37695 20 0 0 25 0 1 0 22378578 110006272 26252 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/21867/statm: 26857 26252 76 150 0 26704 0
Current children cumulated CPU time (s) 429.33
Current children cumulated vsize (KiB) 129652

[startup+435.102 s]
/proc/loadavg: 2.00 2.01 2.00 3/84 21873
/proc/meminfo: memFree=1731472/2055920 swapFree=4192812/4192956
[pid=21843] ppid=21841 vsize=16868 CPUtime=52.18
/proc/21843/stat : 21843 (sugar) S 21841 21843 20785 0 -1 4194304 1376 36573 0 2 6 1 5166 45 16 0 1 0 22373300 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21843/statm: 4217 1113 409 3 0 796 0
[pid=21866] ppid=21843 vsize=5356 CPUtime=0
/proc/21866/stat : 21866 (sh) S 21843 21843 20785 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22378577 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21866/statm: 1339 232 193 169 0 50 0
[pid=21867] ppid=21866 vsize=107824 CPUtime=378.74
/proc/21867/stat : 21867 (minisat) R 21866 21843 20785 0 -1 4194304 26363 0 0 0 37854 20 0 0 25 0 1 0 22378578 110411776 26349 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/21867/statm: 26956 26349 76 150 0 26803 0
Current children cumulated CPU time (s) 430.92
Current children cumulated vsize (KiB) 130048

[startup+435.902 s]
/proc/loadavg: 2.00 2.01 2.00 3/84 21873
/proc/meminfo: memFree=1731216/2055920 swapFree=4192812/4192956
[pid=21843] ppid=21841 vsize=16868 CPUtime=52.18
/proc/21843/stat : 21843 (sugar) S 21841 21843 20785 0 -1 4194304 1376 36573 0 2 6 1 5166 45 16 0 1 0 22373300 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21843/statm: 4217 1113 409 3 0 796 0
[pid=21866] ppid=21843 vsize=5356 CPUtime=0
/proc/21866/stat : 21866 (sh) S 21843 21843 20785 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22378577 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21866/statm: 1339 232 193 169 0 50 0
[pid=21867] ppid=21866 vsize=108088 CPUtime=379.53
/proc/21867/stat : 21867 (minisat) R 21866 21843 20785 0 -1 4194304 26421 0 0 0 37933 20 0 0 25 0 1 0 22378578 110682112 26407 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/21867/statm: 27022 26407 76 150 0 26869 0
Current children cumulated CPU time (s) 431.71
Current children cumulated vsize (KiB) 130312

[startup+436.302 s]
/proc/loadavg: 2.00 2.01 2.00 3/84 21873
/proc/meminfo: memFree=1731216/2055920 swapFree=4192812/4192956
[pid=21843] ppid=21841 vsize=16868 CPUtime=431.95
/proc/21843/stat : 21843 (sugar) S 21841 21843 20785 0 -1 4194304 1450 63311 0 2 6 1 43120 68 15 0 1 0 22373300 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21843/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 431.95
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 436.365
CPU time (s): 432.158
CPU user time (s): 431.414
CPU system time (s): 0.743886
CPU usage (%): 99.0359
Max. virtual memory (cumulated for all children) (KiB): 901184

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 431.414
system time used= 0.743886
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 68655
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= 8816
involuntary context switches= 24947

runsolver used 0.533918 second user time and 1.47477 second system time

The end

Launcher Data

Begin job on node50 at 2009-07-12 00:58:17
IDJOB=2071225
IDBENCH=55458
IDSOLVER=739
FILE ID=node50/2071225-1247353097
PBS_JOBID= 9506893
Free space on /tmp= 66428 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/lexHerald/normalized-crossword-m1-lex-15-02.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-2071225-1247353097/watcher-2071225-1247353097 -o /tmp/evaluation-result-2071225-1247353097/solver-2071225-1247353097 -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-2071225-1247353097.xml

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

MD5SUM BENCH= 43c0cc23a589c1ee53700cf8b2f45002
RANDOM SEED=119431591

node50.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:       1875208 kB
Buffers:          9812 kB
Cached:          90556 kB
SwapCached:          0 kB
Active:          85396 kB
Inactive:        46496 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1875208 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1820 kB
Writeback:           0 kB
Mapped:          51892 kB
Slab:            33896 kB
Committed_AS:   225792 kB
PageTables:       1948 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 node50 at 2009-07-12 01:05:33