Trace number 1078989

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+minisatSAT 388.49 393.231

General information on the benchmark

Namecsp/lexVg/
normalized-crossword-m1c-lex-vg5-6_ext.xml
MD5SUM329f89ece2c8c1cdd4cc1cd52f24e53d
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark5.48117
Satisfiable
(Un)Satisfiability was proved
Number of variables30
Number of constraints11
Maximum constraint arity6
Maximum domain size26
Number of constraints which are defined in extension11
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.05	c 0	Sugar v1-13 + HOME/minisat
0.00/0.05	c 0	BEGIN Sat Jul  5 00:02:26 2008
0.00/0.05	c 0	PID 7043
0.00/0.05	c 0	HOST node42.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1078989-1215208946.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1078989-1215208946.xml' 'HOME/temp.csp'
0.04/0.66	c 1	1 domains, 30 variables, 0 predicates, 2 relations, 11 constraints
0.04/0.70	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/0.70	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.04/0.78	c 1	Parsing HOME/temp.csp
0.24/0.90	c 1	parsed 44 expressions
0.24/0.91	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.24/0.91	c 1	Converting to clausal form CSP
0.24/0.93	c 1	converted 5 (10%) expressions
0.24/0.94	c 1	converted 9 (20%) expressions
0.24/0.94	c 1	converted 14 (30%) expressions
0.24/0.94	c 1	converted 18 (40%) expressions
0.24/0.94	c 1	converted 22 (50%) expressions
0.24/0.94	c 1	converted 27 (60%) expressions
0.24/0.94	c 1	converted 31 (70%) expressions
0.52/1.02	c 1	converted 36 (80%) expressions
0.63/1.13	c 1	converted 40 (90%) expressions
0.72/1.28	c 2	converted 44 (100%) expressions
0.72/1.28	c 2	CSP : 30 integers, 0 booleans, 11 clauses, largest domain size 26
0.72/1.28	c 2	Heap : 10 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.72/1.28	c 2	Propagation in CSP
0.72/1.28	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.72/1.28	c 2	CSP : 30 integers, 0 booleans, 11 clauses, largest domain size 26
0.72/1.28	c 2	Heap : 10 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.72/1.28	c 2	Simplifing CSP by introducing new Boolean variables
0.72/1.29	c 2	CSP : 30 integers, 0 booleans, 11 clauses, largest domain size 26
0.72/1.29	c 2	Heap : 10 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.81/1.36	c 2	Encoding CSP to SAT : HOME/temp.cnf
0.88/1.68	c 2	3 (10%) CSP integer variables are encoded (72 clauses, 695 bytes)
0.88/1.68	c 2	6 (20%) CSP integer variables are encoded (144 clauses, 1440 bytes)
0.88/1.69	c 2	9 (30%) CSP integer variables are encoded (216 clauses, 2232 bytes)
0.88/1.69	c 2	12 (40%) CSP integer variables are encoded (288 clauses, 3024 bytes)
0.88/1.69	c 2	15 (50%) CSP integer variables are encoded (360 clauses, 3816 bytes)
0.88/1.69	c 2	18 (60%) CSP integer variables are encoded (432 clauses, 4608 bytes)
0.88/1.69	c 2	21 (70%) CSP integer variables are encoded (504 clauses, 5400 bytes)
0.88/1.69	c 2	24 (80%) CSP integer variables are encoded (576 clauses, 6192 bytes)
0.88/1.69	c 2	27 (90%) CSP integer variables are encoded (648 clauses, 6984 bytes)
0.88/1.70	c 2	30 (100%) CSP integer variables are encoded (720 clauses, 7776 bytes)
2.00/3.04	c 3	2 (10%) CSP clauses are encoded (24070 clauses, 793248 bytes)
2.49/3.58	c 4	3 (20%) CSP clauses are encoded (35745 clauses, 1190938 bytes)
3.10/4.11	c 4	4 (30%) CSP clauses are encoded (47420 clauses, 1588777 bytes)
3.69/4.73	c 5	5 (40%) CSP clauses are encoded (59095 clauses, 2008733 bytes)
4.19/5.26	c 6	6 (50%) CSP clauses are encoded (70770 clauses, 2428689 bytes)
5.97/7.10	c 7	7 (60%) CSP clauses are encoded (93424 clauses, 3178054 bytes)
7.96/9.03	c 9	8 (70%) CSP clauses are encoded (116078 clauses, 4112002 bytes)
9.75/10.87	c 11	9 (80%) CSP clauses are encoded (138732 clauses, 5045950 bytes)
11.75/12.86	c 13	10 (90%) CSP clauses are encoded (161386 clauses, 5979898 bytes)
13.60/14.73	c 15	11 (100%) CSP clauses are encoded (184040 clauses, 6913846 bytes)
13.60/14.73	c 15	11 CSP clauses encoded
13.60/14.73	c 15	Writing map file : HOME/temp.map
13.60/14.73	c 15	Heap : 15 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
13.60/14.73	c 15	SAT : 750 SAT variables, 184040 SAT clauses, 6913846 bytes
13.60/14.73	c 15	Heap : 15 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
13.60/14.79	c 15	SOLVING HOME/temp.cnf
13.60/14.79	c 15	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
13.66/14.80	c 15	This is MiniSat 2.0 beta
13.66/14.80	c 15	WARNING: for repeatability, setting FPU to use double precision
13.66/14.80	c 15	============================[ Problem Statistics ]=============================
13.66/14.80	c 15	|                                                                             |
13.66/14.80	c 15	|  Number of variables:  750                                                  |
13.66/14.80	c 15	|  Number of clauses:    184040                                               |
13.66/14.97	c 15	|  Parsing time:         0.14         s                                       |
13.66/14.98	c 15	============================[ Search Statistics ]==============================
13.66/14.98	c 15	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
13.66/14.98	c 15	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
13.66/14.98	c 15	===============================================================================
13.66/14.98	c 15	|         0 |     750   184040  1509135 |    61346        0    nan |  0.000 % |
13.66/14.99	c 15	|       101 |     750   184040  1509135 |    67481      101      6 |  0.000 % |
13.66/15.00	c 15	|       251 |     750   184040  1509135 |    74229      251      7 |  0.002 % |
13.66/15.03	c 15	|       476 |     750   184040  1509135 |    81652      476      6 |  0.004 % |
13.66/15.06	c 15	|       813 |     750   184040  1509135 |    89817      813      6 |  0.004 % |
13.66/15.10	c 15	|      1319 |     750   184040  1509135 |    98799     1319      7 |  0.004 % |
13.66/15.14	c 15	|      2079 |     750   184040  1509135 |   108679     2079      7 |  0.004 % |
14.25/15.48	c 16	|      3218 |     750   184040  1509135 |   119547     3218      8 |  0.003 % |
15.64/16.80	c 17	|      4926 |     750   184040  1509135 |   131502     4926     10 |  0.000 % |
17.63/18.90	c 19	|      7488 |     750   184040  1509135 |   144652     7488     11 |  0.003 % |
21.70/22.92	c 23	|     11332 |     750   184040  1509135 |   159117    11332     13 |  0.002 % |
27.08/28.30	c 29	|     17099 |     750   184040  1509135 |   175029    17099     13 |  0.005 % |
35.04/36.39	c 37	|     25749 |     750   184040  1509135 |   192532    25749     14 |  0.003 % |
48.89/50.21	c 50	|     38723 |     750   184040  1509135 |   211785    38723     15 |  0.000 % |
71.68/74.80	c 75	|     58185 |     750   184040  1509135 |   232963    58185     16 |  0.003 % |
109.71/113.37	c 114	|     87377 |     750   184040  1509135 |   256260    87377     16 |  0.003 % |
180.12/184.01	c 184	|    131168 |     750   184040  1509135 |   281886   131168     17 |  0.000 % |
302.33/306.76	c 307	|    196853 |     750   184040  1509135 |   310074   196853     18 |  0.002 % |
388.28/393.05	c 393	===============================================================================
388.28/393.05	c 393	restarts              : 18
388.28/393.05	c 393	conflicts             : 239516         (640 /sec)
388.28/393.05	c 393	decisions             : 300152         (1.23 % random) (801 /sec)
388.28/393.05	c 393	propagations          : 17666486       (47169 /sec)
388.28/393.05	c 393	conflict literals     : 4267466        (26.71 % deleted)
388.28/393.05	c 393	Memory used           : 39.34 MB
388.28/393.05	c 393	CPU time              : 374.533 s
388.28/393.05	c 393	
388.28/393.05	c 393	SATISFIABLE
388.28/393.06	c 393	DECODING HOME/temp.out WITH HOME/temp.map
388.28/393.06	c 393	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
388.35/393.14	c 393	Decoding HOME/temp.out
388.35/393.16	s SATISFIABLE
388.35/393.16	v 19 7 17 8 15 18 4 24 4 11 4 19 0 3 21 8 18 4 2 17 4 0 19 4 7 14 11 3 4 13
388.35/393.18	c 393	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
388.35/393.23	c 393	CPU 388.08 (0.03 0.01 388.05 0.37)
388.35/393.23	c 393	END Sat Jul  5 00:08:59 2008

Verifier Data (download as text)

OK

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-1078989-1215208946/watcher-1078989-1215208946 -o /tmp/evaluation-result-1078989-1215208946/solver-1078989-1215208946 -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-1078989-1215208946.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.85 1.97 1.99 4/83 7043
/proc/meminfo: memFree=1464744/2055920 swapFree=4180096/4192956
[pid=7043] ppid=7041 vsize=12268 CPUtime=0
/proc/7043/stat : 7043 (sugar) R 7041 7043 5813 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 1999867096 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 259415308901 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/7043/statm: 3067 316 241 3 0 167 0

[startup+0.0836181 s]
/proc/loadavg: 1.85 1.97 1.99 4/83 7043
/proc/meminfo: memFree=1464744/2055920 swapFree=4180096/4192956
[pid=7043] ppid=7041 vsize=13600 CPUtime=0.04
/proc/7043/stat : 7043 (sugar) S 7041 7043 5813 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1999867096 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7043/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.10162 s]
/proc/loadavg: 1.85 1.97 1.99 4/83 7043
/proc/meminfo: memFree=1464744/2055920 swapFree=4180096/4192956
[pid=7043] ppid=7041 vsize=13600 CPUtime=0.04
/proc/7043/stat : 7043 (sugar) S 7041 7043 5813 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1999867096 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7043/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.301648 s]
/proc/loadavg: 1.85 1.97 1.99 4/83 7043
/proc/meminfo: memFree=1464744/2055920 swapFree=4180096/4192956
[pid=7043] ppid=7041 vsize=13600 CPUtime=0.04
/proc/7043/stat : 7043 (sugar) S 7041 7043 5813 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1999867096 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7043/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701748 s]
/proc/loadavg: 1.85 1.97 1.99 4/83 7043
/proc/meminfo: memFree=1464744/2055920 swapFree=4180096/4192956
[pid=7043] ppid=7041 vsize=13600 CPUtime=0.04
/proc/7043/stat : 7043 (sugar) S 7041 7043 5813 0 -1 4194304 918 127 0 0 3 1 0 0 16 0 1 0 1999867096 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7043/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50259 s]
/proc/loadavg: 1.85 1.97 1.99 3/94 7065
/proc/meminfo: memFree=1410640/2055920 swapFree=4180096/4192956
[pid=7043] ppid=7041 vsize=13600 CPUtime=0.24
/proc/7043/stat : 7043 (sugar) S 7041 7043 5813 0 -1 4194304 974 4577 0 1 3 1 18 2 15 0 1 0 1999867096 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7043/statm: 3400 797 370 3 0 500 0
[pid=7056] ppid=7043 vsize=5356 CPUtime=0
/proc/7056/stat : 7056 (sh) S 7043 7043 5813 0 -1 4194304 278 0 0 0 0 0 0 0 16 0 1 0 1999867167 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7056/statm: 1339 233 193 169 0 50 0
[pid=7057] ppid=7056 vsize=865280 CPUtime=0.64
/proc/7057/stat : 7057 (java) S 7056 7043 5813 0 -1 0 7440 0 1 0 60 4 0 0 18 0 9 0 1999867167 886046720 6713 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7057/statm: 216320 6713 2548 9 0 210875 0
[pid=7057/tid=7058] ppid=7056 vsize=865280 CPUtime=0.3
/proc/7057/task/7058/stat : 7058 (java) R 7056 7043 5813 0 -1 64 2649 0 1 0 29 1 0 0 22 0 9 0 1999867168 886046720 6713 996147200 134512640 134550740 4294955952 18446744073709551615 102966075 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7057/tid=7059] ppid=7056 vsize=865280 CPUtime=0.28
/proc/7057/task/7059/stat : 7059 (java) S 7056 7043 5813 0 -1 64 3775 0 0 0 26 2 0 0 17 0 9 0 1999867169 886046720 6713 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7057/tid=7060] ppid=7056 vsize=865280 CPUtime=0
/proc/7057/task/7060/stat : 7060 (java) S 7056 7043 5813 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1999867169 886046720 6713 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7057/tid=7061] ppid=7056 vsize=865280 CPUtime=0
/proc/7057/task/7061/stat : 7061 (java) S 7056 7043 5813 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1999867169 886046720 6713 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7057/tid=7062] ppid=7056 vsize=865280 CPUtime=0
/proc/7057/task/7062/stat : 7062 (java) S 7056 7043 5813 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1999867171 886046720 6713 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7057/tid=7063] ppid=7056 vsize=865280 CPUtime=0.05
/proc/7057/task/7063/stat : 7063 (java) S 7056 7043 5813 0 -1 64 322 0 0 0 5 0 0 0 16 0 9 0 1999867171 886046720 6713 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7057/tid=7064] ppid=7056 vsize=865280 CPUtime=0
/proc/7057/task/7064/stat : 7064 (java) S 7056 7043 5813 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1999867171 886046720 6713 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7057/tid=7065] ppid=7056 vsize=865280 CPUtime=0
/proc/7057/task/7065/stat : 7065 (java) S 7056 7043 5813 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 1999867171 886046720 6713 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.88
Current children cumulated vsize (KiB) 884236

[startup+3.10276 s]
/proc/loadavg: 1.85 1.97 1.99 3/94 7065
/proc/meminfo: memFree=1353424/2055920 swapFree=4180096/4192956
[pid=7043] ppid=7041 vsize=13600 CPUtime=0.24
/proc/7043/stat : 7043 (sugar) S 7041 7043 5813 0 -1 4194304 974 4577 0 1 3 1 18 2 16 0 1 0 1999867096 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7043/statm: 3400 797 370 3 0 500 0
[pid=7056] ppid=7043 vsize=5356 CPUtime=0
/proc/7056/stat : 7056 (sh) S 7043 7043 5813 0 -1 4194304 278 0 0 0 0 0 0 0 16 0 1 0 1999867167 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7056/statm: 1339 233 193 169 0 50 0
[pid=7057] ppid=7056 vsize=865312 CPUtime=1.86
/proc/7057/stat : 7057 (java) S 7056 7043 5813 0 -1 0 8142 0 1 0 180 6 0 0 18 0 9 0 1999867167 886079488 7324 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7057/statm: 216328 7324 2564 9 0 210875 0
[pid=7057/tid=7058] ppid=7056 vsize=865312 CPUtime=1.41
/proc/7057/task/7058/stat : 7058 (java) R 7056 7043 5813 0 -1 64 2785 0 1 0 139 2 0 0 25 0 9 0 1999867168 886079488 7324 996147200 134512640 134550740 4294955952 18446744073709551615 4126578899 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7057/tid=7059] ppid=7056 vsize=865312 CPUtime=0.32
/proc/7057/task/7059/stat : 7059 (java) S 7056 7043 5813 0 -1 64 4315 0 0 0 30 2 0 0 16 0 9 0 1999867169 886079488 7324 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=7057/tid=7060] ppid=7056 vsize=865312 CPUtime=0
/proc/7057/task/7060/stat : 7060 (java) S 7056 7043 5813 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1999867169 886079488 7324 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7057/tid=7061] ppid=7056 vsize=865312 CPUtime=0
/proc/7057/task/7061/stat : 7061 (java) S 7056 7043 5813 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1999867169 886079488 7324 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7057/tid=7062] ppid=7056 vsize=865312 CPUtime=0
/proc/7057/task/7062/stat : 7062 (java) S 7056 7043 5813 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1999867171 886079488 7324 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7057/tid=7063] ppid=7056 vsize=865312 CPUtime=0.09
/proc/7057/task/7063/stat : 7063 (java) S 7056 7043 5813 0 -1 64 348 0 0 0 9 0 0 0 16 0 9 0 1999867171 886079488 7324 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7057/tid=7064] ppid=7056 vsize=865312 CPUtime=0
/proc/7057/task/7064/stat : 7064 (java) S 7056 7043 5813 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1999867171 886079488 7324 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7057/tid=7065] ppid=7056 vsize=865312 CPUtime=0
/proc/7057/task/7065/stat : 7065 (java) S 7056 7043 5813 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 1999867171 886079488 7324 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.1
Current children cumulated vsize (KiB) 884268

[startup+6.30112 s]
/proc/loadavg: 1.94 1.98 1.99 4/94 7065
/proc/meminfo: memFree=1213016/2055920 swapFree=4180096/4192956
[pid=7043] ppid=7041 vsize=13600 CPUtime=0.24
/proc/7043/stat : 7043 (sugar) S 7041 7043 5813 0 -1 4194304 974 4577 0 1 3 1 18 2 15 0 1 0 1999867096 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7043/statm: 3400 797 370 3 0 500 0
[pid=7056] ppid=7043 vsize=5356 CPUtime=0
/proc/7056/stat : 7056 (sh) S 7043 7043 5813 0 -1 4194304 278 0 0 0 0 0 0 0 16 0 1 0 1999867167 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7056/statm: 1339 233 193 169 0 50 0
[pid=7057] ppid=7056 vsize=865388 CPUtime=5.04
/proc/7057/stat : 7057 (java) S 7056 7043 5813 0 -1 0 9188 0 1 0 496 8 0 0 18 0 9 0 1999867167 886157312 8194 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7057/statm: 216347 8194 2564 9 0 210894 0
[pid=7057/tid=7058] ppid=7056 vsize=865388 CPUtime=4.4
/proc/7057/task/7058/stat : 7058 (java) R 7056 7043 5813 0 -1 64 2959 0 1 0 437 3 0 0 25 0 9 0 1999867168 886157312 8194 996147200 134512640 134550740 4294955952 18446744073709551615 4126478779 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7057/tid=7059] ppid=7056 vsize=865388 CPUtime=0.51
/proc/7057/task/7059/stat : 7059 (java) S 7056 7043 5813 0 -1 64 5187 0 0 0 48 3 0 0 16 0 9 0 1999867169 886157312 8194 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=7057/tid=7060] ppid=7056 vsize=865388 CPUtime=0
/proc/7057/task/7060/stat : 7060 (java) S 7056 7043 5813 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1999867169 886157312 8194 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7057/tid=7061] ppid=7056 vsize=865388 CPUtime=0
/proc/7057/task/7061/stat : 7061 (java) S 7056 7043 5813 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1999867169 886157312 8194 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7057/tid=7062] ppid=7056 vsize=865388 CPUtime=0
/proc/7057/task/7062/stat : 7062 (java) S 7056 7043 5813 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1999867171 886157312 8194 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7057/tid=7063] ppid=7056 vsize=865388 CPUtime=0.09
/proc/7057/task/7063/stat : 7063 (java) S 7056 7043 5813 0 -1 64 348 0 0 0 9 0 0 0 16 0 9 0 1999867171 886157312 8194 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7057/tid=7064] ppid=7056 vsize=865388 CPUtime=0
/proc/7057/task/7064/stat : 7064 (java) S 7056 7043 5813 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1999867171 886157312 8194 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7057/tid=7065] ppid=7056 vsize=865388 CPUtime=0
/proc/7057/task/7065/stat : 7065 (java) S 7056 7043 5813 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 1999867171 886157312 8194 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.28
Current children cumulated vsize (KiB) 884344

[startup+12.7028 s]
/proc/loadavg: 2.02 2.00 2.00 3/94 7065
/proc/meminfo: memFree=962456/2055920 swapFree=4180096/4192956
[pid=7043] ppid=7041 vsize=13600 CPUtime=0.24
/proc/7043/stat : 7043 (sugar) S 7041 7043 5813 0 -1 4194304 974 4577 0 1 3 1 18 2 16 0 1 0 1999867096 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7043/statm: 3400 797 370 3 0 500 0
[pid=7056] ppid=7043 vsize=5356 CPUtime=0
/proc/7056/stat : 7056 (sh) S 7043 7043 5813 0 -1 4194304 278 0 0 0 0 0 0 0 16 0 1 0 1999867167 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7056/statm: 1339 233 193 169 0 50 0
[pid=7057] ppid=7056 vsize=865388 CPUtime=11.4
/proc/7057/stat : 7057 (java) S 7056 7043 5813 0 -1 0 12158 0 1 0 1126 14 0 0 18 0 9 0 1999867167 886157312 8478 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7057/statm: 216347 8478 2564 9 0 210894 0
[pid=7057/tid=7058] ppid=7056 vsize=865388 CPUtime=10.38
/proc/7057/task/7058/stat : 7058 (java) R 7056 7043 5813 0 -1 64 3229 0 1 0 1033 5 0 0 25 0 9 0 1999867168 886157312 8478 996147200 134512640 134550740 4294955952 18446744073709551615 102064907 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7057/tid=7059] ppid=7056 vsize=865388 CPUtime=0.9
/proc/7057/task/7059/stat : 7059 (java) S 7056 7043 5813 0 -1 64 7886 0 0 0 83 7 0 0 16 0 9 0 1999867169 886157312 8478 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=7057/tid=7060] ppid=7056 vsize=865388 CPUtime=0
/proc/7057/task/7060/stat : 7060 (java) S 7056 7043 5813 0 -1 64 9 0 0 0 0 0 0 0 17 0 9 0 1999867169 886157312 8478 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7057/tid=7061] ppid=7056 vsize=865388 CPUtime=0
/proc/7057/task/7061/stat : 7061 (java) S 7056 7043 5813 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1999867169 886157312 8478 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7057/tid=7062] ppid=7056 vsize=865388 CPUtime=0
/proc/7057/task/7062/stat : 7062 (java) S 7056 7043 5813 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1999867171 886157312 8478 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7057/tid=7063] ppid=7056 vsize=865388 CPUtime=0.09
/proc/7057/task/7063/stat : 7063 (java) S 7056 7043 5813 0 -1 64 349 0 0 0 9 0 0 0 17 0 9 0 1999867171 886157312 8478 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7057/tid=7064] ppid=7056 vsize=865388 CPUtime=0
/proc/7057/task/7064/stat : 7064 (java) S 7056 7043 5813 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1999867171 886157312 8478 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7057/tid=7065] ppid=7056 vsize=865388 CPUtime=0
/proc/7057/task/7065/stat : 7065 (java) S 7056 7043 5813 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 1999867171 886157312 8478 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 11.64
Current children cumulated vsize (KiB) 884344

[startup+25.5012 s]
/proc/loadavg: 2.10 2.02 2.01 3/86 7067
/proc/meminfo: memFree=934936/2055920 swapFree=4180096/4192956
[pid=7043] ppid=7041 vsize=13600 CPUtime=13.66
/proc/7043/stat : 7043 (sugar) S 7041 7043 5813 0 -1 4194304 1031 17150 0 2 3 1 1342 20 16 0 1 0 1999867096 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7043/statm: 3400 798 370 3 0 500 0
[pid=7066] ppid=7043 vsize=5356 CPUtime=0
/proc/7066/stat : 7066 (sh) S 7043 7043 5813 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1999868576 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7066/statm: 1339 232 193 169 0 50 0
[pid=7067] ppid=7066 vsize=16508 CPUtime=10.64
/proc/7067/stat : 7067 (minisat) R 7066 7043 5813 0 -1 4194304 3998 0 0 0 1060 4 0 0 25 0 1 0 1999868576 16904192 3984 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/7067/statm: 4127 3984 75 150 0 3974 0
Current children cumulated CPU time (s) 24.3
Current children cumulated vsize (KiB) 35464

[startup+51.1011 s]
/proc/loadavg: 2.06 2.01 2.00 3/75 7095
/proc/meminfo: memFree=1641768/2055920 swapFree=4180096/4192956
[pid=7043] ppid=7041 vsize=13600 CPUtime=13.66
/proc/7043/stat : 7043 (sugar) S 7041 7043 5813 0 -1 4194304 1031 17150 0 2 3 1 1342 20 16 0 1 0 1999867096 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0

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


[startup+222.301 s]
/proc/loadavg: 2.03 2.04 2.01 3/76 7171
/proc/meminfo: memFree=1528736/2055920 swapFree=4180096/4192956
[pid=7043] ppid=7041 vsize=13600 CPUtime=13.66
/proc/7043/stat : 7043 (sugar) S 7041 7043 5813 0 -1 4194304 1031 17150 0 2 3 1 1342 20 16 0 1 0 1999867096 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7043/statm: 3400 798 370 3 0 500 0
[pid=7066] ppid=7043 vsize=5356 CPUtime=0
/proc/7066/stat : 7066 (sh) S 7043 7043 5813 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1999868576 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7066/statm: 1339 232 193 169 0 50 0
[pid=7067] ppid=7066 vsize=30788 CPUtime=204.61
/proc/7067/stat : 7067 (minisat) R 7066 7043 5813 0 -1 4194304 7514 0 0 0 20451 10 0 0 25 0 1 0 1999868576 31526912 7500 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/7067/statm: 7697 7500 75 150 0 7544 0
Current children cumulated CPU time (s) 218.27
Current children cumulated vsize (KiB) 49744

[startup+282.302 s]
/proc/loadavg: 2.01 2.03 2.00 3/75 7198
/proc/meminfo: memFree=1624808/2055920 swapFree=4180096/4192956
[pid=7043] ppid=7041 vsize=13600 CPUtime=13.66
/proc/7043/stat : 7043 (sugar) S 7041 7043 5813 0 -1 4194304 1031 17150 0 2 3 1 1342 20 16 0 1 0 1999867096 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7043/statm: 3400 798 370 3 0 500 0
[pid=7066] ppid=7043 vsize=5356 CPUtime=0
/proc/7066/stat : 7066 (sh) S 7043 7043 5813 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1999868576 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7066/statm: 1339 232 193 169 0 50 0
[pid=7067] ppid=7066 vsize=34148 CPUtime=264.36
/proc/7067/stat : 7067 (minisat) R 7066 7043 5813 0 -1 4194304 8349 0 0 0 26424 12 0 0 25 0 1 0 1999868576 34967552 8335 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/7067/statm: 8537 8335 75 150 0 8384 0
Current children cumulated CPU time (s) 278.02
Current children cumulated vsize (KiB) 53104

[startup+342.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/75 7198
/proc/meminfo: memFree=1621096/2055920 swapFree=4180096/4192956
[pid=7043] ppid=7041 vsize=13600 CPUtime=13.66
/proc/7043/stat : 7043 (sugar) S 7041 7043 5813 0 -1 4194304 1031 17150 0 2 3 1 1342 20 16 0 1 0 1999867096 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7043/statm: 3400 798 370 3 0 500 0
[pid=7066] ppid=7043 vsize=5356 CPUtime=0
/proc/7066/stat : 7066 (sh) S 7043 7043 5813 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1999868576 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7066/statm: 1339 232 193 169 0 50 0
[pid=7067] ppid=7066 vsize=37996 CPUtime=324.12
/proc/7067/stat : 7067 (minisat) R 7066 7043 5813 0 -1 4194304 9236 0 0 0 32399 13 0 0 25 0 1 0 1999868576 38907904 9222 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/7067/statm: 9499 9222 75 150 0 9346 0
Current children cumulated CPU time (s) 337.78
Current children cumulated vsize (KiB) 56952

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

[startup+358.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/75 7198
/proc/meminfo: memFree=1620392/2055920 swapFree=4180096/4192956
[pid=7043] ppid=7041 vsize=13600 CPUtime=13.66
/proc/7043/stat : 7043 (sugar) S 7041 7043 5813 0 -1 4194304 1031 17150 0 2 3 1 1342 20 16 0 1 0 1999867096 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7043/statm: 3400 798 370 3 0 500 0
[pid=7066] ppid=7043 vsize=5356 CPUtime=0
/proc/7066/stat : 7066 (sh) S 7043 7043 5813 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1999868576 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7066/statm: 1339 232 193 169 0 50 0
[pid=7067] ppid=7066 vsize=38656 CPUtime=340.05
/proc/7067/stat : 7067 (minisat) R 7066 7043 5813 0 -1 4194304 9417 0 0 0 33992 13 0 0 25 0 1 0 1999868576 39583744 9403 996147200 134512640 135127466 4294956256 18446744073709551615 134530665 0 0 4096 3 0 0 0 17 0 0 0
/proc/7067/statm: 9664 9403 75 150 0 9511 0
Current children cumulated CPU time (s) 353.71
Current children cumulated vsize (KiB) 57612

[startup+371.103 s]
/proc/loadavg: 2.00 2.02 2.00 3/75 7198
/proc/meminfo: memFree=1619688/2055920 swapFree=4180096/4192956
[pid=7043] ppid=7041 vsize=13600 CPUtime=13.66
/proc/7043/stat : 7043 (sugar) S 7041 7043 5813 0 -1 4194304 1031 17150 0 2 3 1 1342 20 16 0 1 0 1999867096 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7043/statm: 3400 798 370 3 0 500 0
[pid=7066] ppid=7043 vsize=5356 CPUtime=0
/proc/7066/stat : 7066 (sh) S 7043 7043 5813 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1999868576 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7066/statm: 1339 232 193 169 0 50 0
[pid=7067] ppid=7066 vsize=39448 CPUtime=352.81
/proc/7067/stat : 7067 (minisat) R 7066 7043 5813 0 -1 4194304 9596 0 0 0 35267 14 0 0 25 0 1 0 1999868576 40394752 9582 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/7067/statm: 9862 9582 75 150 0 9709 0
Current children cumulated CPU time (s) 366.47
Current children cumulated vsize (KiB) 58404

[startup+383.907 s]
/proc/loadavg: 2.00 2.02 2.00 3/75 7198
/proc/meminfo: memFree=1619048/2055920 swapFree=4180096/4192956
[pid=7043] ppid=7041 vsize=13600 CPUtime=13.66
/proc/7043/stat : 7043 (sugar) S 7041 7043 5813 0 -1 4194304 1031 17150 0 2 3 1 1342 20 16 0 1 0 1999867096 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7043/statm: 3400 798 370 3 0 500 0
[pid=7066] ppid=7043 vsize=5356 CPUtime=0
/proc/7066/stat : 7066 (sh) S 7043 7043 5813 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1999868576 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7066/statm: 1339 232 193 169 0 50 0
[pid=7067] ppid=7066 vsize=40012 CPUtime=365.56
/proc/7067/stat : 7067 (minisat) R 7066 7043 5813 0 -1 4194304 9733 0 0 0 36542 14 0 0 25 0 1 0 1999868576 40972288 9719 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/7067/statm: 10003 9719 75 150 0 9850 0
Current children cumulated CPU time (s) 379.22
Current children cumulated vsize (KiB) 58968

[startup+387.101 s]
/proc/loadavg: 2.00 2.02 2.00 3/75 7198
/proc/meminfo: memFree=1618984/2055920 swapFree=4180096/4192956
[pid=7043] ppid=7041 vsize=13600 CPUtime=13.66
/proc/7043/stat : 7043 (sugar) S 7041 7043 5813 0 -1 4194304 1031 17150 0 2 3 1 1342 20 16 0 1 0 1999867096 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7043/statm: 3400 798 370 3 0 500 0
[pid=7066] ppid=7043 vsize=5356 CPUtime=0
/proc/7066/stat : 7066 (sh) S 7043 7043 5813 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1999868576 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7066/statm: 1339 232 193 169 0 50 0
[pid=7067] ppid=7066 vsize=40012 CPUtime=368.74
/proc/7067/stat : 7067 (minisat) R 7066 7043 5813 0 -1 4194304 9758 0 0 0 36860 14 0 0 25 0 1 0 1999868576 40972288 9744 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/7067/statm: 10003 9744 75 150 0 9850 0
Current children cumulated CPU time (s) 382.4
Current children cumulated vsize (KiB) 58968

[startup+390.303 s]
/proc/loadavg: 2.00 2.02 2.00 3/75 7198
/proc/meminfo: memFree=1618920/2055920 swapFree=4180096/4192956
[pid=7043] ppid=7041 vsize=13600 CPUtime=13.66
/proc/7043/stat : 7043 (sugar) S 7041 7043 5813 0 -1 4194304 1031 17150 0 2 3 1 1342 20 16 0 1 0 1999867096 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7043/statm: 3400 798 370 3 0 500 0
[pid=7066] ppid=7043 vsize=5356 CPUtime=0
/proc/7066/stat : 7066 (sh) S 7043 7043 5813 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1999868576 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7066/statm: 1339 232 193 169 0 50 0
[pid=7067] ppid=7066 vsize=40144 CPUtime=371.93
/proc/7067/stat : 7067 (minisat) R 7066 7043 5813 0 -1 4194304 9787 0 0 0 37179 14 0 0 25 0 1 0 1999868576 41107456 9773 996147200 134512640 135127466 4294956256 18446744073709551615 134530641 0 0 4096 3 0 0 0 17 0 0 0
/proc/7067/statm: 10036 9773 75 150 0 9883 0
Current children cumulated CPU time (s) 385.59
Current children cumulated vsize (KiB) 59100

[startup+391.902 s]
/proc/loadavg: 2.00 2.02 2.00 3/75 7198
/proc/meminfo: memFree=1618792/2055920 swapFree=4180096/4192956
[pid=7043] ppid=7041 vsize=13600 CPUtime=13.66
/proc/7043/stat : 7043 (sugar) S 7041 7043 5813 0 -1 4194304 1031 17150 0 2 3 1 1342 20 16 0 1 0 1999867096 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7043/statm: 3400 798 370 3 0 500 0
[pid=7066] ppid=7043 vsize=5356 CPUtime=0
/proc/7066/stat : 7066 (sh) S 7043 7043 5813 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1999868576 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7066/statm: 1339 232 193 169 0 50 0
[pid=7067] ppid=7066 vsize=40276 CPUtime=373.52
/proc/7067/stat : 7067 (minisat) R 7066 7043 5813 0 -1 4194304 9804 0 0 0 37338 14 0 0 25 0 1 0 1999868576 41242624 9790 996147200 134512640 135127466 4294956256 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 0 0 0
/proc/7067/statm: 10069 9790 75 150 0 9916 0
Current children cumulated CPU time (s) 387.18
Current children cumulated vsize (KiB) 59232

[startup+392.707 s]
/proc/loadavg: 2.00 2.02 2.00 3/75 7198
/proc/meminfo: memFree=1618792/2055920 swapFree=4180096/4192956
[pid=7043] ppid=7041 vsize=13600 CPUtime=13.66
/proc/7043/stat : 7043 (sugar) S 7041 7043 5813 0 -1 4194304 1031 17150 0 2 3 1 1342 20 16 0 1 0 1999867096 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7043/statm: 3400 798 370 3 0 500 0
[pid=7066] ppid=7043 vsize=5356 CPUtime=0
/proc/7066/stat : 7066 (sh) S 7043 7043 5813 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1999868576 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7066/statm: 1339 232 193 169 0 50 0
[pid=7067] ppid=7066 vsize=40276 CPUtime=374.32
/proc/7067/stat : 7067 (minisat) R 7066 7043 5813 0 -1 4194304 9811 0 0 0 37418 14 0 0 25 0 1 0 1999868576 41242624 9797 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/7067/statm: 10069 9797 75 150 0 9916 0
Current children cumulated CPU time (s) 387.98
Current children cumulated vsize (KiB) 59232

[startup+393.102 s]
/proc/loadavg: 2.00 2.02 2.00 3/75 7198
/proc/meminfo: memFree=1618792/2055920 swapFree=4180096/4192956
[pid=7043] ppid=7041 vsize=13600 CPUtime=388.35
/proc/7043/stat : 7043 (sugar) S 7041 7043 5813 0 -1 4194304 1070 27260 0 2 3 1 38796 35 17 0 1 0 1999867096 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7043/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 388.35
Current children cumulated vsize (KiB) 13600

[startup+393.202 s]
/proc/loadavg: 2.00 2.02 2.00 3/75 7198
/proc/meminfo: memFree=1618792/2055920 swapFree=4180096/4192956
[pid=7043] ppid=7041 vsize=13600 CPUtime=388.35
/proc/7043/stat : 7043 (sugar) S 7041 7043 5813 0 -1 4194304 1090 27260 0 2 3 1 38796 35 15 0 1 0 1999867096 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7043/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 388.35
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 393.231
CPU time (s): 388.49
CPU user time (s): 388.093
CPU system time (s): 0.396939
CPU usage (%): 98.7944
Max. virtual memory (cumulated for all children) (KiB): 886916

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 388.093
system time used= 0.396939
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 32102
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= 6047
involuntary context switches= 11816

runsolver used 0.407937 second user time and 1.08983 second system time

The end

Launcher Data (download as text)

Begin job on node42 at 2008-07-05 00:02:26
IDJOB=1078989
IDBENCH=56854
IDSOLVER=346
FILE ID=node42/1078989-1215208946
PBS_JOBID= 7881647
Free space on /tmp= 66492 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 329f89ece2c8c1cdd4cc1cd52f24e53d
RANDOM SEED=2144613605

node42.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.214
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.214
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:       1465224 kB
Buffers:         11612 kB
Cached:         307580 kB
SwapCached:       7140 kB
Active:         298456 kB
Inactive:       236888 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1465224 kB
SwapTotal:     4192956 kB
SwapFree:      4180096 kB
Dirty:            2668 kB
Writeback:           0 kB
Mapped:         227116 kB
Slab:            40260 kB
Committed_AS:  4323012 kB
PageTables:       2264 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= 66488 MiB
End job on node42 at 2008-07-05 00:09:00