Trace number 1039180

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 1316.77 1320.29

General information on the benchmark

Namecsp/rand-2-23/
normalized-rand-23-23-253-131-50021_ext.xml
MD5SUM204b0aa82f5d61dc0972b84807b5c004
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 benchmark3.70744
Satisfiable
(Un)Satisfiability was proved
Number of variables23
Number of constraints253
Maximum constraint arity2
Maximum domain size23
Number of constraints which are defined in extension253
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 Wed Jul  2 04:59:00 2008
0.00/0.04	c 0	PID 9637
0.03/0.05	c 0	HOST node43.alineos.net
0.03/0.05	c 0	CONVERTING HOME/instance-1039180-1214967540.xml TO HOME/temp.csp
0.03/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1039180-1214967540.xml' 'HOME/temp.csp'
0.03/0.72	c 1	1 domains, 23 variables, 0 predicates, 253 relations, 253 constraints
0.03/0.73	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/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.69/0.81	c 1	Parsing HOME/temp.csp
1.23/1.30	c 1	parsed 530 expressions
1.23/1.31	c 1	Heap : 4 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.23/1.31	c 1	Converting to clausal form CSP
1.23/1.33	c 1	converted 53 (10%) expressions
1.23/1.34	c 1	converted 106 (20%) expressions
1.23/1.34	c 1	converted 159 (30%) expressions
1.23/1.34	c 1	converted 212 (40%) expressions
1.23/1.34	c 1	converted 265 (50%) expressions
1.33/1.41	c 1	converted 318 (60%) expressions
1.33/1.43	c 1	converted 371 (70%) expressions
1.33/1.45	c 1	converted 424 (80%) expressions
1.33/1.47	c 1	converted 477 (90%) expressions
1.33/1.48	c 1	converted 530 (100%) expressions
1.33/1.48	c 1	CSP : 23 integers, 0 booleans, 253 clauses, largest domain size 23
1.33/1.48	c 1	Heap : 7 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.33/1.48	c 1	Propagation in CSP
1.33/1.49	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.33/1.49	c 1	CSP : 23 integers, 0 booleans, 253 clauses, largest domain size 23
1.33/1.49	c 1	Heap : 7 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.33/1.49	c 1	Simplifing CSP by introducing new Boolean variables
1.33/1.49	c 1	CSP : 23 integers, 0 booleans, 253 clauses, largest domain size 23
1.33/1.49	c 1	Heap : 7 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.43/1.53	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.43/1.54	c 1	3 (10%) CSP integer variables are encoded (63 clauses, 614 bytes)
1.43/1.54	c 1	5 (20%) CSP integer variables are encoded (105 clauses, 1013 bytes)
1.43/1.54	c 1	7 (30%) CSP integer variables are encoded (147 clauses, 1475 bytes)
1.43/1.54	c 1	10 (40%) CSP integer variables are encoded (210 clauses, 2168 bytes)
1.43/1.54	c 1	12 (50%) CSP integer variables are encoded (252 clauses, 2630 bytes)
1.43/1.55	c 1	14 (60%) CSP integer variables are encoded (294 clauses, 3092 bytes)
1.43/1.55	c 1	17 (70%) CSP integer variables are encoded (357 clauses, 3785 bytes)
1.43/1.55	c 1	19 (80%) CSP integer variables are encoded (399 clauses, 4247 bytes)
1.43/1.55	c 1	21 (90%) CSP integer variables are encoded (441 clauses, 4709 bytes)
1.43/1.55	c 1	23 (100%) CSP integer variables are encoded (483 clauses, 5171 bytes)
1.53/1.60	c 2	26 (10%) CSP clauses are encoded (2801 clauses, 42390 bytes)
1.53/1.62	c 2	51 (20%) CSP clauses are encoded (5010 clauses, 80000 bytes)
1.53/1.64	c 2	76 (30%) CSP clauses are encoded (7210 clauses, 117551 bytes)
1.53/1.65	c 2	102 (40%) CSP clauses are encoded (9534 clauses, 159294 bytes)
1.53/1.66	c 2	127 (50%) CSP clauses are encoded (11746 clauses, 201242 bytes)
1.53/1.68	c 2	152 (60%) CSP clauses are encoded (13949 clauses, 243239 bytes)
1.53/1.69	c 2	178 (70%) CSP clauses are encoded (16260 clauses, 287189 bytes)
1.63/1.71	c 2	203 (80%) CSP clauses are encoded (18428 clauses, 328389 bytes)
1.63/1.72	c 2	228 (90%) CSP clauses are encoded (20661 clauses, 370874 bytes)
1.63/1.74	c 2	253 (100%) CSP clauses are encoded (22856 clauses, 412670 bytes)
1.63/1.74	c 2	253 CSP clauses encoded
1.63/1.74	c 2	Writing map file : HOME/temp.map
1.63/1.74	c 2	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.63/1.74	c 2	SAT : 506 SAT variables, 22856 SAT clauses, 412670 bytes
1.63/1.74	c 2	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.63/1.79	c 2	SOLVING HOME/temp.cnf
1.63/1.79	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.63/1.79	c 2	This is MiniSat 2.0 beta
1.63/1.79	c 2	WARNING: for repeatability, setting FPU to use double precision
1.63/1.79	c 2	============================[ Problem Statistics ]=============================
1.63/1.79	c 2	|                                                                             |
1.63/1.79	c 2	|  Number of variables:  506                                                  |
1.63/1.79	c 2	|  Number of clauses:    22856                                                |
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 |     506    22856    85615 |     7618        0    nan |  0.000 % |
1.69/1.82	c 2	|       100 |     506    22856    85615 |     8380      100     10 |  0.000 % |
1.69/1.84	c 2	|       252 |     506    22856    85615 |     9218      252     10 |  0.014 % |
1.69/1.87	c 2	|       477 |     506    22856    85615 |    10140      477     10 |  0.016 % |
1.69/1.91	c 2	|       815 |     506    22856    85615 |    11154      815     10 |  0.016 % |
1.69/1.98	c 2	|      1321 |     506    22856    85615 |    12269     1321     10 |  0.016 % |
1.69/2.08	c 2	|      2080 |     506    22856    85615 |    13496     2080     11 |  0.016 % |
2.08/2.24	c 2	|      3219 |     506    22856    85615 |    14846     3219     10 |  0.016 % |
2.28/2.48	c 2	|      4928 |     506    22856    85615 |    16331     4928     11 |  0.016 % |
2.68/2.86	c 3	|      7490 |     506    22856    85615 |    17964     7490     11 |  0.011 % |
3.37/3.52	c 3	|     11336 |     506    22856    85615 |    19760    11336     11 |  0.017 % |
4.26/4.48	c 4	|     17102 |     506    22856    85615 |    21736    17102     12 |  0.013 % |
6.04/6.20	c 6	|     25751 |     506    22856    85615 |    23910    14798     12 |  0.013 % |
8.81/9.09	c 9	|     38725 |     506    22856    85615 |    26301    15127     13 |  0.014 % |
13.37/13.62	c 14	|     58187 |     506    22856    85615 |    28931    19716     12 |  0.014 % |
20.90/21.25	c 21	|     87379 |     506    22856    85615 |    31825    15969     15 |  0.014 % |
32.49/32.97	c 33	|    131168 |     506    22856    85615 |    35007    21239     13 |  0.016 % |
49.53/50.14	c 50	|    196852 |     506    22856    85615 |    38508    18053     16 |  0.004 % |
78.16/79.06	c 79	|    295378 |     506    22856    85615 |    42359    38634     16 |  0.010 % |
123.31/124.68	c 125	|    443167 |     505    22775    85383 |    46595    16183     14 |  0.198 % |
198.31/200.36	c 200	|    664851 |     505    22775    85383 |    51254    41624     14 |  0.215 % |
311.73/314.80	c 315	|    997377 |     504    22691    85087 |    56380    51331     17 |  0.396 % |
488.81/492.10	c 492	|   1496165 |     504    22691    85087 |    62018    36993     15 |  0.397 % |
757.61/760.93	c 761	|   2244349 |     502    22521    84547 |    68219    42004     15 |  0.791 % |
1169.45/1172.99	c 1173	|   3366623 |     501    22456    84361 |    75041    60404     16 |  0.989 % |
1316.59/1320.12	c 1320	===============================================================================
1316.59/1320.12	c 1320	restarts              : 25
1316.59/1320.12	c 1320	conflicts             : 3726261        (2834 /sec)
1316.59/1320.12	c 1320	decisions             : 4409623        (1.25 % random) (3354 /sec)
1316.59/1320.12	c 1320	propagations          : 353160992      (268592 /sec)
1316.59/1320.12	c 1320	conflict literals     : 60696667       (30.58 % deleted)
1316.59/1320.12	c 1320	Memory used           : 22.39 MB
1316.59/1320.12	c 1320	CPU time              : 1314.86 s
1316.59/1320.12	c 1320	
1316.59/1320.12	c 1320	SATISFIABLE
1316.59/1320.12	c 1320	DECODING HOME/temp.out WITH HOME/temp.map
1316.59/1320.12	c 1320	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1316.63/1320.21	c 1320	Decoding HOME/temp.out
1316.63/1320.24	s SATISFIABLE
1316.63/1320.24	v 22 20 1 11 6 10 2 4 0 17 18 2 22 15 22 2 3 5 16 20 12 12 22
1316.63/1320.24	c 1320	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1316.63/1320.29	c 1320	CPU 1316.53 (0.03 0.01 1316.5 0.21)
1316.63/1320.29	c 1320	END Wed Jul  2 05:21:00 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-1039180-1214967540/watcher-1039180-1214967540 -o /tmp/evaluation-result-1039180-1214967540/solver-1039180-1214967540 -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-1039180-1214967540.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.92 1.98 1.99 4/81 9637
/proc/meminfo: memFree=1513104/2055920 swapFree=4179456/4192956
[pid=9637] ppid=9635 vsize=12000 CPUtime=0
/proc/9637/stat : 9637 (sugar) R 9635 9637 9600 0 -1 4194304 201 0 0 0 0 0 0 0 20 0 1 0 1975726463 12288000 169 996147200 4194304 4206940 548682068608 18446744073709551615 221968921227 0 0 4224 0 0 0 0 17 1 0 0
/proc/9637/statm: 3000 169 130 3 0 100 0

[startup+0.049734 s]
/proc/loadavg: 1.92 1.98 1.99 4/81 9637
/proc/meminfo: memFree=1513104/2055920 swapFree=4179456/4192956
[pid=9637] ppid=9635 vsize=13600 CPUtime=0.03
/proc/9637/stat : 9637 (sugar) S 9635 9637 9600 0 -1 4194304 837 0 0 0 3 0 0 0 18 0 1 0 1975726463 13926400 792 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9637/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101529 s]
/proc/loadavg: 1.92 1.98 1.99 4/81 9637
/proc/meminfo: memFree=1513104/2055920 swapFree=4179456/4192956
[pid=9637] ppid=9635 vsize=13600 CPUtime=0.03
/proc/9637/stat : 9637 (sugar) S 9635 9637 9600 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1975726463 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9637/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301544 s]
/proc/loadavg: 1.92 1.98 1.99 4/81 9637
/proc/meminfo: memFree=1513104/2055920 swapFree=4179456/4192956
[pid=9637] ppid=9635 vsize=13600 CPUtime=0.03
/proc/9637/stat : 9637 (sugar) S 9635 9637 9600 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1975726463 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9637/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701585 s]
/proc/loadavg: 1.92 1.98 1.99 4/81 9637
/proc/meminfo: memFree=1513104/2055920 swapFree=4179456/4192956
[pid=9637] ppid=9635 vsize=13600 CPUtime=0.03
/proc/9637/stat : 9637 (sugar) S 9635 9637 9600 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1975726463 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9637/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50266 s]
/proc/loadavg: 1.92 1.98 1.99 5/92 9659
/proc/meminfo: memFree=1505464/2055920 swapFree=4179456/4192956
[pid=9637] ppid=9635 vsize=13600 CPUtime=0.69
/proc/9637/stat : 9637 (sugar) S 9635 9637 9600 0 -1 4194304 974 4704 0 1 3 0 62 4 15 0 1 0 1975726463 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9637/statm: 3400 797 370 3 0 500 0
[pid=9650] ppid=9637 vsize=5356 CPUtime=0
/proc/9650/stat : 9650 (sh) S 9637 9637 9600 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1975726537 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9650/statm: 1339 233 193 169 0 50 0
[pid=9651] ppid=9650 vsize=864336 CPUtime=0.74
/proc/9651/stat : 9651 (java) S 9650 9637 9600 0 -1 0 6626 0 1 0 70 4 0 0 18 0 9 0 1975726537 885080064 5915 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9651/statm: 216084 5915 2540 9 0 210659 0
[pid=9651/tid=9652] ppid=9650 vsize=864336 CPUtime=0.51
/proc/9651/task/9652/stat : 9652 (java) R 9650 9637 9600 0 -1 64 2623 0 1 0 50 1 0 0 21 0 9 0 1975726538 885080064 5915 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9651/tid=9653] ppid=9650 vsize=864336 CPUtime=0.12
/proc/9651/task/9653/stat : 9653 (java) R 9650 9637 9600 0 -1 64 2968 0 0 0 11 1 0 0 16 0 9 0 1975726539 885080064 5915 996147200 134512640 134550740 4294955952 18446744073709551615 103828976 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9651/tid=9654] ppid=9650 vsize=864336 CPUtime=0
/proc/9651/task/9654/stat : 9654 (java) S 9650 9637 9600 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1975726539 885080064 5915 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9651/tid=9655] ppid=9650 vsize=864336 CPUtime=0
/proc/9651/task/9655/stat : 9655 (java) S 9650 9637 9600 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1975726539 885080064 5915 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9651/tid=9656] ppid=9650 vsize=864336 CPUtime=0
/proc/9651/task/9656/stat : 9656 (java) S 9650 9637 9600 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1975726541 885080064 5915 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9651/tid=9657] ppid=9650 vsize=864336 CPUtime=0.08
/proc/9651/task/9657/stat : 9657 (java) S 9650 9637 9600 0 -1 64 342 0 0 0 8 0 0 0 16 0 9 0 1975726541 885080064 5915 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9651/tid=9658] ppid=9650 vsize=864336 CPUtime=0
/proc/9651/task/9658/stat : 9658 (java) S 9650 9637 9600 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1975726541 885080064 5915 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9651/tid=9659] ppid=9650 vsize=864336 CPUtime=0
/proc/9651/task/9659/stat : 9659 (java) S 9650 9637 9600 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1975726541 885080064 5915 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 883292

[startup+3.1018 s]
/proc/loadavg: 1.92 1.98 1.99 3/84 9661
/proc/meminfo: memFree=1508344/2055920 swapFree=4179456/4192956
[pid=9637] ppid=9635 vsize=13600 CPUtime=1.69
/proc/9637/stat : 9637 (sugar) S 9635 9637 9600 0 -1 4194304 1031 11753 0 2 3 0 156 10 15 0 1 0 1975726463 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9637/statm: 3400 798 370 3 0 500 0
[pid=9660] ppid=9637 vsize=5356 CPUtime=0
/proc/9660/stat : 9660 (sh) S 9637 9637 9600 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1975726642 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9660/statm: 1339 232 193 169 0 50 0
[pid=9661] ppid=9660 vsize=3572 CPUtime=1.28
/proc/9661/stat : 9661 (minisat) R 9660 9637 9600 0 -1 4194304 656 0 0 0 128 0 0 0 25 0 1 0 1975726643 3657728 642 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/9661/statm: 893 642 75 150 0 740 0
Current children cumulated CPU time (s) 2.97
Current children cumulated vsize (KiB) 22528

[startup+6.30109 s]
/proc/loadavg: 1.93 1.98 1.99 3/84 9661
/proc/meminfo: memFree=1506744/2055920 swapFree=4179456/4192956
[pid=9637] ppid=9635 vsize=13600 CPUtime=1.69
/proc/9637/stat : 9637 (sugar) S 9635 9637 9600 0 -1 4194304 1031 11753 0 2 3 0 156 10 16 0 1 0 1975726463 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9637/statm: 3400 798 370 3 0 500 0
[pid=9660] ppid=9637 vsize=5356 CPUtime=0
/proc/9660/stat : 9660 (sh) S 9637 9637 9600 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1975726642 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9660/statm: 1339 232 193 169 0 50 0
[pid=9661] ppid=9660 vsize=4676 CPUtime=4.45
/proc/9661/stat : 9661 (minisat) R 9660 9637 9600 0 -1 4194304 934 0 0 0 445 0 0 0 25 0 1 0 1975726643 4788224 920 996147200 134512640 135127466 4294956272 18446744073709551615 134530783 0 0 4096 3 0 0 0 17 1 0 0
/proc/9661/statm: 1169 920 75 150 0 1016 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 23632

[startup+12.7027 s]
/proc/loadavg: 1.93 1.98 1.99 3/84 9661
/proc/meminfo: memFree=1505912/2055920 swapFree=4179456/4192956
[pid=9637] ppid=9635 vsize=13600 CPUtime=1.69
/proc/9637/stat : 9637 (sugar) S 9635 9637 9600 0 -1 4194304 1031 11753 0 2 3 0 156 10 16 0 1 0 1975726463 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9637/statm: 3400 798 370 3 0 500 0
[pid=9660] ppid=9637 vsize=5356 CPUtime=0
/proc/9660/stat : 9660 (sh) S 9637 9637 9600 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1975726642 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9660/statm: 1339 232 193 169 0 50 0
[pid=9661] ppid=9660 vsize=5336 CPUtime=10.79
/proc/9661/stat : 9661 (minisat) R 9660 9637 9600 0 -1 4194304 1108 0 0 0 1079 0 0 0 25 0 1 0 1975726643 5464064 1094 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/9661/statm: 1334 1094 75 150 0 1181 0
Current children cumulated CPU time (s) 12.48
Current children cumulated vsize (KiB) 24292

[startup+25.5018 s]
/proc/loadavg: 1.95 1.98 1.99 3/84 9661
/proc/meminfo: memFree=1504888/2055920 swapFree=4179456/4192956
[pid=9637] ppid=9635 vsize=13600 CPUtime=1.69
/proc/9637/stat : 9637 (sugar) S 9635 9637 9600 0 -1 4194304 1031 11753 0 2 3 0 156 10 16 0 1 0 1975726463 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9637/statm: 3400 798 370 3 0 500 0
[pid=9660] ppid=9637 vsize=5356 CPUtime=0
/proc/9660/stat : 9660 (sh) S 9637 9637 9600 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1975726642 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9660/statm: 1339 232 193 169 0 50 0
[pid=9661] ppid=9660 vsize=6572 CPUtime=23.46
/proc/9661/stat : 9661 (minisat) R 9660 9637 9600 0 -1 4194304 1378 0 0 0 2346 0 0 0 25 0 1 0 1975726643 6729728 1364 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/9661/statm: 1643 1364 75 150 0 1490 0
Current children cumulated CPU time (s) 25.15
Current children cumulated vsize (KiB) 25528

[startup+51.1011 s]
/proc/loadavg: 1.96 1.98 1.99 3/84 9661
/proc/meminfo: memFree=1503480/2055920 swapFree=4179456/4192956
[pid=9637] ppid=9635 vsize=13600 CPUtime=1.69
/proc/9637/stat : 9637 (sugar) S 9635 9637 9600 0 -1 4194304 1031 11753 0 2 3 0 156 10 16 0 1 0 1975726463 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9637/statm: 3400 798 370 3 0 500 0
[pid=9660] ppid=9637 vsize=5356 CPUtime=0
/proc/9660/stat : 9660 (sh) S 9637 9637 9600 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1975726642 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9660/statm: 1339 232 193 169 0 50 0
[pid=9661] ppid=9660 vsize=7912 CPUtime=48.83
/proc/9661/stat : 9661 (minisat) R 9660 9637 9600 0 -1 4194304 1710 0 0 0 4882 1 0 0 25 0 1 0 1975726643 8101888 1696 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/9661/statm: 1978 1696 75 150 0 1825 0
Current children cumulated CPU time (s) 50.52
Current children cumulated vsize (KiB) 26868

[startup+102.307 s]
/proc/loadavg: 1.98 1.98 1.99 3/84 9661
/proc/meminfo: memFree=1502200/2055920 swapFree=4179456/4192956
[pid=9637] ppid=9635 vsize=13600 CPUtime=1.69
/proc/9637/stat : 9637 (sugar) S 9635 9637 9600 0 -1 4194304 1031 11753 0 2 3 0 156 10 16 0 1 0 1975726463 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9637/statm: 3400 798 370 3 0 500 0
[pid=9660] ppid=9637 vsize=5356 CPUtime=0
/proc/9660/stat : 9660 (sh) S 9637 9637 9600 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1975726642 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9660/statm: 1339 232 193 169 0 50 0
[pid=9661] ppid=9660 vsize=9184 CPUtime=99.55
/proc/9661/stat : 9661 (minisat) R 9660 9637 9600 0 -1 4194304 2028 0 0 0 9953 2 0 0 25 0 1 0 1975726643 9404416 2014 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/9661/statm: 2296 2014 75 150 0 2143 0
Current children cumulated CPU time (s) 101.24
Current children cumulated vsize (KiB) 28140

[startup+162.301 s]
/proc/loadavg: 1.99 1.98 1.99 3/84 9667
/proc/meminfo: memFree=1500664/2055920 swapFree=4179456/4192956
[pid=9637] ppid=9635 vsize=13600 CPUtime=1.69
/proc/9637/stat : 9637 (sugar) S 9635 9637 9600 0 -1 4194304 1031 11753 0 2 3 0 156 10 16 0 1 0 1975726463 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9637/statm: 3400 798 370 3 0 500 0
[pid=9660] ppid=9637 vsize=5356 CPUtime=0
/proc/9660/stat : 9660 (sh) S 9637 9637 9600 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1975726642 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9660/statm: 1339 232 193 169 0 50 0
[pid=9661] ppid=9660 vsize=10544 CPUtime=158.97
/proc/9661/stat : 9661 (minisat) R 9660 9637 9600 0 -1 4194304 2372 0 0 0 15895 2 0 0 25 0 1 0 1975726643 10797056 2358 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/9661/statm: 2636 2358 75 150 0 2483 0
Current children cumulated CPU time (s) 160.66
Current children cumulated vsize (KiB) 29500

[startup+222.301 s]
/proc/loadavg: 1.99 1.98 1.99 3/84 9667
/proc/meminfo: memFree=1499128/2055920 swapFree=4179456/4192956
[pid=9637] ppid=9635 vsize=13600 CPUtime=1.69
/proc/9637/stat : 9637 (sugar) S 9635 9637 9600 0 -1 4194304 1031 11753 0 2 3 0 156 10 16 0 1 0 1975726463 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9637/statm: 3400 798 370 3 0 500 0
[pid=9660] ppid=9637 vsize=5356 CPUtime=0
/proc/9660/stat : 9660 (sh) S 9637 9637 9600 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1975726642 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0

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

/proc/9637/statm: 3400 798 370 3 0 500 0
[pid=9660] ppid=9637 vsize=5356 CPUtime=0
/proc/9660/stat : 9660 (sh) S 9637 9637 9600 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1975726642 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9660/statm: 1339 232 193 169 0 50 0
[pid=9661] ppid=9660 vsize=21796 CPUtime=1117.18
/proc/9661/stat : 9661 (minisat) R 9660 9637 9600 0 -1 4194304 5049 0 0 0 111712 6 0 0 25 0 1 0 1975726643 22319104 5035 996147200 134512640 135127466 4294956272 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 0 0 0
/proc/9661/statm: 5449 5035 75 150 0 5296 0
Current children cumulated CPU time (s) 1118.87
Current children cumulated vsize (KiB) 40752

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 9709
/proc/meminfo: memFree=1505856/2055920 swapFree=4179456/4192956
[pid=9637] ppid=9635 vsize=13600 CPUtime=1.69
/proc/9637/stat : 9637 (sugar) S 9635 9637 9600 0 -1 4194304 1031 11753 0 2 3 0 156 10 16 0 1 0 1975726463 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/9637/statm: 3400 798 370 3 0 500 0
[pid=9660] ppid=9637 vsize=5356 CPUtime=0
/proc/9660/stat : 9660 (sh) S 9637 9637 9600 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1975726642 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9660/statm: 1339 232 193 169 0 50 0
[pid=9661] ppid=9660 vsize=22128 CPUtime=1177.16
/proc/9661/stat : 9661 (minisat) R 9660 9637 9600 0 -1 4194304 5120 0 0 0 117710 6 0 0 25 0 1 0 1975726643 22659072 5106 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/9661/statm: 5532 5106 75 150 0 5379 0
Current children cumulated CPU time (s) 1178.85
Current children cumulated vsize (KiB) 41084

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 9709
/proc/meminfo: memFree=1505280/2055920 swapFree=4179456/4192956
[pid=9637] ppid=9635 vsize=13600 CPUtime=1.69
/proc/9637/stat : 9637 (sugar) S 9635 9637 9600 0 -1 4194304 1031 11753 0 2 3 0 156 10 16 0 1 0 1975726463 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/9637/statm: 3400 798 370 3 0 500 0
[pid=9660] ppid=9637 vsize=5356 CPUtime=0
/proc/9660/stat : 9660 (sh) S 9637 9637 9600 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1975726642 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9660/statm: 1339 232 193 169 0 50 0
[pid=9661] ppid=9660 vsize=22508 CPUtime=1237.14
/proc/9661/stat : 9661 (minisat) R 9660 9637 9600 0 -1 4194304 5222 0 0 0 123707 7 0 0 25 0 1 0 1975726643 23048192 5208 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/9661/statm: 5627 5208 75 150 0 5474 0
Current children cumulated CPU time (s) 1238.83
Current children cumulated vsize (KiB) 41464

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 9709
/proc/meminfo: memFree=1505088/2055920 swapFree=4179456/4192956
[pid=9637] ppid=9635 vsize=13600 CPUtime=1.69
/proc/9637/stat : 9637 (sugar) S 9635 9637 9600 0 -1 4194304 1031 11753 0 2 3 0 156 10 16 0 1 0 1975726463 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/9637/statm: 3400 798 370 3 0 500 0
[pid=9660] ppid=9637 vsize=5356 CPUtime=0
/proc/9660/stat : 9660 (sh) S 9637 9637 9600 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1975726642 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9660/statm: 1339 232 193 169 0 50 0
[pid=9661] ppid=9660 vsize=22656 CPUtime=1297.12
/proc/9661/stat : 9661 (minisat) R 9660 9637 9600 0 -1 4194304 5268 0 0 0 129705 7 0 0 25 0 1 0 1975726643 23199744 5254 996147200 134512640 135127466 4294956272 18446744073709551615 134530772 0 0 4096 3 0 0 0 17 0 0 0
/proc/9661/statm: 5664 5254 75 150 0 5511 0
Current children cumulated CPU time (s) 1298.81
Current children cumulated vsize (KiB) 41612

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

[startup+1305.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 9709
/proc/meminfo: memFree=1505088/2055920 swapFree=4179456/4192956
[pid=9637] ppid=9635 vsize=13600 CPUtime=1.69
/proc/9637/stat : 9637 (sugar) S 9635 9637 9600 0 -1 4194304 1031 11753 0 2 3 0 156 10 16 0 1 0 1975726463 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/9637/statm: 3400 798 370 3 0 500 0
[pid=9660] ppid=9637 vsize=5356 CPUtime=0
/proc/9660/stat : 9660 (sh) S 9637 9637 9600 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1975726642 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9660/statm: 1339 232 193 169 0 50 0
[pid=9661] ppid=9660 vsize=22656 CPUtime=1300.31
/proc/9661/stat : 9661 (minisat) R 9660 9637 9600 0 -1 4194304 5269 0 0 0 130024 7 0 0 25 0 1 0 1975726643 23199744 5255 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/9661/statm: 5664 5255 75 150 0 5511 0
Current children cumulated CPU time (s) 1302
Current children cumulated vsize (KiB) 41612

[startup+1311.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 9709
/proc/meminfo: memFree=1505088/2055920 swapFree=4179456/4192956
[pid=9637] ppid=9635 vsize=13600 CPUtime=1.69
/proc/9637/stat : 9637 (sugar) S 9635 9637 9600 0 -1 4194304 1031 11753 0 2 3 0 156 10 16 0 1 0 1975726463 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/9637/statm: 3400 798 370 3 0 500 0
[pid=9660] ppid=9637 vsize=5356 CPUtime=0
/proc/9660/stat : 9660 (sh) S 9637 9637 9600 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1975726642 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9660/statm: 1339 232 193 169 0 50 0
[pid=9661] ppid=9660 vsize=22656 CPUtime=1306.71
/proc/9661/stat : 9661 (minisat) R 9660 9637 9600 0 -1 4194304 5269 0 0 0 130664 7 0 0 25 0 1 0 1975726643 23199744 5255 996147200 134512640 135127466 4294956272 18446744073709551615 134530814 0 0 4096 3 0 0 0 17 0 0 0
/proc/9661/statm: 5664 5255 75 150 0 5511 0
Current children cumulated CPU time (s) 1308.4
Current children cumulated vsize (KiB) 41612

[startup+1315.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 9709
/proc/meminfo: memFree=1505088/2055920 swapFree=4179456/4192956
[pid=9637] ppid=9635 vsize=13600 CPUtime=1.69
/proc/9637/stat : 9637 (sugar) S 9635 9637 9600 0 -1 4194304 1031 11753 0 2 3 0 156 10 16 0 1 0 1975726463 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/9637/statm: 3400 798 370 3 0 500 0
[pid=9660] ppid=9637 vsize=5356 CPUtime=0
/proc/9660/stat : 9660 (sh) S 9637 9637 9600 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1975726642 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9660/statm: 1339 232 193 169 0 50 0
[pid=9661] ppid=9660 vsize=22792 CPUtime=1309.91
/proc/9661/stat : 9661 (minisat) R 9660 9637 9600 0 -1 4194304 5281 0 0 0 130984 7 0 0 25 0 1 0 1975726643 23339008 5267 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/9661/statm: 5698 5267 75 150 0 5545 0
Current children cumulated CPU time (s) 1311.6
Current children cumulated vsize (KiB) 41748

[startup+1318.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 9709
/proc/meminfo: memFree=1504896/2055920 swapFree=4179456/4192956
[pid=9637] ppid=9635 vsize=13600 CPUtime=1.69
/proc/9637/stat : 9637 (sugar) S 9635 9637 9600 0 -1 4194304 1031 11753 0 2 3 0 156 10 16 0 1 0 1975726463 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/9637/statm: 3400 798 370 3 0 500 0
[pid=9660] ppid=9637 vsize=5356 CPUtime=0
/proc/9660/stat : 9660 (sh) S 9637 9637 9600 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1975726642 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9660/statm: 1339 232 193 169 0 50 0
[pid=9661] ppid=9660 vsize=22928 CPUtime=1313.1
/proc/9661/stat : 9661 (minisat) R 9660 9637 9600 0 -1 4194304 5305 0 0 0 131303 7 0 0 25 0 1 0 1975726643 23478272 5291 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/9661/statm: 5732 5291 75 150 0 5579 0
Current children cumulated CPU time (s) 1314.79
Current children cumulated vsize (KiB) 41884

[startup+1319.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 9709
/proc/meminfo: memFree=1504896/2055920 swapFree=4179456/4192956
[pid=9637] ppid=9635 vsize=13600 CPUtime=1.69
/proc/9637/stat : 9637 (sugar) S 9635 9637 9600 0 -1 4194304 1031 11753 0 2 3 0 156 10 16 0 1 0 1975726463 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/9637/statm: 3400 798 370 3 0 500 0
[pid=9660] ppid=9637 vsize=5356 CPUtime=0
/proc/9660/stat : 9660 (sh) S 9637 9637 9600 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1975726642 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9660/statm: 1339 232 193 169 0 50 0
[pid=9661] ppid=9660 vsize=22928 CPUtime=1313.9
/proc/9661/stat : 9661 (minisat) R 9660 9637 9600 0 -1 4194304 5306 0 0 0 131383 7 0 0 25 0 1 0 1975726643 23478272 5292 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/9661/statm: 5732 5292 75 150 0 5579 0
Current children cumulated CPU time (s) 1315.59
Current children cumulated vsize (KiB) 41884

[startup+1319.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 9709
/proc/meminfo: memFree=1504896/2055920 swapFree=4179456/4192956
[pid=9637] ppid=9635 vsize=13600 CPUtime=1.69
/proc/9637/stat : 9637 (sugar) S 9635 9637 9600 0 -1 4194304 1031 11753 0 2 3 0 156 10 16 0 1 0 1975726463 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/9637/statm: 3400 798 370 3 0 500 0
[pid=9660] ppid=9637 vsize=5356 CPUtime=0
/proc/9660/stat : 9660 (sh) S 9637 9637 9600 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1975726642 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9660/statm: 1339 232 193 169 0 50 0
[pid=9661] ppid=9660 vsize=22928 CPUtime=1314.71
/proc/9661/stat : 9661 (minisat) R 9660 9637 9600 0 -1 4194304 5306 0 0 0 131464 7 0 0 25 0 1 0 1975726643 23478272 5292 996147200 134512640 135127466 4294956272 18446744073709551615 134530775 0 0 4096 3 0 0 0 17 0 0 0
/proc/9661/statm: 5732 5292 75 150 0 5579 0
Current children cumulated CPU time (s) 1316.4
Current children cumulated vsize (KiB) 41884

[startup+1320.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 9709
/proc/meminfo: memFree=1504896/2055920 swapFree=4179456/4192956
[pid=9637] ppid=9635 vsize=13600 CPUtime=1.69
/proc/9637/stat : 9637 (sugar) S 9635 9637 9600 0 -1 4194304 1031 11753 0 2 3 0 156 10 16 0 1 0 1975726463 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/9637/statm: 3400 798 370 3 0 500 0
[pid=9660] ppid=9637 vsize=5356 CPUtime=0
/proc/9660/stat : 9660 (sh) S 9637 9637 9600 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1975726642 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9660/statm: 1339 232 193 169 0 50 0
[pid=9661] ppid=9660 vsize=22928 CPUtime=1314.9
/proc/9661/stat : 9661 (minisat) R 9660 9637 9600 0 -1 4194304 5306 0 0 0 131483 7 0 0 25 0 1 0 1975726643 23478272 5292 996147200 134512640 135127466 4294956272 18446744073709551615 134530837 0 0 4096 3 0 0 0 17 0 0 0
/proc/9661/statm: 5732 5292 75 150 0 5579 0
Current children cumulated CPU time (s) 1316.59
Current children cumulated vsize (KiB) 41884

[startup+1320.2 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 9709
/proc/meminfo: memFree=1504896/2055920 swapFree=4179456/4192956
[pid=9637] ppid=9635 vsize=13600 CPUtime=1316.63
/proc/9637/stat : 9637 (sugar) S 9635 9637 9600 0 -1 4194304 1070 17354 0 2 3 0 131642 18 16 0 1 0 1975726463 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/9637/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 1316.63
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 1320.29
CPU time (s): 1316.77
CPU user time (s): 1316.54
CPU system time (s): 0.225965
CPU usage (%): 99.7331
Max. virtual memory (cumulated for all children) (KiB): 883404

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1316.54
system time used= 0.225965
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22186
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= 1543
involuntary context switches= 11687

runsolver used 1.66475 second user time and 4.34934 second system time

The end

Launcher Data (download as text)

Begin job on node43 at 2008-07-02 04:59:00
IDJOB=1039180
IDBENCH=53605
IDSOLVER=346
FILE ID=node43/1039180-1214967540
PBS_JOBID= 7870366
Free space on /tmp= 66528 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/rand-2-23/normalized-rand-23-23-253-131-50021_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-1039180-1214967540/watcher-1039180-1214967540 -o /tmp/evaluation-result-1039180-1214967540/solver-1039180-1214967540 -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-1039180-1214967540.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 204b0aa82f5d61dc0972b84807b5c004
RANDOM SEED=40498770

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:       1513648 kB
Buffers:         52044 kB
Cached:         375320 kB
SwapCached:       7360 kB
Active:         138752 kB
Inactive:       331920 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1513648 kB
SwapTotal:     4192956 kB
SwapFree:      4179456 kB
Dirty:            1544 kB
Writeback:           0 kB
Mapped:          59100 kB
Slab:            56792 kB
Committed_AS:  3658604 kB
PageTables:       2012 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= 66524 MiB
End job on node43 at 2008-07-02 05:21:00