Trace number 1101770

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 703.824 710.566

General information on the benchmark

Namecsp/rand-2-40-19-fcd/
normalized-rand-2-40-19-443-230-fcd-3_ext.xml
MD5SUMce40ed4691a90a2ac4217ea7b5e30eda
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 benchmark4.5813
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints340
Maximum constraint arity2
Maximum domain size19
Number of constraints which are defined in extension340
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Sat Jul  5 23:45:23 2008
0.00/0.04	c 0	PID 568
0.00/0.05	c 0	HOST node23.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1101770-1215294323.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-1101770-1215294323.xml' 'HOME/temp.csp'
0.03/0.75	c 1	1 domains, 40 variables, 0 predicates, 340 relations, 340 constraints
0.03/0.78	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.78	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.72/0.86	c 1	Parsing HOME/temp.csp
1.21/1.36	c 1	parsed 721 expressions
1.21/1.36	c 1	Heap : 4 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.21/1.36	c 1	Converting to clausal form CSP
1.21/1.39	c 1	converted 73 (10%) expressions
1.21/1.39	c 1	converted 145 (20%) expressions
1.21/1.39	c 1	converted 217 (30%) expressions
1.21/1.40	c 1	converted 289 (40%) expressions
1.31/1.40	c 1	converted 361 (50%) expressions
1.31/1.47	c 1	converted 433 (60%) expressions
1.31/1.48	c 1	converted 505 (70%) expressions
1.41/1.51	c 1	converted 577 (80%) expressions
1.41/1.53	c 1	converted 649 (90%) expressions
1.41/1.54	c 1	converted 721 (100%) expressions
1.41/1.54	c 1	CSP : 40 integers, 0 booleans, 340 clauses, largest domain size 19
1.41/1.54	c 1	Heap : 8 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.41/1.54	c 1	Propagation in CSP
1.41/1.55	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.41/1.55	c 1	CSP : 40 integers, 0 booleans, 340 clauses, largest domain size 19
1.41/1.55	c 1	Heap : 8 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.41/1.55	c 1	Simplifing CSP by introducing new Boolean variables
1.41/1.55	c 1	CSP : 40 integers, 0 booleans, 340 clauses, largest domain size 19
1.41/1.55	c 1	Heap : 8 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.41/1.59	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.41/1.60	c 1	4 (10%) CSP integer variables are encoded (68 clauses, 659 bytes)
1.50/1.60	c 1	8 (20%) CSP integer variables are encoded (136 clauses, 1356 bytes)
1.50/1.60	c 1	12 (30%) CSP integer variables are encoded (204 clauses, 2104 bytes)
1.50/1.60	c 1	16 (40%) CSP integer variables are encoded (272 clauses, 2852 bytes)
1.50/1.60	c 1	20 (50%) CSP integer variables are encoded (340 clauses, 3600 bytes)
1.50/1.61	c 1	24 (60%) CSP integer variables are encoded (408 clauses, 4348 bytes)
1.50/1.61	c 1	28 (70%) CSP integer variables are encoded (476 clauses, 5096 bytes)
1.50/1.61	c 1	32 (80%) CSP integer variables are encoded (544 clauses, 5844 bytes)
1.50/1.61	c 1	36 (90%) CSP integer variables are encoded (612 clauses, 6592 bytes)
1.50/1.61	c 1	40 (100%) CSP integer variables are encoded (680 clauses, 7340 bytes)
1.50/1.66	c 2	34 (10%) CSP clauses are encoded (2797 clauses, 41580 bytes)
1.50/1.68	c 2	68 (20%) CSP clauses are encoded (5031 clauses, 79000 bytes)
1.50/1.69	c 2	102 (30%) CSP clauses are encoded (7202 clauses, 117010 bytes)
1.60/1.71	c 2	136 (40%) CSP clauses are encoded (9273 clauses, 156009 bytes)
1.60/1.72	c 2	170 (50%) CSP clauses are encoded (11380 clauses, 195644 bytes)
1.60/1.73	c 2	204 (60%) CSP clauses are encoded (13543 clauses, 236230 bytes)
1.60/1.75	c 2	238 (70%) CSP clauses are encoded (15780 clauses, 278291 bytes)
1.60/1.76	c 2	272 (80%) CSP clauses are encoded (18006 clauses, 320142 bytes)
1.60/1.78	c 2	306 (90%) CSP clauses are encoded (20144 clauses, 360252 bytes)
1.60/1.79	c 2	340 (100%) CSP clauses are encoded (22313 clauses, 400921 bytes)
1.60/1.79	c 2	340 CSP clauses encoded
1.60/1.79	c 2	Writing map file : HOME/temp.map
1.60/1.79	c 2	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.60/1.79	c 2	SAT : 720 SAT variables, 22313 SAT clauses, 400921 bytes
1.60/1.79	c 2	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.69/1.83	c 2	SOLVING HOME/temp.cnf
1.69/1.83	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.69/1.84	c 2	This is MiniSat 2.0 beta
1.69/1.84	c 2	WARNING: for repeatability, setting FPU to use double precision
1.69/1.84	c 2	============================[ Problem Statistics ]=============================
1.69/1.84	c 2	|                                                                             |
1.69/1.84	c 2	|  Number of variables:  720                                                  |
1.69/1.84	c 2	|  Number of clauses:    22313                                                |
1.69/1.85	c 2	|  Parsing time:         0.01         s                                       |
1.69/1.85	c 2	============================[ Search Statistics ]==============================
1.69/1.85	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.69/1.85	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.69/1.85	c 2	===============================================================================
1.69/1.85	c 2	|         0 |     720    22313    81978 |     7437        0    nan |  0.000 % |
1.69/1.86	c 2	|       100 |     720    22313    81978 |     8181      100     11 |  0.000 % |
1.69/1.88	c 2	|       250 |     720    22313    81978 |     8999      250     11 |  0.003 % |
1.72/1.91	c 2	|       475 |     720    22313    81978 |     9899      475     11 |  0.006 % |
1.72/1.94	c 2	|       812 |     720    22313    81978 |    10889      812     11 |  0.005 % |
1.72/2.00	c 2	|      1320 |     720    22313    81978 |    11978     1320     12 |  0.001 % |
1.96/2.10	c 2	|      2081 |     720    22313    81978 |    13176     2081     12 |  0.006 % |
2.06/2.23	c 2	|      3221 |     720    22313    81978 |    14493     3221     12 |  0.005 % |
2.26/2.44	c 2	|      4929 |     720    22313    81978 |    15943     4929     12 |  0.008 % |
2.56/2.75	c 3	|      7491 |     720    22313    81978 |    17537     7491     13 |  0.003 % |
3.15/3.31	c 3	|     11335 |     720    22313    81978 |    19291    11335     13 |  0.008 % |
4.05/4.27	c 4	|     17101 |     720    22313    81978 |    21220    17101     13 |  0.008 % |
5.62/5.87	c 6	|     25750 |     720    22313    81978 |    23342    15075     13 |  0.003 % |
8.11/8.37	c 8	|     38724 |     720    22313    81978 |    25676    16248     14 |  0.008 % |
12.28/12.57	c 12	|     58185 |     720    22313    81978 |    28244    21724     15 |  0.003 % |
19.01/19.35	c 19	|     87377 |     720    22313    81978 |    31068    18761     18 |  0.006 % |
30.40/30.81	c 31	|    131167 |     720    22313    81978 |    34175    26566     16 |  0.000 % |
47.93/48.52	c 48	|    196851 |     720    22313    81978 |    37593    29119     16 |  0.003 % |
76.26/77.15	c 77	|    295377 |     720    22313    81978 |    41352    32139     14 |  0.010 % |
120.36/121.70	c 122	|    443166 |     719    22251    81804 |    45488    21688     17 |  0.139 % |
193.95/195.97	c 196	|    664850 |     719    22251    81804 |    50036    28699     17 |  0.142 % |
313.44/316.50	c 316	|    997375 |     719    22251    81804 |    55040    45582     18 |  0.140 % |
499.69/504.52	c 504	|   1496164 |     719    22251    81804 |    60544    21445     19 |  0.140 % |
703.59/710.38	c 710	===============================================================================
703.59/710.38	c 710	restarts              : 23
703.59/710.38	c 710	conflicts             : 2027865        (2889 /sec)
703.59/710.38	c 710	decisions             : 2403655        (1.48 % random) (3424 /sec)
703.59/710.38	c 710	propagations          : 216242968      (308076 /sec)
703.59/710.38	c 710	conflict literals     : 37156744       (34.53 % deleted)
703.59/710.38	c 710	Memory used           : 15.93 MB
703.59/710.38	c 710	CPU time              : 701.915 s
703.59/710.38	c 710	
703.59/710.38	c 710	SATISFIABLE
703.59/710.38	c 710	DECODING HOME/temp.out WITH HOME/temp.map
703.59/710.38	c 710	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
703.69/710.47	c 710	Decoding HOME/temp.out
703.69/710.50	s SATISFIABLE
703.78/710.50	v 7 8 15 17 11 5 1 2 7 18 10 6 3 18 17 2 4 7 4 8 13 18 16 14 15 11 10 17 0 8 4 4 17 0 10 11 12 4 3 8
703.78/710.51	c 710	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
703.78/710.56	c 710	CPU 703.64 (0.04 0.01 703.6 0.15)
703.78/710.56	c 710	END Sat Jul  5 23:57:13 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-1101770-1215294323/watcher-1101770-1215294323 -o /tmp/evaluation-result-1101770-1215294323/solver-1101770-1215294323 -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-1101770-1215294323.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 2.00 4/81 568
/proc/meminfo: memFree=1701840/2055920 swapFree=4180004/4192956
[pid=568] ppid=566 vsize=12132 CPUtime=0
/proc/568/stat : 568 (sugar) R 566 568 32445 0 -1 4194304 214 0 0 0 0 0 0 0 20 0 1 0 2008406444 12423168 182 996147200 4194304 4206940 548682068608 18446744073709551615 238487508413 0 0 4224 0 0 0 0 17 1 0 0
/proc/568/statm: 3033 182 142 3 0 133 0

[startup+0.0945289 s]
/proc/loadavg: 1.99 2.00 2.00 4/81 568
/proc/meminfo: memFree=1701840/2055920 swapFree=4180004/4192956
[pid=568] ppid=566 vsize=13600 CPUtime=0.03
/proc/568/stat : 568 (sugar) S 566 568 32445 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2008406444 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/568/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101861 s]
/proc/loadavg: 1.99 2.00 2.00 4/81 568
/proc/meminfo: memFree=1701840/2055920 swapFree=4180004/4192956
[pid=568] ppid=566 vsize=13600 CPUtime=0.03
/proc/568/stat : 568 (sugar) S 566 568 32445 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2008406444 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/568/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301885 s]
/proc/loadavg: 1.99 2.00 2.00 4/81 568
/proc/meminfo: memFree=1701840/2055920 swapFree=4180004/4192956
[pid=568] ppid=566 vsize=13600 CPUtime=0.03
/proc/568/stat : 568 (sugar) S 566 568 32445 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2008406444 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/568/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.70193 s]
/proc/loadavg: 1.99 2.00 2.00 4/81 568
/proc/meminfo: memFree=1701840/2055920 swapFree=4180004/4192956
[pid=568] ppid=566 vsize=13600 CPUtime=0.03
/proc/568/stat : 568 (sugar) S 566 568 32445 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2008406444 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/568/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50302 s]
/proc/loadavg: 1.99 2.00 2.00 4/92 590
/proc/meminfo: memFree=1694264/2055920 swapFree=4180004/4192956
[pid=568] ppid=566 vsize=13600 CPUtime=0.72
/proc/568/stat : 568 (sugar) S 566 568 32445 0 -1 4194304 973 4748 0 1 3 0 65 4 15 0 1 0 2008406444 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/568/statm: 3400 797 370 3 0 500 0
[pid=581] ppid=568 vsize=5356 CPUtime=0
/proc/581/stat : 581 (sh) S 568 568 32445 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2008406523 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/581/statm: 1339 233 193 169 0 50 0
[pid=582] ppid=581 vsize=864340 CPUtime=0.69
/proc/582/stat : 582 (java) S 581 568 32445 0 -1 0 6286 0 1 0 66 3 0 0 18 0 9 0 2008406523 885084160 5578 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/582/statm: 216085 5578 2540 9 0 210660 0
[pid=582/tid=583] ppid=581 vsize=864340 CPUtime=0.49
/proc/582/task/583/stat : 583 (java) R 581 568 32445 0 -1 64 2619 0 1 0 48 1 0 0 21 0 9 0 2008406524 885084160 5578 996147200 134512640 134550740 4294955952 18446744073709551615 103215109 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=582/tid=584] ppid=581 vsize=864340 CPUtime=0.09
/proc/582/task/584/stat : 584 (java) S 581 568 32445 0 -1 64 2631 0 0 0 9 0 0 0 16 0 9 0 2008406525 885084160 5578 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=582/tid=585] ppid=581 vsize=864340 CPUtime=0
/proc/582/task/585/stat : 585 (java) S 581 568 32445 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2008406525 885084160 5578 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=582/tid=586] ppid=581 vsize=864340 CPUtime=0
/proc/582/task/586/stat : 586 (java) S 581 568 32445 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2008406525 885084160 5578 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=582/tid=587] ppid=581 vsize=864340 CPUtime=0
/proc/582/task/587/stat : 587 (java) S 581 568 32445 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2008406527 885084160 5578 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=582/tid=588] ppid=581 vsize=864340 CPUtime=0.08
/proc/582/task/588/stat : 588 (java) S 581 568 32445 0 -1 64 344 0 0 0 8 0 0 0 16 0 9 0 2008406527 885084160 5578 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=582/tid=589] ppid=581 vsize=864340 CPUtime=0
/proc/582/task/589/stat : 589 (java) S 581 568 32445 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2008406527 885084160 5578 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=582/tid=590] ppid=581 vsize=864340 CPUtime=0
/proc/582/task/590/stat : 590 (java) S 581 568 32445 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2008406527 885084160 5578 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) 883296

[startup+3.1012 s]
/proc/loadavg: 2.07 2.02 2.00 3/84 592
/proc/meminfo: memFree=1697080/2055920 swapFree=4180004/4192956
[pid=568] ppid=566 vsize=13600 CPUtime=1.72
/proc/568/stat : 568 (sugar) S 566 568 32445 0 -1 4194304 1031 11844 0 2 3 1 159 9 15 0 1 0 2008406444 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/568/statm: 3400 798 370 3 0 500 0
[pid=591] ppid=568 vsize=5356 CPUtime=0
/proc/591/stat : 591 (sh) S 568 568 32445 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2008406628 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/591/statm: 1339 232 193 169 0 50 0
[pid=592] ppid=591 vsize=3724 CPUtime=1.24
/proc/592/stat : 592 (minisat) R 591 568 32445 0 -1 4194304 696 0 0 0 124 0 0 0 25 0 1 0 2008406628 3813376 682 996147200 134512640 135127466 4294956256 18446744073709551615 134530650 0 0 4096 3 0 0 0 17 1 0 0
/proc/592/statm: 931 682 75 150 0 778 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 22680

[startup+6.30157 s]
/proc/loadavg: 2.07 2.02 2.00 3/84 592
/proc/meminfo: memFree=1695352/2055920 swapFree=4180004/4192956
[pid=568] ppid=566 vsize=13600 CPUtime=1.72
/proc/568/stat : 568 (sugar) S 566 568 32445 0 -1 4194304 1031 11844 0 2 3 1 159 9 16 0 1 0 2008406444 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/568/statm: 3400 798 370 3 0 500 0
[pid=591] ppid=568 vsize=5356 CPUtime=0
/proc/591/stat : 591 (sh) S 568 568 32445 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2008406628 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/591/statm: 1339 232 193 169 0 50 0
[pid=592] ppid=591 vsize=4728 CPUtime=4.4
/proc/592/stat : 592 (minisat) R 591 568 32445 0 -1 4194304 935 0 0 0 440 0 0 0 25 0 1 0 2008406628 4841472 921 996147200 134512640 135127466 4294956256 18446744073709551615 134530613 0 0 4096 3 0 0 0 17 1 0 0
/proc/592/statm: 1182 921 75 150 0 1029 0
Current children cumulated CPU time (s) 6.12
Current children cumulated vsize (KiB) 23684

[startup+12.7023 s]
/proc/loadavg: 2.06 2.02 2.00 3/84 592
/proc/meminfo: memFree=1694584/2055920 swapFree=4180004/4192956
[pid=568] ppid=566 vsize=13600 CPUtime=1.73
/proc/568/stat : 568 (sugar) S 566 568 32445 0 -1 4194304 1031 11844 0 2 4 1 159 9 16 0 1 0 2008406444 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/568/statm: 3400 798 370 3 0 500 0
[pid=591] ppid=568 vsize=5356 CPUtime=0
/proc/591/stat : 591 (sh) S 568 568 32445 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2008406628 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/591/statm: 1339 232 193 169 0 50 0
[pid=592] ppid=591 vsize=5528 CPUtime=10.75
/proc/592/stat : 592 (minisat) R 591 568 32445 0 -1 4194304 1130 0 0 0 1074 1 0 0 25 0 1 0 2008406628 5660672 1116 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/592/statm: 1382 1116 75 150 0 1229 0
Current children cumulated CPU time (s) 12.48
Current children cumulated vsize (KiB) 24484

[startup+25.5018 s]
/proc/loadavg: 2.05 2.01 2.00 3/84 592
/proc/meminfo: memFree=1693368/2055920 swapFree=4180004/4192956
[pid=568] ppid=566 vsize=13600 CPUtime=1.73
/proc/568/stat : 568 (sugar) S 566 568 32445 0 -1 4194304 1031 11844 0 2 4 1 159 9 16 0 1 0 2008406444 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/568/statm: 3400 798 370 3 0 500 0
[pid=591] ppid=568 vsize=5356 CPUtime=0
/proc/591/stat : 591 (sh) S 568 568 32445 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2008406628 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/591/statm: 1339 232 193 169 0 50 0
[pid=592] ppid=591 vsize=6748 CPUtime=23.42
/proc/592/stat : 592 (minisat) R 591 568 32445 0 -1 4194304 1442 0 0 0 2341 1 0 0 25 0 1 0 2008406628 6909952 1428 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/592/statm: 1687 1428 75 150 0 1534 0
Current children cumulated CPU time (s) 25.15
Current children cumulated vsize (KiB) 25704

[startup+51.1017 s]
/proc/loadavg: 2.03 2.01 2.00 3/84 592
/proc/meminfo: memFree=1692472/2055920 swapFree=4180004/4192956
[pid=568] ppid=566 vsize=13600 CPUtime=1.73
/proc/568/stat : 568 (sugar) S 566 568 32445 0 -1 4194304 1031 11844 0 2 4 1 159 9 16 0 1 0 2008406444 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/568/statm: 3400 798 370 3 0 500 0
[pid=591] ppid=568 vsize=5356 CPUtime=0
/proc/591/stat : 591 (sh) S 568 568 32445 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2008406628 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/591/statm: 1339 232 193 169 0 50 0
[pid=592] ppid=591 vsize=7856 CPUtime=48.78
/proc/592/stat : 592 (minisat) R 591 568 32445 0 -1 4194304 1704 0 0 0 4877 1 0 0 25 0 1 0 2008406628 8044544 1690 996147200 134512640 135127466 4294956256 18446744073709551615 134530936 0 0 4096 3 0 0 0 17 1 0 0
/proc/592/statm: 1964 1690 75 150 0 1811 0
Current children cumulated CPU time (s) 50.51
Current children cumulated vsize (KiB) 26812

[startup+102.307 s]
/proc/loadavg: 2.01 2.01 2.00 3/84 592
/proc/meminfo: memFree=1691192/2055920 swapFree=4180004/4192956
[pid=568] ppid=566 vsize=13600 CPUtime=1.73
/proc/568/stat : 568 (sugar) S 566 568 32445 0 -1 4194304 1031 11844 0 2 4 1 159 9 16 0 1 0 2008406444 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/568/statm: 3400 798 370 3 0 500 0
[pid=591] ppid=568 vsize=5356 CPUtime=0
/proc/591/stat : 591 (sh) S 568 568 32445 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2008406628 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/591/statm: 1339 232 193 169 0 50 0
[pid=592] ppid=591 vsize=8900 CPUtime=99.51
/proc/592/stat : 592 (minisat) R 591 568 32445 0 -1 4194304 1955 0 0 0 9949 2 0 0 25 0 1 0 2008406628 9113600 1941 996147200 134512640 135127466 4294956256 18446744073709551615 134541840 0 0 4096 3 0 0 0 17 1 0 0
/proc/592/statm: 2225 1941 75 150 0 2072 0
Current children cumulated CPU time (s) 101.24
Current children cumulated vsize (KiB) 27856

[startup+162.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 592
/proc/meminfo: memFree=1689400/2055920 swapFree=4180004/4192956
[pid=568] ppid=566 vsize=13600 CPUtime=1.73
/proc/568/stat : 568 (sugar) S 566 568 32445 0 -1 4194304 1031 11844 0 2 4 1 159 9 16 0 1 0 2008406444 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/568/statm: 3400 798 370 3 0 500 0
[pid=591] ppid=568 vsize=5356 CPUtime=0
/proc/591/stat : 591 (sh) S 568 568 32445 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2008406628 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/591/statm: 1339 232 193 169 0 50 0
[pid=592] ppid=591 vsize=10660 CPUtime=158.94
/proc/592/stat : 592 (minisat) R 591 568 32445 0 -1 4194304 2376 0 0 0 15892 2 0 0 25 0 1 0 2008406628 10915840 2362 996147200 134512640 135127466 4294956256 18446744073709551615 134523408 0 0 4096 3 0 0 0 17 1 0 0
/proc/592/statm: 2665 2362 75 150 0 2512 0
Current children cumulated CPU time (s) 160.67
Current children cumulated vsize (KiB) 29616

[startup+222.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 592
/proc/meminfo: memFree=1688696/2055920 swapFree=4180004/4192956
[pid=568] ppid=566 vsize=13600 CPUtime=1.73
/proc/568/stat : 568 (sugar) S 566 568 32445 0 -1 4194304 1031 11844 0 2 4 1 159 9 16 0 1 0 2008406444 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/568/statm: 3400 798 370 3 0 500 0
[pid=591] ppid=568 vsize=5356 CPUtime=0
/proc/591/stat : 591 (sh) S 568 568 32445 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2008406628 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0

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

Current children cumulated CPU time (s) 457.89
Current children cumulated vsize (KiB) 33092

[startup+522.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 592
/proc/meminfo: memFree=1685496/2055920 swapFree=4180004/4192956
[pid=568] ppid=566 vsize=13600 CPUtime=1.73
/proc/568/stat : 568 (sugar) S 566 568 32445 0 -1 4194304 1031 11844 0 2 4 1 159 9 16 0 1 0 2008406444 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/568/statm: 3400 798 370 3 0 500 0
[pid=591] ppid=568 vsize=5356 CPUtime=0
/proc/591/stat : 591 (sh) S 568 568 32445 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2008406628 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/591/statm: 1339 232 193 169 0 50 0
[pid=592] ppid=591 vsize=14552 CPUtime=515.6
/proc/592/stat : 592 (minisat) R 591 568 32445 0 -1 4194304 3324 0 0 0 51557 3 0 0 25 0 1 0 2008406628 14901248 3310 996147200 134512640 135127466 4294956256 18446744073709551615 134521346 0 0 4096 3 0 0 0 17 1 0 0
/proc/592/statm: 3638 3310 75 150 0 3485 0
Current children cumulated CPU time (s) 517.33
Current children cumulated vsize (KiB) 33508

[startup+582.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 592
/proc/meminfo: memFree=1684472/2055920 swapFree=4180004/4192956
[pid=568] ppid=566 vsize=13600 CPUtime=1.73
/proc/568/stat : 568 (sugar) S 566 568 32445 0 -1 4194304 1031 11844 0 2 4 1 159 9 16 0 1 0 2008406444 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/568/statm: 3400 798 370 3 0 500 0
[pid=591] ppid=568 vsize=5356 CPUtime=0
/proc/591/stat : 591 (sh) S 568 568 32445 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2008406628 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/591/statm: 1339 232 193 169 0 50 0
[pid=592] ppid=591 vsize=15560 CPUtime=575.03
/proc/592/stat : 592 (minisat) R 591 568 32445 0 -1 4194304 3570 0 0 0 57500 3 0 0 25 0 1 0 2008406628 15933440 3556 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/592/statm: 3890 3556 75 150 0 3737 0
Current children cumulated CPU time (s) 576.76
Current children cumulated vsize (KiB) 34516

[startup+642.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 592
/proc/meminfo: memFree=1684024/2055920 swapFree=4180004/4192956
[pid=568] ppid=566 vsize=13600 CPUtime=1.73
/proc/568/stat : 568 (sugar) S 566 568 32445 0 -1 4194304 1031 11844 0 2 4 1 159 9 16 0 1 0 2008406444 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/568/statm: 3400 798 370 3 0 500 0
[pid=591] ppid=568 vsize=5356 CPUtime=0
/proc/591/stat : 591 (sh) S 568 568 32445 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2008406628 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/591/statm: 1339 232 193 169 0 50 0
[pid=592] ppid=591 vsize=15868 CPUtime=634.48
/proc/592/stat : 592 (minisat) R 591 568 32445 0 -1 4194304 3668 0 0 0 63445 3 0 0 25 0 1 0 2008406628 16248832 3654 996147200 134512640 135127466 4294956256 18446744073709551615 134527694 0 0 4096 3 0 0 0 17 1 0 0
/proc/592/statm: 3967 3654 75 150 0 3814 0
Current children cumulated CPU time (s) 636.21
Current children cumulated vsize (KiB) 34824

[startup+702.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 592
/proc/meminfo: memFree=1683640/2055920 swapFree=4180004/4192956
[pid=568] ppid=566 vsize=13600 CPUtime=1.73
/proc/568/stat : 568 (sugar) S 566 568 32445 0 -1 4194304 1031 11844 0 2 4 1 159 9 16 0 1 0 2008406444 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/568/statm: 3400 798 370 3 0 500 0
[pid=591] ppid=568 vsize=5356 CPUtime=0
/proc/591/stat : 591 (sh) S 568 568 32445 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2008406628 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/591/statm: 1339 232 193 169 0 50 0
[pid=592] ppid=591 vsize=16304 CPUtime=693.93
/proc/592/stat : 592 (minisat) R 591 568 32445 0 -1 4194304 3761 0 0 0 69390 3 0 0 25 0 1 0 2008406628 16695296 3747 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/592/statm: 4076 3747 75 150 0 3923 0
Current children cumulated CPU time (s) 695.66
Current children cumulated vsize (KiB) 35260

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

[startup+703.901 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 592
/proc/meminfo: memFree=1683640/2055920 swapFree=4180004/4192956
[pid=568] ppid=566 vsize=13600 CPUtime=1.73
/proc/568/stat : 568 (sugar) S 566 568 32445 0 -1 4194304 1031 11844 0 2 4 1 159 9 16 0 1 0 2008406444 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/568/statm: 3400 798 370 3 0 500 0
[pid=591] ppid=568 vsize=5356 CPUtime=0
/proc/591/stat : 591 (sh) S 568 568 32445 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2008406628 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/591/statm: 1339 232 193 169 0 50 0
[pid=592] ppid=591 vsize=16304 CPUtime=695.52
/proc/592/stat : 592 (minisat) R 591 568 32445 0 -1 4194304 3762 0 0 0 69549 3 0 0 25 0 1 0 2008406628 16695296 3748 996147200 134512640 135127466 4294956256 18446744073709551615 134530772 0 0 4096 3 0 0 0 17 1 0 0
/proc/592/statm: 4076 3748 75 150 0 3923 0
Current children cumulated CPU time (s) 697.25
Current children cumulated vsize (KiB) 35260

[startup+707.102 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 592
/proc/meminfo: memFree=1683640/2055920 swapFree=4180004/4192956
[pid=568] ppid=566 vsize=13600 CPUtime=1.73
/proc/568/stat : 568 (sugar) S 566 568 32445 0 -1 4194304 1031 11844 0 2 4 1 159 9 16 0 1 0 2008406444 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/568/statm: 3400 798 370 3 0 500 0
[pid=591] ppid=568 vsize=5356 CPUtime=0
/proc/591/stat : 591 (sh) S 568 568 32445 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2008406628 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/591/statm: 1339 232 193 169 0 50 0
[pid=592] ppid=591 vsize=16304 CPUtime=698.69
/proc/592/stat : 592 (minisat) R 591 568 32445 0 -1 4194304 3764 0 0 0 69866 3 0 0 25 0 1 0 2008406628 16695296 3750 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/592/statm: 4076 3750 75 150 0 3923 0
Current children cumulated CPU time (s) 700.42
Current children cumulated vsize (KiB) 35260

[startup+708.702 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 592
/proc/meminfo: memFree=1683640/2055920 swapFree=4180004/4192956
[pid=568] ppid=566 vsize=13600 CPUtime=1.73
/proc/568/stat : 568 (sugar) S 566 568 32445 0 -1 4194304 1031 11844 0 2 4 1 159 9 16 0 1 0 2008406444 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/568/statm: 3400 798 370 3 0 500 0
[pid=591] ppid=568 vsize=5356 CPUtime=0
/proc/591/stat : 591 (sh) S 568 568 32445 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2008406628 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/591/statm: 1339 232 193 169 0 50 0
[pid=592] ppid=591 vsize=16304 CPUtime=700.27
/proc/592/stat : 592 (minisat) R 591 568 32445 0 -1 4194304 3764 0 0 0 70024 3 0 0 25 0 1 0 2008406628 16695296 3750 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/592/statm: 4076 3750 75 150 0 3923 0
Current children cumulated CPU time (s) 702
Current children cumulated vsize (KiB) 35260

[startup+709.507 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 592
/proc/meminfo: memFree=1683640/2055920 swapFree=4180004/4192956
[pid=568] ppid=566 vsize=13600 CPUtime=1.73
/proc/568/stat : 568 (sugar) S 566 568 32445 0 -1 4194304 1031 11844 0 2 4 1 159 9 16 0 1 0 2008406444 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/568/statm: 3400 798 370 3 0 500 0
[pid=591] ppid=568 vsize=5356 CPUtime=0
/proc/591/stat : 591 (sh) S 568 568 32445 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2008406628 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/591/statm: 1339 232 193 169 0 50 0
[pid=592] ppid=591 vsize=16304 CPUtime=701.07
/proc/592/stat : 592 (minisat) R 591 568 32445 0 -1 4194304 3764 0 0 0 70104 3 0 0 25 0 1 0 2008406628 16695296 3750 996147200 134512640 135127466 4294956256 18446744073709551615 134530665 0 0 4096 3 0 0 0 17 1 0 0
/proc/592/statm: 4076 3750 75 150 0 3923 0
Current children cumulated CPU time (s) 702.8
Current children cumulated vsize (KiB) 35260

[startup+710.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 592
/proc/meminfo: memFree=1683640/2055920 swapFree=4180004/4192956
[pid=568] ppid=566 vsize=13600 CPUtime=1.73
/proc/568/stat : 568 (sugar) S 566 568 32445 0 -1 4194304 1031 11844 0 2 4 1 159 9 16 0 1 0 2008406444 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/568/statm: 3400 798 370 3 0 500 0
[pid=591] ppid=568 vsize=5356 CPUtime=0
/proc/591/stat : 591 (sh) S 568 568 32445 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2008406628 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/591/statm: 1339 232 193 169 0 50 0
[pid=592] ppid=591 vsize=16304 CPUtime=701.86
/proc/592/stat : 592 (minisat) R 591 568 32445 0 -1 4194304 3768 0 0 0 70183 3 0 0 25 0 1 0 2008406628 16695296 3754 996147200 134512640 135127466 4294956256 18446744073709551615 134530679 0 0 4096 3 0 0 0 17 1 0 0
/proc/592/statm: 4076 3754 75 150 0 3923 0
Current children cumulated CPU time (s) 703.59
Current children cumulated vsize (KiB) 35260

[startup+710.502 s]
/proc/loadavg: 2.00 2.00 2.00 5/92 602
/proc/meminfo: memFree=1693624/2055920 swapFree=4180004/4192956
[pid=568] ppid=566 vsize=13600 CPUtime=703.69
/proc/568/stat : 568 (sugar) S 566 568 32445 0 -1 4194304 1089 15907 0 2 4 1 70351 13 16 0 1 0 2008406444 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/568/statm: 3400 798 370 3 0 500 0
[pid=593] ppid=568 vsize=5356 CPUtime=0
/proc/593/stat : 593 (sh) S 568 568 32445 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2008477483 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/593/statm: 1339 233 193 169 0 50 0
[pid=594] ppid=593 vsize=863720 CPUtime=0.09
/proc/594/stat : 594 (java) S 593 568 32445 0 -1 0 3259 0 1 0 7 2 0 0 18 0 9 0 2008477483 884449280 2734 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/594/statm: 215930 2734 1638 9 0 210512 0
[pid=594/tid=595] ppid=593 vsize=863720 CPUtime=0.07
/proc/594/task/595/stat : 595 (java) R 593 568 32445 0 -1 64 2359 0 1 0 7 0 0 0 18 0 9 0 2008477485 884449280 2734 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=594/tid=596] ppid=593 vsize=863720 CPUtime=0
/proc/594/task/596/stat : 596 (java) S 593 568 32445 0 -1 64 3 0 0 0 0 0 0 0 18 0 9 0 2008477486 884449280 2734 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=594/tid=597] ppid=593 vsize=863720 CPUtime=0
/proc/594/task/597/stat : 597 (java) S 593 568 32445 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 2008477486 884449280 2734 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=594/tid=598] ppid=593 vsize=863720 CPUtime=0
/proc/594/task/598/stat : 598 (java) S 593 568 32445 0 -1 64 3 0 0 0 0 0 0 0 20 0 9 0 2008477486 884449280 2734 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=594/tid=599] ppid=593 vsize=863720 CPUtime=0
/proc/594/task/599/stat : 599 (java) S 593 568 32445 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2008477488 884449280 2734 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=594/tid=600] ppid=593 vsize=863720 CPUtime=0
/proc/594/task/600/stat : 600 (java) R 593 568 32445 0 -1 64 206 0 0 0 0 0 0 0 19 0 9 0 2008477488 884449280 2734 996147200 134512640 134550740 4294956000 18446744073709551615 101631136 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=594/tid=601] ppid=593 vsize=863720 CPUtime=0
/proc/594/task/601/stat : 601 (java) S 593 568 32445 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2008477488 884449280 2734 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=594/tid=602] ppid=593 vsize=863720 CPUtime=0
/proc/594/task/602/stat : 602 (java) R 593 568 32445 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2008477488 884449280 2734 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 703.78
Current children cumulated vsize (KiB) 882676

Child status: 0
Real time (s): 710.566
CPU time (s): 703.824
CPU user time (s): 703.651
CPU system time (s): 0.172973
CPU usage (%): 99.0512
Max. virtual memory (cumulated for all children) (KiB): 883408

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 703.651
system time used= 0.172973
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20741
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= 1574
involuntary context switches= 29786

runsolver used 1.00485 second user time and 2.18767 second system time

The end

Launcher Data (download as text)

Begin job on node23 at 2008-07-05 23:45:23
IDJOB=1101770
IDBENCH=60065
IDSOLVER=346
FILE ID=node23/1101770-1215294323
PBS_JOBID= 7882388
Free space on /tmp= 66540 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= ce40ed4691a90a2ac4217ea7b5e30eda
RANDOM SEED=791191391

node23.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.216
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.216
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:       1702320 kB
Buffers:         59488 kB
Cached:         217128 kB
SwapCached:       7012 kB
Active:         182840 kB
Inactive:       116432 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1702320 kB
SwapTotal:     4192956 kB
SwapFree:      4180004 kB
Dirty:            1480 kB
Writeback:           0 kB
Mapped:          38464 kB
Slab:            39576 kB
Committed_AS:  3546004 kB
PageTables:       1848 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 node23 at 2008-07-05 23:57:13