Trace number 1038100

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 654.826 662.738

General information on the benchmark

Namecsp/QCP-25/
normalized-qcp-25-264-1_ext.xml
MD5SUM79e6a324f7cdeb5e62d757131dbe1778
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 benchmark137.596
Satisfiable
(Un)Satisfiability was proved
Number of variables625
Number of constraints10142
Maximum constraint arity2
Maximum domain size25
Number of constraints which are defined in extension10142
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.05	c 0	BEGIN Wed Jul  2 04:04:18 2008
0.00/0.05	c 0	PID 2931
0.00/0.05	c 0	HOST node15.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1038100-1214964258.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-1038100-1214964258.xml' 'HOME/temp.csp'
0.04/0.94	c 1	26 domains, 625 variables, 0 predicates, 26 relations, 10142 constraints
0.91/1.01	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.91/1.01	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.91/1.09	c 1	Parsing HOME/temp.csp
0.92/1.40	c 1	parsed 10000 expressions
0.92/1.42	c 1	parsed 10819 expressions
0.92/1.42	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.92/1.42	c 1	Converting to clausal form CSP
0.92/1.48	c 1	converted 1082 (10%) expressions
0.92/1.56	c 2	converted 2164 (20%) expressions
0.92/1.66	c 2	converted 3246 (30%) expressions
0.92/1.74	c 2	converted 4328 (40%) expressions
0.92/1.77	c 2	converted 5410 (50%) expressions
0.92/1.80	c 2	converted 6492 (60%) expressions
0.92/1.83	c 2	converted 7574 (70%) expressions
0.92/1.93	c 2	converted 8656 (80%) expressions
0.92/1.96	c 2	converted 9738 (90%) expressions
0.92/1.99	c 2	converted 10819 (100%) expressions
0.92/1.99	c 2	CSP : 625 integers, 0 booleans, 10142 clauses, largest domain size 25
0.92/1.99	c 2	Heap : 17 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.92/1.99	c 2	Propagation in CSP
0.92/2.01	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.92/2.01	c 2	CSP : 625 integers, 0 booleans, 10142 clauses, largest domain size 25
0.92/2.01	c 2	Heap : 17 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.92/2.01	c 2	Simplifing CSP by introducing new Boolean variables
0.92/2.02	c 2	CSP : 625 integers, 0 booleans, 10142 clauses, largest domain size 25
0.92/2.02	c 2	Heap : 17 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.99/2.14	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.99/2.16	c 2	63 (10%) CSP integer variables are encoded (575 clauses, 6183 bytes)
1.99/2.16	c 2	125 (20%) CSP integer variables are encoded (1219 clauses, 13790 bytes)
1.99/2.16	c 2	188 (30%) CSP integer variables are encoded (1817 clauses, 21564 bytes)
1.99/2.16	c 2	250 (40%) CSP integer variables are encoded (2415 clauses, 29338 bytes)
1.99/2.17	c 2	313 (50%) CSP integer variables are encoded (2990 clauses, 36813 bytes)
1.99/2.17	c 2	375 (60%) CSP integer variables are encoded (3588 clauses, 44587 bytes)
1.99/2.17	c 2	438 (70%) CSP integer variables are encoded (4278 clauses, 53557 bytes)
1.99/2.17	c 2	500 (80%) CSP integer variables are encoded (4853 clauses, 61032 bytes)
1.99/2.17	c 2	563 (90%) CSP integer variables are encoded (5474 clauses, 69105 bytes)
1.99/2.17	c 2	625 (100%) CSP integer variables are encoded (6072 clauses, 76879 bytes)
2.18/2.30	c 2	1015 (10%) CSP clauses are encoded (12823 clauses, 202652 bytes)
2.18/2.38	c 2	2029 (20%) CSP clauses are encoded (20101 clauses, 344482 bytes)
2.28/2.44	c 2	3043 (30%) CSP clauses are encoded (26947 clauses, 490257 bytes)
2.37/2.52	c 2	4057 (40%) CSP clauses are encoded (34321 clauses, 652871 bytes)
2.37/2.59	c 3	5071 (50%) CSP clauses are encoded (42103 clauses, 825080 bytes)
2.47/2.66	c 3	6086 (60%) CSP clauses are encoded (48446 clauses, 963477 bytes)
2.57/2.73	c 3	7100 (70%) CSP clauses are encoded (55388 clauses, 1115811 bytes)
2.67/2.81	c 3	8114 (80%) CSP clauses are encoded (62834 clauses, 1280157 bytes)
2.67/2.88	c 3	9128 (90%) CSP clauses are encoded (69728 clauses, 1431533 bytes)
2.77/2.95	c 3	10142 (100%) CSP clauses are encoded (76934 clauses, 1590069 bytes)
2.77/2.95	c 3	10142 CSP clauses encoded
2.77/2.95	c 3	Writing map file : HOME/temp.map
2.77/2.96	c 3	Heap : 15 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.77/2.96	c 3	SAT : 6336 SAT variables, 76934 SAT clauses, 1590069 bytes
2.77/2.96	c 3	Heap : 15 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.77/3.00	c 3	SOLVING HOME/temp.cnf
2.77/3.00	c 3	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
2.85/3.00	c 3	This is MiniSat 2.0 beta
2.85/3.00	c 3	WARNING: for repeatability, setting FPU to use double precision
2.85/3.00	c 3	============================[ Problem Statistics ]=============================
2.85/3.00	c 3	|                                                                             |
2.85/3.00	c 3	|  Number of variables:  6336                                                 |
2.85/3.00	c 3	|  Number of clauses:    76934                                                |
2.85/3.04	c 3	|  Parsing time:         0.04         s                                       |
2.85/3.05	c 3	============================[ Search Statistics ]==============================
2.85/3.05	c 3	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.85/3.05	c 3	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.85/3.05	c 3	===============================================================================
2.85/3.05	c 3	|         0 |    4174    42192   149052 |    14064        0    nan |  0.000 % |
2.85/3.06	c 3	|       104 |    4174    42192   149052 |    15470      104     14 | 34.122 % |
2.85/3.08	c 3	|       254 |    4174    42192   149052 |    17017      254     11 | 34.123 % |
2.85/3.12	c 3	|       479 |    4174    42192   149052 |    18719      479     16 | 34.122 % |
2.85/3.15	c 3	|       817 |    4174    42192   149052 |    20591      817     13 | 34.122 % |
3.04/3.26	c 3	|      1324 |    4174    42192   149052 |    22650     1324     17 | 34.123 % |
3.14/3.39	c 3	|      2083 |    4174    42192   149052 |    24915     2083     18 | 34.123 % |
3.43/3.60	c 4	|      3222 |    4169    42134   148858 |    27406     3214     20 | 34.201 % |
3.72/3.98	c 4	|      4930 |    4169    42134   148858 |    30147     4922     21 | 34.201 % |
4.62/4.86	c 5	|      7492 |    4169    42134   148858 |    33162     7484     27 | 34.201 % |
6.00/6.29	c 6	|     11337 |    4169    42134   148858 |    36478    11329     29 | 34.201 % |
8.59/8.84	c 9	|     17103 |    4169    42134   148858 |    40126    17095     30 | 34.201 % |
13.83/14.18	c 14	|     25752 |    4169    42134   148858 |    44138    25744     32 | 34.201 % |
23.74/24.18	c 24	|     38726 |    4169    42134   148858 |    48552    38718     36 | 34.201 % |
39.64/41.73	c 42	|     58187 |    4169    42134   148858 |    53408    21114     34 | 34.201 % |
66.77/69.12	c 69	|     87379 |    4169    42134   148858 |    58748    50306     39 | 34.201 % |
109.86/112.62	c 113	|    131168 |    4169    42134   148858 |    64623    48572     39 | 34.201 % |
170.40/173.72	c 174	|    196853 |    4157    41928   148088 |    71086    61449     39 | 34.391 % |
278.97/283.33	c 283	|    295379 |    4157    41928   148088 |    78194    44509     40 | 34.391 % |
462.14/468.23	c 468	|    443169 |    4157    41928   148088 |    86014    65422     45 | 34.391 % |
654.52/662.44	c 662	===============================================================================
654.52/662.44	c 662	restarts              : 20
654.52/662.44	c 662	conflicts             : 590963         (907 /sec)
654.52/662.44	c 662	decisions             : 742133         (1.32 % random) (1139 /sec)
654.52/662.44	c 662	propagations          : 333668971      (512051 /sec)
654.52/662.44	c 662	conflict literals     : 25999193       (35.99 % deleted)
654.52/662.44	c 662	Memory used           : 29.01 MB
654.52/662.44	c 662	CPU time              : 651.632 s
654.52/662.44	c 662	
654.52/662.44	c 662	SATISFIABLE
654.52/662.45	c 662	DECODING HOME/temp.out WITH HOME/temp.map
654.52/662.45	c 662	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
654.59/662.54	c 663	Decoding HOME/temp.out
654.59/662.65	s SATISFIABLE
654.59/662.68	v 6 22 13 10 17 14 1 20 7 12 18 8 5 11 19 15 4 0 9 21 23 2 16 24 3 0 17 23 18 2 10 8 15 9 20 1 24 4 21 13 16 11 3 6 22 19 14 5 7 12 5 11 2 15 7 4 17 9 3 24 19 14 1 6 20 10 8 18 21 13 16 23 12 22 0 9 20 17 2 8 0 24 7 21 10 13 19 22 16 1 3 18 12 23 5 14 11 6 4 15 15 0 1 7 6 16 12 10 2 9 11 13 21 23 24 14 22 5 4 3 18 20 19 8 17 4 7 8 21 10 5 9 3 15 22 24 0 20 2 6 18 12 1 16 23 11 17 13 19 14 8 13 19 9 23 22 15 18 6 5 12 10 14 4 16 21 1 11 17 24 20 7 0 3 2 22 21 4 8 19 18 6 13 1 16 9 3 15 17 10 23 24 20 12 14 7 0 11 2 5 16 23 12 22 11 9 4 0 17 1 10 6 24 3 5 8 14 19 18 7 15 13 2 20 21 7 18 16 14 5 8 3 12 20 6 23 22 19 9 2 4 15 10 11 0 17 21 24 13 1 24 9 5 17 20 7 23 19 4 0 21 15 12 14 3 1 13 6 22 10 2 8 18 11 16 11 5 9 23 16 19 10 4 14 13 15 7 2 0 21 12 3 8 1 17 6 24 22 18 20 17 6 11 19 15 23 20 14 12 2 22 16 3 18 8 13 5 24 0 9 10 4 21 1 7 20 8 3 1 22 13 14 11 19 17 2 21 0 24 12 7 23 16 5 18 4 9 15 6 10 3 16 22 6 21 11 7 1 8 18 5 9 17 12 23 0 2 4 20 19 24 15 10 14 13 14 24 10 20 0 15 18 22 5 19 16 2 13 8 11 17 9 23 3 4 21 1 7 12 6 18 19 21 24 14 6 13 23 10 3 0 11 7 5 9 2 20 15 8 16 22 12 1 17 4 1 3 18 11 24 17 5 16 22 15 4 12 9 13 7 19 6 14 2 20 0 10 8 21 23 13 12 14 3 9 21 11 17 0 8 6 4 23 7 22 5 10 2 19 15 1 18 20 16 24 12 1 20 16 4 2 21 24 13 11 8 18 10 22 0 9 7 17 15 6 3 5 14 23 19 21 10 15 4 3 24 0 2 23 14 7 20 6 1 18 22 19 9 13 11 12 16 17 5 8 10 15 6 0 13 1 2 21 16 7 20 5 11 19 4 24 17 22 14 12 8 3 23 9 18 2 14 7 5 12 20 22 8 18 23 3 17 16 10 15 6 21 13 24 1 9 19 4 0 11 19 2 24 12 1 3 16 5 11 4 14 23 18 15 17 20 0 21 7 8 13 6 9 10 22 23 4 0 13 18 12 19 6 24 21 17 1 8 20 14 11 16 7 10 2 5 22 3 15 9
654.59/662.68	c 663	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
654.59/662.73	c 663	CPU 654.53 (0.04 0.01 654.49 0.27)
654.59/662.73	c 663	END Wed Jul  2 04:15:21 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-1038100-1214964258/watcher-1038100-1214964258 -o /tmp/evaluation-result-1038100-1214964258/solver-1038100-1214964258 -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-1038100-1214964258.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

[startup+0 s]
/proc/loadavg: 2.91 2.38 2.14 4/86 2931
/proc/meminfo: memFree=1415104/2055920 swapFree=4180972/4192956
[pid=2931] ppid=2929 vsize=18572 CPUtime=0
/proc/2931/stat : 2931 (runsolver) R 2929 627 627 0 -1 4194368 5 0 0 0 0 0 0 0 19 0 1 0 1975400424 19017728 290 996147200 4194304 4296836 548682068272 18446744073709551615 240472615716 0 0 4096 24578 0 0 0 17 1 0 0
/proc/2931/statm: 4643 290 255 25 0 2626 0
Current StackSize limit: 10240 KiB


[startup+0.0602229 s]
/proc/loadavg: 2.91 2.38 2.14 4/86 2931
/proc/meminfo: memFree=1415104/2055920 swapFree=4180972/4192956
[pid=2931] ppid=2929 vsize=13600 CPUtime=0.04
/proc/2931/stat : 2931 (sugar) S 2929 2931 627 0 -1 4194304 900 127 0 0 3 1 0 0 18 0 1 0 1975400424 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2931/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.101205 s]
/proc/loadavg: 2.91 2.38 2.14 4/86 2931
/proc/meminfo: memFree=1415104/2055920 swapFree=4180972/4192956
[pid=2931] ppid=2929 vsize=13600 CPUtime=0.04
/proc/2931/stat : 2931 (sugar) S 2929 2931 627 0 -1 4194304 900 127 0 0 3 1 0 0 18 0 1 0 1975400424 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2931/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.301215 s]
/proc/loadavg: 2.91 2.38 2.14 4/86 2931
/proc/meminfo: memFree=1415104/2055920 swapFree=4180972/4192956
[pid=2931] ppid=2929 vsize=13600 CPUtime=0.04
/proc/2931/stat : 2931 (sugar) S 2929 2931 627 0 -1 4194304 900 127 0 0 3 1 0 0 18 0 1 0 1975400424 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2931/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701258 s]
/proc/loadavg: 2.91 2.38 2.14 4/86 2931
/proc/meminfo: memFree=1415104/2055920 swapFree=4180972/4192956
[pid=2931] ppid=2929 vsize=13600 CPUtime=0.04
/proc/2931/stat : 2931 (sugar) S 2929 2931 627 0 -1 4194304 900 127 0 0 3 1 0 0 18 0 1 0 1975400424 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2931/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50133 s]
/proc/loadavg: 2.91 2.38 2.14 3/90 2943
/proc/meminfo: memFree=1398688/2055920 swapFree=4180972/4192956
[pid=2931] ppid=2929 vsize=13600 CPUtime=0.92
/proc/2931/stat : 2931 (sugar) S 2929 2931 627 0 -1 4194304 974 7887 0 1 3 1 84 4 15 0 1 0 1975400424 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2931/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.92
Current children cumulated vsize (KiB) 13600

[startup+3.10147 s]
/proc/loadavg: 2.92 2.39 2.14 5/97 2953
/proc/meminfo: memFree=1382760/2055920 swapFree=4180972/4192956
[pid=2931] ppid=2929 vsize=13600 CPUtime=2.85
/proc/2931/stat : 2931 (sugar) S 2929 2931 627 0 -1 4194304 1033 18793 0 2 3 1 267 14 16 0 1 0 1975400424 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2931/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 2.85
Current children cumulated vsize (KiB) 13600

[startup+6.30275 s]
/proc/loadavg: 2.92 2.39 2.14 4/89 2955
/proc/meminfo: memFree=1403240/2055920 swapFree=4180972/4192956
[pid=2931] ppid=2929 vsize=13600 CPUtime=2.85
/proc/2931/stat : 2931 (sugar) S 2929 2931 627 0 -1 4194304 1033 18793 0 2 3 1 267 14 16 0 1 0 1975400424 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2931/statm: 3400 799 370 3 0 500 0
[pid=2954] ppid=2931 vsize=5356 CPUtime=0
/proc/2954/stat : 2954 (sh) S 2931 2931 627 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1975400724 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2954/statm: 1339 232 193 169 0 50 0
[pid=2955] ppid=2954 vsize=6428 CPUtime=3.25
/proc/2955/stat : 2955 (minisat) R 2954 2931 627 0 -1 4194304 1476 0 0 0 325 0 0 0 25 0 1 0 1975400724 6582272 1462 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/2955/statm: 1607 1462 75 150 0 1454 0
Current children cumulated CPU time (s) 6.1
Current children cumulated vsize (KiB) 25384

[startup+12.7013 s]
/proc/loadavg: 2.93 2.41 2.15 4/89 2955
/proc/meminfo: memFree=1399656/2055920 swapFree=4180972/4192956
[pid=2931] ppid=2929 vsize=13600 CPUtime=2.85
/proc/2931/stat : 2931 (sugar) S 2929 2931 627 0 -1 4194304 1033 18793 0 2 3 1 267 14 16 0 1 0 1975400424 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2931/statm: 3400 799 370 3 0 500 0
[pid=2954] ppid=2931 vsize=5356 CPUtime=0
/proc/2954/stat : 2954 (sh) S 2931 2931 627 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1975400724 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2954/statm: 1339 232 193 169 0 50 0
[pid=2955] ppid=2954 vsize=8484 CPUtime=9.59
/proc/2955/stat : 2955 (minisat) R 2954 2931 627 0 -1 4194304 1996 0 0 0 958 1 0 0 25 0 1 0 1975400724 8687616 1982 996147200 134512640 135127466 4294956272 18446744073709551615 134527053 0 0 4096 3 0 0 0 17 1 0 0
/proc/2955/statm: 2121 1982 75 150 0 1968 0
Current children cumulated CPU time (s) 12.44
Current children cumulated vsize (KiB) 27440

[startup+25.5014 s]
/proc/loadavg: 2.94 2.43 2.16 4/89 2955
/proc/meminfo: memFree=1393384/2055920 swapFree=4180972/4192956
[pid=2931] ppid=2929 vsize=13600 CPUtime=2.86
/proc/2931/stat : 2931 (sugar) S 2929 2931 627 0 -1 4194304 1033 18793 0 2 4 1 267 14 16 0 1 0 1975400424 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2931/statm: 3400 799 370 3 0 500 0
[pid=2954] ppid=2931 vsize=5356 CPUtime=0
/proc/2954/stat : 2954 (sh) S 2931 2931 627 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1975400724 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2954/statm: 1339 232 193 169 0 50 0
[pid=2955] ppid=2954 vsize=11960 CPUtime=22.26
/proc/2955/stat : 2955 (minisat) R 2954 2931 627 0 -1 4194304 2858 0 0 0 2224 2 0 0 25 0 1 0 1975400724 12247040 2844 996147200 134512640 135127466 4294956272 18446744073709551615 134530936 0 0 4096 3 0 0 0 17 1 0 0
/proc/2955/statm: 2990 2844 75 150 0 2837 0
Current children cumulated CPU time (s) 25.12
Current children cumulated vsize (KiB) 30916

[startup+51.1017 s]
/proc/loadavg: 2.81 2.44 2.17 3/84 3010
/proc/meminfo: memFree=1390992/2055920 swapFree=4180972/4192956
[pid=2931] ppid=2929 vsize=13600 CPUtime=2.86
/proc/2931/stat : 2931 (sugar) S 2929 2931 627 0 -1 4194304 1033 18793 0 2 4 1 267 14 16 0 1 0 1975400424 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2931/statm: 3400 799 370 3 0 500 0
[pid=2954] ppid=2931 vsize=5356 CPUtime=0
/proc/2954/stat : 2954 (sh) S 2931 2931 627 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1975400724 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2954/statm: 1339 232 193 169 0 50 0
[pid=2955] ppid=2954 vsize=14020 CPUtime=46.08
/proc/2955/stat : 2955 (minisat) R 2954 2931 627 0 -1 4194304 3349 0 0 0 4605 3 0 0 25 0 1 0 1975400724 14356480 3335 996147200 134512640 135127466 4294956272 18446744073709551615 134530722 0 0 4096 3 0 0 0 17 1 0 0
/proc/2955/statm: 3505 3335 75 150 0 3352 0
Current children cumulated CPU time (s) 48.94
Current children cumulated vsize (KiB) 32976

[startup+102.306 s]
/proc/loadavg: 2.32 2.36 2.16 3/84 3010
/proc/meminfo: memFree=1387216/2055920 swapFree=4180972/4192956
[pid=2931] ppid=2929 vsize=13600 CPUtime=2.86
/proc/2931/stat : 2931 (sugar) S 2929 2931 627 0 -1 4194304 1033 18793 0 2 4 1 267 14 16 0 1 0 1975400424 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2931/statm: 3400 799 370 3 0 500 0
[pid=2954] ppid=2931 vsize=5356 CPUtime=0
/proc/2954/stat : 2954 (sh) S 2931 2931 627 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1975400724 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2954/statm: 1339 232 193 169 0 50 0
[pid=2955] ppid=2954 vsize=16788 CPUtime=96.8
/proc/2955/stat : 2955 (minisat) R 2954 2931 627 0 -1 4194304 4030 0 0 0 9677 3 0 0 25 0 1 0 1975400724 17190912 4016 996147200 134512640 135127466 4294956272 18446744073709551615 134527703 0 0 4096 3 0 0 0 17 1 0 0
/proc/2955/statm: 4197 4016 75 150 0 4044 0
Current children cumulated CPU time (s) 99.66
Current children cumulated vsize (KiB) 35744

[startup+162.301 s]
/proc/loadavg: 2.12 2.30 2.15 3/84 3010
/proc/meminfo: memFree=1385424/2055920 swapFree=4180972/4192956
[pid=2931] ppid=2929 vsize=13600 CPUtime=2.86
/proc/2931/stat : 2931 (sugar) S 2929 2931 627 0 -1 4194304 1033 18793 0 2 4 1 267 14 16 0 1 0 1975400424 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2931/statm: 3400 799 370 3 0 500 0
[pid=2954] ppid=2931 vsize=5356 CPUtime=0
/proc/2954/stat : 2954 (sh) S 2931 2931 627 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1975400724 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2954/statm: 1339 232 193 169 0 50 0
[pid=2955] ppid=2954 vsize=18292 CPUtime=156.24
/proc/2955/stat : 2955 (minisat) R 2954 2931 627 0 -1 4194304 4397 0 0 0 15620 4 0 0 25 0 1 0 1975400724 18731008 4383 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/2955/statm: 4573 4383 75 150 0 4420 0
Current children cumulated CPU time (s) 159.1
Current children cumulated vsize (KiB) 37248

[startup+222.302 s]
/proc/loadavg: 2.04 2.24 2.14 3/84 3010
/proc/meminfo: memFree=1383128/2055920 swapFree=4180972/4192956
[pid=2931] ppid=2929 vsize=13600 CPUtime=2.86
/proc/2931/stat : 2931 (sugar) S 2929 2931 627 0 -1 4194304 1033 18793 0 2 4 1 267 14 16 0 1 0 1975400424 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2931/statm: 3400 799 370 3 0 500 0
[pid=2954] ppid=2931 vsize=5356 CPUtime=0
/proc/2954/stat : 2954 (sh) S 2931 2931 627 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1975400724 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2954/statm: 1339 232 193 169 0 50 0
[pid=2955] ppid=2954 vsize=20140 CPUtime=215.68
/proc/2955/stat : 2955 (minisat) R 2954 2931 627 0 -1 4194304 4884 0 0 0 21564 4 0 0 25 0 1 0 1975400724 20623360 4870 996147200 134512640 135127466 4294956272 18446744073709551615 134528352 0 0 4096 3 0 0 0 17 1 0 0
/proc/2955/statm: 5035 4870 75 150 0 4882 0
Current children cumulated CPU time (s) 218.54
Current children cumulated vsize (KiB) 39096

[startup+282.302 s]
/proc/loadavg: 2.01 2.19 2.13 3/84 3010
/proc/meminfo: memFree=1380760/2055920 swapFree=4180972/4192956
[pid=2931] ppid=2929 vsize=13600 CPUtime=2.86
/proc/2931/stat : 2931 (sugar) S 2929 2931 627 0 -1 4194304 1033 18793 0 2 4 1 267 14 16 0 1 0 1975400424 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2931/statm: 3400 799 370 3 0 500 0
[pid=2954] ppid=2931 vsize=5356 CPUtime=0
/proc/2954/stat : 2954 (sh) S 2931 2931 627 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1975400724 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2954/statm: 1339 232 193 169 0 50 0
[pid=2955] ppid=2954 vsize=21752 CPUtime=275.12
/proc/2955/stat : 2955 (minisat) R 2954 2931 627 0 -1 4194304 5285 0 0 0 27508 4 0 0 25 0 1 0 1975400724 22274048 5271 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/2955/statm: 5438 5271 75 150 0 5285 0
Current children cumulated CPU time (s) 277.98
Current children cumulated vsize (KiB) 40708

[startup+342.301 s]
/proc/loadavg: 2.00 2.16 2.11 3/84 3010
/proc/meminfo: memFree=1378336/2055920 swapFree=4180972/4192956
[pid=2931] ppid=2929 vsize=13600 CPUtime=2.86
/proc/2931/stat : 2931 (sugar) S 2929 2931 627 0 -1 4194304 1033 18793 0 2 4 1 267 14 16 0 1 0 1975400424 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2931/statm: 3400 799 370 3 0 500 0
[pid=2954] ppid=2931 vsize=5356 CPUtime=0
/proc/2954/stat : 2954 (sh) S 2931 2931 627 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1975400724 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2954/statm: 1339 232 193 169 0 50 0
[pid=2955] ppid=2954 vsize=23408 CPUtime=334.56
/proc/2955/stat : 2955 (minisat) R 2954 2931 627 0 -1 4194304 5689 0 0 0 33451 5 0 0 25 0 1 0 1975400724 23969792 5675 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/2955/statm: 5852 5675 75 150 0 5699 0
Current children cumulated CPU time (s) 337.42
Current children cumulated vsize (KiB) 42364

[startup+402.301 s]
/proc/loadavg: 2.00 2.13 2.10 3/84 3010
/proc/meminfo: memFree=1377504/2055920 swapFree=4180972/4192956
[pid=2931] ppid=2929 vsize=13600 CPUtime=2.86
/proc/2931/stat : 2931 (sugar) S 2929 2931 627 0 -1 4194304 1033 18793 0 2 4 1 267 14 16 0 1 0 1975400424 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2931/statm: 3400 799 370 3 0 500 0
[pid=2954] ppid=2931 vsize=5356 CPUtime=0
/proc/2954/stat : 2954 (sh) S 2931 2931 627 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1975400724 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2954/statm: 1339 232 193 169 0 50 0
[pid=2955] ppid=2954 vsize=23804 CPUtime=393.99
/proc/2955/stat : 2955 (minisat) R 2954 2931 627 0 -1 4194304 5801 0 0 0 39394 5 0 0 25 0 1 0 1975400724 24375296 5787 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/2955/statm: 5951 5787 75 150 0 5798 0
Current children cumulated CPU time (s) 396.85
Current children cumulated vsize (KiB) 42760

[startup+462.302 s]
/proc/loadavg: 2.00 2.10 2.09 3/84 3010
/proc/meminfo: memFree=1375392/2055920 swapFree=4180972/4192956
[pid=2931] ppid=2929 vsize=13600 CPUtime=2.86
/proc/2931/stat : 2931 (sugar) S 2929 2931 627 0 -1 4194304 1033 18793 0 2 4 1 267 14 16 0 1 0 1975400424 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2931/statm: 3400 799 370 3 0 500 0
[pid=2954] ppid=2931 vsize=5356 CPUtime=0
/proc/2954/stat : 2954 (sh) S 2931 2931 627 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1975400724 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2954/statm: 1339 232 193 169 0 50 0
[pid=2955] ppid=2954 vsize=24908 CPUtime=453.44
/proc/2955/stat : 2955 (minisat) R 2954 2931 627 0 -1 4194304 6058 0 0 0 45338 6 0 0 25 0 1 0 1975400724 25505792 6044 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/2955/statm: 6227 6044 75 150 0 6074 0
Current children cumulated CPU time (s) 456.3
Current children cumulated vsize (KiB) 43864

[startup+522.302 s]
/proc/loadavg: 2.00 2.08 2.08 3/84 3010
/proc/meminfo: memFree=1371616/2055920 swapFree=4180972/4192956
[pid=2931] ppid=2929 vsize=13600 CPUtime=2.86
/proc/2931/stat : 2931 (sugar) S 2929 2931 627 0 -1 4194304 1033 18793 0 2 4 1 267 14 16 0 1 0 1975400424 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2931/statm: 3400 799 370 3 0 500 0
[pid=2954] ppid=2931 vsize=5356 CPUtime=0
/proc/2954/stat : 2954 (sh) S 2931 2931 627 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1975400724 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2954/statm: 1339 232 193 169 0 50 0
[pid=2955] ppid=2954 vsize=27588 CPUtime=512.88
/proc/2955/stat : 2955 (minisat) R 2954 2931 627 0 -1 4194304 6739 0 0 0 51281 7 0 0 25 0 1 0 1975400724 28250112 6725 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/2955/statm: 6897 6725 75 150 0 6744 0
Current children cumulated CPU time (s) 515.74
Current children cumulated vsize (KiB) 46544

[startup+582.301 s]
/proc/loadavg: 2.00 2.06 2.08 3/84 3010
/proc/meminfo: memFree=1370912/2055920 swapFree=4180972/4192956
[pid=2931] ppid=2929 vsize=13600 CPUtime=2.86
/proc/2931/stat : 2931 (sugar) S 2929 2931 627 0 -1 4194304 1033 18793 0 2 4 1 267 14 16 0 1 0 1975400424 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2931/statm: 3400 799 370 3 0 500 0
[pid=2954] ppid=2931 vsize=5356 CPUtime=0
/proc/2954/stat : 2954 (sh) S 2931 2931 627 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1975400724 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2954/statm: 1339 232 193 169 0 50 0
[pid=2955] ppid=2954 vsize=27588 CPUtime=572.32
/proc/2955/stat : 2955 (minisat) R 2954 2931 627 0 -1 4194304 6740 0 0 0 57225 7 0 0 25 0 1 0 1975400724 28250112 6726 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/2955/statm: 6897 6726 75 150 0 6744 0
Current children cumulated CPU time (s) 575.18
Current children cumulated vsize (KiB) 46544

[startup+642.302 s]
/proc/loadavg: 2.00 2.05 2.07 3/84 3010
/proc/meminfo: memFree=1368416/2055920 swapFree=4180972/4192956
[pid=2931] ppid=2929 vsize=13600 CPUtime=2.86
/proc/2931/stat : 2931 (sugar) S 2929 2931 627 0 -1 4194304 1033 18793 0 2 4 1 267 14 16 0 1 0 1975400424 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2931/statm: 3400 799 370 3 0 500 0
[pid=2954] ppid=2931 vsize=5356 CPUtime=0
/proc/2954/stat : 2954 (sh) S 2931 2931 627 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1975400724 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2954/statm: 1339 232 193 169 0 50 0
[pid=2955] ppid=2954 vsize=29368 CPUtime=631.75
/proc/2955/stat : 2955 (minisat) R 2954 2931 627 0 -1 4194304 7172 0 0 0 63167 8 0 0 25 0 1 0 1975400724 30072832 7158 996147200 134512640 135127466 4294956272 18446744073709551615 134530757 0 0 4096 3 0 0 0 17 1 0 0
/proc/2955/statm: 7342 7158 75 150 0 7189 0
Current children cumulated CPU time (s) 634.61
Current children cumulated vsize (KiB) 48324

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

[startup+652.701 s]
/proc/loadavg: 2.00 2.05 2.07 3/84 3010
/proc/meminfo: memFree=1368288/2055920 swapFree=4180972/4192956
[pid=2931] ppid=2929 vsize=13600 CPUtime=2.86
/proc/2931/stat : 2931 (sugar) S 2929 2931 627 0 -1 4194304 1033 18793 0 2 4 1 267 14 16 0 1 0 1975400424 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2931/statm: 3400 799 370 3 0 500 0
[pid=2954] ppid=2931 vsize=5356 CPUtime=0
/proc/2954/stat : 2954 (sh) S 2931 2931 627 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1975400724 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2954/statm: 1339 232 193 169 0 50 0
[pid=2955] ppid=2954 vsize=29556 CPUtime=642.06
/proc/2955/stat : 2955 (minisat) R 2954 2931 627 0 -1 4194304 7191 0 0 0 64198 8 0 0 25 0 1 0 1975400724 30265344 7177 996147200 134512640 135127466 4294956272 18446744073709551615 134531110 0 0 4096 3 0 0 0 17 1 0 0
/proc/2955/statm: 7389 7177 75 150 0 7236 0
Current children cumulated CPU time (s) 644.92
Current children cumulated vsize (KiB) 48512

[startup+659.101 s]
/proc/loadavg: 2.00 2.05 2.07 3/84 3010
/proc/meminfo: memFree=1368160/2055920 swapFree=4180972/4192956
[pid=2931] ppid=2929 vsize=13600 CPUtime=2.86
/proc/2931/stat : 2931 (sugar) S 2929 2931 627 0 -1 4194304 1033 18793 0 2 4 1 267 14 16 0 1 0 1975400424 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2931/statm: 3400 799 370 3 0 500 0
[pid=2954] ppid=2931 vsize=5356 CPUtime=0
/proc/2954/stat : 2954 (sh) S 2931 2931 627 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1975400724 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2954/statm: 1339 232 193 169 0 50 0
[pid=2955] ppid=2954 vsize=29700 CPUtime=648.39
/proc/2955/stat : 2955 (minisat) R 2954 2931 627 0 -1 4194304 7221 0 0 0 64831 8 0 0 25 0 1 0 1975400724 30412800 7207 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/2955/statm: 7425 7207 75 150 0 7272 0
Current children cumulated CPU time (s) 651.25
Current children cumulated vsize (KiB) 48656

[startup+660.701 s]
/proc/loadavg: 2.00 2.05 2.07 3/84 3010
/proc/meminfo: memFree=1368160/2055920 swapFree=4180972/4192956
[pid=2931] ppid=2929 vsize=13600 CPUtime=2.86
/proc/2931/stat : 2931 (sugar) S 2929 2931 627 0 -1 4194304 1033 18793 0 2 4 1 267 14 16 0 1 0 1975400424 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2931/statm: 3400 799 370 3 0 500 0
[pid=2954] ppid=2931 vsize=5356 CPUtime=0
/proc/2954/stat : 2954 (sh) S 2931 2931 627 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1975400724 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2954/statm: 1339 232 193 169 0 50 0
[pid=2955] ppid=2954 vsize=29700 CPUtime=649.98
/proc/2955/stat : 2955 (minisat) R 2954 2931 627 0 -1 4194304 7222 0 0 0 64990 8 0 0 25 0 1 0 1975400724 30412800 7208 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/2955/statm: 7425 7208 75 150 0 7272 0
Current children cumulated CPU time (s) 652.84
Current children cumulated vsize (KiB) 48656

[startup+661.501 s]
/proc/loadavg: 2.00 2.05 2.07 3/84 3010
/proc/meminfo: memFree=1368160/2055920 swapFree=4180972/4192956
[pid=2931] ppid=2929 vsize=13600 CPUtime=2.86
/proc/2931/stat : 2931 (sugar) S 2929 2931 627 0 -1 4194304 1033 18793 0 2 4 1 267 14 16 0 1 0 1975400424 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2931/statm: 3400 799 370 3 0 500 0
[pid=2954] ppid=2931 vsize=5356 CPUtime=0
/proc/2954/stat : 2954 (sh) S 2931 2931 627 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1975400724 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2954/statm: 1339 232 193 169 0 50 0
[pid=2955] ppid=2954 vsize=29700 CPUtime=650.77
/proc/2955/stat : 2955 (minisat) R 2954 2931 627 0 -1 4194304 7222 0 0 0 65069 8 0 0 25 0 1 0 1975400724 30412800 7208 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/2955/statm: 7425 7208 75 150 0 7272 0
Current children cumulated CPU time (s) 653.63
Current children cumulated vsize (KiB) 48656

[startup+662.301 s]
/proc/loadavg: 2.00 2.04 2.07 3/84 3010
/proc/meminfo: memFree=1368160/2055920 swapFree=4180972/4192956
[pid=2931] ppid=2929 vsize=13600 CPUtime=2.86
/proc/2931/stat : 2931 (sugar) S 2929 2931 627 0 -1 4194304 1033 18793 0 2 4 1 267 14 16 0 1 0 1975400424 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2931/statm: 3400 799 370 3 0 500 0
[pid=2954] ppid=2931 vsize=5356 CPUtime=0
/proc/2954/stat : 2954 (sh) S 2931 2931 627 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1975400724 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2954/statm: 1339 232 193 169 0 50 0
[pid=2955] ppid=2954 vsize=29700 CPUtime=651.56
/proc/2955/stat : 2955 (minisat) R 2954 2931 627 0 -1 4194304 7222 0 0 0 65148 8 0 0 25 0 1 0 1975400724 30412800 7208 996147200 134512640 135127466 4294956272 18446744073709551615 134529054 0 0 4096 3 0 0 0 17 1 0 0
/proc/2955/statm: 7425 7208 75 150 0 7272 0
Current children cumulated CPU time (s) 654.42
Current children cumulated vsize (KiB) 48656

[startup+662.701 s]
/proc/loadavg: 2.00 2.04 2.07 3/84 3010
/proc/meminfo: memFree=1368160/2055920 swapFree=4180972/4192956
[pid=2931] ppid=2929 vsize=13600 CPUtime=654.59
/proc/2931/stat : 2931 (sugar) S 2929 2931 627 0 -1 4194304 1092 26311 0 2 4 1 65431 23 15 0 1 0 1975400424 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2931/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 654.59
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 662.738
CPU time (s): 654.826
CPU user time (s): 654.533
CPU system time (s): 0.293955
CPU usage (%): 98.8062
Max. virtual memory (cumulated for all children) (KiB): 887504

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 654.532
system time used= 0.293955
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 31331
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= 3632
involuntary context switches= 17958

runsolver used 0.684895 second user time and 2.34264 second system time

The end

Launcher Data (download as text)

Begin job on node15 at 2008-07-02 04:04:18
IDJOB=1038100
IDBENCH=53545
IDSOLVER=346
FILE ID=node15/1038100-1214964258
PBS_JOBID= 7870304
Free space on /tmp= 66552 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/QCP-25/normalized-qcp-25-264-1_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-1038100-1214964258/watcher-1038100-1214964258 -o /tmp/evaluation-result-1038100-1214964258/solver-1038100-1214964258 -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-1038100-1214964258.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 79e6a324f7cdeb5e62d757131dbe1778
RANDOM SEED=14619351

node15.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.229
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.229
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:       1415584 kB
Buffers:         55548 kB
Cached:         449384 kB
SwapCached:       6020 kB
Active:         160984 kB
Inactive:       402188 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1415584 kB
SwapTotal:     4192956 kB
SwapFree:      4180972 kB
Dirty:            2084 kB
Writeback:           0 kB
Mapped:          75108 kB
Slab:            61804 kB
Committed_AS:  3457504 kB
PageTables:       2292 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= 66548 MiB
End job on node15 at 2008-07-02 04:15:21