Trace number 1098448

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.13+minisatUNSAT 321.489 324.462

General information on the benchmark

Namecsp/rand-2-40-19/
normalized-rand-2-40-19-443-230-48_ext.xml
MD5SUMf8503947f3cb2958d53c3b432c269c48
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark27.7198
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints338
Maximum constraint arity2
Maximum domain size19
Number of constraints which are defined in extension338
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 20:49:44 2008
0.00/0.04	c 0	PID 2209
0.00/0.04	c 0	HOST node77.alineos.net
0.00/0.04	c 0	CONVERTING HOME/instance-1098448-1215283784.xml TO HOME/temp.csp
0.00/0.04	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1098448-1215283784.xml' 'HOME/temp.csp'
0.02/0.63	c 1	1 domains, 40 variables, 0 predicates, 338 relations, 338 constraints
0.02/0.68	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.02/0.68	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.60/0.76	c 1	Parsing HOME/temp.csp
0.91/1.06	c 1	parsed 717 expressions
0.91/1.07	c 1	Heap : 4 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.91/1.07	c 1	Converting to clausal form CSP
0.91/1.09	c 1	converted 72 (10%) expressions
0.91/1.09	c 1	converted 144 (20%) expressions
0.91/1.10	c 1	converted 216 (30%) expressions
0.91/1.10	c 1	converted 287 (40%) expressions
0.91/1.10	c 1	converted 359 (50%) expressions
1.00/1.17	c 1	converted 431 (60%) expressions
1.00/1.19	c 1	converted 502 (70%) expressions
1.10/1.21	c 1	converted 574 (80%) expressions
1.10/1.23	c 1	converted 646 (90%) expressions
1.10/1.24	c 1	converted 717 (100%) expressions
1.10/1.24	c 1	CSP : 40 integers, 0 booleans, 338 clauses, largest domain size 19
1.10/1.25	c 1	Heap : 7 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.10/1.25	c 1	Propagation in CSP
1.10/1.25	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.10/1.25	c 1	CSP : 40 integers, 0 booleans, 338 clauses, largest domain size 19
1.10/1.25	c 1	Heap : 7 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.10/1.25	c 1	Simplifing CSP by introducing new Boolean variables
1.10/1.25	c 1	CSP : 40 integers, 0 booleans, 338 clauses, largest domain size 19
1.10/1.25	c 1	Heap : 8 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.10/1.29	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.10/1.29	c 1	4 (10%) CSP integer variables are encoded (68 clauses, 659 bytes)
1.10/1.30	c 1	8 (20%) CSP integer variables are encoded (136 clauses, 1356 bytes)
1.22/1.30	c 1	12 (30%) CSP integer variables are encoded (204 clauses, 2104 bytes)
1.22/1.30	c 1	16 (40%) CSP integer variables are encoded (272 clauses, 2852 bytes)
1.22/1.30	c 1	20 (50%) CSP integer variables are encoded (340 clauses, 3600 bytes)
1.22/1.30	c 1	24 (60%) CSP integer variables are encoded (408 clauses, 4348 bytes)
1.22/1.30	c 1	28 (70%) CSP integer variables are encoded (476 clauses, 5096 bytes)
1.22/1.31	c 1	32 (80%) CSP integer variables are encoded (544 clauses, 5844 bytes)
1.22/1.31	c 1	36 (90%) CSP integer variables are encoded (612 clauses, 6592 bytes)
1.22/1.31	c 1	40 (100%) CSP integer variables are encoded (680 clauses, 7340 bytes)
1.22/1.35	c 1	34 (10%) CSP clauses are encoded (2829 clauses, 41643 bytes)
1.22/1.37	c 1	68 (20%) CSP clauses are encoded (5000 clauses, 77824 bytes)
1.22/1.39	c 1	102 (30%) CSP clauses are encoded (7196 clauses, 117120 bytes)
1.32/1.40	c 1	136 (40%) CSP clauses are encoded (9311 clauses, 156785 bytes)
1.32/1.41	c 1	169 (50%) CSP clauses are encoded (11507 clauses, 197924 bytes)
1.32/1.43	c 1	203 (60%) CSP clauses are encoded (13548 clauses, 236213 bytes)
1.32/1.44	c 1	237 (70%) CSP clauses are encoded (15723 clauses, 277112 bytes)
1.32/1.45	c 1	271 (80%) CSP clauses are encoded (17924 clauses, 318342 bytes)
1.32/1.47	c 1	305 (90%) CSP clauses are encoded (20015 clauses, 357623 bytes)
1.32/1.48	c 1	338 (100%) CSP clauses are encoded (22067 clauses, 396214 bytes)
1.32/1.48	c 1	338 CSP clauses encoded
1.32/1.48	c 1	Writing map file : HOME/temp.map
1.32/1.49	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.32/1.49	c 1	SAT : 720 SAT variables, 22067 SAT clauses, 396214 bytes
1.32/1.49	c 1	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.39/1.51	c 1	SOLVING HOME/temp.cnf
1.39/1.51	c 1	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.39/1.52	c 1	This is MiniSat 2.0 beta
1.39/1.52	c 1	WARNING: for repeatability, setting FPU to use double precision
1.39/1.52	c 1	============================[ Problem Statistics ]=============================
1.39/1.52	c 1	|                                                                             |
1.39/1.52	c 1	|  Number of variables:  720                                                  |
1.39/1.52	c 1	|  Number of clauses:    22067                                                |
1.39/1.53	c 2	|  Parsing time:         0.01         s                                       |
1.39/1.53	c 2	============================[ Search Statistics ]==============================
1.39/1.53	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.39/1.53	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.39/1.53	c 2	===============================================================================
1.39/1.53	c 2	|         0 |     720    22067    80999 |     7355        0    nan |  0.000 % |
1.39/1.54	c 2	|       100 |     720    22067    80999 |     8091      100     13 |  0.000 % |
1.39/1.56	c 2	|       250 |     720    22067    80999 |     8900      250     12 |  0.007 % |
1.39/1.58	c 2	|       476 |     720    22067    80999 |     9790      476     11 |  0.007 % |
1.41/1.61	c 2	|       814 |     720    22067    80999 |    10769      814     11 |  0.007 % |
1.41/1.67	c 2	|      1320 |     720    22067    80999 |    11846     1320     12 |  0.007 % |
1.41/1.75	c 2	|      2079 |     720    22067    80999 |    13031     2079     12 |  0.007 % |
1.41/1.88	c 2	|      3218 |     720    22067    80999 |    14334     3218     12 |  0.007 % |
1.98/2.11	c 2	|      4927 |     720    22067    80999 |    15767     4927     13 |  0.007 % |
2.28/2.46	c 2	|      7491 |     720    22067    80999 |    17344     7491     13 |  0.007 % |
2.77/2.98	c 3	|     11336 |     720    22067    80999 |    19078    11336     13 |  0.007 % |
3.76/3.98	c 4	|     17102 |     720    22067    80999 |    20986    17102     13 |  0.007 % |
5.45/5.65	c 6	|     25751 |     720    22067    80999 |    23085    15187     14 |  0.002 % |
8.33/8.50	c 8	|     38726 |     720    22067    80999 |    25393    16503     15 |  0.007 % |
12.19/12.49	c 12	|     58187 |     720    22067    80999 |    27933    23034     18 |  0.002 % |
18.93/19.24	c 19	|     87379 |     720    22067    80999 |    30726    20965     17 |  0.006 % |
28.55/28.93	c 29	|    131168 |     719    21981    80754 |    33799    21358     19 |  0.139 % |
45.60/46.16	c 46	|    196853 |     719    21981    80754 |    37178    27406     17 |  0.142 % |
71.86/72.70	c 73	|    295379 |     719    21981    80754 |    40896    31119     19 |  0.141 % |
114.19/115.33	c 115	|    443168 |     715    21758    79978 |    44986    15682     17 |  0.695 % |
181.59/183.37	c 183	|    664854 |     714    21692    79787 |    49485    31498     17 |  0.834 % |
288.94/291.61	c 292	|    997380 |     714    21692    79787 |    54433    46179     16 |  0.842 % |
321.26/324.29	c 324	===============================================================================
321.26/324.29	c 324	restarts              : 22
321.26/324.29	c 324	conflicts             : 1109641        (3469 /sec)
321.26/324.29	c 324	decisions             : 1335279        (1.45 % random) (4174 /sec)
321.26/324.29	c 324	propagations          : 120832157      (377696 /sec)
321.26/324.29	c 324	conflict literals     : 19741556       (35.70 % deleted)
321.26/324.29	c 324	Memory used           : 11.19 MB
321.26/324.29	c 324	CPU time              : 319.919 s
321.26/324.29	c 324	
321.26/324.29	c 324	UNSATISFIABLE
321.26/324.29	c 324	DECODING HOME/temp.out WITH HOME/temp.map
321.26/324.29	c 324	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
321.36/324.38	c 324	Decoding HOME/temp.out
321.36/324.40	s UNSATISFIABLE
321.45/324.41	c 324	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
321.45/324.46	c 324	CPU 321.34 (0.03 0.01 321.31 0.12)
321.45/324.46	c 324	END Sat Jul  5 20:55:08 2008

Verifier Data (download as text)

No possible verification on an UNSAT instance

Watcher Data (download as text)

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

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1098448-1215283784/watcher-1098448-1215283784 -o /tmp/evaluation-result-1098448-1215283784/solver-1098448-1215283784 -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-1098448-1215283784.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.99 2.00 1.99 4/82 2209
/proc/meminfo: memFree=1653280/2055920 swapFree=4166000/4192956
[pid=2209] ppid=2207 vsize=12272 CPUtime=0
/proc/2209/stat : 2209 (sugar) R 2207 2209 31941 0 -1 4194304 359 0 0 0 0 0 0 0 18 0 1 0 641596193 12566528 327 996147200 4194304 4206940 548682068608 18446744073709551615 228052745214 0 0 4224 0 0 0 0 17 1 0 0
/proc/2209/statm: 3068 327 246 3 0 168 0

[startup+0.084543 s]
/proc/loadavg: 1.99 2.00 1.99 4/82 2209
/proc/meminfo: memFree=1653280/2055920 swapFree=4166000/4192956
[pid=2209] ppid=2207 vsize=13600 CPUtime=0.02
/proc/2209/stat : 2209 (sugar) S 2207 2209 31941 0 -1 4194304 900 127 0 0 2 0 0 0 16 0 1 0 641596193 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2209/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 13600

[startup+0.101562 s]
/proc/loadavg: 1.99 2.00 1.99 4/82 2209
/proc/meminfo: memFree=1653280/2055920 swapFree=4166000/4192956
[pid=2209] ppid=2207 vsize=13600 CPUtime=0.02
/proc/2209/stat : 2209 (sugar) S 2207 2209 31941 0 -1 4194304 900 127 0 0 2 0 0 0 16 0 1 0 641596193 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2209/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 13600

[startup+0.301584 s]
/proc/loadavg: 1.99 2.00 1.99 4/82 2209
/proc/meminfo: memFree=1653280/2055920 swapFree=4166000/4192956
[pid=2209] ppid=2207 vsize=13600 CPUtime=0.02
/proc/2209/stat : 2209 (sugar) S 2207 2209 31941 0 -1 4194304 900 127 0 0 2 0 0 0 16 0 1 0 641596193 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2209/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 13600

[startup+0.701667 s]
/proc/loadavg: 1.99 2.00 1.99 4/82 2209
/proc/meminfo: memFree=1653280/2055920 swapFree=4166000/4192956
[pid=2209] ppid=2207 vsize=13600 CPUtime=0.6
/proc/2209/stat : 2209 (sugar) S 2207 2209 31941 0 -1 4194304 956 4746 0 1 2 0 56 2 16 0 1 0 641596193 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2209/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.6
Current children cumulated vsize (KiB) 13600

[startup+1.50282 s]
/proc/loadavg: 1.99 2.00 1.99 4/93 2238
/proc/meminfo: memFree=1643144/2055920 swapFree=4166000/4192956
[pid=2209] ppid=2207 vsize=13600 CPUtime=0.62
/proc/2209/stat : 2209 (sugar) S 2207 2209 31941 0 -1 4194304 974 4746 0 1 3 1 56 2 15 0 1 0 641596193 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/2209/statm: 3400 797 370 3 0 500 0
[pid=2223] ppid=2209 vsize=5356 CPUtime=0
/proc/2223/stat : 2223 (sh) S 2209 2209 31941 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 641596261 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2223/statm: 1339 233 193 169 0 50 0
[pid=2224] ppid=2223 vsize=864308 CPUtime=0.77
/proc/2224/stat : 2224 (java) S 2223 2209 31941 0 -1 0 6805 0 1 0 74 3 0 0 20 0 9 0 641596262 885051392 6028 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2224/statm: 216077 6028 2568 9 0 210624 0
[pid=2224/tid=2225] ppid=2223 vsize=864308 CPUtime=0.48
/proc/2224/task/2225/stat : 2225 (java) S 2223 2209 31941 0 -1 64 2734 0 1 0 47 1 0 0 25 0 9 0 641596262 885051392 6028 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2224/tid=2226] ppid=2223 vsize=864308 CPUtime=0.15
/proc/2224/task/2226/stat : 2226 (java) S 2223 2209 31941 0 -1 64 3011 0 0 0 15 0 0 0 16 0 9 0 641596263 885051392 6028 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=2224/tid=2227] ppid=2223 vsize=864308 CPUtime=0
/proc/2224/task/2227/stat : 2227 (java) S 2223 2209 31941 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 641596264 885051392 6028 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2224/tid=2234] ppid=2223 vsize=864308 CPUtime=0
/proc/2224/task/2234/stat : 2234 (java) S 2223 2209 31941 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 641596264 885051392 6028 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2224/tid=2235] ppid=2223 vsize=864308 CPUtime=0
/proc/2224/task/2235/stat : 2235 (java) S 2223 2209 31941 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 641596265 885051392 6028 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2224/tid=2236] ppid=2223 vsize=864308 CPUtime=0.11
/proc/2224/task/2236/stat : 2236 (java) S 2223 2209 31941 0 -1 64 366 0 0 0 11 0 0 0 16 0 9 0 641596265 885051392 6028 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2224/tid=2237] ppid=2223 vsize=864308 CPUtime=0
/proc/2224/task/2237/stat : 2237 (java) S 2223 2209 31941 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 641596266 885051392 6028 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2224/tid=2238] ppid=2223 vsize=864308 CPUtime=0
/proc/2224/task/2238/stat : 2238 (java) S 2223 2209 31941 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 641596266 885051392 6028 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.39
Current children cumulated vsize (KiB) 883264

[startup+3.10114 s]
/proc/loadavg: 1.99 2.00 1.99 3/85 2240
/proc/meminfo: memFree=1648456/2055920 swapFree=4166000/4192956
[pid=2209] ppid=2207 vsize=13600 CPUtime=1.41
/proc/2209/stat : 2209 (sugar) S 2207 2209 31941 0 -1 4194304 1031 11842 0 2 3 1 131 6 15 0 1 0 641596193 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/2209/statm: 3400 798 370 3 0 500 0
[pid=2239] ppid=2209 vsize=5356 CPUtime=0
/proc/2239/stat : 2239 (sh) S 2209 2209 31941 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 641596345 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2239/statm: 1339 232 193 169 0 50 0
[pid=2240] ppid=2239 vsize=3848 CPUtime=1.56
/proc/2240/stat : 2240 (minisat) R 2239 2209 31941 0 -1 4194304 731 0 0 0 156 0 0 0 25 0 1 0 641596345 3940352 717 996147200 134512640 135127466 4294956256 18446744073709551615 134530682 0 0 4096 3 0 0 0 17 0 0 0
/proc/2240/statm: 962 717 75 150 0 809 0
Current children cumulated CPU time (s) 2.97
Current children cumulated vsize (KiB) 22804

[startup+6.30177 s]
/proc/loadavg: 1.99 2.00 1.99 3/85 2240
/proc/meminfo: memFree=1646984/2055920 swapFree=4166000/4192956
[pid=2209] ppid=2207 vsize=13600 CPUtime=1.41
/proc/2209/stat : 2209 (sugar) S 2207 2209 31941 0 -1 4194304 1031 11842 0 2 3 1 131 6 16 0 1 0 641596193 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/2209/statm: 3400 798 370 3 0 500 0
[pid=2239] ppid=2209 vsize=5356 CPUtime=0
/proc/2239/stat : 2239 (sh) S 2209 2209 31941 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 641596345 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2239/statm: 1339 232 193 169 0 50 0
[pid=2240] ppid=2239 vsize=4772 CPUtime=4.74
/proc/2240/stat : 2240 (minisat) R 2239 2209 31941 0 -1 4194304 947 0 0 0 473 1 0 0 25 0 1 0 641596345 4886528 933 996147200 134512640 135127466 4294956256 18446744073709551615 134530775 0 0 4096 3 0 0 0 17 0 0 0
/proc/2240/statm: 1193 933 75 150 0 1040 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 23728

[startup+12.702 s]
/proc/loadavg: 1.99 2.00 1.99 3/85 2240
/proc/meminfo: memFree=1646024/2055920 swapFree=4166000/4192956
[pid=2209] ppid=2207 vsize=13600 CPUtime=1.41
/proc/2209/stat : 2209 (sugar) S 2207 2209 31941 0 -1 4194304 1031 11842 0 2 3 1 131 6 16 0 1 0 641596193 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/2209/statm: 3400 798 370 3 0 500 0
[pid=2239] ppid=2209 vsize=5356 CPUtime=0
/proc/2239/stat : 2239 (sh) S 2209 2209 31941 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 641596345 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2239/statm: 1339 232 193 169 0 50 0
[pid=2240] ppid=2239 vsize=5696 CPUtime=11.08
/proc/2240/stat : 2240 (minisat) R 2239 2209 31941 0 -1 4194304 1180 0 0 0 1107 1 0 0 25 0 1 0 641596345 5832704 1166 996147200 134512640 135127466 4294956256 18446744073709551615 134530933 0 0 4096 3 0 0 0 17 0 0 0
/proc/2240/statm: 1424 1166 75 150 0 1271 0
Current children cumulated CPU time (s) 12.49
Current children cumulated vsize (KiB) 24652

[startup+25.5016 s]
/proc/loadavg: 1.99 2.00 1.99 3/85 2240
/proc/meminfo: memFree=1645256/2055920 swapFree=4166000/4192956
[pid=2209] ppid=2207 vsize=13600 CPUtime=1.41
/proc/2209/stat : 2209 (sugar) S 2207 2209 31941 0 -1 4194304 1031 11842 0 2 3 1 131 6 16 0 1 0 641596193 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/2209/statm: 3400 798 370 3 0 500 0
[pid=2239] ppid=2209 vsize=5356 CPUtime=0
/proc/2239/stat : 2239 (sh) S 2209 2209 31941 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 641596345 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2239/statm: 1339 232 193 169 0 50 0
[pid=2240] ppid=2239 vsize=6524 CPUtime=23.76
/proc/2240/stat : 2240 (minisat) R 2239 2209 31941 0 -1 4194304 1373 0 0 0 2375 1 0 0 25 0 1 0 641596345 6680576 1359 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/2240/statm: 1631 1359 75 150 0 1478 0
Current children cumulated CPU time (s) 25.17
Current children cumulated vsize (KiB) 25480

[startup+51.1016 s]
/proc/loadavg: 1.99 2.00 1.99 3/85 2240
/proc/meminfo: memFree=1644040/2055920 swapFree=4166000/4192956
[pid=2209] ppid=2207 vsize=13600 CPUtime=1.41
/proc/2209/stat : 2209 (sugar) S 2207 2209 31941 0 -1 4194304 1031 11842 0 2 3 1 131 6 16 0 1 0 641596193 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/2209/statm: 3400 798 370 3 0 500 0
[pid=2239] ppid=2209 vsize=5356 CPUtime=0
/proc/2239/stat : 2239 (sh) S 2209 2209 31941 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 641596345 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2239/statm: 1339 232 193 169 0 50 0
[pid=2240] ppid=2239 vsize=7716 CPUtime=49.14
/proc/2240/stat : 2240 (minisat) R 2239 2209 31941 0 -1 4194304 1671 0 0 0 4912 2 0 0 25 0 1 0 641596345 7901184 1657 996147200 134512640 135127466 4294956256 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 0 0 0
/proc/2240/statm: 1929 1657 75 150 0 1776 0
Current children cumulated CPU time (s) 50.55
Current children cumulated vsize (KiB) 26672

[startup+102.307 s]
/proc/loadavg: 1.99 2.00 1.99 3/85 2240
/proc/meminfo: memFree=1642568/2055920 swapFree=4166000/4192956
[pid=2209] ppid=2207 vsize=13600 CPUtime=1.41
/proc/2209/stat : 2209 (sugar) S 2207 2209 31941 0 -1 4194304 1031 11842 0 2 3 1 131 6 16 0 1 0 641596193 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/2209/statm: 3400 798 370 3 0 500 0
[pid=2239] ppid=2209 vsize=5356 CPUtime=0
/proc/2239/stat : 2239 (sh) S 2209 2209 31941 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 641596345 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2239/statm: 1339 232 193 169 0 50 0
[pid=2240] ppid=2239 vsize=9136 CPUtime=99.89
/proc/2240/stat : 2240 (minisat) R 2239 2209 31941 0 -1 4194304 2006 0 0 0 9987 2 0 0 25 0 1 0 641596345 9355264 1992 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/2240/statm: 2284 1992 75 150 0 2131 0
Current children cumulated CPU time (s) 101.3
Current children cumulated vsize (KiB) 28092

[startup+162.302 s]
/proc/loadavg: 1.99 2.00 1.99 3/85 2240
/proc/meminfo: memFree=1641544/2055920 swapFree=4166000/4192956
[pid=2209] ppid=2207 vsize=13600 CPUtime=1.41
/proc/2209/stat : 2209 (sugar) S 2207 2209 31941 0 -1 4194304 1031 11842 0 2 3 1 131 6 16 0 1 0 641596193 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/2209/statm: 3400 798 370 3 0 500 0
[pid=2239] ppid=2209 vsize=5356 CPUtime=0
/proc/2239/stat : 2239 (sh) S 2209 2209 31941 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 641596345 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2239/statm: 1339 232 193 169 0 50 0
[pid=2240] ppid=2239 vsize=9948 CPUtime=159.37
/proc/2240/stat : 2240 (minisat) R 2239 2209 31941 0 -1 4194304 2228 0 0 0 15935 2 0 0 25 0 1 0 641596345 10186752 2214 996147200 134512640 135127466 4294956256 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 0 0 0
/proc/2240/statm: 2487 2214 75 150 0 2334 0
Current children cumulated CPU time (s) 160.78
Current children cumulated vsize (KiB) 28904

[startup+222.301 s]
/proc/loadavg: 1.99 2.00 1.99 3/85 2240
/proc/meminfo: memFree=1640840/2055920 swapFree=4166000/4192956
[pid=2209] ppid=2207 vsize=13600 CPUtime=1.41
/proc/2209/stat : 2209 (sugar) S 2207 2209 31941 0 -1 4194304 1031 11842 0 2 3 1 131 6 16 0 1 0 641596193 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/2209/statm: 3400 798 370 3 0 500 0
[pid=2239] ppid=2209 vsize=5356 CPUtime=0
/proc/2239/stat : 2239 (sh) S 2209 2209 31941 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 641596345 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2239/statm: 1339 232 193 169 0 50 0
[pid=2240] ppid=2239 vsize=10752 CPUtime=218.83
/proc/2240/stat : 2240 (minisat) R 2239 2209 31941 0 -1 4194304 2419 0 0 0 21881 2 0 0 25 0 1 0 641596345 11010048 2405 996147200 134512640 135127466 4294956256 18446744073709551615 134530817 0 0 4096 3 0 0 0 17 0 0 0
/proc/2240/statm: 2688 2405 75 150 0 2535 0
Current children cumulated CPU time (s) 220.24
Current children cumulated vsize (KiB) 29708

[startup+282.302 s]
/proc/loadavg: 1.99 2.00 1.99 3/85 2240
/proc/meminfo: memFree=1640136/2055920 swapFree=4166000/4192956
[pid=2209] ppid=2207 vsize=13600 CPUtime=1.41
/proc/2209/stat : 2209 (sugar) S 2207 2209 31941 0 -1 4194304 1031 11842 0 2 3 1 131 6 16 0 1 0 641596193 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/2209/statm: 3400 798 370 3 0 500 0
[pid=2239] ppid=2209 vsize=5356 CPUtime=0
/proc/2239/stat : 2239 (sh) S 2209 2209 31941 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 641596345 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2239/statm: 1339 232 193 169 0 50 0
[pid=2240] ppid=2239 vsize=11452 CPUtime=278.31
/proc/2240/stat : 2240 (minisat) R 2239 2209 31941 0 -1 4194304 2577 0 0 0 27829 2 0 0 25 0 1 0 641596345 11726848 2563 996147200 134512640 135127466 4294956256 18446744073709551615 134530700 0 0 4096 3 0 0 0 17 0 0 0
/proc/2240/statm: 2863 2563 75 150 0 2710 0
Current children cumulated CPU time (s) 279.72
Current children cumulated vsize (KiB) 30408

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

[startup+307.102 s]
/proc/loadavg: 1.99 2.00 1.99 3/85 2240
/proc/meminfo: memFree=1640136/2055920 swapFree=4166000/4192956
[pid=2209] ppid=2207 vsize=13600 CPUtime=1.41
/proc/2209/stat : 2209 (sugar) S 2207 2209 31941 0 -1 4194304 1031 11842 0 2 3 1 131 6 16 0 1 0 641596193 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/2209/statm: 3400 798 370 3 0 500 0
[pid=2239] ppid=2209 vsize=5356 CPUtime=0
/proc/2239/stat : 2239 (sh) S 2209 2209 31941 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 641596345 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2239/statm: 1339 232 193 169 0 50 0
[pid=2240] ppid=2239 vsize=11452 CPUtime=302.89
/proc/2240/stat : 2240 (minisat) R 2239 2209 31941 0 -1 4194304 2587 0 0 0 30287 2 0 0 25 0 1 0 641596345 11726848 2573 996147200 134512640 135127466 4294956256 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 0 0 0
/proc/2240/statm: 2863 2573 75 150 0 2710 0
Current children cumulated CPU time (s) 304.3
Current children cumulated vsize (KiB) 30408

[startup+313.507 s]
/proc/loadavg: 1.99 2.00 1.99 3/85 2240
/proc/meminfo: memFree=1640072/2055920 swapFree=4166000/4192956
[pid=2209] ppid=2207 vsize=13600 CPUtime=1.41
/proc/2209/stat : 2209 (sugar) S 2207 2209 31941 0 -1 4194304 1031 11842 0 2 3 1 131 6 16 0 1 0 641596193 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/2209/statm: 3400 798 370 3 0 500 0
[pid=2239] ppid=2209 vsize=5356 CPUtime=0
/proc/2239/stat : 2239 (sh) S 2209 2209 31941 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 641596345 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2239/statm: 1339 232 193 169 0 50 0
[pid=2240] ppid=2239 vsize=11452 CPUtime=309.24
/proc/2240/stat : 2240 (minisat) R 2239 2209 31941 0 -1 4194304 2587 0 0 0 30922 2 0 0 25 0 1 0 641596345 11726848 2573 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/2240/statm: 2863 2573 75 150 0 2710 0
Current children cumulated CPU time (s) 310.65
Current children cumulated vsize (KiB) 30408

[startup+319.902 s]
/proc/loadavg: 1.99 2.00 1.99 3/85 2240
/proc/meminfo: memFree=1640072/2055920 swapFree=4166000/4192956
[pid=2209] ppid=2207 vsize=13600 CPUtime=1.41
/proc/2209/stat : 2209 (sugar) S 2207 2209 31941 0 -1 4194304 1031 11842 0 2 3 1 131 6 16 0 1 0 641596193 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/2209/statm: 3400 798 370 3 0 500 0
[pid=2239] ppid=2209 vsize=5356 CPUtime=0
/proc/2239/stat : 2239 (sh) S 2209 2209 31941 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 641596345 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2239/statm: 1339 232 193 169 0 50 0
[pid=2240] ppid=2239 vsize=11452 CPUtime=315.58
/proc/2240/stat : 2240 (minisat) R 2239 2209 31941 0 -1 4194304 2603 0 0 0 31556 2 0 0 25 0 1 0 641596345 11726848 2589 996147200 134512640 135127466 4294956256 18446744073709551615 134533464 0 0 4096 3 0 0 0 17 0 0 0
/proc/2240/statm: 2863 2589 75 150 0 2710 0
Current children cumulated CPU time (s) 316.99
Current children cumulated vsize (KiB) 30408

[startup+321.501 s]
/proc/loadavg: 1.99 2.00 1.99 3/85 2240
/proc/meminfo: memFree=1640072/2055920 swapFree=4166000/4192956
[pid=2209] ppid=2207 vsize=13600 CPUtime=1.41
/proc/2209/stat : 2209 (sugar) S 2207 2209 31941 0 -1 4194304 1031 11842 0 2 3 1 131 6 16 0 1 0 641596193 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/2209/statm: 3400 798 370 3 0 500 0
[pid=2239] ppid=2209 vsize=5356 CPUtime=0
/proc/2239/stat : 2239 (sh) S 2209 2209 31941 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 641596345 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2239/statm: 1339 232 193 169 0 50 0
[pid=2240] ppid=2239 vsize=11452 CPUtime=317.17
/proc/2240/stat : 2240 (minisat) R 2239 2209 31941 0 -1 4194304 2603 0 0 0 31715 2 0 0 25 0 1 0 641596345 11726848 2589 996147200 134512640 135127466 4294956256 18446744073709551615 134527237 0 0 4096 3 0 0 0 17 0 0 0
/proc/2240/statm: 2863 2589 75 150 0 2710 0
Current children cumulated CPU time (s) 318.58
Current children cumulated vsize (KiB) 30408

[startup+323.101 s]
/proc/loadavg: 1.99 2.00 1.99 3/85 2240
/proc/meminfo: memFree=1640072/2055920 swapFree=4166000/4192956
[pid=2209] ppid=2207 vsize=13600 CPUtime=1.41
/proc/2209/stat : 2209 (sugar) S 2207 2209 31941 0 -1 4194304 1031 11842 0 2 3 1 131 6 16 0 1 0 641596193 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/2209/statm: 3400 798 370 3 0 500 0
[pid=2239] ppid=2209 vsize=5356 CPUtime=0
/proc/2239/stat : 2239 (sh) S 2209 2209 31941 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 641596345 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2239/statm: 1339 232 193 169 0 50 0
[pid=2240] ppid=2239 vsize=11452 CPUtime=318.76
/proc/2240/stat : 2240 (minisat) R 2239 2209 31941 0 -1 4194304 2603 0 0 0 31874 2 0 0 25 0 1 0 641596345 11726848 2589 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/2240/statm: 2863 2589 75 150 0 2710 0
Current children cumulated CPU time (s) 320.17
Current children cumulated vsize (KiB) 30408

[startup+323.902 s]
/proc/loadavg: 1.99 2.00 1.99 3/85 2240
/proc/meminfo: memFree=1640072/2055920 swapFree=4166000/4192956
[pid=2209] ppid=2207 vsize=13600 CPUtime=1.41
/proc/2209/stat : 2209 (sugar) S 2207 2209 31941 0 -1 4194304 1031 11842 0 2 3 1 131 6 16 0 1 0 641596193 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/2209/statm: 3400 798 370 3 0 500 0
[pid=2239] ppid=2209 vsize=5356 CPUtime=0
/proc/2239/stat : 2239 (sh) S 2209 2209 31941 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 641596345 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2239/statm: 1339 232 193 169 0 50 0
[pid=2240] ppid=2239 vsize=11452 CPUtime=319.55
/proc/2240/stat : 2240 (minisat) R 2239 2209 31941 0 -1 4194304 2603 0 0 0 31953 2 0 0 25 0 1 0 641596345 11726848 2589 996147200 134512640 135127466 4294956256 18446744073709551615 134530700 0 0 4096 3 0 0 0 17 0 0 0
/proc/2240/statm: 2863 2589 75 150 0 2710 0
Current children cumulated CPU time (s) 320.96
Current children cumulated vsize (KiB) 30408

[startup+324.302 s]
/proc/loadavg: 1.99 2.00 1.99 3/85 2240
/proc/meminfo: memFree=1640072/2055920 swapFree=4166000/4192956
[pid=2209] ppid=2207 vsize=13600 CPUtime=321.36
/proc/2209/stat : 2209 (sugar) S 2207 2209 31941 0 -1 4194304 1070 14739 0 2 3 1 32123 9 17 0 1 0 641596193 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/2209/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 321.36
Current children cumulated vsize (KiB) 13600

[startup+324.402 s]
/proc/loadavg: 1.99 2.00 1.99 4/93 2250
/proc/meminfo: memFree=1645440/2055920 swapFree=4166000/4192956
[pid=2209] ppid=2207 vsize=13600 CPUtime=321.36
/proc/2209/stat : 2209 (sugar) S 2207 2209 31941 0 -1 4194304 1089 14739 0 2 3 1 32123 9 16 0 1 0 641596193 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/2209/statm: 3400 798 370 3 0 500 0
[pid=2241] ppid=2209 vsize=5356 CPUtime=0
/proc/2241/stat : 2241 (sh) S 2209 2209 31941 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 641628622 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2241/statm: 1339 233 193 169 0 50 0
[pid=2242] ppid=2241 vsize=863724 CPUtime=0.09
/proc/2242/stat : 2242 (java) S 2241 2209 31941 0 -1 0 3282 0 1 0 7 2 0 0 19 0 9 0 641628623 884453376 2756 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2242/statm: 215931 2756 1646 9 0 210513 0
[pid=2242/tid=2243] ppid=2241 vsize=863724 CPUtime=0.07
/proc/2242/task/2243/stat : 2243 (java) R 2241 2209 31941 0 -1 64 2369 0 1 0 6 1 0 0 25 0 9 0 641628624 884453376 2756 996147200 134512640 134550740 4294956000 18446744073709551615 104252407 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2242/tid=2244] ppid=2241 vsize=863724 CPUtime=0
/proc/2242/task/2244/stat : 2244 (java) S 2241 2209 31941 0 -1 64 3 0 0 0 0 0 0 0 21 0 9 0 641628625 884453376 2756 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=2242/tid=2245] ppid=2241 vsize=863724 CPUtime=0
/proc/2242/task/2245/stat : 2245 (java) S 2241 2209 31941 0 -1 64 10 0 0 0 0 0 0 0 22 0 9 0 641628625 884453376 2756 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2242/tid=2246] ppid=2241 vsize=863724 CPUtime=0
/proc/2242/task/2246/stat : 2246 (java) S 2241 2209 31941 0 -1 64 3 0 0 0 0 0 0 0 23 0 9 0 641628625 884453376 2756 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2242/tid=2247] ppid=2241 vsize=863724 CPUtime=0
/proc/2242/task/2247/stat : 2247 (java) S 2241 2209 31941 0 -1 64 0 0 0 0 0 0 0 0 24 0 9 0 641628627 884453376 2756 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2242/tid=2248] ppid=2241 vsize=863724 CPUtime=0.01
/proc/2242/task/2248/stat : 2248 (java) S 2241 2209 31941 0 -1 64 219 0 0 0 1 0 0 0 22 0 9 0 641628627 884453376 2756 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2242/tid=2249] ppid=2241 vsize=863724 CPUtime=0
/proc/2242/task/2249/stat : 2249 (java) S 2241 2209 31941 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 641628627 884453376 2756 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2242/tid=2250] ppid=2241 vsize=863724 CPUtime=0
/proc/2242/task/2250/stat : 2250 (java) R 2241 2209 31941 0 -1 64 1 0 0 0 0 0 0 0 20 0 9 0 641628627 884453376 2756 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 321.45
Current children cumulated vsize (KiB) 882680

Child status: 0
Real time (s): 324.462
CPU time (s): 321.489
CPU user time (s): 321.347
CPU system time (s): 0.141978
CPU usage (%): 99.0837
Max. virtual memory (cumulated for all children) (KiB): 883264

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 321.347
system time used= 0.141978
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19511
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= 1714
involuntary context switches= 9040

runsolver used 0.288956 second user time and 0.934857 second system time

The end

Launcher Data (download as text)

Begin job on node77 at 2008-07-05 20:49:44
IDJOB=1098448
IDBENCH=59626
IDSOLVER=346
FILE ID=node77/1098448-1215283784
PBS_JOBID= 7882273
Free space on /tmp= 66544 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= f8503947f3cb2958d53c3b432c269c48
RANDOM SEED=414259643

node77.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.274
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.274
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1653696 kB
Buffers:         70388 kB
Cached:         235744 kB
SwapCached:      20880 kB
Active:         205028 kB
Inactive:       135896 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1653696 kB
SwapTotal:     4192956 kB
SwapFree:      4166000 kB
Dirty:            1580 kB
Writeback:           0 kB
Mapped:          50792 kB
Slab:            46460 kB
Committed_AS:  1219716 kB
PageTables:       1860 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= 66540 MiB
End job on node77 at 2008-07-05 20:55:08