Trace number 1079403

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.13+minisatUNSAT 1389.91 1396.91

General information on the benchmark

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

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Sat Jul  5 00:14:57 2008
0.00/0.04	c 0	PID 28576
0.03/0.05	c 0	HOST node71.alineos.net
0.03/0.05	c 0	CONVERTING HOME/instance-1079403-1215209697.xml TO HOME/temp.csp
0.03/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1079403-1215209697.xml' 'HOME/temp.csp'
0.03/0.48	c 1	1 domains, 90 variables, 0 predicates, 2 relations, 19 constraints
0.03/0.50	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.50	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.03/0.58	c 1	Parsing HOME/temp.csp
0.45/0.72	c 1	parsed 112 expressions
0.45/0.72	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.45/0.72	c 1	Converting to clausal form CSP
0.45/0.74	c 1	converted 12 (10%) expressions
0.45/0.74	c 1	converted 23 (20%) expressions
0.45/0.74	c 1	converted 34 (30%) expressions
0.45/0.74	c 1	converted 45 (40%) expressions
0.45/0.74	c 1	converted 56 (50%) expressions
0.45/0.75	c 1	converted 68 (60%) expressions
0.45/0.75	c 1	converted 79 (70%) expressions
0.45/0.75	c 1	converted 90 (80%) expressions
1.13/1.20	c 2	converted 101 (90%) expressions
1.53/1.63	c 2	converted 112 (100%) expressions
1.53/1.63	c 2	CSP : 90 integers, 0 booleans, 19 clauses, largest domain size 26
1.53/1.63	c 2	Heap : 31 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.53/1.63	c 2	Propagation in CSP
1.53/1.63	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.53/1.63	c 2	CSP : 90 integers, 0 booleans, 19 clauses, largest domain size 26
1.53/1.63	c 2	Heap : 31 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.53/1.63	c 2	Simplifing CSP by introducing new Boolean variables
1.53/1.63	c 2	CSP : 90 integers, 0 booleans, 19 clauses, largest domain size 26
1.53/1.63	c 2	Heap : 31 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.64/1.77	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.64/1.79	c 2	9 (10%) CSP integer variables are encoded (216 clauses, 2232 bytes)
1.64/1.80	c 2	18 (20%) CSP integer variables are encoded (432 clauses, 4608 bytes)
1.64/1.80	c 2	27 (30%) CSP integer variables are encoded (648 clauses, 6984 bytes)
1.73/1.80	c 2	36 (40%) CSP integer variables are encoded (864 clauses, 9360 bytes)
1.73/1.80	c 2	45 (50%) CSP integer variables are encoded (1080 clauses, 11977 bytes)
1.73/1.80	c 2	54 (60%) CSP integer variables are encoded (1296 clauses, 14785 bytes)
1.73/1.80	c 2	63 (70%) CSP integer variables are encoded (1512 clauses, 17593 bytes)
1.73/1.81	c 2	72 (80%) CSP integer variables are encoded (1728 clauses, 20401 bytes)
1.73/1.81	c 2	81 (90%) CSP integer variables are encoded (1944 clauses, 23209 bytes)
1.73/1.81	c 2	90 (100%) CSP integer variables are encoded (2160 clauses, 26017 bytes)
13.57/13.73	c 14	2 (10%) CSP clauses are encoded (80456 clauses, 4518419 bytes)
25.59/25.85	c 26	4 (20%) CSP clauses are encoded (158752 clauses, 9049213 bytes)
37.43/37.73	c 38	6 (30%) CSP clauses are encoded (237048 clauses, 13730073 bytes)
49.17/49.53	c 50	8 (40%) CSP clauses are encoded (315344 clauses, 18410933 bytes)
61.21/61.62	c 62	10 (50%) CSP clauses are encoded (393640 clauses, 23092211 bytes)
68.96/69.44	c 70	12 (60%) CSP clauses are encoded (454378 clauses, 26456394 bytes)
77.03/77.55	c 78	14 (70%) CSP clauses are encoded (515116 clauses, 30079091 bytes)
84.78/85.32	c 86	16 (80%) CSP clauses are encoded (575854 clauses, 34475663 bytes)
92.54/93.13	c 93	18 (90%) CSP clauses are encoded (636592 clauses, 38872235 bytes)
96.42/97.09	c 97	19 (100%) CSP clauses are encoded (666961 clauses, 41070521 bytes)
96.42/97.09	c 97	19 CSP clauses encoded
96.42/97.09	c 97	Writing map file : HOME/temp.map
96.42/97.09	c 97	Heap : 61 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
96.42/97.09	c 97	SAT : 2250 SAT variables, 666961 SAT clauses, 41070521 bytes
96.42/97.09	c 97	Heap : 61 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
96.51/97.15	c 97	SOLVING HOME/temp.cnf
96.51/97.15	c 97	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
96.51/97.16	c 97	This is MiniSat 2.0 beta
96.51/97.16	c 97	WARNING: for repeatability, setting FPU to use double precision
96.51/97.16	c 97	============================[ Problem Statistics ]=============================
96.51/97.16	c 97	|                                                                             |
96.51/97.16	c 97	|  Number of variables:  2250                                                 |
96.51/97.16	c 97	|  Number of clauses:    666961                                               |
97.35/98.08	c 98	|  Parsing time:         0.82         s                                       |
97.45/98.13	c 98	============================[ Search Statistics ]==============================
97.45/98.13	c 98	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
97.45/98.13	c 98	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
97.45/98.13	c 98	===============================================================================
97.45/98.13	c 98	|         0 |    2250   666961  8112702 |   222320        0    nan |  0.000 % |
97.45/98.15	c 98	|       101 |    2250   666961  8112702 |   244552      101      6 |  0.000 % |
97.45/98.18	c 99	|       251 |    2250   666961  8112702 |   269007      251      6 |  0.000 % |
97.55/98.22	c 99	|       476 |    2250   666961  8112702 |   295908      476      6 |  0.000 % |
97.55/98.28	c 99	|       813 |    2250   666961  8112702 |   325499      813      7 |  0.000 % |
97.65/98.36	c 99	|      1319 |    2250   666961  8112702 |   358049     1319      7 |  0.000 % |
97.75/98.47	c 99	|      2078 |    2250   666961  8112702 |   393854     2078      7 |  0.000 % |
98.15/98.84	c 99	|      3217 |    2250   666961  8112702 |   433239     3217      8 |  0.000 % |
100.43/101.11	c 101	|      4925 |    2250   666961  8112702 |   476563     4925     10 |  0.000 % |
104.22/104.90	c 105	|      7487 |    2250   666961  8112702 |   524219     7487     11 |  0.000 % |
109.89/110.63	c 111	|     11331 |    2250   666961  8112702 |   576641    11331     11 |  0.000 % |
120.33/121.18	c 122	|     17098 |    2248   666961  8112702 |   634305    17097     11 |  0.089 % |
133.17/134.06	c 134	|     25747 |    2248   666961  8112702 |   697736    25746     13 |  0.090 % |
158.94/159.91	c 160	|     38721 |    2248   666961  8112702 |   767510    38720     13 |  0.089 % |
194.37/195.53	c 196	|     58183 |    2248   666961  8112702 |   844261    58182     14 |  0.089 % |
227.21/228.54	c 229	|     87375 |    2248   666961  8112702 |   928687    87374     14 |  0.089 % |
334.68/336.58	c 337	|    131164 |    2246   666961  8112702 |  1021555   131162     15 |  0.356 % |
511.20/513.95	c 514	|    196848 |    2237   660266  8031930 |  1123711   183098     15 |  0.756 % |
791.34/795.45	c 796	|    295376 |    2232   634450  7710305 |  1236082   158012     15 |  0.800 % |
1291.30/1297.83	c 1298	|    443165 |    2232   634450  7710305 |  1359690   305801     16 |  0.801 % |
1389.62/1396.69	c 1397	===============================================================================
1389.62/1396.69	c 1397	restarts              : 20
1389.62/1396.69	c 1397	conflicts             : 471602         (365 /sec)
1389.62/1396.69	c 1397	decisions             : 592420         (1.75 % random) (458 /sec)
1389.62/1396.69	c 1397	propagations          : 47053866       (36391 /sec)
1389.62/1396.69	c 1397	conflict literals     : 7449324        (27.91 % deleted)
1389.62/1396.69	c 1397	Memory used           : 91.31 MB
1389.62/1396.69	c 1397	CPU time              : 1293 s
1389.62/1396.69	c 1397	
1389.62/1396.69	c 1397	UNSATISFIABLE
1389.72/1396.71	c 1397	DECODING HOME/temp.out WITH HOME/temp.map
1389.72/1396.71	c 1397	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1389.74/1396.84	c 1397	Decoding HOME/temp.out
1389.74/1396.86	s UNSATISFIABLE
1389.74/1396.87	c 1397	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1389.88/1396.90	c 1397	CPU 1389.12 (0.03 0.01 1389.09 0.73)
1389.88/1396.90	c 1397	END Sat Jul  5 00:38:14 2008

Verifier Data (download as text)

No possible verification on an UNSAT instance

Watcher Data (download as text)

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

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

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


[startup+0 s]
/proc/loadavg: 1.93 1.40 1.16 4/81 28576
/proc/meminfo: memFree=1387160/2055920 swapFree=4180436/4192956
[pid=28576] ppid=28574 vsize=12268 CPUtime=0
/proc/28576/stat : 28576 (sugar) R 28574 28576 28422 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 1999938468 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 231971273726 0 0 4224 0 0 0 0 17 1 0 0
/proc/28576/statm: 3067 316 241 3 0 167 0

[startup+0.049728 s]
/proc/loadavg: 1.93 1.40 1.16 4/81 28576
/proc/meminfo: memFree=1387160/2055920 swapFree=4180436/4192956
[pid=28576] ppid=28574 vsize=13600 CPUtime=0.03
/proc/28576/stat : 28576 (sugar) S 28574 28576 28422 0 -1 4194304 837 0 0 0 3 0 0 0 18 0 1 0 1999938468 13926400 792 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28576/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101948 s]
/proc/loadavg: 1.93 1.40 1.16 4/81 28576
/proc/meminfo: memFree=1387160/2055920 swapFree=4180436/4192956
[pid=28576] ppid=28574 vsize=13600 CPUtime=0.03
/proc/28576/stat : 28576 (sugar) S 28574 28576 28422 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1999938468 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28576/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.30172 s]
/proc/loadavg: 1.93 1.40 1.16 4/81 28576
/proc/meminfo: memFree=1387160/2055920 swapFree=4180436/4192956
[pid=28576] ppid=28574 vsize=13600 CPUtime=0.03
/proc/28576/stat : 28576 (sugar) S 28574 28576 28422 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1999938468 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28576/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701774 s]
/proc/loadavg: 1.93 1.40 1.16 4/81 28576
/proc/meminfo: memFree=1387160/2055920 swapFree=4180436/4192956
[pid=28576] ppid=28574 vsize=13600 CPUtime=0.45
/proc/28576/stat : 28576 (sugar) S 28574 28576 28422 0 -1 4194304 973 4763 0 1 3 0 39 3 16 0 1 0 1999938468 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28576/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 13600

[startup+1.50288 s]
/proc/loadavg: 2.02 1.43 1.17 4/92 28598
/proc/meminfo: memFree=1370232/2055920 swapFree=4180436/4192956
[pid=28576] ppid=28574 vsize=13600 CPUtime=0.45
/proc/28576/stat : 28576 (sugar) S 28574 28576 28422 0 -1 4194304 973 4763 0 1 3 0 39 3 15 0 1 0 1999938468 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28576/statm: 3400 797 370 3 0 500 0
[pid=28589] ppid=28576 vsize=5356 CPUtime=0
/proc/28589/stat : 28589 (sh) S 28576 28576 28422 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1999938518 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28589/statm: 1339 233 193 169 0 50 0
[pid=28590] ppid=28589 vsize=864128 CPUtime=0.98
/proc/28590/stat : 28590 (java) S 28589 28576 28422 0 -1 0 11010 0 1 0 93 5 0 0 18 0 9 0 1999938518 884867072 10155 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28590/statm: 216032 10155 2540 9 0 210607 0
[pid=28590/tid=28591] ppid=28589 vsize=864128 CPUtime=0.39
/proc/28590/task/28591/stat : 28591 (java) R 28589 28576 28422 0 -1 64 2923 0 1 0 37 2 0 0 19 0 9 0 1999938519 884867072 10155 996147200 134512640 134550740 4294955952 18446744073709551615 4126517702 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28590/tid=28592] ppid=28589 vsize=864128 CPUtime=0.51
/proc/28590/task/28592/stat : 28592 (java) S 28589 28576 28422 0 -1 64 7071 0 0 0 49 2 0 0 17 0 9 0 1999938520 884867072 10155 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28590/tid=28593] ppid=28589 vsize=864128 CPUtime=0
/proc/28590/task/28593/stat : 28593 (java) S 28589 28576 28422 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1999938521 884867072 10155 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28590/tid=28594] ppid=28589 vsize=864128 CPUtime=0
/proc/28590/task/28594/stat : 28594 (java) S 28589 28576 28422 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1999938521 884867072 10155 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28590/tid=28595] ppid=28589 vsize=864128 CPUtime=0
/proc/28590/task/28595/stat : 28595 (java) S 28589 28576 28422 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1999938523 884867072 10155 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28590/tid=28596] ppid=28589 vsize=864128 CPUtime=0.05
/proc/28590/task/28596/stat : 28596 (java) S 28589 28576 28422 0 -1 64 324 0 0 0 5 0 0 0 16 0 9 0 1999938523 884867072 10155 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28590/tid=28597] ppid=28589 vsize=864128 CPUtime=0
/proc/28590/task/28597/stat : 28597 (java) S 28589 28576 28422 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1999938523 884867072 10155 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28590/tid=28598] ppid=28589 vsize=864128 CPUtime=0
/proc/28590/task/28598/stat : 28598 (java) S 28589 28576 28422 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1999938523 884867072 10155 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 883084

[startup+3.10209 s]
/proc/loadavg: 2.02 1.43 1.17 3/92 28598
/proc/meminfo: memFree=1343864/2055920 swapFree=4180436/4192956
[pid=28576] ppid=28574 vsize=13600 CPUtime=0.46
/proc/28576/stat : 28576 (sugar) S 28574 28576 28422 0 -1 4194304 974 4763 0 1 3 1 39 3 15 0 1 0 1999938468 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28576/statm: 3400 797 370 3 0 500 0
[pid=28589] ppid=28576 vsize=5356 CPUtime=0
/proc/28589/stat : 28589 (sh) S 28576 28576 28422 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1999938518 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28589/statm: 1339 233 193 169 0 50 0
[pid=28590] ppid=28589 vsize=864240 CPUtime=2.56
/proc/28590/stat : 28590 (java) S 28589 28576 28422 0 -1 0 13676 0 1 0 250 6 0 0 18 0 9 0 1999938518 884981760 12758 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28590/statm: 216060 12758 2564 9 0 210607 0
[pid=28590/tid=28591] ppid=28589 vsize=864240 CPUtime=1.72
/proc/28590/task/28591/stat : 28591 (java) R 28589 28576 28422 0 -1 64 3136 0 1 0 170 2 0 0 25 0 9 0 1999938519 884981760 12758 996147200 134512640 134550740 4294955952 18446744073709551615 4126588596 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28590/tid=28592] ppid=28589 vsize=864240 CPUtime=0.73
/proc/28590/task/28592/stat : 28592 (java) S 28589 28576 28422 0 -1 64 9503 0 0 0 70 3 0 0 16 0 9 0 1999938520 884981760 12758 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28590/tid=28593] ppid=28589 vsize=864240 CPUtime=0
/proc/28590/task/28593/stat : 28593 (java) S 28589 28576 28422 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1999938521 884981760 12758 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28590/tid=28594] ppid=28589 vsize=864240 CPUtime=0
/proc/28590/task/28594/stat : 28594 (java) S 28589 28576 28422 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1999938521 884981760 12758 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28590/tid=28595] ppid=28589 vsize=864240 CPUtime=0
/proc/28590/task/28595/stat : 28595 (java) S 28589 28576 28422 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1999938523 884981760 12758 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28590/tid=28596] ppid=28589 vsize=864240 CPUtime=0.08
/proc/28590/task/28596/stat : 28596 (java) S 28589 28576 28422 0 -1 64 345 0 0 0 8 0 0 0 16 0 9 0 1999938523 884981760 12758 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28590/tid=28597] ppid=28589 vsize=864240 CPUtime=0
/proc/28590/task/28597/stat : 28597 (java) S 28589 28576 28422 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1999938523 884981760 12758 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28590/tid=28598] ppid=28589 vsize=864240 CPUtime=0
/proc/28590/task/28598/stat : 28598 (java) S 28589 28576 28422 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1999938523 884981760 12758 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.02
Current children cumulated vsize (KiB) 883196

[startup+6.30252 s]
/proc/loadavg: 2.02 1.44 1.17 3/92 28598
/proc/meminfo: memFree=1341368/2055920 swapFree=4180436/4192956
[pid=28576] ppid=28574 vsize=13600 CPUtime=0.46
/proc/28576/stat : 28576 (sugar) S 28574 28576 28422 0 -1 4194304 974 4763 0 1 3 1 39 3 15 0 1 0 1999938468 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28576/statm: 3400 797 370 3 0 500 0
[pid=28589] ppid=28576 vsize=5356 CPUtime=0
/proc/28589/stat : 28589 (sh) S 28576 28576 28422 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1999938518 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28589/statm: 1339 233 193 169 0 50 0
[pid=28590] ppid=28589 vsize=864240 CPUtime=5.75
/proc/28590/stat : 28590 (java) S 28589 28576 28422 0 -1 0 14568 0 1 0 568 7 0 0 18 0 9 0 1999938518 884981760 13622 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28590/statm: 216060 13622 2564 9 0 210607 0
[pid=28590/tid=28591] ppid=28589 vsize=864240 CPUtime=4.85
/proc/28590/task/28591/stat : 28591 (java) R 28589 28576 28422 0 -1 64 3164 0 1 0 483 2 0 0 25 0 9 0 1999938519 884981760 13622 996147200 134512640 134550740 4294955952 18446744073709551615 4126588618 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28590/tid=28592] ppid=28589 vsize=864240 CPUtime=0.79
/proc/28590/task/28592/stat : 28592 (java) S 28589 28576 28422 0 -1 64 10367 0 0 0 75 4 0 0 16 0 9 0 1999938520 884981760 13622 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28590/tid=28593] ppid=28589 vsize=864240 CPUtime=0
/proc/28590/task/28593/stat : 28593 (java) S 28589 28576 28422 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1999938521 884981760 13622 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28590/tid=28594] ppid=28589 vsize=864240 CPUtime=0
/proc/28590/task/28594/stat : 28594 (java) S 28589 28576 28422 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1999938521 884981760 13622 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28590/tid=28595] ppid=28589 vsize=864240 CPUtime=0
/proc/28590/task/28595/stat : 28595 (java) S 28589 28576 28422 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1999938523 884981760 13622 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28590/tid=28596] ppid=28589 vsize=864240 CPUtime=0.08
/proc/28590/task/28596/stat : 28596 (java) S 28589 28576 28422 0 -1 64 345 0 0 0 8 0 0 0 16 0 9 0 1999938523 884981760 13622 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28590/tid=28597] ppid=28589 vsize=864240 CPUtime=0
/proc/28590/task/28597/stat : 28597 (java) S 28589 28576 28422 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1999938523 884981760 13622 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28590/tid=28598] ppid=28589 vsize=864240 CPUtime=0
/proc/28590/task/28598/stat : 28598 (java) S 28589 28576 28422 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1999938523 884981760 13622 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 883196

[startup+12.7024 s]
/proc/loadavg: 2.02 1.45 1.18 3/92 28598
/proc/meminfo: memFree=1332280/2055920 swapFree=4180436/4192956
[pid=28576] ppid=28574 vsize=13600 CPUtime=0.46
/proc/28576/stat : 28576 (sugar) S 28574 28576 28422 0 -1 4194304 974 4763 0 1 3 1 39 3 15 0 1 0 1999938468 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28576/statm: 3400 797 370 3 0 500 0
[pid=28589] ppid=28576 vsize=5356 CPUtime=0
/proc/28589/stat : 28589 (sh) S 28576 28576 28422 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1999938518 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28589/statm: 1339 233 193 169 0 50 0
[pid=28590] ppid=28589 vsize=864240 CPUtime=12.12
/proc/28590/stat : 28590 (java) S 28589 28576 28422 0 -1 0 16091 0 1 0 1202 10 0 0 18 0 9 0 1999938518 884981760 15076 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28590/statm: 216060 15076 2564 9 0 210607 0
[pid=28590/tid=28591] ppid=28589 vsize=864240 CPUtime=11.08
/proc/28590/task/28591/stat : 28591 (java) R 28589 28576 28422 0 -1 64 3233 0 1 0 1105 3 0 0 25 0 9 0 1999938519 884981760 15076 996147200 134512640 134550740 4294955952 18446744073709551615 4126568399 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28590/tid=28592] ppid=28589 vsize=864240 CPUtime=0.91
/proc/28590/task/28592/stat : 28592 (java) S 28589 28576 28422 0 -1 64 11818 0 0 0 86 5 0 0 16 0 9 0 1999938520 884981760 15076 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28590/tid=28593] ppid=28589 vsize=864240 CPUtime=0
/proc/28590/task/28593/stat : 28593 (java) S 28589 28576 28422 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1999938521 884981760 15076 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28590/tid=28594] ppid=28589 vsize=864240 CPUtime=0
/proc/28590/task/28594/stat : 28594 (java) S 28589 28576 28422 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1999938521 884981760 15076 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28590/tid=28595] ppid=28589 vsize=864240 CPUtime=0
/proc/28590/task/28595/stat : 28595 (java) S 28589 28576 28422 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1999938523 884981760 15076 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28590/tid=28596] ppid=28589 vsize=864240 CPUtime=0.09
/proc/28590/task/28596/stat : 28596 (java) S 28589 28576 28422 0 -1 64 348 0 0 0 9 0 0 0 16 0 9 0 1999938523 884981760 15076 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28590/tid=28597] ppid=28589 vsize=864240 CPUtime=0
/proc/28590/task/28597/stat : 28597 (java) S 28589 28576 28422 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1999938523 884981760 15076 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28590/tid=28598] ppid=28589 vsize=864240 CPUtime=0
/proc/28590/task/28598/stat : 28598 (java) S 28589 28576 28422 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1999938523 884981760 15076 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.58
Current children cumulated vsize (KiB) 883196

[startup+25.5011 s]
/proc/loadavg: 2.01 1.46 1.18 3/92 28598
/proc/meminfo: memFree=1316600/2055920 swapFree=4180436/4192956
[pid=28576] ppid=28574 vsize=13600 CPUtime=0.46
/proc/28576/stat : 28576 (sugar) S 28574 28576 28422 0 -1 4194304 974 4763 0 1 3 1 39 3 16 0 1 0 1999938468 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28576/statm: 3400 797 370 3 0 500 0
[pid=28589] ppid=28576 vsize=5356 CPUtime=0
/proc/28589/stat : 28589 (sh) S 28576 28576 28422 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1999938518 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28589/statm: 1339 233 193 169 0 50 0
[pid=28590] ppid=28589 vsize=864240 CPUtime=24.85
/proc/28590/stat : 28590 (java) S 28589 28576 28422 0 -1 0 21366 0 1 0 2469 16 0 0 18 0 9 0 1999938518 884981760 17708 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28590/statm: 216060 17708 2564 9 0 210607 0
[pid=28590/tid=28591] ppid=28589 vsize=864240 CPUtime=23.38
/proc/28590/task/28591/stat : 28591 (java) R 28589 28576 28422 0 -1 64 3363 0 1 0 2332 6 0 0 25 0 9 0 1999938519 884981760 17708 996147200 134512640 134550740 4294955952 18446744073709551615 4125952166 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28590/tid=28592] ppid=28589 vsize=864240 CPUtime=1.34
/proc/28590/task/28592/stat : 28592 (java) S 28589 28576 28422 0 -1 64 16963 0 0 0 126 8 0 0 16 0 9 0 1999938520 884981760 17708 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28590/tid=28593] ppid=28589 vsize=864240 CPUtime=0
/proc/28590/task/28593/stat : 28593 (java) S 28589 28576 28422 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1999938521 884981760 17708 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28590/tid=28594] ppid=28589 vsize=864240 CPUtime=0
/proc/28590/task/28594/stat : 28594 (java) S 28589 28576 28422 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1999938521 884981760 17708 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

/proc/28576/statm: 3400 798 370 3 0 500 0
[pid=28599] ppid=28576 vsize=5356 CPUtime=0
/proc/28599/stat : 28599 (sh) S 28576 28576 28422 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1999948183 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28599/statm: 1339 232 193 169 0 50 0
[pid=28600] ppid=28599 vsize=87136 CPUtime=1020.12
/proc/28600/stat : 28600 (minisat) R 28599 28576 28422 0 -1 4194304 21462 0 0 0 101995 17 0 0 25 0 1 0 1999948184 89227264 21448 996147200 134512640 135127466 4294956256 18446744073709551615 134530673 0 0 4096 3 0 0 0 17 1 0 0
/proc/28600/statm: 21784 21448 75 150 0 21631 0
Current children cumulated CPU time (s) 1116.65
Current children cumulated vsize (KiB) 106092

[startup+1182.3 s]
/proc/loadavg: 2.08 2.08 1.79 3/84 28600
/proc/meminfo: memFree=1256376/2055920 swapFree=4180436/4192956
[pid=28576] ppid=28574 vsize=13600 CPUtime=96.53
/proc/28576/stat : 28576 (sugar) S 28574 28576 28422 0 -1 4194304 1031 34327 0 2 3 1 9599 50 16 0 1 0 1999938468 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28576/statm: 3400 798 370 3 0 500 0
[pid=28599] ppid=28576 vsize=5356 CPUtime=0
/proc/28599/stat : 28599 (sh) S 28576 28576 28422 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1999948183 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28599/statm: 1339 232 193 169 0 50 0
[pid=28600] ppid=28599 vsize=88600 CPUtime=1079.83
/proc/28600/stat : 28600 (minisat) R 28599 28576 28422 0 -1 4194304 21832 0 0 0 107966 17 0 0 25 0 1 0 1999948184 90726400 21818 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/28600/statm: 22150 21818 75 150 0 21997 0
Current children cumulated CPU time (s) 1176.36
Current children cumulated vsize (KiB) 107556

[startup+1242.3 s]
/proc/loadavg: 2.03 2.06 1.80 3/84 28600
/proc/meminfo: memFree=1254904/2055920 swapFree=4180436/4192956
[pid=28576] ppid=28574 vsize=13600 CPUtime=96.53
/proc/28576/stat : 28576 (sugar) S 28574 28576 28422 0 -1 4194304 1031 34327 0 2 3 1 9599 50 16 0 1 0 1999938468 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28576/statm: 3400 798 370 3 0 500 0
[pid=28599] ppid=28576 vsize=5356 CPUtime=0
/proc/28599/stat : 28599 (sh) S 28576 28576 28422 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1999948183 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28599/statm: 1339 232 193 169 0 50 0
[pid=28600] ppid=28599 vsize=90060 CPUtime=1139.54
/proc/28600/stat : 28600 (minisat) R 28599 28576 28422 0 -1 4194304 22192 0 0 0 113936 18 0 0 25 0 1 0 1999948184 92221440 22178 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/28600/statm: 22515 22178 75 150 0 22362 0
Current children cumulated CPU time (s) 1236.07
Current children cumulated vsize (KiB) 109016

[startup+1302.3 s]
/proc/loadavg: 2.01 2.05 1.81 3/84 28600
/proc/meminfo: memFree=1253240/2055920 swapFree=4180436/4192956
[pid=28576] ppid=28574 vsize=13600 CPUtime=96.53
/proc/28576/stat : 28576 (sugar) S 28574 28576 28422 0 -1 4194304 1031 34327 0 2 3 1 9599 50 16 0 1 0 1999938468 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28576/statm: 3400 798 370 3 0 500 0
[pid=28599] ppid=28576 vsize=5356 CPUtime=0
/proc/28599/stat : 28599 (sh) S 28576 28576 28422 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1999948183 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28599/statm: 1339 232 193 169 0 50 0
[pid=28600] ppid=28599 vsize=91816 CPUtime=1199.25
/proc/28600/stat : 28600 (minisat) R 28599 28576 28422 0 -1 4194304 22600 0 0 0 119907 18 0 0 25 0 1 0 1999948184 94019584 22586 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/28600/statm: 22954 22586 75 150 0 22801 0
Current children cumulated CPU time (s) 1295.78
Current children cumulated vsize (KiB) 110772

[startup+1362.3 s]
/proc/loadavg: 2.00 2.04 1.82 3/84 28600
/proc/meminfo: memFree=1252024/2055920 swapFree=4180436/4192956
[pid=28576] ppid=28574 vsize=13600 CPUtime=96.53
/proc/28576/stat : 28576 (sugar) S 28574 28576 28422 0 -1 4194304 1031 34327 0 2 3 1 9599 50 16 0 1 0 1999938468 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28576/statm: 3400 798 370 3 0 500 0
[pid=28599] ppid=28576 vsize=5356 CPUtime=0
/proc/28599/stat : 28599 (sh) S 28576 28576 28422 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1999948183 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28599/statm: 1339 232 193 169 0 50 0
[pid=28600] ppid=28599 vsize=93500 CPUtime=1258.95
/proc/28600/stat : 28600 (minisat) R 28599 28576 28422 0 -1 4194304 22887 0 0 0 125877 18 0 0 25 0 1 0 1999948184 95744000 22873 996147200 134512640 135127466 4294956256 18446744073709551615 134531016 0 0 4096 3 0 0 0 17 1 0 0
/proc/28600/statm: 23375 22873 75 150 0 23222 0
Current children cumulated CPU time (s) 1355.48
Current children cumulated vsize (KiB) 112456

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

[startup+1382.3 s]
/proc/loadavg: 2.00 2.04 1.82 3/84 28600
/proc/meminfo: memFree=1252024/2055920 swapFree=4180436/4192956
[pid=28576] ppid=28574 vsize=13600 CPUtime=96.53
/proc/28576/stat : 28576 (sugar) S 28574 28576 28422 0 -1 4194304 1031 34327 0 2 3 1 9599 50 16 0 1 0 1999938468 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28576/statm: 3400 798 370 3 0 500 0
[pid=28599] ppid=28576 vsize=5356 CPUtime=0
/proc/28599/stat : 28599 (sh) S 28576 28576 28422 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1999948183 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28599/statm: 1339 232 193 169 0 50 0
[pid=28600] ppid=28599 vsize=93500 CPUtime=1278.86
/proc/28600/stat : 28600 (minisat) R 28599 28576 28422 0 -1 4194304 22887 0 0 0 127868 18 0 0 25 0 1 0 1999948184 95744000 22873 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/28600/statm: 23375 22873 75 150 0 23222 0
Current children cumulated CPU time (s) 1375.39
Current children cumulated vsize (KiB) 112456

[startup+1388.7 s]
/proc/loadavg: 2.00 2.03 1.82 3/84 28600
/proc/meminfo: memFree=1251960/2055920 swapFree=4180436/4192956
[pid=28576] ppid=28574 vsize=13600 CPUtime=96.53
/proc/28576/stat : 28576 (sugar) S 28574 28576 28422 0 -1 4194304 1031 34327 0 2 3 1 9599 50 16 0 1 0 1999938468 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28576/statm: 3400 798 370 3 0 500 0
[pid=28599] ppid=28576 vsize=5356 CPUtime=0
/proc/28599/stat : 28599 (sh) S 28576 28576 28422 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1999948183 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28599/statm: 1339 232 193 169 0 50 0
[pid=28600] ppid=28599 vsize=93500 CPUtime=1285.22
/proc/28600/stat : 28600 (minisat) R 28599 28576 28422 0 -1 4194304 22887 0 0 0 128504 18 0 0 25 0 1 0 1999948184 95744000 22873 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/28600/statm: 23375 22873 75 150 0 23222 0
Current children cumulated CPU time (s) 1381.75
Current children cumulated vsize (KiB) 112456

[startup+1391.9 s]
/proc/loadavg: 2.00 2.03 1.82 3/84 28600
/proc/meminfo: memFree=1251960/2055920 swapFree=4180436/4192956
[pid=28576] ppid=28574 vsize=13600 CPUtime=96.53
/proc/28576/stat : 28576 (sugar) S 28574 28576 28422 0 -1 4194304 1031 34327 0 2 3 1 9599 50 16 0 1 0 1999938468 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28576/statm: 3400 798 370 3 0 500 0
[pid=28599] ppid=28576 vsize=5356 CPUtime=0
/proc/28599/stat : 28599 (sh) S 28576 28576 28422 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1999948183 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28599/statm: 1339 232 193 169 0 50 0
[pid=28600] ppid=28599 vsize=93500 CPUtime=1288.41
/proc/28600/stat : 28600 (minisat) R 28599 28576 28422 0 -1 4194304 22887 0 0 0 128823 18 0 0 25 0 1 0 1999948184 95744000 22873 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/28600/statm: 23375 22873 75 150 0 23222 0
Current children cumulated CPU time (s) 1384.94
Current children cumulated vsize (KiB) 112456

[startup+1395.1 s]
/proc/loadavg: 2.00 2.03 1.82 3/84 28600
/proc/meminfo: memFree=1251960/2055920 swapFree=4180436/4192956
[pid=28576] ppid=28574 vsize=13600 CPUtime=96.53
/proc/28576/stat : 28576 (sugar) S 28574 28576 28422 0 -1 4194304 1031 34327 0 2 3 1 9599 50 16 0 1 0 1999938468 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28576/statm: 3400 798 370 3 0 500 0
[pid=28599] ppid=28576 vsize=5356 CPUtime=0
/proc/28599/stat : 28599 (sh) S 28576 28576 28422 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1999948183 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28599/statm: 1339 232 193 169 0 50 0
[pid=28600] ppid=28599 vsize=93500 CPUtime=1291.59
/proc/28600/stat : 28600 (minisat) R 28599 28576 28422 0 -1 4194304 22887 0 0 0 129141 18 0 0 25 0 1 0 1999948184 95744000 22873 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/28600/statm: 23375 22873 75 150 0 23222 0
Current children cumulated CPU time (s) 1388.12
Current children cumulated vsize (KiB) 112456

[startup+1395.91 s]
/proc/loadavg: 2.00 2.03 1.82 3/84 28600
/proc/meminfo: memFree=1252024/2055920 swapFree=4180436/4192956
[pid=28576] ppid=28574 vsize=13600 CPUtime=96.53
/proc/28576/stat : 28576 (sugar) S 28574 28576 28422 0 -1 4194304 1031 34327 0 2 3 1 9599 50 16 0 1 0 1999938468 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28576/statm: 3400 798 370 3 0 500 0
[pid=28599] ppid=28576 vsize=5356 CPUtime=0
/proc/28599/stat : 28599 (sh) S 28576 28576 28422 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1999948183 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28599/statm: 1339 232 193 169 0 50 0
[pid=28600] ppid=28599 vsize=93500 CPUtime=1292.39
/proc/28600/stat : 28600 (minisat) R 28599 28576 28422 0 -1 4194304 22887 0 0 0 129221 18 0 0 25 0 1 0 1999948184 95744000 22873 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/28600/statm: 23375 22873 75 150 0 23222 0
Current children cumulated CPU time (s) 1388.92
Current children cumulated vsize (KiB) 112456

[startup+1396.7 s]
/proc/loadavg: 2.00 2.03 1.82 3/84 28600
/proc/meminfo: memFree=1252024/2055920 swapFree=4180436/4192956
[pid=28576] ppid=28574 vsize=13600 CPUtime=96.53
/proc/28576/stat : 28576 (sugar) S 28574 28576 28422 0 -1 4194304 1031 34327 0 2 3 1 9599 50 16 0 1 0 1999938468 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28576/statm: 3400 798 370 3 0 500 0
[pid=28599] ppid=28576 vsize=5356 CPUtime=0
/proc/28599/stat : 28599 (sh) S 28576 28576 28422 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1999948183 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28599/statm: 1339 232 193 169 0 50 0
[pid=28600] ppid=28599 vsize=0 CPUtime=1293.19
/proc/28600/stat : 28600 (minisat) R 28599 28576 28422 0 -1 4194308 22896 0 0 0 129300 19 0 0 25 0 1 0 1999948184 0 0 996147200 0 0 0 0 0 0 0 4096 3 0 0 0 17 1 0 0
/proc/28600/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1389.72
Current children cumulated vsize (KiB) 18956

[startup+1396.9 s]
/proc/loadavg: 2.00 2.03 1.82 4/82 28610
/proc/meminfo: memFree=1383624/2055920 swapFree=4180436/4192956
[pid=28576] ppid=28574 vsize=13600 CPUtime=1389.88
/proc/28576/stat : 28576 (sugar) R 28574 28576 28422 0 -1 4194304 1116 61149 0 3 3 3 138909 73 17 0 1 0 1999938468 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 231962547241 0 0 4224 16386 0 0 0 17 1 0 0
/proc/28576/statm: 3400 799 371 3 0 500 0
Current children cumulated CPU time (s) 1389.88
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 1396.91
CPU time (s): 1389.91
CPU user time (s): 1389.13
CPU system time (s): 0.774882
CPU usage (%): 99.4989
Max. virtual memory (cumulated for all children) (KiB): 888576

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1389.13
system time used= 0.774882
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 62295
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= 10369
involuntary context switches= 53555

runsolver used 1.47477 second user time and 4.90625 second system time

The end

Launcher Data (download as text)

Begin job on node71 at 2008-07-05 00:14:57
IDJOB=1079403
IDBENCH=56880
IDSOLVER=346
FILE ID=node71/1079403-1215209697
PBS_JOBID= 7881770
Free space on /tmp= 66516 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= b1136f6831347ed9b7de8a63d714421a
RANDOM SEED=2003051933

node71.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.209
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.209
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:       1387704 kB
Buffers:         61256 kB
Cached:         222804 kB
SwapCached:       6776 kB
Active:         528876 kB
Inactive:        80000 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1387704 kB
SwapTotal:     4192956 kB
SwapFree:      4180436 kB
Dirty:            1384 kB
Writeback:           0 kB
Mapped:         340616 kB
Slab:            43964 kB
Committed_AS:  4809184 kB
PageTables:       2536 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= 66516 MiB
End job on node71 at 2008-07-05 00:38:14