Trace number 1097458

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 991.88 993.829

General information on the benchmark

Namecsp/tightness0.5/
normalized-rand-2-40-25-180-500-79_ext.xml
MD5SUM612b7992bccea0cb59c22b69328f3248
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 benchmark0.691894
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints180
Maximum constraint arity2
Maximum domain size25
Number of constraints which are defined in extension180
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.05	c 0	Sugar v1-13 + HOME/minisat
0.00/0.05	c 0	BEGIN Sat Jul  5 20:23:29 2008
0.00/0.05	c 0	PID 5391
0.00/0.05	c 0	HOST node43.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1097458-1215282209.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-1097458-1215282209.xml' 'HOME/temp.csp'
0.04/0.70	c 1	1 domains, 40 variables, 0 predicates, 180 relations, 180 constraints
0.04/0.73	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/0.73	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.68/0.81	c 1	Parsing HOME/temp.csp
1.13/1.22	c 1	parsed 401 expressions
1.13/1.23	c 1	Heap : 6 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.13/1.23	c 1	Converting to clausal form CSP
1.13/1.25	c 1	converted 41 (10%) expressions
1.13/1.26	c 1	converted 81 (20%) expressions
1.13/1.26	c 1	converted 121 (30%) expressions
1.13/1.26	c 1	converted 161 (40%) expressions
1.13/1.27	c 1	converted 201 (50%) expressions
1.22/1.30	c 1	converted 241 (60%) expressions
1.22/1.39	c 1	converted 281 (70%) expressions
1.32/1.41	c 1	converted 321 (80%) expressions
1.32/1.44	c 2	converted 361 (90%) expressions
1.32/1.47	c 2	converted 401 (100%) expressions
1.32/1.47	c 2	CSP : 40 integers, 0 booleans, 180 clauses, largest domain size 25
1.32/1.47	c 2	Heap : 11 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.32/1.47	c 2	Propagation in CSP
1.32/1.47	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.32/1.47	c 2	CSP : 40 integers, 0 booleans, 180 clauses, largest domain size 25
1.32/1.47	c 2	Heap : 11 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.32/1.47	c 2	Simplifing CSP by introducing new Boolean variables
1.32/1.47	c 2	CSP : 40 integers, 0 booleans, 180 clauses, largest domain size 25
1.32/1.47	c 2	Heap : 11 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.41/1.52	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.41/1.53	c 2	4 (10%) CSP integer variables are encoded (92 clauses, 875 bytes)
1.41/1.53	c 2	8 (20%) CSP integer variables are encoded (184 clauses, 1882 bytes)
1.41/1.53	c 2	12 (30%) CSP integer variables are encoded (276 clauses, 2894 bytes)
1.41/1.54	c 2	16 (40%) CSP integer variables are encoded (368 clauses, 3906 bytes)
1.41/1.54	c 2	20 (50%) CSP integer variables are encoded (460 clauses, 4918 bytes)
1.41/1.54	c 2	24 (60%) CSP integer variables are encoded (552 clauses, 5930 bytes)
1.41/1.54	c 2	28 (70%) CSP integer variables are encoded (644 clauses, 6942 bytes)
1.41/1.54	c 2	32 (80%) CSP integer variables are encoded (736 clauses, 7954 bytes)
1.41/1.54	c 2	36 (90%) CSP integer variables are encoded (828 clauses, 8966 bytes)
1.41/1.54	c 2	40 (100%) CSP integer variables are encoded (920 clauses, 9978 bytes)
1.41/1.60	c 2	18 (10%) CSP clauses are encoded (3533 clauses, 52672 bytes)
1.52/1.62	c 2	36 (20%) CSP clauses are encoded (6125 clauses, 96276 bytes)
1.52/1.64	c 2	54 (30%) CSP clauses are encoded (8769 clauses, 144806 bytes)
1.52/1.65	c 2	72 (40%) CSP clauses are encoded (11366 clauses, 193711 bytes)
1.52/1.67	c 2	90 (50%) CSP clauses are encoded (13974 clauses, 242803 bytes)
1.52/1.69	c 2	108 (60%) CSP clauses are encoded (16590 clauses, 292081 bytes)
1.61/1.71	c 2	126 (70%) CSP clauses are encoded (19232 clauses, 341981 bytes)
1.61/1.72	c 2	144 (80%) CSP clauses are encoded (21851 clauses, 391266 bytes)
1.61/1.74	c 2	162 (90%) CSP clauses are encoded (24501 clauses, 441253 bytes)
1.61/1.76	c 2	180 (100%) CSP clauses are encoded (27093 clauses, 490104 bytes)
1.61/1.76	c 2	180 CSP clauses encoded
1.61/1.76	c 2	Writing map file : HOME/temp.map
1.61/1.76	c 2	Heap : 5 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.61/1.76	c 2	SAT : 960 SAT variables, 27093 SAT clauses, 490104 bytes
1.61/1.76	c 2	Heap : 5 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.61/1.79	c 2	SOLVING HOME/temp.cnf
1.61/1.79	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.61/1.79	c 2	This is MiniSat 2.0 beta
1.61/1.79	c 2	WARNING: for repeatability, setting FPU to use double precision
1.61/1.79	c 2	============================[ Problem Statistics ]=============================
1.61/1.79	c 2	|                                                                             |
1.61/1.79	c 2	|  Number of variables:  960                                                  |
1.61/1.79	c 2	|  Number of clauses:    27093                                                |
1.69/1.81	c 2	|  Parsing time:         0.01         s                                       |
1.69/1.81	c 2	============================[ Search Statistics ]==============================
1.69/1.81	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.69/1.81	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.69/1.81	c 2	===============================================================================
1.69/1.81	c 2	|         0 |     960    27093    99828 |     9031        0    nan |  0.000 % |
1.69/1.83	c 2	|       100 |     960    27093    99828 |     9934      100     12 |  0.000 % |
1.69/1.85	c 2	|       250 |     960    27093    99828 |    10927      250     12 |  0.001 % |
1.69/1.87	c 2	|       475 |     960    27093    99828 |    12020      475     13 |  0.002 % |
1.69/1.92	c 2	|       813 |     960    27093    99828 |    13222      813     12 |  0.005 % |
1.69/1.99	c 2	|      1319 |     960    27093    99828 |    14544     1319     12 |  0.005 % |
1.69/2.08	c 2	|      2078 |     960    27093    99828 |    15998     2078     12 |  0.005 % |
2.09/2.22	c 2	|      3219 |     960    27093    99828 |    17598     3219     12 |  0.005 % |
2.28/2.47	c 3	|      4927 |     960    27093    99828 |    19358     4927     12 |  0.005 % |
2.67/2.83	c 3	|      7489 |     960    27093    99828 |    21294     7489     13 |  0.005 % |
3.27/3.41	c 3	|     11334 |     960    27093    99828 |    23424    11334     13 |  0.001 % |
4.35/4.52	c 5	|     17100 |     960    27093    99828 |    25766    17100     13 |  0.005 % |
6.25/6.45	c 7	|     25750 |     960    27093    99828 |    28343    25750     14 |  0.005 % |
9.41/9.60	c 10	|     38724 |     960    27093    99828 |    31177    22715     15 |  0.006 % |
14.17/14.44	c 15	|     58187 |     960    27093    99828 |    34295    23564     16 |  0.003 % |
22.78/23.14	c 23	|     87379 |     960    27093    99828 |    37724    32035     17 |  0.003 % |
36.45/36.99	c 37	|    131168 |     960    27093    99828 |    41497    29823     17 |  0.000 % |
59.63/60.34	c 60	|    196852 |     959    27038    99671 |    45646     6697     11 |  0.104 % |
88.46/89.48	c 90	|    295378 |     958    26962    99418 |    50211    21416     16 |  0.209 % |
144.82/146.30	c 146	|    443168 |     957    26897    99238 |    55232    47584     19 |  0.313 % |
224.35/226.03	c 226	|    664853 |     957    26897    99238 |    60756    29064     17 |  0.314 % |
353.39/355.16	c 355	|    997378 |     957    26897    99238 |    66831    54723     20 |  0.314 % |
553.03/554.87	c 555	|   1496166 |     957    26897    99238 |    73514    50483     20 |  0.314 % |
878.00/879.93	c 880	|   2244351 |     955    26763    98805 |    80866    22252     19 |  0.521 % |
991.67/993.66	c 994	===============================================================================
991.67/993.66	c 994	restarts              : 24
991.67/993.66	c 994	conflicts             : 2482936        (2508 /sec)
991.67/993.66	c 994	decisions             : 3098110        (1.48 % random) (3130 /sec)
991.67/993.66	c 994	propagations          : 296836180      (299862 /sec)
991.67/993.66	c 994	conflict literals     : 47363313       (36.36 % deleted)
991.67/993.66	c 994	Memory used           : 19.30 MB
991.67/993.66	c 994	CPU time              : 989.91 s
991.67/993.66	c 994	
991.67/993.66	c 994	SATISFIABLE
991.67/993.66	c 994	DECODING HOME/temp.out WITH HOME/temp.map
991.67/993.66	c 994	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
991.74/993.75	c 994	Decoding HOME/temp.out
991.74/993.78	s SATISFIABLE
991.74/993.78	v 0 5 8 0 15 16 12 23 22 8 18 22 17 7 3 20 8 22 12 20 21 12 19 0 24 20 14 0 13 6 9 22 14 21 16 3 21 10 23 14
991.74/993.78	c 994	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
991.74/993.82	c 994	CPU 991.57 (0.03 0.01 991.54 0.28)
991.74/993.82	c 994	END Sat Jul  5 20:40:03 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-1097458-1215282209/watcher-1097458-1215282209 -o /tmp/evaluation-result-1097458-1215282209/solver-1097458-1215282209 -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-1097458-1215282209.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: 2.00 2.00 2.00 4/81 5391
/proc/meminfo: memFree=1605800/2055920 swapFree=4179776/4192956
[pid=5391] ppid=5389 vsize=12268 CPUtime=0
/proc/5391/stat : 5391 (sugar) R 5389 5391 3977 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 2007193376 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 221954931301 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/5391/statm: 3067 316 241 3 0 167 0

[startup+0.0701851 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 5391
/proc/meminfo: memFree=1605800/2055920 swapFree=4179776/4192956
[pid=5391] ppid=5389 vsize=13600 CPUtime=0.04
/proc/5391/stat : 5391 (sugar) S 5389 5391 3977 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 2007193376 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5391/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.101428 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 5391
/proc/meminfo: memFree=1605800/2055920 swapFree=4179776/4192956
[pid=5391] ppid=5389 vsize=13600 CPUtime=0.04
/proc/5391/stat : 5391 (sugar) S 5389 5391 3977 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 2007193376 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5391/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.301195 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 5391
/proc/meminfo: memFree=1605800/2055920 swapFree=4179776/4192956
[pid=5391] ppid=5389 vsize=13600 CPUtime=0.04
/proc/5391/stat : 5391 (sugar) S 5389 5391 3977 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 2007193376 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5391/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701235 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 5391
/proc/meminfo: memFree=1605800/2055920 swapFree=4179776/4192956
[pid=5391] ppid=5389 vsize=13600 CPUtime=0.04
/proc/5391/stat : 5391 (sugar) S 5389 5391 3977 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 2007193376 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5391/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50231 s]
/proc/loadavg: 2.00 2.00 2.00 3/92 5413
/proc/meminfo: memFree=1595664/2055920 swapFree=4179776/4192956
[pid=5391] ppid=5389 vsize=13600 CPUtime=0.68
/proc/5391/stat : 5391 (sugar) S 5389 5391 3977 0 -1 4194304 974 4655 0 1 3 1 59 5 15 0 1 0 2007193376 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5391/statm: 3400 797 370 3 0 500 0
[pid=5404] ppid=5391 vsize=5356 CPUtime=0
/proc/5404/stat : 5404 (sh) S 5391 5391 3977 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2007193450 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5404/statm: 1339 233 193 169 0 50 0
[pid=5405] ppid=5404 vsize=864180 CPUtime=0.73
/proc/5405/stat : 5405 (java) S 5404 5391 3977 0 -1 0 7664 0 1 0 69 4 0 0 18 0 9 0 2007193450 884920320 6936 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5405/statm: 216045 6936 2540 9 0 210620 0
[pid=5405/tid=5406] ppid=5404 vsize=864180 CPUtime=0.41
/proc/5405/task/5406/stat : 5406 (java) R 5404 5391 3977 0 -1 64 2578 0 1 0 39 2 0 0 18 0 9 0 2007193451 884920320 6936 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5405/tid=5407] ppid=5404 vsize=864180 CPUtime=0.23
/proc/5405/task/5407/stat : 5407 (java) R 5404 5391 3977 0 -1 64 4053 0 0 0 22 1 0 0 16 0 9 0 2007193452 884920320 6936 996147200 134512640 134550740 4294955952 18446744073709551615 102493634 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5405/tid=5408] ppid=5404 vsize=864180 CPUtime=0
/proc/5405/task/5408/stat : 5408 (java) S 5404 5391 3977 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2007193452 884920320 6936 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5405/tid=5409] ppid=5404 vsize=864180 CPUtime=0
/proc/5405/task/5409/stat : 5409 (java) S 5404 5391 3977 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 2007193452 884920320 6936 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5405/tid=5410] ppid=5404 vsize=864180 CPUtime=0
/proc/5405/task/5410/stat : 5410 (java) S 5404 5391 3977 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2007193454 884920320 6936 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5405/tid=5411] ppid=5404 vsize=864180 CPUtime=0.07
/proc/5405/task/5411/stat : 5411 (java) S 5404 5391 3977 0 -1 64 336 0 0 0 7 0 0 0 16 0 9 0 2007193454 884920320 6936 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5405/tid=5412] ppid=5404 vsize=864180 CPUtime=0
/proc/5405/task/5412/stat : 5412 (java) S 5404 5391 3977 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2007193454 884920320 6936 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5405/tid=5413] ppid=5404 vsize=864180 CPUtime=0
/proc/5405/task/5413/stat : 5413 (java) S 5404 5391 3977 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2007193454 884920320 6936 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 883136

[startup+3.10145 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 5415
/proc/meminfo: memFree=1600464/2055920 swapFree=4179776/4192956
[pid=5391] ppid=5389 vsize=13600 CPUtime=1.69
/proc/5391/stat : 5391 (sugar) S 5389 5391 3977 0 -1 4194304 1031 12748 0 2 3 1 154 11 15 0 1 0 2007193376 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5391/statm: 3400 798 370 3 0 500 0
[pid=5414] ppid=5391 vsize=5356 CPUtime=0
/proc/5414/stat : 5414 (sh) S 5391 5391 3977 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2007193555 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5414/statm: 1339 232 193 169 0 50 0
[pid=5415] ppid=5414 vsize=3996 CPUtime=1.28
/proc/5415/stat : 5415 (minisat) R 5414 5391 3977 0 -1 4194304 767 0 0 0 128 0 0 0 25 0 1 0 2007193556 4091904 753 996147200 134512640 135127466 4294956256 18446744073709551615 134530700 0 0 4096 3 0 0 0 17 1 0 0
/proc/5415/statm: 999 753 75 150 0 846 0
Current children cumulated CPU time (s) 2.97
Current children cumulated vsize (KiB) 22952

[startup+6.30274 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 5415
/proc/meminfo: memFree=1598672/2055920 swapFree=4179776/4192956
[pid=5391] ppid=5389 vsize=13600 CPUtime=1.69
/proc/5391/stat : 5391 (sugar) S 5389 5391 3977 0 -1 4194304 1031 12748 0 2 3 1 154 11 16 0 1 0 2007193376 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5391/statm: 3400 798 370 3 0 500 0
[pid=5414] ppid=5391 vsize=5356 CPUtime=0
/proc/5414/stat : 5414 (sh) S 5391 5391 3977 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2007193555 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5414/statm: 1339 232 193 169 0 50 0
[pid=5415] ppid=5414 vsize=5444 CPUtime=4.46
/proc/5415/stat : 5415 (minisat) R 5414 5391 3977 0 -1 4194304 1131 0 0 0 445 1 0 0 25 0 1 0 2007193556 5574656 1117 996147200 134512640 135127466 4294956256 18446744073709551615 134530670 0 0 4096 3 0 0 0 17 1 0 0
/proc/5415/statm: 1361 1117 75 150 0 1208 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 24400

[startup+12.7023 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 5415
/proc/meminfo: memFree=1597264/2055920 swapFree=4179776/4192956
[pid=5391] ppid=5389 vsize=13600 CPUtime=1.69
/proc/5391/stat : 5391 (sugar) S 5389 5391 3977 0 -1 4194304 1031 12748 0 2 3 1 154 11 16 0 1 0 2007193376 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5391/statm: 3400 798 370 3 0 500 0
[pid=5414] ppid=5391 vsize=5356 CPUtime=0
/proc/5414/stat : 5414 (sh) S 5391 5391 3977 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2007193555 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5414/statm: 1339 232 193 169 0 50 0
[pid=5415] ppid=5414 vsize=6400 CPUtime=10.79
/proc/5415/stat : 5415 (minisat) R 5414 5391 3977 0 -1 4194304 1364 0 0 0 1078 1 0 0 25 0 1 0 2007193556 6553600 1350 996147200 134512640 135127466 4294956256 18446744073709551615 134530654 0 0 4096 3 0 0 0 17 1 0 0
/proc/5415/statm: 1600 1350 75 150 0 1447 0
Current children cumulated CPU time (s) 12.48
Current children cumulated vsize (KiB) 25356

[startup+25.5015 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 5415
/proc/meminfo: memFree=1596112/2055920 swapFree=4179776/4192956
[pid=5391] ppid=5389 vsize=13600 CPUtime=1.69
/proc/5391/stat : 5391 (sugar) S 5389 5391 3977 0 -1 4194304 1031 12748 0 2 3 1 154 11 16 0 1 0 2007193376 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5391/statm: 3400 798 370 3 0 500 0
[pid=5414] ppid=5391 vsize=5356 CPUtime=0
/proc/5414/stat : 5414 (sh) S 5391 5391 3977 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2007193555 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5414/statm: 1339 232 193 169 0 50 0
[pid=5415] ppid=5414 vsize=7596 CPUtime=23.47
/proc/5415/stat : 5415 (minisat) R 5414 5391 3977 0 -1 4194304 1664 0 0 0 2346 1 0 0 25 0 1 0 2007193556 7778304 1650 996147200 134512640 135127466 4294956256 18446744073709551615 134528437 0 0 4096 3 0 0 0 17 1 0 0
/proc/5415/statm: 1899 1650 75 150 0 1746 0
Current children cumulated CPU time (s) 25.16
Current children cumulated vsize (KiB) 26552

[startup+51.1018 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 5415
/proc/meminfo: memFree=1595280/2055920 swapFree=4179776/4192956
[pid=5391] ppid=5389 vsize=13600 CPUtime=1.69
/proc/5391/stat : 5391 (sugar) S 5389 5391 3977 0 -1 4194304 1031 12748 0 2 3 1 154 11 16 0 1 0 2007193376 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5391/statm: 3400 798 370 3 0 500 0
[pid=5414] ppid=5391 vsize=5356 CPUtime=0
/proc/5414/stat : 5414 (sh) S 5391 5391 3977 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2007193555 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5414/statm: 1339 232 193 169 0 50 0
[pid=5415] ppid=5414 vsize=8340 CPUtime=48.82
/proc/5415/stat : 5415 (minisat) R 5414 5391 3977 0 -1 4194304 1857 0 0 0 4881 1 0 0 25 0 1 0 2007193556 8540160 1843 996147200 134512640 135127466 4294956256 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 1 0 0
/proc/5415/statm: 2085 1843 75 150 0 1932 0
Current children cumulated CPU time (s) 50.51
Current children cumulated vsize (KiB) 27296

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 5415
/proc/meminfo: memFree=1594320/2055920 swapFree=4179776/4192956
[pid=5391] ppid=5389 vsize=13600 CPUtime=1.69
/proc/5391/stat : 5391 (sugar) S 5389 5391 3977 0 -1 4194304 1031 12748 0 2 3 1 154 11 16 0 1 0 2007193376 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5391/statm: 3400 798 370 3 0 500 0
[pid=5414] ppid=5391 vsize=5356 CPUtime=0
/proc/5414/stat : 5414 (sh) S 5391 5391 3977 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2007193555 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5414/statm: 1339 232 193 169 0 50 0
[pid=5415] ppid=5414 vsize=9144 CPUtime=99.56
/proc/5415/stat : 5415 (minisat) R 5414 5391 3977 0 -1 4194304 2059 0 0 0 9954 2 0 0 25 0 1 0 2007193556 9363456 2045 996147200 134512640 135127466 4294956256 18446744073709551615 134530840 0 0 4096 3 0 0 0 17 1 0 0
/proc/5415/statm: 2286 2045 75 150 0 2133 0
Current children cumulated CPU time (s) 101.25
Current children cumulated vsize (KiB) 28100

[startup+162.302 s]
/proc/loadavg: 1.88 1.97 1.99 3/83 5484
/proc/meminfo: memFree=1724640/2055920 swapFree=4179776/4192956
[pid=5391] ppid=5389 vsize=13600 CPUtime=1.69
/proc/5391/stat : 5391 (sugar) S 5389 5391 3977 0 -1 4194304 1031 12748 0 2 3 1 154 11 16 0 1 0 2007193376 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5391/statm: 3400 798 370 3 0 500 0
[pid=5414] ppid=5391 vsize=5356 CPUtime=0
/proc/5414/stat : 5414 (sh) S 5391 5391 3977 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2007193555 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5414/statm: 1339 232 193 169 0 50 0
[pid=5415] ppid=5414 vsize=11428 CPUtime=159.07
/proc/5415/stat : 5415 (minisat) R 5414 5391 3977 0 -1 4194304 2639 0 0 0 15903 4 0 0 25 0 1 0 2007193556 11702272 2625 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/5415/statm: 2857 2625 75 150 0 2704 0
Current children cumulated CPU time (s) 160.76
Current children cumulated vsize (KiB) 30384

[startup+222.301 s]
/proc/loadavg: 2.03 1.99 1.99 3/84 5608
/proc/meminfo: memFree=1706840/2055920 swapFree=4179776/4192956
[pid=5391] ppid=5389 vsize=13600 CPUtime=1.69
/proc/5391/stat : 5391 (sugar) S 5389 5391 3977 0 -1 4194304 1031 12748 0 2 3 1 154 11 16 0 1 0 2007193376 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5391/statm: 3400 798 370 3 0 500 0
[pid=5414] ppid=5391 vsize=5356 CPUtime=0
/proc/5414/stat : 5414 (sh) S 5391 5391 3977 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2007193555 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0

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


[startup+822.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/84 5652
/proc/meminfo: memFree=1738200/2055920 swapFree=4179776/4192956
[pid=5391] ppid=5389 vsize=13600 CPUtime=1.69
/proc/5391/stat : 5391 (sugar) S 5389 5391 3977 0 -1 4194304 1031 12748 0 2 3 1 154 11 16 0 1 0 2007193376 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5391/statm: 3400 798 370 3 0 500 0
[pid=5414] ppid=5391 vsize=5356 CPUtime=0
/proc/5414/stat : 5414 (sh) S 5391 5391 3977 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2007193555 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5414/statm: 1339 232 193 169 0 50 0
[pid=5415] ppid=5414 vsize=19072 CPUtime=818.74
/proc/5415/stat : 5415 (minisat) R 5414 5391 3977 0 -1 4194304 4461 0 0 0 81862 12 0 0 25 0 1 0 2007193556 19529728 4447 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/5415/statm: 4768 4447 75 150 0 4615 0
Current children cumulated CPU time (s) 820.43
Current children cumulated vsize (KiB) 38028

[startup+882.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/84 5652
/proc/meminfo: memFree=1738008/2055920 swapFree=4179776/4192956
[pid=5391] ppid=5389 vsize=13600 CPUtime=1.69
/proc/5391/stat : 5391 (sugar) S 5389 5391 3977 0 -1 4194304 1031 12748 0 2 3 1 154 11 16 0 1 0 2007193376 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5391/statm: 3400 798 370 3 0 500 0
[pid=5414] ppid=5391 vsize=5356 CPUtime=0
/proc/5414/stat : 5414 (sh) S 5391 5391 3977 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2007193555 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5414/statm: 1339 232 193 169 0 50 0
[pid=5415] ppid=5414 vsize=19204 CPUtime=878.71
/proc/5415/stat : 5415 (minisat) R 5414 5391 3977 0 -1 4194304 4495 0 0 0 87859 12 0 0 25 0 1 0 2007193556 19664896 4481 996147200 134512640 135127466 4294956256 18446744073709551615 134530635 0 0 4096 3 0 0 0 17 0 0 0
/proc/5415/statm: 4801 4481 75 150 0 4648 0
Current children cumulated CPU time (s) 880.4
Current children cumulated vsize (KiB) 38160

[startup+942.302 s]
/proc/loadavg: 2.00 2.01 2.00 3/84 5652
/proc/meminfo: memFree=1737688/2055920 swapFree=4179776/4192956
[pid=5391] ppid=5389 vsize=13600 CPUtime=1.69
/proc/5391/stat : 5391 (sugar) S 5389 5391 3977 0 -1 4194304 1031 12748 0 2 3 1 154 11 16 0 1 0 2007193376 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5391/statm: 3400 798 370 3 0 500 0
[pid=5414] ppid=5391 vsize=5356 CPUtime=0
/proc/5414/stat : 5414 (sh) S 5391 5391 3977 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2007193555 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5414/statm: 1339 232 193 169 0 50 0
[pid=5415] ppid=5414 vsize=19484 CPUtime=938.69
/proc/5415/stat : 5415 (minisat) R 5414 5391 3977 0 -1 4194304 4565 0 0 0 93857 12 0 0 25 0 1 0 2007193556 19951616 4551 996147200 134512640 135127466 4294956256 18446744073709551615 134530752 0 0 4096 3 0 0 0 17 0 0 0
/proc/5415/statm: 4871 4551 75 150 0 4718 0
Current children cumulated CPU time (s) 940.38
Current children cumulated vsize (KiB) 38440

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

[startup+947.106 s]
/proc/loadavg: 2.00 2.01 2.00 3/84 5652
/proc/meminfo: memFree=1737624/2055920 swapFree=4179776/4192956
[pid=5391] ppid=5389 vsize=13600 CPUtime=1.69
/proc/5391/stat : 5391 (sugar) S 5389 5391 3977 0 -1 4194304 1031 12748 0 2 3 1 154 11 16 0 1 0 2007193376 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5391/statm: 3400 798 370 3 0 500 0
[pid=5414] ppid=5391 vsize=5356 CPUtime=0
/proc/5414/stat : 5414 (sh) S 5391 5391 3977 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2007193555 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5414/statm: 1339 232 193 169 0 50 0
[pid=5415] ppid=5414 vsize=19624 CPUtime=943.5
/proc/5415/stat : 5415 (minisat) R 5414 5391 3977 0 -1 4194304 4581 0 0 0 94337 13 0 0 25 0 1 0 2007193556 20094976 4567 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/5415/statm: 4906 4567 75 150 0 4753 0
Current children cumulated CPU time (s) 945.19
Current children cumulated vsize (KiB) 38580

[startup+972.703 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 5652
/proc/meminfo: memFree=1737496/2055920 swapFree=4179776/4192956
[pid=5391] ppid=5389 vsize=13600 CPUtime=1.69
/proc/5391/stat : 5391 (sugar) S 5389 5391 3977 0 -1 4194304 1031 12748 0 2 3 1 154 11 16 0 1 0 2007193376 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5391/statm: 3400 798 370 3 0 500 0
[pid=5414] ppid=5391 vsize=5356 CPUtime=0
/proc/5414/stat : 5414 (sh) S 5391 5391 3977 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2007193555 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5414/statm: 1339 232 193 169 0 50 0
[pid=5415] ppid=5414 vsize=19624 CPUtime=969.08
/proc/5415/stat : 5415 (minisat) R 5414 5391 3977 0 -1 4194304 4597 0 0 0 96895 13 0 0 25 0 1 0 2007193556 20094976 4583 996147200 134512640 135127466 4294956256 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 0 0 0
/proc/5415/statm: 4906 4583 75 150 0 4753 0
Current children cumulated CPU time (s) 970.77
Current children cumulated vsize (KiB) 38580

[startup+985.502 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 5652
/proc/meminfo: memFree=1737432/2055920 swapFree=4179776/4192956
[pid=5391] ppid=5389 vsize=13600 CPUtime=1.69
/proc/5391/stat : 5391 (sugar) S 5389 5391 3977 0 -1 4194304 1031 12748 0 2 3 1 154 11 16 0 1 0 2007193376 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5391/statm: 3400 798 370 3 0 500 0
[pid=5414] ppid=5391 vsize=5356 CPUtime=0
/proc/5414/stat : 5414 (sh) S 5391 5391 3977 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2007193555 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5414/statm: 1339 232 193 169 0 50 0
[pid=5415] ppid=5414 vsize=19624 CPUtime=981.88
/proc/5415/stat : 5415 (minisat) R 5414 5391 3977 0 -1 4194304 4609 0 0 0 98175 13 0 0 25 0 1 0 2007193556 20094976 4595 996147200 134512640 135127466 4294956256 18446744073709551615 134530775 0 0 4096 3 0 0 0 17 0 0 0
/proc/5415/statm: 4906 4595 75 150 0 4753 0
Current children cumulated CPU time (s) 983.57
Current children cumulated vsize (KiB) 38580

[startup+988.702 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 5652
/proc/meminfo: memFree=1737432/2055920 swapFree=4179776/4192956
[pid=5391] ppid=5389 vsize=13600 CPUtime=1.69
/proc/5391/stat : 5391 (sugar) S 5389 5391 3977 0 -1 4194304 1031 12748 0 2 3 1 154 11 16 0 1 0 2007193376 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5391/statm: 3400 798 370 3 0 500 0
[pid=5414] ppid=5391 vsize=5356 CPUtime=0
/proc/5414/stat : 5414 (sh) S 5391 5391 3977 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2007193555 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5414/statm: 1339 232 193 169 0 50 0
[pid=5415] ppid=5414 vsize=19624 CPUtime=985.08
/proc/5415/stat : 5415 (minisat) R 5414 5391 3977 0 -1 4194304 4609 0 0 0 98495 13 0 0 25 0 1 0 2007193556 20094976 4595 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/5415/statm: 4906 4595 75 150 0 4753 0
Current children cumulated CPU time (s) 986.77
Current children cumulated vsize (KiB) 38580

[startup+991.901 s]
/proc/loadavg: 2.00 2.00 2.00 4/84 5652
/proc/meminfo: memFree=1737432/2055920 swapFree=4179776/4192956
[pid=5391] ppid=5389 vsize=13600 CPUtime=1.69
/proc/5391/stat : 5391 (sugar) S 5389 5391 3977 0 -1 4194304 1031 12748 0 2 3 1 154 11 16 0 1 0 2007193376 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5391/statm: 3400 798 370 3 0 500 0
[pid=5414] ppid=5391 vsize=5356 CPUtime=0
/proc/5414/stat : 5414 (sh) S 5391 5391 3977 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2007193555 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5414/statm: 1339 232 193 169 0 50 0
[pid=5415] ppid=5414 vsize=19624 CPUtime=988.28
/proc/5415/stat : 5415 (minisat) R 5414 5391 3977 0 -1 4194304 4609 0 0 0 98815 13 0 0 25 0 1 0 2007193556 20094976 4595 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/5415/statm: 4906 4595 75 150 0 4753 0
Current children cumulated CPU time (s) 989.97
Current children cumulated vsize (KiB) 38580

[startup+992.701 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 5652
/proc/meminfo: memFree=1737432/2055920 swapFree=4179776/4192956
[pid=5391] ppid=5389 vsize=13600 CPUtime=1.69
/proc/5391/stat : 5391 (sugar) S 5389 5391 3977 0 -1 4194304 1031 12748 0 2 3 1 154 11 16 0 1 0 2007193376 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5391/statm: 3400 798 370 3 0 500 0
[pid=5414] ppid=5391 vsize=5356 CPUtime=0
/proc/5414/stat : 5414 (sh) S 5391 5391 3977 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2007193555 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5414/statm: 1339 232 193 169 0 50 0
[pid=5415] ppid=5414 vsize=19624 CPUtime=989.08
/proc/5415/stat : 5415 (minisat) R 5414 5391 3977 0 -1 4194304 4609 0 0 0 98895 13 0 0 25 0 1 0 2007193556 20094976 4595 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/5415/statm: 4906 4595 75 150 0 4753 0
Current children cumulated CPU time (s) 990.77
Current children cumulated vsize (KiB) 38580

[startup+993.501 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 5652
/proc/meminfo: memFree=1737432/2055920 swapFree=4179776/4192956
[pid=5391] ppid=5389 vsize=13600 CPUtime=1.69
/proc/5391/stat : 5391 (sugar) S 5389 5391 3977 0 -1 4194304 1031 12748 0 2 3 1 154 11 16 0 1 0 2007193376 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5391/statm: 3400 798 370 3 0 500 0
[pid=5414] ppid=5391 vsize=5356 CPUtime=0
/proc/5414/stat : 5414 (sh) S 5391 5391 3977 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2007193555 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5414/statm: 1339 232 193 169 0 50 0
[pid=5415] ppid=5414 vsize=19756 CPUtime=989.88
/proc/5415/stat : 5415 (minisat) R 5414 5391 3977 0 -1 4194304 4615 0 0 0 98975 13 0 0 25 0 1 0 2007193556 20230144 4601 996147200 134512640 135127466 4294956256 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 0 0 0
/proc/5415/statm: 4939 4601 75 150 0 4786 0
Current children cumulated CPU time (s) 991.57
Current children cumulated vsize (KiB) 38712

[startup+993.701 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 5652
/proc/meminfo: memFree=1737432/2055920 swapFree=4179776/4192956
[pid=5391] ppid=5389 vsize=13600 CPUtime=991.74
/proc/5391/stat : 5391 (sugar) S 5389 5391 3977 0 -1 4194304 1070 17658 0 2 3 1 99145 25 17 0 1 0 2007193376 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5391/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 991.74
Current children cumulated vsize (KiB) 13600

[startup+993.801 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 5652
/proc/meminfo: memFree=1737432/2055920 swapFree=4179776/4192956
[pid=5391] ppid=5389 vsize=13600 CPUtime=991.74
/proc/5391/stat : 5391 (sugar) S 5389 5391 3977 0 -1 4194304 1090 17658 0 2 3 1 99145 25 15 0 1 0 2007193376 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5391/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 991.74
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 993.829
CPU time (s): 991.88
CPU user time (s): 991.58
CPU system time (s): 0.299954
CPU usage (%): 99.8039
Max. virtual memory (cumulated for all children) (KiB): 883248

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 991.58
system time used= 0.299954
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22495
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= 1809
involuntary context switches= 10228

runsolver used 1.11083 second user time and 2.98655 second system time

The end

Launcher Data (download as text)

Begin job on node43 at 2008-07-05 20:23:29
IDJOB=1097458
IDBENCH=59452
IDSOLVER=346
FILE ID=node43/1097458-1215282209
PBS_JOBID= 7882220
Free space on /tmp= 66512 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/tightness0.5/normalized-rand-2-40-25-180-500-79_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-1097458-1215282209/watcher-1097458-1215282209 -o /tmp/evaluation-result-1097458-1215282209/solver-1097458-1215282209 -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-1097458-1215282209.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 612b7992bccea0cb59c22b69328f3248
RANDOM SEED=55837668

node43.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.230
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.230
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:       1606280 kB
Buffers:         45124 kB
Cached:         174976 kB
SwapCached:       6816 kB
Active:         313284 kB
Inactive:        82068 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1606280 kB
SwapTotal:     4192956 kB
SwapFree:      4179776 kB
Dirty:            1600 kB
Writeback:           0 kB
Mapped:         191620 kB
Slab:            39124 kB
Committed_AS:  4046580 kB
PageTables:       2272 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= 66508 MiB
End job on node43 at 2008-07-05 20:40:03