Trace number 1101594

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 788.647 793.066

General information on the benchmark

Namecsp/rand-2-40-19-fcd/
normalized-rand-2-40-19-443-230-fcd-25_ext.xml
MD5SUMd5debbccf0a346ed8e579bbf085458f2
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark7.18391
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints339
Maximum constraint arity2
Maximum domain size19
Number of constraints which are defined in extension339
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 23:37:25 2008
0.00/0.04	c 0	PID 16032
0.00/0.05	c 0	HOST node69.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1101594-1215293845.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-1101594-1215293845.xml' 'HOME/temp.csp'
0.03/0.51	c 0	1 domains, 40 variables, 0 predicates, 339 relations, 339 constraints
0.03/0.52	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.52	c 0	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.48/0.61	c 0	Parsing HOME/temp.csp
0.48/1.10	c 1	parsed 719 expressions
1.04/1.11	c 1	Heap : 4 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.04/1.11	c 1	Converting to clausal form CSP
1.04/1.13	c 1	converted 72 (10%) expressions
1.04/1.14	c 1	converted 144 (20%) expressions
1.04/1.14	c 1	converted 216 (30%) expressions
1.04/1.14	c 1	converted 288 (40%) expressions
1.04/1.14	c 1	converted 360 (50%) expressions
1.14/1.22	c 1	converted 432 (60%) expressions
1.14/1.24	c 1	converted 504 (70%) expressions
1.14/1.26	c 1	converted 576 (80%) expressions
1.14/1.28	c 1	converted 648 (90%) expressions
1.23/1.30	c 1	converted 719 (100%) expressions
1.23/1.30	c 1	CSP : 40 integers, 0 booleans, 339 clauses, largest domain size 19
1.23/1.30	c 1	Heap : 8 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.23/1.30	c 1	Propagation in CSP
1.23/1.30	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.23/1.30	c 1	CSP : 40 integers, 0 booleans, 339 clauses, largest domain size 19
1.23/1.30	c 1	Heap : 8 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.23/1.30	c 1	Simplifing CSP by introducing new Boolean variables
1.23/1.30	c 1	CSP : 40 integers, 0 booleans, 339 clauses, largest domain size 19
1.23/1.30	c 1	Heap : 8 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.23/1.35	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.23/1.35	c 1	4 (10%) CSP integer variables are encoded (68 clauses, 659 bytes)
1.23/1.36	c 1	8 (20%) CSP integer variables are encoded (136 clauses, 1356 bytes)
1.23/1.36	c 1	12 (30%) CSP integer variables are encoded (204 clauses, 2104 bytes)
1.23/1.36	c 1	16 (40%) CSP integer variables are encoded (272 clauses, 2852 bytes)
1.23/1.36	c 1	20 (50%) CSP integer variables are encoded (340 clauses, 3600 bytes)
1.23/1.36	c 1	24 (60%) CSP integer variables are encoded (408 clauses, 4348 bytes)
1.23/1.36	c 1	28 (70%) CSP integer variables are encoded (476 clauses, 5096 bytes)
1.23/1.36	c 1	32 (80%) CSP integer variables are encoded (544 clauses, 5844 bytes)
1.23/1.37	c 1	36 (90%) CSP integer variables are encoded (612 clauses, 6592 bytes)
1.23/1.37	c 1	40 (100%) CSP integer variables are encoded (680 clauses, 7340 bytes)
1.34/1.42	c 1	34 (10%) CSP clauses are encoded (2714 clauses, 40620 bytes)
1.34/1.43	c 1	68 (20%) CSP clauses are encoded (4898 clauses, 77432 bytes)
1.34/1.45	c 1	102 (30%) CSP clauses are encoded (7070 clauses, 116619 bytes)
1.34/1.47	c 1	136 (40%) CSP clauses are encoded (9304 clauses, 158525 bytes)
1.34/1.48	c 1	170 (50%) CSP clauses are encoded (11445 clauses, 198570 bytes)
1.34/1.50	c 1	204 (60%) CSP clauses are encoded (13652 clauses, 239838 bytes)
1.43/1.51	c 1	238 (70%) CSP clauses are encoded (15792 clauses, 280112 bytes)
1.43/1.53	c 1	272 (80%) CSP clauses are encoded (18017 clauses, 321782 bytes)
1.43/1.54	c 1	306 (90%) CSP clauses are encoded (20124 clauses, 361160 bytes)
1.43/1.55	c 1	339 (100%) CSP clauses are encoded (22244 clauses, 400898 bytes)
1.43/1.55	c 1	339 CSP clauses encoded
1.43/1.55	c 1	Writing map file : HOME/temp.map
1.43/1.56	c 1	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.43/1.56	c 1	SAT : 720 SAT variables, 22244 SAT clauses, 400898 bytes
1.43/1.56	c 1	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.43/1.58	c 1	SOLVING HOME/temp.cnf
1.43/1.58	c 1	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.43/1.58	c 1	This is MiniSat 2.0 beta
1.43/1.58	c 1	WARNING: for repeatability, setting FPU to use double precision
1.43/1.58	c 1	============================[ Problem Statistics ]=============================
1.43/1.58	c 1	|                                                                             |
1.43/1.58	c 1	|  Number of variables:  720                                                  |
1.43/1.58	c 1	|  Number of clauses:    22244                                                |
1.43/1.59	c 1	|  Parsing time:         0.01         s                                       |
1.43/1.59	c 1	============================[ Search Statistics ]==============================
1.43/1.59	c 1	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.43/1.59	c 1	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.43/1.59	c 1	===============================================================================
1.43/1.59	c 1	|         0 |     720    22244    81577 |     7414        0    nan |  0.000 % |
1.52/1.61	c 1	|       100 |     720    22244    81577 |     8156      100     10 |  0.000 % |
1.52/1.62	c 1	|       251 |     720    22244    81577 |     8971      251     10 |  0.005 % |
1.52/1.65	c 1	|       476 |     720    22244    81577 |     9868      476     11 |  0.005 % |
1.52/1.69	c 1	|       814 |     720    22244    81577 |    10855      814     11 |  0.006 % |
1.52/1.75	c 1	|      1322 |     720    22244    81577 |    11941     1322     12 |  0.006 % |
1.52/1.83	c 1	|      2081 |     720    22244    81577 |    13135     2081     12 |  0.006 % |
1.52/1.96	c 2	|      3220 |     720    22244    81577 |    14449     3220     12 |  0.006 % |
1.52/2.18	c 2	|      4928 |     720    22244    81577 |    15893     4928     13 |  0.004 % |
2.42/2.55	c 2	|      7491 |     720    22244    81577 |    17483     7491     13 |  0.002 % |
3.11/3.20	c 3	|     11335 |     720    22244    81577 |    19231    11335     13 |  0.008 % |
4.20/4.35	c 4	|     17101 |     720    22244    81577 |    21154    17101     13 |  0.007 % |
6.08/6.21	c 6	|     25750 |     720    22244    81577 |    23270    15083     14 |  0.007 % |
8.96/9.18	c 9	|     38724 |     720    22244    81577 |    25597    16338     15 |  0.007 % |
13.71/13.90	c 14	|     58186 |     720    22244    81577 |    28157    22891     15 |  0.003 % |
20.84/21.10	c 21	|     87378 |     720    22244    81577 |    30972    20170     15 |  0.007 % |
32.53/32.97	c 33	|    131167 |     720    22244    81577 |    34070    28337     16 |  0.008 % |
51.24/51.88	c 51	|    196852 |     720    22244    81577 |    37477    32196     18 |  0.002 % |
82.84/83.74	c 83	|    295380 |     720    22244    81577 |    41224    36083     19 |  0.003 % |
131.78/133.20	c 133	|    443169 |     720    22244    81577 |    45347    21670     19 |  0.003 % |
208.16/210.22	c 210	|    664854 |     716    21934    80486 |    49882    42376     19 |  0.556 % |
332.38/335.67	c 335	|    997379 |     716    21934    80486 |    54870    30991     18 |  0.556 % |
522.43/526.72	c 526	|   1496167 |     716    21934    80486 |    60357    48073     17 |  0.563 % |
788.42/792.88	c 792	===============================================================================
788.42/792.88	c 792	restarts              : 23
788.42/792.88	c 792	conflicts             : 2170271        (2758 /sec)
788.42/792.88	c 792	decisions             : 2595000        (1.45 % random) (3298 /sec)
788.42/792.88	c 792	propagations          : 239827194      (304760 /sec)
788.42/792.88	c 792	conflict literals     : 40777897       (35.12 % deleted)
788.42/792.88	c 792	Memory used           : 16.23 MB
788.42/792.88	c 792	CPU time              : 786.938 s
788.42/792.88	c 792	
788.42/792.88	c 792	SATISFIABLE
788.42/792.89	c 792	DECODING HOME/temp.out WITH HOME/temp.map
788.42/792.89	c 792	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
788.52/792.98	c 793	Decoding HOME/temp.out
788.52/793.01	s SATISFIABLE
788.52/793.01	v 2 13 12 15 13 12 3 10 4 7 16 12 0 17 12 3 6 16 1 7 7 7 4 5 18 7 5 2 10 13 8 13 9 11 7 12 15 16 9 0
788.52/793.02	c 793	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
788.52/793.06	c 793	CPU 788.45 (0.04 0 788.41 0.18)
788.52/793.06	c 793	END Sat Jul  5 23:50:38 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-1101594-1215293845/watcher-1101594-1215293845 -o /tmp/evaluation-result-1101594-1215293845/solver-1101594-1215293845 -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-1101594-1215293845.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.98 2.00 2.00 4/73 16032
/proc/meminfo: memFree=1638496/2055920 swapFree=4179808/4192956
[pid=16032] ppid=16030 vsize=12268 CPUtime=0
/proc/16032/stat : 16032 (sugar) R 16030 16032 15238 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 2008353340 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 237947812453 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/16032/statm: 3067 316 241 3 0 167 0

[startup+0.109799 s]
/proc/loadavg: 1.98 2.00 2.00 4/73 16032
/proc/meminfo: memFree=1638496/2055920 swapFree=4179808/4192956
[pid=16032] ppid=16030 vsize=13600 CPUtime=0.03
/proc/16032/stat : 16032 (sugar) S 16030 16032 15238 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2008353340 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16032/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.201814 s]
/proc/loadavg: 1.98 2.00 2.00 4/73 16032
/proc/meminfo: memFree=1638496/2055920 swapFree=4179808/4192956
[pid=16032] ppid=16030 vsize=13600 CPUtime=0.03
/proc/16032/stat : 16032 (sugar) S 16030 16032 15238 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2008353340 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16032/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301831 s]
/proc/loadavg: 1.98 2.00 2.00 4/73 16032
/proc/meminfo: memFree=1638496/2055920 swapFree=4179808/4192956
[pid=16032] ppid=16030 vsize=13600 CPUtime=0.03
/proc/16032/stat : 16032 (sugar) S 16030 16032 15238 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2008353340 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16032/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701892 s]
/proc/loadavg: 1.98 2.00 2.00 4/73 16032
/proc/meminfo: memFree=1638496/2055920 swapFree=4179808/4192956
[pid=16032] ppid=16030 vsize=13600 CPUtime=0.48
/proc/16032/stat : 16032 (sugar) S 16030 16032 15238 0 -1 4194304 973 4742 0 1 3 0 41 4 16 0 1 0 2008353340 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16032/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 13600

[startup+1.50302 s]
/proc/loadavg: 1.98 2.00 2.00 3/84 16054
/proc/meminfo: memFree=1627016/2055920 swapFree=4179808/4192956
[pid=16032] ppid=16030 vsize=13600 CPUtime=0.48
/proc/16032/stat : 16032 (sugar) S 16030 16032 15238 0 -1 4194304 974 4742 0 1 3 0 41 4 15 0 1 0 2008353340 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16032/statm: 3400 797 370 3 0 500 0
[pid=16045] ppid=16032 vsize=5356 CPUtime=0
/proc/16045/stat : 16045 (sh) S 16032 16032 15238 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2008353392 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16045/statm: 1339 233 193 169 0 50 0
[pid=16046] ppid=16045 vsize=864448 CPUtime=0.95
/proc/16046/stat : 16046 (java) S 16045 16032 15238 0 -1 0 6780 0 1 0 91 4 0 0 18 0 9 0 2008353393 885194752 6028 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16046/statm: 216112 6028 2564 9 0 210659 0
[pid=16046/tid=16047] ppid=16045 vsize=864448 CPUtime=0.64
/proc/16046/task/16047/stat : 16047 (java) R 16045 16032 15238 0 -1 64 2713 0 1 0 62 2 0 0 23 0 9 0 2008353393 885194752 6028 996147200 134512640 134550740 4294955952 18446744073709551615 4126602412 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16046/tid=16048] ppid=16045 vsize=864448 CPUtime=0.18
/proc/16046/task/16048/stat : 16048 (java) S 16045 16032 15238 0 -1 64 3013 0 0 0 17 1 0 0 16 0 9 0 2008353395 885194752 6028 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16046/tid=16049] ppid=16045 vsize=864448 CPUtime=0
/proc/16046/task/16049/stat : 16049 (java) S 16045 16032 15238 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2008353395 885194752 6028 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16046/tid=16050] ppid=16045 vsize=864448 CPUtime=0
/proc/16046/task/16050/stat : 16050 (java) S 16045 16032 15238 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2008353395 885194752 6028 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16046/tid=16051] ppid=16045 vsize=864448 CPUtime=0
/proc/16046/task/16051/stat : 16051 (java) S 16045 16032 15238 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2008353397 885194752 6028 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16046/tid=16052] ppid=16045 vsize=864448 CPUtime=0.1
/proc/16046/task/16052/stat : 16052 (java) S 16045 16032 15238 0 -1 64 362 0 0 0 10 0 0 0 16 0 9 0 2008353397 885194752 6028 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16046/tid=16053] ppid=16045 vsize=864448 CPUtime=0
/proc/16046/task/16053/stat : 16053 (java) S 16045 16032 15238 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2008353397 885194752 6028 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16046/tid=16054] ppid=16045 vsize=864448 CPUtime=0
/proc/16046/task/16054/stat : 16054 (java) S 16045 16032 15238 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2008353397 885194752 6028 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) 883404

[startup+3.10128 s]
/proc/loadavg: 1.98 2.00 2.00 3/76 16056
/proc/meminfo: memFree=1633416/2055920 swapFree=4179808/4192956
[pid=16032] ppid=16030 vsize=13600 CPUtime=1.52
/proc/16032/stat : 16032 (sugar) S 16030 16032 15238 0 -1 4194304 1031 11837 0 2 4 0 138 10 15 0 1 0 2008353340 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16032/statm: 3400 798 370 3 0 500 0
[pid=16055] ppid=16032 vsize=5356 CPUtime=0
/proc/16055/stat : 16055 (sh) S 16032 16032 15238 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2008353498 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16055/statm: 1339 232 193 169 0 50 0
[pid=16056] ppid=16055 vsize=3868 CPUtime=1.49
/proc/16056/stat : 16056 (minisat) R 16055 16032 15238 0 -1 4194304 717 0 0 0 149 0 0 0 25 0 1 0 2008353498 3960832 703 996147200 134512640 135127466 4294956256 18446744073709551615 134530700 0 0 4096 3 0 0 0 17 1 0 0
/proc/16056/statm: 967 703 75 150 0 814 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 22824

[startup+6.30179 s]
/proc/loadavg: 1.98 2.00 2.00 3/76 16056
/proc/meminfo: memFree=1631752/2055920 swapFree=4179808/4192956
[pid=16032] ppid=16030 vsize=13600 CPUtime=1.52
/proc/16032/stat : 16032 (sugar) S 16030 16032 15238 0 -1 4194304 1031 11837 0 2 4 0 138 10 16 0 1 0 2008353340 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16032/statm: 3400 798 370 3 0 500 0
[pid=16055] ppid=16032 vsize=5356 CPUtime=0
/proc/16055/stat : 16055 (sh) S 16032 16032 15238 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2008353498 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16055/statm: 1339 232 193 169 0 50 0
[pid=16056] ppid=16055 vsize=4796 CPUtime=4.65
/proc/16056/stat : 16056 (minisat) R 16055 16032 15238 0 -1 4194304 955 0 0 0 465 0 0 0 25 0 1 0 2008353498 4911104 941 996147200 134512640 135127466 4294956256 18446744073709551615 134528091 0 0 4096 3 0 0 0 17 1 0 0
/proc/16056/statm: 1199 941 75 150 0 1046 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 23752

[startup+12.7018 s]
/proc/loadavg: 1.99 2.00 2.00 3/76 16056
/proc/meminfo: memFree=1630792/2055920 swapFree=4179808/4192956
[pid=16032] ppid=16030 vsize=13600 CPUtime=1.52
/proc/16032/stat : 16032 (sugar) S 16030 16032 15238 0 -1 4194304 1031 11837 0 2 4 0 138 10 16 0 1 0 2008353340 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16032/statm: 3400 798 370 3 0 500 0
[pid=16055] ppid=16032 vsize=5356 CPUtime=0
/proc/16055/stat : 16055 (sh) S 16032 16032 15238 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2008353498 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16055/statm: 1339 232 193 169 0 50 0
[pid=16056] ppid=16055 vsize=5588 CPUtime=11
/proc/16056/stat : 16056 (minisat) R 16055 16032 15238 0 -1 4194304 1152 0 0 0 1099 1 0 0 25 0 1 0 2008353498 5722112 1138 996147200 134512640 135127466 4294956256 18446744073709551615 134530635 0 0 4096 3 0 0 0 17 1 0 0
/proc/16056/statm: 1397 1138 75 150 0 1244 0
Current children cumulated CPU time (s) 12.52
Current children cumulated vsize (KiB) 24544

[startup+25.5019 s]
/proc/loadavg: 1.99 2.00 2.00 3/76 16056
/proc/meminfo: memFree=1629832/2055920 swapFree=4179808/4192956
[pid=16032] ppid=16030 vsize=13600 CPUtime=1.52
/proc/16032/stat : 16032 (sugar) S 16030 16032 15238 0 -1 4194304 1031 11837 0 2 4 0 138 10 16 0 1 0 2008353340 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16032/statm: 3400 798 370 3 0 500 0
[pid=16055] ppid=16032 vsize=5356 CPUtime=0
/proc/16055/stat : 16055 (sh) S 16032 16032 15238 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2008353498 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16055/statm: 1339 232 193 169 0 50 0
[pid=16056] ppid=16055 vsize=6412 CPUtime=23.67
/proc/16056/stat : 16056 (minisat) R 16055 16032 15238 0 -1 4194304 1336 0 0 0 2366 1 0 0 25 0 1 0 2008353498 6565888 1322 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/16056/statm: 1603 1322 75 150 0 1450 0
Current children cumulated CPU time (s) 25.19
Current children cumulated vsize (KiB) 25368

[startup+51.102 s]
/proc/loadavg: 1.99 2.00 2.00 3/76 16056
/proc/meminfo: memFree=1628168/2055920 swapFree=4179808/4192956
[pid=16032] ppid=16030 vsize=13600 CPUtime=1.52
/proc/16032/stat : 16032 (sugar) S 16030 16032 15238 0 -1 4194304 1031 11837 0 2 4 0 138 10 16 0 1 0 2008353340 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16032/statm: 3400 798 370 3 0 500 0
[pid=16055] ppid=16032 vsize=5356 CPUtime=0
/proc/16055/stat : 16055 (sh) S 16032 16032 15238 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2008353498 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16055/statm: 1339 232 193 169 0 50 0
[pid=16056] ppid=16055 vsize=7620 CPUtime=49.03
/proc/16056/stat : 16056 (minisat) R 16055 16032 15238 0 -1 4194304 1656 0 0 0 4902 1 0 0 25 0 1 0 2008353498 7802880 1642 996147200 134512640 135127466 4294956256 18446744073709551615 134528424 0 0 4096 3 0 0 0 17 1 0 0
/proc/16056/statm: 1905 1642 75 150 0 1752 0
Current children cumulated CPU time (s) 50.55
Current children cumulated vsize (KiB) 26576

[startup+102.301 s]
/proc/loadavg: 1.99 2.00 2.00 3/76 16056
/proc/meminfo: memFree=1624136/2055920 swapFree=4179808/4192956
[pid=16032] ppid=16030 vsize=13600 CPUtime=1.52
/proc/16032/stat : 16032 (sugar) S 16030 16032 15238 0 -1 4194304 1031 11837 0 2 4 0 138 10 16 0 1 0 2008353340 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16032/statm: 3400 798 370 3 0 500 0
[pid=16055] ppid=16032 vsize=5356 CPUtime=0
/proc/16055/stat : 16055 (sh) S 16032 16032 15238 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2008353498 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16055/statm: 1339 232 193 169 0 50 0
[pid=16056] ppid=16055 vsize=9052 CPUtime=99.75
/proc/16056/stat : 16056 (minisat) R 16055 16032 15238 0 -1 4194304 2004 0 0 0 9973 2 0 0 25 0 1 0 2008353498 9269248 1990 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/16056/statm: 2263 1990 75 150 0 2110 0
Current children cumulated CPU time (s) 101.27
Current children cumulated vsize (KiB) 28008

[startup+162.303 s]
/proc/loadavg: 1.99 2.00 2.00 3/76 16056
/proc/meminfo: memFree=1621512/2055920 swapFree=4179808/4192956
[pid=16032] ppid=16030 vsize=13600 CPUtime=1.52
/proc/16032/stat : 16032 (sugar) S 16030 16032 15238 0 -1 4194304 1031 11837 0 2 4 0 138 10 16 0 1 0 2008353340 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16032/statm: 3400 798 370 3 0 500 0
[pid=16055] ppid=16032 vsize=5356 CPUtime=0
/proc/16055/stat : 16055 (sh) S 16032 16032 15238 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2008353498 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16055/statm: 1339 232 193 169 0 50 0
[pid=16056] ppid=16055 vsize=10140 CPUtime=159.18
/proc/16056/stat : 16056 (minisat) R 16055 16032 15238 0 -1 4194304 2254 0 0 0 15916 2 0 0 25 0 1 0 2008353498 10383360 2240 996147200 134512640 135127466 4294956256 18446744073709551615 134531095 0 0 4096 3 0 0 0 17 1 0 0
/proc/16056/statm: 2535 2240 75 150 0 2382 0
Current children cumulated CPU time (s) 160.7
Current children cumulated vsize (KiB) 29096

[startup+222.307 s]
/proc/loadavg: 1.99 2.00 2.00 3/76 16056
/proc/meminfo: memFree=1615752/2055920 swapFree=4179808/4192956
[pid=16032] ppid=16030 vsize=13600 CPUtime=1.52
/proc/16032/stat : 16032 (sugar) S 16030 16032 15238 0 -1 4194304 1031 11837 0 2 4 0 138 10 16 0 1 0 2008353340 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16032/statm: 3400 798 370 3 0 500 0
[pid=16055] ppid=16032 vsize=5356 CPUtime=0
/proc/16055/stat : 16055 (sh) S 16032 16032 15238 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2008353498 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0

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

/proc/16032/statm: 3400 798 370 3 0 500 0
[pid=16055] ppid=16032 vsize=5356 CPUtime=0
/proc/16055/stat : 16055 (sh) S 16032 16032 15238 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2008353498 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16055/statm: 1339 232 193 169 0 50 0
[pid=16056] ppid=16055 vsize=13748 CPUtime=516.51
/proc/16056/stat : 16056 (minisat) R 16055 16032 15238 0 -1 4194304 3126 0 0 0 51647 4 0 0 25 0 1 0 2008353498 14077952 3112 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/16056/statm: 3437 3112 75 150 0 3284 0
Current children cumulated CPU time (s) 518.03
Current children cumulated vsize (KiB) 32704

[startup+582.301 s]
/proc/loadavg: 2.01 2.02 2.00 3/75 16093
/proc/meminfo: memFree=1641608/2055920 swapFree=4179808/4192956
[pid=16032] ppid=16030 vsize=13600 CPUtime=1.52
/proc/16032/stat : 16032 (sugar) S 16030 16032 15238 0 -1 4194304 1031 11837 0 2 4 0 138 10 16 0 1 0 2008353340 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16032/statm: 3400 798 370 3 0 500 0
[pid=16055] ppid=16032 vsize=5356 CPUtime=0
/proc/16055/stat : 16055 (sh) S 16032 16032 15238 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2008353498 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16055/statm: 1339 232 193 169 0 50 0
[pid=16056] ppid=16055 vsize=14448 CPUtime=576.49
/proc/16056/stat : 16056 (minisat) R 16055 16032 15238 0 -1 4194304 3323 0 0 0 57645 4 0 0 25 0 1 0 2008353498 14794752 3309 996147200 134512640 135127466 4294956256 18446744073709551615 134530814 0 0 4096 3 0 0 0 17 0 0 0
/proc/16056/statm: 3612 3309 75 150 0 3459 0
Current children cumulated CPU time (s) 578.01
Current children cumulated vsize (KiB) 33404

[startup+642.302 s]
/proc/loadavg: 2.00 2.01 2.00 3/75 16093
/proc/meminfo: memFree=1640456/2055920 swapFree=4179808/4192956
[pid=16032] ppid=16030 vsize=13600 CPUtime=1.52
/proc/16032/stat : 16032 (sugar) S 16030 16032 15238 0 -1 4194304 1031 11837 0 2 4 0 138 10 16 0 1 0 2008353340 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16032/statm: 3400 798 370 3 0 500 0
[pid=16055] ppid=16032 vsize=5356 CPUtime=0
/proc/16055/stat : 16055 (sh) S 16032 16032 15238 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2008353498 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16055/statm: 1339 232 193 169 0 50 0
[pid=16056] ppid=16055 vsize=15648 CPUtime=636.47
/proc/16056/stat : 16056 (minisat) R 16055 16032 15238 0 -1 4194304 3606 0 0 0 63642 5 0 0 25 0 1 0 2008353498 16023552 3592 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/16056/statm: 3912 3592 75 150 0 3759 0
Current children cumulated CPU time (s) 637.99
Current children cumulated vsize (KiB) 34604

[startup+702.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/75 16093
/proc/meminfo: memFree=1640072/2055920 swapFree=4179808/4192956
[pid=16032] ppid=16030 vsize=13600 CPUtime=1.52
/proc/16032/stat : 16032 (sugar) S 16030 16032 15238 0 -1 4194304 1031 11837 0 2 4 0 138 10 16 0 1 0 2008353340 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16032/statm: 3400 798 370 3 0 500 0
[pid=16055] ppid=16032 vsize=5356 CPUtime=0
/proc/16055/stat : 16055 (sh) S 16032 16032 15238 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2008353498 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16055/statm: 1339 232 193 169 0 50 0
[pid=16056] ppid=16055 vsize=15932 CPUtime=696.44
/proc/16056/stat : 16056 (minisat) R 16055 16032 15238 0 -1 4194304 3687 0 0 0 69639 5 0 0 25 0 1 0 2008353498 16314368 3673 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/16056/statm: 3983 3673 75 150 0 3830 0
Current children cumulated CPU time (s) 697.96
Current children cumulated vsize (KiB) 34888

[startup+762.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 16093
/proc/meminfo: memFree=1639624/2055920 swapFree=4179808/4192956
[pid=16032] ppid=16030 vsize=13600 CPUtime=1.52
/proc/16032/stat : 16032 (sugar) S 16030 16032 15238 0 -1 4194304 1031 11837 0 2 4 0 138 10 16 0 1 0 2008353340 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16032/statm: 3400 798 370 3 0 500 0
[pid=16055] ppid=16032 vsize=5356 CPUtime=0
/proc/16055/stat : 16055 (sh) S 16032 16032 15238 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2008353498 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16055/statm: 1339 232 193 169 0 50 0
[pid=16056] ppid=16055 vsize=16468 CPUtime=756.42
/proc/16056/stat : 16056 (minisat) R 16055 16032 15238 0 -1 4194304 3803 0 0 0 75637 5 0 0 25 0 1 0 2008353498 16863232 3789 996147200 134512640 135127466 4294956256 18446744073709551615 134523395 0 0 4096 3 0 0 0 17 0 0 0
/proc/16056/statm: 4117 3789 75 150 0 3964 0
Current children cumulated CPU time (s) 757.94
Current children cumulated vsize (KiB) 35424

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

[startup+768.002 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 16093
/proc/meminfo: memFree=1639624/2055920 swapFree=4179808/4192956
[pid=16032] ppid=16030 vsize=13600 CPUtime=1.52
/proc/16032/stat : 16032 (sugar) S 16030 16032 15238 0 -1 4194304 1031 11837 0 2 4 0 138 10 16 0 1 0 2008353340 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16032/statm: 3400 798 370 3 0 500 0
[pid=16055] ppid=16032 vsize=5356 CPUtime=0
/proc/16055/stat : 16055 (sh) S 16032 16032 15238 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2008353498 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16055/statm: 1339 232 193 169 0 50 0
[pid=16056] ppid=16055 vsize=16468 CPUtime=762.11
/proc/16056/stat : 16056 (minisat) R 16055 16032 15238 0 -1 4194304 3807 0 0 0 76206 5 0 0 25 0 1 0 2008353498 16863232 3793 996147200 134512640 135127466 4294956256 18446744073709551615 134530936 0 0 4096 3 0 0 0 17 0 0 0
/proc/16056/statm: 4117 3793 75 150 0 3964 0
Current children cumulated CPU time (s) 763.63
Current children cumulated vsize (KiB) 35424

[startup+780.802 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 16093
/proc/meminfo: memFree=1639624/2055920 swapFree=4179808/4192956
[pid=16032] ppid=16030 vsize=13600 CPUtime=1.52
/proc/16032/stat : 16032 (sugar) S 16030 16032 15238 0 -1 4194304 1031 11837 0 2 4 0 138 10 16 0 1 0 2008353340 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16032/statm: 3400 798 370 3 0 500 0
[pid=16055] ppid=16032 vsize=5356 CPUtime=0
/proc/16055/stat : 16055 (sh) S 16032 16032 15238 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2008353498 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16055/statm: 1339 232 193 169 0 50 0
[pid=16056] ppid=16055 vsize=16468 CPUtime=774.9
/proc/16056/stat : 16056 (minisat) R 16055 16032 15238 0 -1 4194304 3820 0 0 0 77485 5 0 0 25 0 1 0 2008353498 16863232 3806 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/16056/statm: 4117 3806 75 150 0 3964 0
Current children cumulated CPU time (s) 776.42
Current children cumulated vsize (KiB) 35424

[startup+787.203 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 16093
/proc/meminfo: memFree=1639624/2055920 swapFree=4179808/4192956
[pid=16032] ppid=16030 vsize=13600 CPUtime=1.52
/proc/16032/stat : 16032 (sugar) S 16030 16032 15238 0 -1 4194304 1031 11837 0 2 4 0 138 10 16 0 1 0 2008353340 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16032/statm: 3400 798 370 3 0 500 0
[pid=16055] ppid=16032 vsize=5356 CPUtime=0
/proc/16055/stat : 16055 (sh) S 16032 16032 15238 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2008353498 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16055/statm: 1339 232 193 169 0 50 0
[pid=16056] ppid=16055 vsize=16468 CPUtime=781.3
/proc/16056/stat : 16056 (minisat) R 16055 16032 15238 0 -1 4194304 3825 0 0 0 78125 5 0 0 25 0 1 0 2008353498 16863232 3811 996147200 134512640 135127466 4294956256 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 0 0 0
/proc/16056/statm: 4117 3811 75 150 0 3964 0
Current children cumulated CPU time (s) 782.82
Current children cumulated vsize (KiB) 35424

[startup+790.402 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 16093
/proc/meminfo: memFree=1639560/2055920 swapFree=4179808/4192956
[pid=16032] ppid=16030 vsize=13600 CPUtime=1.52
/proc/16032/stat : 16032 (sugar) S 16030 16032 15238 0 -1 4194304 1031 11837 0 2 4 0 138 10 16 0 1 0 2008353340 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16032/statm: 3400 798 370 3 0 500 0
[pid=16055] ppid=16032 vsize=5356 CPUtime=0
/proc/16055/stat : 16055 (sh) S 16032 16032 15238 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2008353498 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16055/statm: 1339 232 193 169 0 50 0
[pid=16056] ppid=16055 vsize=16616 CPUtime=784.5
/proc/16056/stat : 16056 (minisat) R 16055 16032 15238 0 -1 4194304 3838 0 0 0 78445 5 0 0 25 0 1 0 2008353498 17014784 3824 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/16056/statm: 4154 3824 75 150 0 4001 0
Current children cumulated CPU time (s) 786.02
Current children cumulated vsize (KiB) 35572

[startup+792.003 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 16093
/proc/meminfo: memFree=1639560/2055920 swapFree=4179808/4192956
[pid=16032] ppid=16030 vsize=13600 CPUtime=1.52
/proc/16032/stat : 16032 (sugar) S 16030 16032 15238 0 -1 4194304 1031 11837 0 2 4 0 138 10 16 0 1 0 2008353340 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16032/statm: 3400 798 370 3 0 500 0
[pid=16055] ppid=16032 vsize=5356 CPUtime=0
/proc/16055/stat : 16055 (sh) S 16032 16032 15238 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2008353498 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16055/statm: 1339 232 193 169 0 50 0
[pid=16056] ppid=16055 vsize=16616 CPUtime=786.11
/proc/16056/stat : 16056 (minisat) R 16055 16032 15238 0 -1 4194304 3845 0 0 0 78606 5 0 0 25 0 1 0 2008353498 17014784 3831 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/16056/statm: 4154 3831 75 150 0 4001 0
Current children cumulated CPU time (s) 787.63
Current children cumulated vsize (KiB) 35572

[startup+792.802 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 16093
/proc/meminfo: memFree=1639560/2055920 swapFree=4179808/4192956
[pid=16032] ppid=16030 vsize=13600 CPUtime=1.52
/proc/16032/stat : 16032 (sugar) S 16030 16032 15238 0 -1 4194304 1031 11837 0 2 4 0 138 10 16 0 1 0 2008353340 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16032/statm: 3400 798 370 3 0 500 0
[pid=16055] ppid=16032 vsize=5356 CPUtime=0
/proc/16055/stat : 16055 (sh) S 16032 16032 15238 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2008353498 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16055/statm: 1339 232 193 169 0 50 0
[pid=16056] ppid=16055 vsize=16616 CPUtime=786.9
/proc/16056/stat : 16056 (minisat) R 16055 16032 15238 0 -1 4194304 3845 0 0 0 78685 5 0 0 25 0 1 0 2008353498 17014784 3831 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/16056/statm: 4154 3831 75 150 0 4001 0
Current children cumulated CPU time (s) 788.42
Current children cumulated vsize (KiB) 35572

[startup+793.002 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 16093
/proc/meminfo: memFree=1639560/2055920 swapFree=4179808/4192956
[pid=16032] ppid=16030 vsize=13600 CPUtime=788.52
/proc/16032/stat : 16032 (sugar) S 16030 16032 15238 0 -1 4194304 1089 15977 0 2 4 0 78832 16 16 0 1 0 2008353340 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16032/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 788.52
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 793.066
CPU time (s): 788.647
CPU user time (s): 788.456
CPU system time (s): 0.19097
CPU usage (%): 99.4428
Max. virtual memory (cumulated for all children) (KiB): 883404

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 788.456
system time used= 0.19097
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20814
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= 1947
involuntary context switches= 12542

runsolver used 0.944856 second user time and 2.67659 second system time

The end

Launcher Data (download as text)

Begin job on node69 at 2008-07-05 23:37:25
IDJOB=1101594
IDBENCH=60052
IDSOLVER=346
FILE ID=node69/1101594-1215293845
PBS_JOBID= 7882343
Free space on /tmp= 66472 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/rand-2-40-19-fcd/normalized-rand-2-40-19-443-230-fcd-25_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-1101594-1215293845/watcher-1101594-1215293845 -o /tmp/evaluation-result-1101594-1215293845/solver-1101594-1215293845 -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-1101594-1215293845.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= d5debbccf0a346ed8e579bbf085458f2
RANDOM SEED=1137987024

node69.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.259
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.259
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:       1639040 kB
Buffers:         71080 kB
Cached:         246604 kB
SwapCached:       7560 kB
Active:         215764 kB
Inactive:       136480 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1639040 kB
SwapTotal:     4192956 kB
SwapFree:      4179808 kB
Dirty:            1484 kB
Writeback:           0 kB
Mapped:          40492 kB
Slab:            49928 kB
Committed_AS:  4030388 kB
PageTables:       1944 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= 66472 MiB
End job on node69 at 2008-07-05 23:50:38