Trace number 1101462

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 603.511 608.494

General information on the benchmark

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

Solver Data (download as text)

0.00/0.05	c 0	Sugar v1-13 + HOME/minisat
0.00/0.05	c 0	BEGIN Sat Jul  5 23:29:29 2008
0.00/0.05	c 0	PID 9428
0.03/0.05	c 0	HOST node57.alineos.net
0.03/0.05	c 0	CONVERTING HOME/instance-1101462-1215293369.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-1101462-1215293369.xml' 'HOME/temp.csp'
0.03/0.76	c 1	1 domains, 40 variables, 0 predicates, 338 relations, 338 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.02/1.17	c 1	parsed 717 expressions
1.02/1.17	c 1	Heap : 4 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.02/1.17	c 1	Converting to clausal form CSP
1.02/1.20	c 1	converted 72 (10%) expressions
1.12/1.20	c 1	converted 144 (20%) expressions
1.12/1.20	c 1	converted 216 (30%) expressions
1.12/1.21	c 1	converted 287 (40%) expressions
1.12/1.21	c 1	converted 359 (50%) expressions
1.12/1.28	c 1	converted 431 (60%) expressions
1.21/1.31	c 1	converted 502 (70%) expressions
1.21/1.33	c 1	converted 574 (80%) expressions
1.21/1.35	c 1	converted 646 (90%) expressions
1.21/1.37	c 1	converted 717 (100%) expressions
1.21/1.37	c 1	CSP : 40 integers, 0 booleans, 338 clauses, largest domain size 19
1.21/1.37	c 1	Heap : 7 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.21/1.37	c 1	Propagation in CSP
1.21/1.37	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.21/1.37	c 1	CSP : 40 integers, 0 booleans, 338 clauses, largest domain size 19
1.21/1.37	c 1	Heap : 7 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.21/1.37	c 1	Simplifing CSP by introducing new Boolean variables
1.21/1.37	c 1	CSP : 40 integers, 0 booleans, 338 clauses, largest domain size 19
1.21/1.37	c 1	Heap : 8 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.32/1.41	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.32/1.42	c 1	4 (10%) CSP integer variables are encoded (68 clauses, 659 bytes)
1.32/1.43	c 1	8 (20%) CSP integer variables are encoded (136 clauses, 1356 bytes)
1.32/1.43	c 1	12 (30%) CSP integer variables are encoded (204 clauses, 2104 bytes)
1.32/1.43	c 1	16 (40%) CSP integer variables are encoded (272 clauses, 2852 bytes)
1.32/1.43	c 1	20 (50%) CSP integer variables are encoded (340 clauses, 3600 bytes)
1.32/1.43	c 1	24 (60%) CSP integer variables are encoded (408 clauses, 4348 bytes)
1.32/1.43	c 1	28 (70%) CSP integer variables are encoded (476 clauses, 5096 bytes)
1.32/1.43	c 1	32 (80%) CSP integer variables are encoded (544 clauses, 5844 bytes)
1.32/1.43	c 1	36 (90%) CSP integer variables are encoded (612 clauses, 6592 bytes)
1.32/1.44	c 1	40 (100%) CSP integer variables are encoded (680 clauses, 7340 bytes)
1.32/1.49	c 1	34 (10%) CSP clauses are encoded (2791 clauses, 41246 bytes)
1.41/1.51	c 1	68 (20%) CSP clauses are encoded (4982 clauses, 78130 bytes)
1.41/1.53	c 1	102 (30%) CSP clauses are encoded (7189 clauses, 117610 bytes)
1.41/1.54	c 1	136 (40%) CSP clauses are encoded (9350 clauses, 158194 bytes)
1.41/1.56	c 1	169 (50%) CSP clauses are encoded (11481 clauses, 198305 bytes)
1.41/1.57	c 1	203 (60%) CSP clauses are encoded (13614 clauses, 238433 bytes)
1.41/1.58	c 1	237 (70%) CSP clauses are encoded (15803 clauses, 279466 bytes)
1.51/1.60	c 1	271 (80%) CSP clauses are encoded (17902 clauses, 318768 bytes)
1.51/1.61	c 1	305 (90%) CSP clauses are encoded (20016 clauses, 358442 bytes)
1.51/1.63	c 1	338 (100%) CSP clauses are encoded (22066 clauses, 396959 bytes)
1.51/1.63	c 1	338 CSP clauses encoded
1.51/1.63	c 1	Writing map file : HOME/temp.map
1.51/1.63	c 1	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.51/1.63	c 1	SAT : 720 SAT variables, 22066 SAT clauses, 396959 bytes
1.51/1.63	c 1	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.51/1.68	c 2	SOLVING HOME/temp.cnf
1.51/1.68	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.51/1.68	c 2	This is MiniSat 2.0 beta
1.51/1.68	c 2	WARNING: for repeatability, setting FPU to use double precision
1.51/1.68	c 2	============================[ Problem Statistics ]=============================
1.51/1.68	c 2	|                                                                             |
1.51/1.68	c 2	|  Number of variables:  720                                                  |
1.51/1.68	c 2	|  Number of clauses:    22066                                                |
1.51/1.69	c 2	|  Parsing time:         0.01         s                                       |
1.51/1.69	c 2	============================[ Search Statistics ]==============================
1.51/1.69	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.51/1.69	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.51/1.69	c 2	===============================================================================
1.51/1.69	c 2	|         0 |     720    22066    81000 |     7355        0    nan |  0.000 % |
1.55/1.71	c 2	|       101 |     720    22066    81000 |     8090      101     11 |  0.000 % |
1.55/1.73	c 2	|       252 |     720    22066    81000 |     8899      252     12 |  0.006 % |
1.55/1.75	c 2	|       478 |     720    22066    81000 |     9789      478     12 |  0.007 % |
1.55/1.79	c 2	|       816 |     720    22066    81000 |    10768      816     12 |  0.007 % |
1.55/1.85	c 2	|      1323 |     720    22066    81000 |    11845     1323     13 |  0.001 % |
1.55/1.94	c 2	|      2082 |     720    22066    81000 |    13030     2082     13 |  0.007 % |
1.55/2.07	c 2	|      3222 |     720    22066    81000 |    14333     3222     13 |  0.007 % |
2.15/2.30	c 2	|      4930 |     720    22066    81000 |    15766     4930     13 |  0.007 % |
2.45/2.67	c 3	|      7492 |     720    22066    81000 |    17343     7492     13 |  0.004 % |
3.05/3.27	c 3	|     11338 |     720    22066    81000 |    19077    11338     13 |  0.009 % |
4.14/4.35	c 4	|     17104 |     720    22066    81000 |    20985    17104     14 |  0.009 % |
5.92/6.12	c 6	|     25754 |     720    22066    81000 |    23084    15153     15 |  0.009 % |
8.60/8.88	c 9	|     38729 |     720    22066    81000 |    25392    16476     15 |  0.003 % |
13.05/13.38	c 13	|     58190 |     720    22066    81000 |    27931    22275     16 |  0.005 % |
21.17/21.51	c 21	|     87384 |     720    22066    81000 |    30725    22261     16 |  0.008 % |
32.96/33.43	c 33	|    131173 |     720    22066    81000 |    33797    30002     19 |  0.001 % |
51.87/52.54	c 52	|    196857 |     720    22066    81000 |    37177    12653     16 |  0.006 % |
78.13/79.05	c 79	|    295384 |     718    21919    80538 |    40895    14522     15 |  0.278 % |
127.16/128.54	c 128	|    443174 |     718    21919    80538 |    44984    29229     14 |  0.291 % |
198.68/200.71	c 201	|    664857 |     717    21841    80247 |    49483    34301     18 |  0.417 % |
314.58/317.73	c 318	|    997383 |     717    21841    80247 |    54431    16015     18 |  0.418 % |
497.23/501.80	c 502	|   1496171 |     717    21841    80247 |    59874    43278     17 |  0.418 % |
603.32/608.33	c 608	===============================================================================
603.32/608.33	c 608	restarts              : 23
603.32/608.33	c 608	conflicts             : 1775850        (2951 /sec)
603.32/608.33	c 608	decisions             : 2149246        (1.40 % random) (3572 /sec)
603.32/608.33	c 608	propagations          : 195904644      (325555 /sec)
603.32/608.33	c 608	conflict literals     : 32539763       (35.10 % deleted)
603.32/608.33	c 608	Memory used           : 14.77 MB
603.32/608.33	c 608	CPU time              : 601.756 s
603.32/608.33	c 608	
603.32/608.33	c 608	SATISFIABLE
603.32/608.33	c 608	DECODING HOME/temp.out WITH HOME/temp.map
603.32/608.33	c 608	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
603.37/608.41	c 608	Decoding HOME/temp.out
603.37/608.44	s SATISFIABLE
603.37/608.44	v 1 0 6 11 11 11 13 13 18 14 17 11 15 0 16 4 5 15 12 5 17 7 0 2 14 1 12 15 9 17 4 14 13 12 11 6 8 5 8 7
603.37/608.45	c 608	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
603.37/608.49	c 608	CPU 603.31 (0.03 0.01 603.28 0.17)
603.37/608.49	c 608	END Sat Jul  5 23:39:37 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-1101462-1215293369/watcher-1101462-1215293369 -o /tmp/evaluation-result-1101462-1215293369/solver-1101462-1215293369 -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-1101462-1215293369.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.99 1.99 4/73 9428
/proc/meminfo: memFree=1559184/2055920 swapFree=4180732/4192956
[pid=9428] ppid=9426 vsize=12268 CPUtime=0
/proc/9428/stat : 9428 (sugar) R 9426 9428 6662 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 2008308333 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 218076248677 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/9428/statm: 3067 316 241 3 0 167 0

[startup+0.051094 s]
/proc/loadavg: 1.92 1.99 1.99 4/73 9428
/proc/meminfo: memFree=1559184/2055920 swapFree=4180732/4192956
[pid=9428] ppid=9426 vsize=13600 CPUtime=0.03
/proc/9428/stat : 9428 (sugar) S 9426 9428 6662 0 -1 4194304 837 0 0 0 3 0 0 0 18 0 1 0 2008308333 13926400 792 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9428/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101267 s]
/proc/loadavg: 1.92 1.99 1.99 4/73 9428
/proc/meminfo: memFree=1559184/2055920 swapFree=4180732/4192956
[pid=9428] ppid=9426 vsize=13600 CPUtime=0.03
/proc/9428/stat : 9428 (sugar) S 9426 9428 6662 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2008308333 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9428/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301746 s]
/proc/loadavg: 1.92 1.99 1.99 4/73 9428
/proc/meminfo: memFree=1559184/2055920 swapFree=4180732/4192956
[pid=9428] ppid=9426 vsize=13600 CPUtime=0.03
/proc/9428/stat : 9428 (sugar) S 9426 9428 6662 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2008308333 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9428/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701814 s]
/proc/loadavg: 1.92 1.99 1.99 4/73 9428
/proc/meminfo: memFree=1559184/2055920 swapFree=4180732/4192956
[pid=9428] ppid=9426 vsize=13600 CPUtime=0.03
/proc/9428/stat : 9428 (sugar) S 9426 9428 6662 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2008308333 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9428/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50295 s]
/proc/loadavg: 1.92 1.99 1.99 4/84 9450
/proc/meminfo: memFree=1550768/2055920 swapFree=4180732/4192956
[pid=9428] ppid=9426 vsize=13600 CPUtime=0.72
/proc/9428/stat : 9428 (sugar) S 9426 9428 6662 0 -1 4194304 974 4745 0 1 3 0 65 4 15 0 1 0 2008308333 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9428/statm: 3400 797 370 3 0 500 0
[pid=9441] ppid=9428 vsize=5356 CPUtime=0
/proc/9441/stat : 9441 (sh) S 9428 9428 6662 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2008308411 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9441/statm: 1339 233 193 169 0 50 0
[pid=9442] ppid=9441 vsize=864436 CPUtime=0.69
/proc/9442/stat : 9442 (java) S 9441 9428 6662 0 -1 0 6761 0 1 0 65 4 0 0 19 0 9 0 2008308412 885182464 6024 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9442/statm: 216109 6024 2564 9 0 210656 0
[pid=9442/tid=9443] ppid=9441 vsize=864436 CPUtime=0.38
/proc/9442/task/9443/stat : 9443 (java) R 9441 9428 6662 0 -1 64 2698 0 1 0 36 2 0 0 18 0 9 0 2008308413 885182464 6024 996147200 134512640 134550740 4294955952 18446744073709551615 4126652308 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9442/tid=9444] ppid=9441 vsize=864436 CPUtime=0.17
/proc/9442/task/9444/stat : 9444 (java) S 9441 9428 6662 0 -1 64 3010 0 0 0 16 1 0 0 16 0 9 0 2008308414 885182464 6024 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9442/tid=9445] ppid=9441 vsize=864436 CPUtime=0
/proc/9442/task/9445/stat : 9445 (java) S 9441 9428 6662 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2008308414 885182464 6024 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9442/tid=9446] ppid=9441 vsize=864436 CPUtime=0
/proc/9442/task/9446/stat : 9446 (java) S 9441 9428 6662 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2008308414 885182464 6024 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9442/tid=9447] ppid=9441 vsize=864436 CPUtime=0
/proc/9442/task/9447/stat : 9447 (java) S 9441 9428 6662 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2008308416 885182464 6024 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9442/tid=9448] ppid=9441 vsize=864436 CPUtime=0.11
/proc/9442/task/9448/stat : 9448 (java) S 9441 9428 6662 0 -1 64 360 0 0 0 11 0 0 0 16 0 9 0 2008308416 885182464 6024 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9442/tid=9449] ppid=9441 vsize=864436 CPUtime=0
/proc/9442/task/9449/stat : 9449 (java) S 9441 9428 6662 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2008308416 885182464 6024 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9442/tid=9450] ppid=9441 vsize=864436 CPUtime=0
/proc/9442/task/9450/stat : 9450 (java) S 9441 9428 6662 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2008308416 885182464 6024 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) 883392

[startup+3.10222 s]
/proc/loadavg: 1.92 1.99 1.99 3/76 9452
/proc/meminfo: memFree=1554352/2055920 swapFree=4180732/4192956
[pid=9428] ppid=9426 vsize=13600 CPUtime=1.55
/proc/9428/stat : 9428 (sugar) S 9426 9428 6662 0 -1 4194304 1031 11839 0 2 3 0 143 9 15 0 1 0 2008308333 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9428/statm: 3400 798 370 3 0 500 0
[pid=9451] ppid=9428 vsize=5356 CPUtime=0
/proc/9451/stat : 9451 (sh) S 9428 9428 6662 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2008308501 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9451/statm: 1339 232 193 169 0 50 0
[pid=9452] ppid=9451 vsize=3724 CPUtime=1.4
/proc/9452/stat : 9452 (minisat) R 9451 9428 6662 0 -1 4194304 702 0 0 0 140 0 0 0 25 0 1 0 2008308501 3813376 688 996147200 134512640 135127466 4294956256 18446744073709551615 134530775 0 0 4096 3 0 0 0 17 1 0 0
/proc/9452/statm: 931 688 75 150 0 778 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 22680

[startup+6.30175 s]
/proc/loadavg: 1.93 1.99 1.99 3/76 9452
/proc/meminfo: memFree=1552688/2055920 swapFree=4180732/4192956
[pid=9428] ppid=9426 vsize=13600 CPUtime=1.55
/proc/9428/stat : 9428 (sugar) S 9426 9428 6662 0 -1 4194304 1031 11839 0 2 3 0 143 9 16 0 1 0 2008308333 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9428/statm: 3400 798 370 3 0 500 0
[pid=9451] ppid=9428 vsize=5356 CPUtime=0
/proc/9451/stat : 9451 (sh) S 9428 9428 6662 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2008308501 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9451/statm: 1339 232 193 169 0 50 0
[pid=9452] ppid=9451 vsize=4832 CPUtime=4.57
/proc/9452/stat : 9452 (minisat) R 9451 9428 6662 0 -1 4194304 960 0 0 0 457 0 0 0 25 0 1 0 2008308501 4947968 946 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/9452/statm: 1208 946 75 150 0 1055 0
Current children cumulated CPU time (s) 6.12
Current children cumulated vsize (KiB) 23788

[startup+12.7018 s]
/proc/loadavg: 1.93 1.99 1.99 3/76 9452
/proc/meminfo: memFree=1551856/2055920 swapFree=4180732/4192956
[pid=9428] ppid=9426 vsize=13600 CPUtime=1.55
/proc/9428/stat : 9428 (sugar) S 9426 9428 6662 0 -1 4194304 1031 11839 0 2 3 0 143 9 16 0 1 0 2008308333 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9428/statm: 3400 798 370 3 0 500 0
[pid=9451] ppid=9428 vsize=5356 CPUtime=0
/proc/9451/stat : 9451 (sh) S 9428 9428 6662 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2008308501 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9451/statm: 1339 232 193 169 0 50 0
[pid=9452] ppid=9451 vsize=5624 CPUtime=10.9
/proc/9452/stat : 9452 (minisat) R 9451 9428 6662 0 -1 4194304 1149 0 0 0 1090 0 0 0 25 0 1 0 2008308501 5758976 1135 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/9452/statm: 1406 1135 75 150 0 1253 0
Current children cumulated CPU time (s) 12.45
Current children cumulated vsize (KiB) 24580

[startup+25.502 s]
/proc/loadavg: 1.95 1.99 1.99 3/76 9452
/proc/meminfo: memFree=1550896/2055920 swapFree=4180732/4192956
[pid=9428] ppid=9426 vsize=13600 CPUtime=1.55
/proc/9428/stat : 9428 (sugar) S 9426 9428 6662 0 -1 4194304 1031 11839 0 2 3 0 143 9 16 0 1 0 2008308333 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9428/statm: 3400 798 370 3 0 500 0
[pid=9451] ppid=9428 vsize=5356 CPUtime=0
/proc/9451/stat : 9451 (sh) S 9428 9428 6662 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2008308501 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9451/statm: 1339 232 193 169 0 50 0
[pid=9452] ppid=9451 vsize=6592 CPUtime=23.58
/proc/9452/stat : 9452 (minisat) R 9451 9428 6662 0 -1 4194304 1407 0 0 0 2358 0 0 0 25 0 1 0 2008308501 6750208 1393 996147200 134512640 135127466 4294956256 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 1 0 0
/proc/9452/statm: 1648 1393 75 150 0 1495 0
Current children cumulated CPU time (s) 25.13
Current children cumulated vsize (KiB) 25548

[startup+51.1013 s]
/proc/loadavg: 1.96 1.99 1.99 3/76 9452
/proc/meminfo: memFree=1549872/2055920 swapFree=4180732/4192956
[pid=9428] ppid=9426 vsize=13600 CPUtime=1.55
/proc/9428/stat : 9428 (sugar) S 9426 9428 6662 0 -1 4194304 1031 11839 0 2 3 0 143 9 16 0 1 0 2008308333 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9428/statm: 3400 798 370 3 0 500 0
[pid=9451] ppid=9428 vsize=5356 CPUtime=0
/proc/9451/stat : 9451 (sh) S 9428 9428 6662 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2008308501 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9451/statm: 1339 232 193 169 0 50 0
[pid=9452] ppid=9451 vsize=7648 CPUtime=48.93
/proc/9452/stat : 9452 (minisat) R 9451 9428 6662 0 -1 4194304 1652 0 0 0 4893 0 0 0 25 0 1 0 2008308501 7831552 1638 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/9452/statm: 1912 1638 75 150 0 1759 0
Current children cumulated CPU time (s) 50.48
Current children cumulated vsize (KiB) 26604

[startup+102.307 s]
/proc/loadavg: 1.98 1.99 1.99 3/76 9452
/proc/meminfo: memFree=1548528/2055920 swapFree=4180732/4192956
[pid=9428] ppid=9426 vsize=13600 CPUtime=1.55
/proc/9428/stat : 9428 (sugar) S 9426 9428 6662 0 -1 4194304 1031 11839 0 2 3 0 143 9 16 0 1 0 2008308333 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9428/statm: 3400 798 370 3 0 500 0
[pid=9451] ppid=9428 vsize=5356 CPUtime=0
/proc/9451/stat : 9451 (sh) S 9428 9428 6662 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2008308501 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9451/statm: 1339 232 193 169 0 50 0
[pid=9452] ppid=9451 vsize=8800 CPUtime=99.66
/proc/9452/stat : 9452 (minisat) R 9451 9428 6662 0 -1 4194304 1929 0 0 0 9965 1 0 0 25 0 1 0 2008308501 9011200 1915 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/9452/statm: 2200 1915 75 150 0 2047 0
Current children cumulated CPU time (s) 101.21
Current children cumulated vsize (KiB) 27756

[startup+162.302 s]
/proc/loadavg: 1.99 1.99 1.99 3/76 9452
/proc/meminfo: memFree=1546608/2055920 swapFree=4180732/4192956
[pid=9428] ppid=9426 vsize=13600 CPUtime=1.55
/proc/9428/stat : 9428 (sugar) S 9426 9428 6662 0 -1 4194304 1031 11839 0 2 3 0 143 9 16 0 1 0 2008308333 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9428/statm: 3400 798 370 3 0 500 0
[pid=9451] ppid=9428 vsize=5356 CPUtime=0
/proc/9451/stat : 9451 (sh) S 9428 9428 6662 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2008308501 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9451/statm: 1339 232 193 169 0 50 0
[pid=9452] ppid=9451 vsize=10280 CPUtime=159.09
/proc/9452/stat : 9452 (minisat) R 9451 9428 6662 0 -1 4194304 2305 0 0 0 15908 1 0 0 25 0 1 0 2008308501 10526720 2291 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/9452/statm: 2570 2291 75 150 0 2417 0
Current children cumulated CPU time (s) 160.64
Current children cumulated vsize (KiB) 29236

[startup+222.303 s]
/proc/loadavg: 1.99 1.99 1.99 3/76 9452
/proc/meminfo: memFree=1545264/2055920 swapFree=4180732/4192956
[pid=9428] ppid=9426 vsize=13600 CPUtime=1.55
/proc/9428/stat : 9428 (sugar) S 9426 9428 6662 0 -1 4194304 1031 11839 0 2 3 0 143 9 16 0 1 0 2008308333 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9428/statm: 3400 798 370 3 0 500 0
[pid=9451] ppid=9428 vsize=5356 CPUtime=0
/proc/9451/stat : 9451 (sh) S 9428 9428 6662 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2008308501 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0

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

/proc/9428/statm: 3400 798 370 3 0 500 0
[pid=9451] ppid=9428 vsize=5356 CPUtime=0
/proc/9451/stat : 9451 (sh) S 9428 9428 6662 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2008308501 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9451/statm: 1339 232 193 169 0 50 0
[pid=9452] ppid=9451 vsize=13308 CPUtime=396.83
/proc/9452/stat : 9452 (minisat) R 9451 9428 6662 0 -1 4194304 3063 0 0 0 39681 2 0 0 25 0 1 0 2008308501 13627392 3049 996147200 134512640 135127466 4294956256 18446744073709551615 134530933 0 0 4096 3 0 0 0 17 1 0 0
/proc/9452/statm: 3327 3049 75 150 0 3174 0
Current children cumulated CPU time (s) 398.38
Current children cumulated vsize (KiB) 32264

[startup+462.301 s]
/proc/loadavg: 1.99 1.99 1.99 3/76 9454
/proc/meminfo: memFree=1541360/2055920 swapFree=4180732/4192956
[pid=9428] ppid=9426 vsize=13600 CPUtime=1.55
/proc/9428/stat : 9428 (sugar) S 9426 9428 6662 0 -1 4194304 1031 11839 0 2 3 0 143 9 16 0 1 0 2008308333 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9428/statm: 3400 798 370 3 0 500 0
[pid=9451] ppid=9428 vsize=5356 CPUtime=0
/proc/9451/stat : 9451 (sh) S 9428 9428 6662 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2008308501 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9451/statm: 1339 232 193 169 0 50 0
[pid=9452] ppid=9451 vsize=13720 CPUtime=456.27
/proc/9452/stat : 9452 (minisat) R 9451 9428 6662 0 -1 4194304 3168 0 0 0 45625 2 0 0 25 0 1 0 2008308501 14049280 3154 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/9452/statm: 3430 3154 75 150 0 3277 0
Current children cumulated CPU time (s) 457.82
Current children cumulated vsize (KiB) 32676

[startup+522.302 s]
/proc/loadavg: 1.96 1.97 1.99 3/75 9549
/proc/meminfo: memFree=1657144/2055920 swapFree=4180732/4192956
[pid=9428] ppid=9426 vsize=13600 CPUtime=1.55
/proc/9428/stat : 9428 (sugar) S 9426 9428 6662 0 -1 4194304 1031 11839 0 2 3 0 143 9 16 0 1 0 2008308333 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/9428/statm: 3400 798 370 3 0 500 0
[pid=9451] ppid=9428 vsize=5356 CPUtime=0
/proc/9451/stat : 9451 (sh) S 9428 9428 6662 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2008308501 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9451/statm: 1339 232 193 169 0 50 0
[pid=9452] ppid=9451 vsize=14292 CPUtime=516.17
/proc/9452/stat : 9452 (minisat) R 9451 9428 6662 0 -1 4194304 3287 0 0 0 51614 3 0 0 25 0 1 0 2008308501 14635008 3273 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/9452/statm: 3573 3273 75 150 0 3420 0
Current children cumulated CPU time (s) 517.72
Current children cumulated vsize (KiB) 33248

[startup+582.302 s]
/proc/loadavg: 1.98 1.97 1.99 3/87 9588
/proc/meminfo: memFree=1594584/2055920 swapFree=4180732/4192956
[pid=9428] ppid=9426 vsize=13600 CPUtime=1.55
/proc/9428/stat : 9428 (sugar) S 9426 9428 6662 0 -1 4194304 1031 11839 0 2 3 0 143 9 16 0 1 0 2008308333 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/9428/statm: 3400 798 370 3 0 500 0
[pid=9451] ppid=9428 vsize=5356 CPUtime=0
/proc/9451/stat : 9451 (sh) S 9428 9428 6662 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2008308501 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9451/statm: 1339 232 193 169 0 50 0
[pid=9452] ppid=9451 vsize=14828 CPUtime=576.01
/proc/9452/stat : 9452 (minisat) R 9451 9428 6662 0 -1 4194304 3421 0 0 0 57597 4 0 0 25 0 1 0 2008308501 15183872 3407 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/9452/statm: 3707 3407 75 150 0 3554 0
Current children cumulated CPU time (s) 577.56
Current children cumulated vsize (KiB) 33784

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

[startup+588.701 s]
/proc/loadavg: 1.98 1.97 1.99 3/87 9588
/proc/meminfo: memFree=1591192/2055920 swapFree=4180732/4192956
[pid=9428] ppid=9426 vsize=13600 CPUtime=1.55
/proc/9428/stat : 9428 (sugar) S 9426 9428 6662 0 -1 4194304 1031 11839 0 2 3 0 143 9 16 0 1 0 2008308333 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/9428/statm: 3400 798 370 3 0 500 0
[pid=9451] ppid=9428 vsize=5356 CPUtime=0
/proc/9451/stat : 9451 (sh) S 9428 9428 6662 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2008308501 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9451/statm: 1339 232 193 169 0 50 0
[pid=9452] ppid=9451 vsize=14828 CPUtime=582.35
/proc/9452/stat : 9452 (minisat) R 9451 9428 6662 0 -1 4194304 3433 0 0 0 58231 4 0 0 25 0 1 0 2008308501 15183872 3419 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/9452/statm: 3707 3419 75 150 0 3554 0
Current children cumulated CPU time (s) 583.9
Current children cumulated vsize (KiB) 33784

[startup+601.502 s]
/proc/loadavg: 1.99 1.97 1.99 3/87 9588
/proc/meminfo: memFree=1586968/2055920 swapFree=4180732/4192956
[pid=9428] ppid=9426 vsize=13600 CPUtime=1.55
/proc/9428/stat : 9428 (sugar) S 9426 9428 6662 0 -1 4194304 1031 11839 0 2 3 0 143 9 16 0 1 0 2008308333 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/9428/statm: 3400 798 370 3 0 500 0
[pid=9451] ppid=9428 vsize=5356 CPUtime=0
/proc/9451/stat : 9451 (sh) S 9428 9428 6662 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2008308501 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9451/statm: 1339 232 193 169 0 50 0
[pid=9452] ppid=9451 vsize=14972 CPUtime=595.03
/proc/9452/stat : 9452 (minisat) R 9451 9428 6662 0 -1 4194304 3446 0 0 0 59499 4 0 0 25 0 1 0 2008308501 15331328 3432 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/9452/statm: 3743 3432 75 150 0 3590 0
Current children cumulated CPU time (s) 596.58
Current children cumulated vsize (KiB) 33928

[startup+604.701 s]
/proc/loadavg: 1.99 1.97 1.99 3/87 9588
/proc/meminfo: memFree=1567448/2055920 swapFree=4180732/4192956
[pid=9428] ppid=9426 vsize=13600 CPUtime=1.55
/proc/9428/stat : 9428 (sugar) S 9426 9428 6662 0 -1 4194304 1031 11839 0 2 3 0 143 9 16 0 1 0 2008308333 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/9428/statm: 3400 798 370 3 0 500 0
[pid=9451] ppid=9428 vsize=5356 CPUtime=0
/proc/9451/stat : 9451 (sh) S 9428 9428 6662 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2008308501 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9451/statm: 1339 232 193 169 0 50 0
[pid=9452] ppid=9451 vsize=14972 CPUtime=598.16
/proc/9452/stat : 9452 (minisat) R 9451 9428 6662 0 -1 4194304 3451 0 0 0 59812 4 0 0 25 0 1 0 2008308501 15331328 3437 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/9452/statm: 3743 3437 75 150 0 3590 0
Current children cumulated CPU time (s) 599.71
Current children cumulated vsize (KiB) 33928

[startup+606.301 s]
/proc/loadavg: 1.99 1.97 1.99 3/87 9588
/proc/meminfo: memFree=1567384/2055920 swapFree=4180732/4192956
[pid=9428] ppid=9426 vsize=13600 CPUtime=1.55
/proc/9428/stat : 9428 (sugar) S 9426 9428 6662 0 -1 4194304 1031 11839 0 2 3 0 143 9 16 0 1 0 2008308333 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/9428/statm: 3400 798 370 3 0 500 0
[pid=9451] ppid=9428 vsize=5356 CPUtime=0
/proc/9451/stat : 9451 (sh) S 9428 9428 6662 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2008308501 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9451/statm: 1339 232 193 169 0 50 0
[pid=9452] ppid=9451 vsize=14972 CPUtime=599.76
/proc/9452/stat : 9452 (minisat) R 9451 9428 6662 0 -1 4194304 3452 0 0 0 59972 4 0 0 25 0 1 0 2008308501 15331328 3438 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/9452/statm: 3743 3438 75 150 0 3590 0
Current children cumulated CPU time (s) 601.31
Current children cumulated vsize (KiB) 33928

[startup+607.102 s]
/proc/loadavg: 1.99 1.97 1.99 3/87 9588
/proc/meminfo: memFree=1567384/2055920 swapFree=4180732/4192956
[pid=9428] ppid=9426 vsize=13600 CPUtime=1.55
/proc/9428/stat : 9428 (sugar) S 9426 9428 6662 0 -1 4194304 1031 11839 0 2 3 0 143 9 16 0 1 0 2008308333 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/9428/statm: 3400 798 370 3 0 500 0
[pid=9451] ppid=9428 vsize=5356 CPUtime=0
/proc/9451/stat : 9451 (sh) S 9428 9428 6662 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2008308501 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9451/statm: 1339 232 193 169 0 50 0
[pid=9452] ppid=9451 vsize=14972 CPUtime=600.57
/proc/9452/stat : 9452 (minisat) R 9451 9428 6662 0 -1 4194304 3452 0 0 0 60053 4 0 0 25 0 1 0 2008308501 15331328 3438 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/9452/statm: 3743 3438 75 150 0 3590 0
Current children cumulated CPU time (s) 602.12
Current children cumulated vsize (KiB) 33928

[startup+607.903 s]
/proc/loadavg: 1.99 1.97 1.99 3/87 9588
/proc/meminfo: memFree=1567384/2055920 swapFree=4180732/4192956
[pid=9428] ppid=9426 vsize=13600 CPUtime=1.55
/proc/9428/stat : 9428 (sugar) S 9426 9428 6662 0 -1 4194304 1031 11839 0 2 3 0 143 9 16 0 1 0 2008308333 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/9428/statm: 3400 798 370 3 0 500 0
[pid=9451] ppid=9428 vsize=5356 CPUtime=0
/proc/9451/stat : 9451 (sh) S 9428 9428 6662 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2008308501 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9451/statm: 1339 232 193 169 0 50 0
[pid=9452] ppid=9451 vsize=14972 CPUtime=601.36
/proc/9452/stat : 9452 (minisat) R 9451 9428 6662 0 -1 4194304 3457 0 0 0 60132 4 0 0 25 0 1 0 2008308501 15331328 3443 996147200 134512640 135127466 4294956256 18446744073709551615 134530700 0 0 4096 3 0 0 0 17 0 0 0
/proc/9452/statm: 3743 3443 75 150 0 3590 0
Current children cumulated CPU time (s) 602.91
Current children cumulated vsize (KiB) 33928

[startup+608.308 s]
/proc/loadavg: 1.99 1.97 1.99 3/87 9588
/proc/meminfo: memFree=1567256/2055920 swapFree=4180732/4192956
[pid=9428] ppid=9426 vsize=13600 CPUtime=1.55
/proc/9428/stat : 9428 (sugar) S 9426 9428 6662 0 -1 4194304 1031 11839 0 2 3 0 143 9 16 0 1 0 2008308333 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/9428/statm: 3400 798 370 3 0 500 0
[pid=9451] ppid=9428 vsize=5356 CPUtime=0
/proc/9451/stat : 9451 (sh) S 9428 9428 6662 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2008308501 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9451/statm: 1339 232 193 169 0 50 0
[pid=9452] ppid=9451 vsize=15116 CPUtime=601.77
/proc/9452/stat : 9452 (minisat) R 9451 9428 6662 0 -1 4194304 3478 0 0 0 60173 4 0 0 25 0 1 0 2008308501 15478784 3464 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/9452/statm: 3779 3464 75 150 0 3626 0
Current children cumulated CPU time (s) 603.32
Current children cumulated vsize (KiB) 34072

[startup+608.403 s]
/proc/loadavg: 1.99 1.97 1.99 3/87 9588
/proc/meminfo: memFree=1567256/2055920 swapFree=4180732/4192956
[pid=9428] ppid=9426 vsize=13600 CPUtime=603.37
/proc/9428/stat : 9428 (sugar) S 9426 9428 6662 0 -1 4194304 1070 15612 0 2 3 0 60319 15 17 0 1 0 2008308333 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/9428/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 603.37
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 608.494
CPU time (s): 603.511
CPU user time (s): 603.325
CPU system time (s): 0.185971
CPU usage (%): 99.1811
Max. virtual memory (cumulated for all children) (KiB): 883392

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 603.325
system time used= 0.185971
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20449
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= 1710
involuntary context switches= 13090

runsolver used 0.708892 second user time and 1.9917 second system time

The end

Launcher Data (download as text)

Begin job on node57 at 2008-07-05 23:29:29
IDJOB=1101462
IDBENCH=60043
IDSOLVER=346
FILE ID=node57/1101462-1215293369
PBS_JOBID= 7882308
Free space on /tmp= 66544 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= b7c85949d26938abe2ec8639947685ac
RANDOM SEED=51879168

node57.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.258
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.258
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:       1559664 kB
Buffers:         81664 kB
Cached:         234576 kB
SwapCached:       6148 kB
Active:         316656 kB
Inactive:       123140 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1559664 kB
SwapTotal:     4192956 kB
SwapFree:      4180732 kB
Dirty:            1492 kB
Writeback:           0 kB
Mapped:         129832 kB
Slab:            41600 kB
Committed_AS:  4199584 kB
PageTables:       2024 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66548 MiB
End job on node57 at 2008-07-05 23:39:37