Trace number 2091366

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.14.6+minisatSAT 1140.33 1151.33

General information on the benchmark

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

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.08	c 0	BEGIN Sun Jul 12 12:25:51 2009
0.00/0.08	c 0	PID 26074
0.06/0.08	c 0	HOST node11.alineos.net
0.06/0.08	c 0	CONVERTING HOME/instance-2091366-1247394351.xml TO HOME/temp.csp
0.06/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2091366-1247394351.xml' 'HOME/temp.csp'
0.06/0.79	c 1	1 domains, 40 variables, 0 predicates, 344 relations, 344 constraints
0.06/0.80	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.80	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.06/0.88	c 1	Parsing HOME/temp.csp
1.02/1.11	c 1	parsed 729 expressions
1.02/1.12	c 1	Heap : 3 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.02/1.12	c 1	Converting to clausal form CSP
1.02/1.14	c 1	converted 73 (10%) expressions
1.02/1.14	c 1	converted 146 (20%) expressions
1.02/1.14	c 1	converted 219 (30%) expressions
1.02/1.15	c 1	converted 292 (40%) expressions
1.02/1.15	c 1	converted 365 (50%) expressions
1.12/1.22	c 2	converted 438 (60%) expressions
1.12/1.24	c 2	converted 511 (70%) expressions
1.12/1.26	c 2	converted 584 (80%) expressions
1.12/1.28	c 2	converted 657 (90%) expressions
1.12/1.30	c 2	converted 729 (100%) expressions
1.12/1.30	c 2	CSP : 40 integers, 0 booleans, 344 clauses, largest domain size 19
1.12/1.30	c 2	Heap : 7 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.12/1.30	c 2	Propagation in CSP
1.22/1.30	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.22/1.30	c 2	CSP : 40 integers, 0 booleans, 344 clauses, largest domain size 19
1.22/1.30	c 2	Heap : 7 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.22/1.30	c 2	Simplifing CSP by introducing new Boolean variables
1.22/1.30	c 2	CSP : 40 integers, 0 booleans, 344 clauses, largest domain size 19
1.22/1.30	c 2	Heap : 7 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.22/1.34	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.22/1.35	c 2	4 (10%) CSP integer variables are encoded (68 clauses, 659 bytes)
1.22/1.35	c 2	8 (20%) CSP integer variables are encoded (136 clauses, 1356 bytes)
1.22/1.35	c 2	12 (30%) CSP integer variables are encoded (204 clauses, 2104 bytes)
1.22/1.35	c 2	16 (40%) CSP integer variables are encoded (272 clauses, 2852 bytes)
1.22/1.36	c 2	20 (50%) CSP integer variables are encoded (340 clauses, 3600 bytes)
1.22/1.36	c 2	24 (60%) CSP integer variables are encoded (408 clauses, 4348 bytes)
1.22/1.36	c 2	28 (70%) CSP integer variables are encoded (476 clauses, 5096 bytes)
1.22/1.36	c 2	32 (80%) CSP integer variables are encoded (544 clauses, 5844 bytes)
1.22/1.36	c 2	36 (90%) CSP integer variables are encoded (612 clauses, 6592 bytes)
1.22/1.36	c 2	40 (100%) CSP integer variables are encoded (680 clauses, 7340 bytes)
1.32/1.41	c 2	35 (10%) CSP clauses are encoded (2981 clauses, 44549 bytes)
1.32/1.43	c 2	69 (20%) CSP clauses are encoded (5117 clauses, 80622 bytes)
1.32/1.45	c 2	104 (30%) CSP clauses are encoded (7371 clauses, 120005 bytes)
1.32/1.46	c 2	138 (40%) CSP clauses are encoded (9464 clauses, 159159 bytes)
1.32/1.47	c 2	172 (50%) CSP clauses are encoded (11645 clauses, 200011 bytes)
1.32/1.49	c 2	207 (60%) CSP clauses are encoded (13930 clauses, 242881 bytes)
1.42/1.50	c 2	241 (70%) CSP clauses are encoded (16111 clauses, 283748 bytes)
1.42/1.52	c 2	276 (80%) CSP clauses are encoded (18319 clauses, 325014 bytes)
1.42/1.53	c 2	310 (90%) CSP clauses are encoded (20436 clauses, 364779 bytes)
1.42/1.55	c 2	344 (100%) CSP clauses are encoded (22500 clauses, 403627 bytes)
1.42/1.55	c 2	344 CSP clauses encoded
1.42/1.55	c 2	Writing map file : HOME/temp.map
1.42/1.55	c 2	Heap : 3 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.42/1.55	c 2	SAT : 720 SAT variables, 22500 SAT clauses, 403627 bytes
1.42/1.55	c 2	Heap : 3 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.48/1.60	c 2	SOLVING HOME/temp.cnf
1.48/1.60	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.48/1.60	c 2	This is MiniSat 2.0 beta
1.48/1.60	c 2	WARNING: for repeatability, setting FPU to use double precision
1.48/1.60	c 2	============================[ Problem Statistics ]=============================
1.48/1.60	c 2	|                                                                             |
1.48/1.60	c 2	|  Number of variables:  720                                                  |
1.48/1.60	c 2	|  Number of clauses:    22500                                                |
1.48/1.62	c 2	|  Parsing time:         0.01         s                                       |
1.48/1.62	c 2	============================[ Search Statistics ]==============================
1.48/1.62	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.48/1.62	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.48/1.62	c 2	===============================================================================
1.48/1.62	c 2	|         0 |     720    22500    82644 |     7500        0    nan |  0.000 % |
1.48/1.63	c 2	|       100 |     720    22500    82644 |     8250      100     11 |  0.000 % |
1.48/1.65	c 2	|       250 |     720    22500    82644 |     9075      250     12 |  0.005 % |
1.48/1.68	c 2	|       476 |     720    22500    82644 |     9982      476     13 |  0.004 % |
1.49/1.72	c 2	|       813 |     720    22500    82644 |    10980      813     12 |  0.006 % |
1.49/1.78	c 2	|      1320 |     720    22500    82644 |    12078     1320     12 |  0.007 % |
1.49/1.85	c 2	|      2079 |     720    22500    82644 |    13286     2079     12 |  0.007 % |
1.49/1.99	c 2	|      3218 |     720    22500    82644 |    14615     3218     12 |  0.008 % |
1.97/2.20	c 3	|      4927 |     720    22500    82644 |    16076     4927     12 |  0.008 % |
2.38/2.55	c 3	|      7489 |     720    22500    82644 |    17684     7489     12 |  0.007 % |
2.97/3.10	c 3	|     11334 |     720    22500    82644 |    19453    11334     13 |  0.008 % |
3.86/4.07	c 4	|     17100 |     720    22500    82644 |    21398    17100     13 |  0.003 % |
5.55/5.78	c 6	|     25749 |     720    22500    82644 |    23538    14933     16 |  0.008 % |
8.42/8.64	c 9	|     38723 |     720    22500    82644 |    25892    16042     16 |  0.008 % |
12.87/13.14	c 13	|     58184 |     720    22500    82644 |    28481    22005     17 |  0.008 % |
20.30/20.67	c 21	|     87376 |     720    22500    82644 |    31329    21510     16 |  0.008 % |
32.18/32.65	c 33	|    131165 |     720    22500    82644 |    34462    30322     16 |  0.009 % |
50.42/51.04	c 51	|    196849 |     719    22419    82415 |    37908    31078     19 |  0.139 % |
79.24/80.16	c 80	|    295376 |     719    22419    82415 |    41699    32647     17 |  0.142 % |
127.97/129.34	c 130	|    443165 |     719    22419    82415 |    45869    16894     14 |  0.155 % |
199.49/201.51	c 202	|    664850 |     717    22266    81917 |    50456    34544     20 |  0.417 % |
315.98/319.14	c 319	|    997375 |     717    22266    81917 |    55501    44402     18 |  0.419 % |
498.65/503.51	c 504	|   1496164 |     715    22172    81614 |    61052    27709     17 |  0.695 % |
794.13/801.87	c 802	|   2244346 |     715    22172    81614 |    67157    45406     17 |  0.697 % |
1140.12/1151.15	c 1151	===============================================================================
1140.12/1151.15	c 1151	restarts              : 24
1140.12/1151.15	c 1151	conflicts             : 3038808        (2669 /sec)
1140.12/1151.15	c 1151	decisions             : 3616461        (1.41 % random) (3176 /sec)
1140.12/1151.15	c 1151	propagations          : 337498510      (296406 /sec)
1140.12/1151.15	c 1151	conflict literals     : 58564068       (34.70 % deleted)
1140.12/1151.15	c 1151	Memory used           : 18.02 MB
1140.12/1151.15	c 1151	CPU time              : 1138.64 s
1140.12/1151.15	c 1151	
1140.12/1151.15	c 1151	SATISFIABLE
1140.12/1151.15	c 1151	DECODING HOME/temp.out WITH HOME/temp.map
1140.12/1151.15	c 1151	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1140.19/1151.24	c 1152	Decoding HOME/temp.out
1140.19/1151.27	s SATISFIABLE
1140.19/1151.27	v 6 18 10 5 3 11 15 13 8 5 5 10 5 17 11 10 10 16 3 12 11 13 15 8 2 4 16 0 9 18 15 5 9 18 9 16 15 9 0 9
1140.19/1151.28	c 1152	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1140.19/1151.32	c 1152	CPU 1140.31 (0.06 0.02 1140.07 0.16)
1140.19/1151.32	c 1152	END Sun Jul 12 12:45:03 2009

Verifier Data

OK

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2091366-1247394351/watcher-2091366-1247394351 -o /tmp/evaluation-result-2091366-1247394351/solver-2091366-1247394351 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-2091366-1247394351.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): 2000 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 4/73 26074
/proc/meminfo: memFree=1816392/2055920 swapFree=4192812/4192956
[pid=26074] ppid=26072 vsize=12268 CPUtime=0
/proc/26074/stat : 26074 (sugar) R 26072 26074 24738 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 26502143 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 262910212709 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/26074/statm: 3067 316 241 3 0 167 0

[startup+0.082008 s]
/proc/loadavg: 2.00 2.00 2.00 4/73 26074
/proc/meminfo: memFree=1816392/2055920 swapFree=4192812/4192956
[pid=26074] ppid=26072 vsize=16740 CPUtime=0.06
/proc/26074/stat : 26074 (sugar) S 26072 26074 24738 0 -1 4194304 1152 0 0 0 5 1 0 0 18 0 1 0 26502143 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26074/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.101148 s]
/proc/loadavg: 2.00 2.00 2.00 4/73 26074
/proc/meminfo: memFree=1816392/2055920 swapFree=4192812/4192956
[pid=26074] ppid=26072 vsize=16868 CPUtime=0.06
/proc/26074/stat : 26074 (sugar) S 26072 26074 24738 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 26502143 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26074/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301181 s]
/proc/loadavg: 2.00 2.00 2.00 4/73 26074
/proc/meminfo: memFree=1816392/2055920 swapFree=4192812/4192956
[pid=26074] ppid=26072 vsize=16868 CPUtime=0.06
/proc/26074/stat : 26074 (sugar) S 26072 26074 24738 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 26502143 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26074/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701264 s]
/proc/loadavg: 2.00 2.00 2.00 4/73 26074
/proc/meminfo: memFree=1816392/2055920 swapFree=4192812/4192956
[pid=26074] ppid=26072 vsize=16868 CPUtime=0.06
/proc/26074/stat : 26074 (sugar) S 26072 26074 24738 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 26502143 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26074/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50242 s]
/proc/loadavg: 2.00 2.00 2.00 4/84 26096
/proc/meminfo: memFree=1806512/2055920 swapFree=4192812/4192956
[pid=26074] ppid=26072 vsize=16868 CPUtime=0.75
/proc/26074/stat : 26074 (sugar) S 26072 26074 24738 0 -1 4194304 1310 4810 0 1 5 1 65 4 15 0 1 0 26502143 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26074/statm: 4217 1111 409 3 0 796 0
[pid=26087] ppid=26074 vsize=5356 CPUtime=0
/proc/26087/stat : 26087 (sh) S 26074 26074 24738 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 26502224 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26087/statm: 1339 233 193 169 0 50 0
[pid=26088] ppid=26087 vsize=864448 CPUtime=0.67
/proc/26088/stat : 26088 (java) S 26087 26074 24738 0 -1 0 6827 0 1 0 64 3 0 0 18 0 9 0 26502224 885194752 6066 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26088/statm: 216112 6066 2590 9 0 210589 0
[pid=26088/tid=26089] ppid=26087 vsize=864448 CPUtime=0.41
/proc/26088/task/26089/stat : 26089 (java) R 26087 26074 24738 0 -1 64 2745 0 1 0 40 1 0 0 18 0 9 0 26502225 885194752 6066 996147200 134512640 134550932 4294955936 18446744073709551615 102094223 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26088/tid=26090] ppid=26087 vsize=864448 CPUtime=0.15
/proc/26088/task/26090/stat : 26090 (java) S 26087 26074 24738 0 -1 64 3047 0 0 0 15 0 0 0 16 0 9 0 26502226 885194752 6066 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26088/tid=26091] ppid=26087 vsize=864448 CPUtime=0
/proc/26088/task/26091/stat : 26091 (java) S 26087 26074 24738 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 26502226 885194752 6066 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26088/tid=26092] ppid=26087 vsize=864448 CPUtime=0
/proc/26088/task/26092/stat : 26092 (java) S 26087 26074 24738 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 26502226 885194752 6066 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26088/tid=26093] ppid=26087 vsize=864448 CPUtime=0
/proc/26088/task/26093/stat : 26093 (java) S 26087 26074 24738 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 26502228 885194752 6066 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26088/tid=26094] ppid=26087 vsize=864448 CPUtime=0.08
/proc/26088/task/26094/stat : 26094 (java) S 26087 26074 24738 0 -1 64 335 0 0 0 8 0 0 0 16 0 9 0 26502228 885194752 6066 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26088/tid=26095] ppid=26087 vsize=864448 CPUtime=0
/proc/26088/task/26095/stat : 26095 (java) S 26087 26074 24738 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 26502228 885194752 6066 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26088/tid=26096] ppid=26087 vsize=864448 CPUtime=0
/proc/26088/task/26096/stat : 26096 (java) S 26087 26074 24738 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 26502228 885194752 6066 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 886672

[startup+3.10174 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 26098
/proc/meminfo: memFree=1810224/2055920 swapFree=4192812/4192956
[pid=26074] ppid=26072 vsize=16868 CPUtime=1.5
/proc/26074/stat : 26074 (sugar) S 26072 26074 24738 0 -1 4194304 1376 11950 0 2 6 2 134 8 15 0 1 0 26502143 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26074/statm: 4217 1113 409 3 0 796 0
[pid=26097] ppid=26074 vsize=5356 CPUtime=0
/proc/26097/stat : 26097 (sh) S 26074 26074 24738 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26502303 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26097/statm: 1339 232 193 169 0 50 0
[pid=26098] ppid=26097 vsize=3860 CPUtime=1.47
/proc/26098/stat : 26098 (minisat) R 26097 26074 24738 0 -1 4194304 723 0 0 0 147 0 0 0 25 0 1 0 26502304 3952640 709 996147200 134512640 135127466 4294956256 18446744073709551615 134530739 0 0 4096 3 0 0 0 17 1 0 0
/proc/26098/statm: 965 709 75 150 0 812 0
Current children cumulated CPU time (s) 2.97
Current children cumulated vsize (KiB) 26084

[startup+6.30237 s]
/proc/loadavg: 2.08 2.02 2.01 3/76 26098
/proc/meminfo: memFree=1808560/2055920 swapFree=4192812/4192956
[pid=26074] ppid=26072 vsize=16868 CPUtime=1.5
/proc/26074/stat : 26074 (sugar) S 26072 26074 24738 0 -1 4194304 1376 11950 0 2 6 2 134 8 16 0 1 0 26502143 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26074/statm: 4217 1113 409 3 0 796 0
[pid=26097] ppid=26074 vsize=5356 CPUtime=0
/proc/26097/stat : 26097 (sh) S 26074 26074 24738 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26502303 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26097/statm: 1339 232 193 169 0 50 0
[pid=26098] ppid=26097 vsize=4888 CPUtime=4.64
/proc/26098/stat : 26098 (minisat) R 26097 26074 24738 0 -1 4194304 975 0 0 0 464 0 0 0 25 0 1 0 26502304 5005312 961 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/26098/statm: 1222 961 75 150 0 1069 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 27112

[startup+12.7016 s]
/proc/loadavg: 2.07 2.02 2.00 3/76 26098
/proc/meminfo: memFree=1807600/2055920 swapFree=4192812/4192956
[pid=26074] ppid=26072 vsize=16868 CPUtime=1.5
/proc/26074/stat : 26074 (sugar) S 26072 26074 24738 0 -1 4194304 1376 11950 0 2 6 2 134 8 16 0 1 0 26502143 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26074/statm: 4217 1113 409 3 0 796 0
[pid=26097] ppid=26074 vsize=5356 CPUtime=0
/proc/26097/stat : 26097 (sh) S 26074 26074 24738 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26502303 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26097/statm: 1339 232 193 169 0 50 0
[pid=26098] ppid=26097 vsize=5684 CPUtime=10.97
/proc/26098/stat : 26098 (minisat) R 26097 26074 24738 0 -1 4194304 1176 0 0 0 1097 0 0 0 25 0 1 0 26502304 5820416 1162 996147200 134512640 135127466 4294956256 18446744073709551615 134527496 0 0 4096 3 0 0 0 17 1 0 0
/proc/26098/statm: 1421 1162 75 150 0 1268 0
Current children cumulated CPU time (s) 12.47
Current children cumulated vsize (KiB) 27908

[startup+25.5022 s]
/proc/loadavg: 2.06 2.02 2.00 3/76 26098
/proc/meminfo: memFree=1807024/2055920 swapFree=4192812/4192956
[pid=26074] ppid=26072 vsize=16868 CPUtime=1.5
/proc/26074/stat : 26074 (sugar) S 26072 26074 24738 0 -1 4194304 1376 11950 0 2 6 2 134 8 16 0 1 0 26502143 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26074/statm: 4217 1113 409 3 0 796 0
[pid=26097] ppid=26074 vsize=5356 CPUtime=0
/proc/26097/stat : 26097 (sh) S 26074 26074 24738 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26502303 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26097/statm: 1339 232 193 169 0 50 0
[pid=26098] ppid=26097 vsize=6508 CPUtime=23.65
/proc/26098/stat : 26098 (minisat) R 26097 26074 24738 0 -1 4194304 1360 0 0 0 2365 0 0 0 25 0 1 0 26502304 6664192 1346 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/26098/statm: 1627 1346 75 150 0 1474 0
Current children cumulated CPU time (s) 25.15
Current children cumulated vsize (KiB) 28732

[startup+51.1022 s]
/proc/loadavg: 2.04 2.01 2.00 3/76 26098
/proc/meminfo: memFree=1806256/2055920 swapFree=4192812/4192956
[pid=26074] ppid=26072 vsize=16868 CPUtime=1.5
/proc/26074/stat : 26074 (sugar) S 26072 26074 24738 0 -1 4194304 1376 11950 0 2 6 2 134 8 16 0 1 0 26502143 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26074/statm: 4217 1113 409 3 0 796 0
[pid=26097] ppid=26074 vsize=5356 CPUtime=0
/proc/26097/stat : 26097 (sh) S 26074 26074 24738 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26502303 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26097/statm: 1339 232 193 169 0 50 0
[pid=26098] ppid=26097 vsize=7436 CPUtime=49.01
/proc/26098/stat : 26098 (minisat) R 26097 26074 24738 0 -1 4194304 1624 0 0 0 4900 1 0 0 25 0 1 0 26502304 7614464 1610 996147200 134512640 135127466 4294956256 18446744073709551615 134530624 0 0 4096 3 0 0 0 17 1 0 0
/proc/26098/statm: 1859 1610 75 150 0 1706 0
Current children cumulated CPU time (s) 50.51
Current children cumulated vsize (KiB) 29660

[startup+102.306 s]
/proc/loadavg: 2.06 2.02 2.00 3/76 26098
/proc/meminfo: memFree=1804208/2055920 swapFree=4192812/4192956
[pid=26074] ppid=26072 vsize=16868 CPUtime=1.5
/proc/26074/stat : 26074 (sugar) S 26072 26074 24738 0 -1 4194304 1376 11950 0 2 6 2 134 8 16 0 1 0 26502143 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26074/statm: 4217 1113 409 3 0 796 0
[pid=26097] ppid=26074 vsize=5356 CPUtime=0
/proc/26097/stat : 26097 (sh) S 26074 26074 24738 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26502303 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26097/statm: 1339 232 193 169 0 50 0
[pid=26098] ppid=26097 vsize=9144 CPUtime=99.73
/proc/26098/stat : 26098 (minisat) R 26097 26074 24738 0 -1 4194304 2037 0 0 0 9972 1 0 0 25 0 1 0 26502304 9363456 2023 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/26098/statm: 2286 2023 75 150 0 2133 0
Current children cumulated CPU time (s) 101.23
Current children cumulated vsize (KiB) 31368

[startup+162.301 s]
/proc/loadavg: 2.06 2.03 2.00 3/76 26098
/proc/meminfo: memFree=1802672/2055920 swapFree=4192812/4192956
[pid=26074] ppid=26072 vsize=16868 CPUtime=1.5
/proc/26074/stat : 26074 (sugar) S 26072 26074 24738 0 -1 4194304 1376 11950 0 2 6 2 134 8 16 0 1 0 26502143 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26074/statm: 4217 1113 409 3 0 796 0
[pid=26097] ppid=26074 vsize=5356 CPUtime=0
/proc/26097/stat : 26097 (sh) S 26074 26074 24738 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26502303 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26097/statm: 1339 232 193 169 0 50 0
[pid=26098] ppid=26097 vsize=10360 CPUtime=159.16
/proc/26098/stat : 26098 (minisat) R 26097 26074 24738 0 -1 4194304 2336 0 0 0 15915 1 0 0 25 0 1 0 26502304 10608640 2322 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/26098/statm: 2590 2322 75 150 0 2437 0
Current children cumulated CPU time (s) 160.66
Current children cumulated vsize (KiB) 32584

[startup+222.302 s]
/proc/loadavg: 2.09 2.05 2.01 3/76 26098
/proc/meminfo: memFree=1801776/2055920 swapFree=4192812/4192956
[pid=26074] ppid=26072 vsize=16868 CPUtime=1.5
/proc/26074/stat : 26074 (sugar) S 26072 26074 24738 0 -1 4194304 1376 11950 0 2 6 2 134 8 16 0 1 0 26502143 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26074/statm: 4217 1113 409 3 0 796 0
[pid=26097] ppid=26074 vsize=5356 CPUtime=0
/proc/26097/stat : 26097 (sh) S 26074 26074 24738 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26502303 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26097/statm: 1339 232 193 169 0 50 0

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

/proc/26074/statm: 4217 1113 409 3 0 796 0
[pid=26097] ppid=26074 vsize=5356 CPUtime=0
/proc/26097/stat : 26097 (sh) S 26074 26074 24738 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26502303 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26097/statm: 1339 232 193 169 0 50 0
[pid=26098] ppid=26097 vsize=16768 CPUtime=872.36
/proc/26098/stat : 26098 (minisat) R 26097 26074 24738 0 -1 4194304 3849 0 0 0 87233 3 0 0 25 0 1 0 26502304 17170432 3835 996147200 134512640 135127466 4294956256 18446744073709551615 134530772 0 0 4096 3 0 0 0 17 1 0 0
/proc/26098/statm: 4192 3835 75 150 0 4039 0
Current children cumulated CPU time (s) 873.86
Current children cumulated vsize (KiB) 38992

[startup+942.302 s]
/proc/loadavg: 2.11 2.08 2.01 3/78 26100
/proc/meminfo: memFree=1795168/2055920 swapFree=4192812/4192956
[pid=26074] ppid=26072 vsize=16868 CPUtime=1.5
/proc/26074/stat : 26074 (sugar) S 26072 26074 24738 0 -1 4194304 1376 11950 0 2 6 2 134 8 16 0 1 0 26502143 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26074/statm: 4217 1113 409 3 0 796 0
[pid=26097] ppid=26074 vsize=5356 CPUtime=0
/proc/26097/stat : 26097 (sh) S 26074 26074 24738 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26502303 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26097/statm: 1339 232 193 169 0 50 0
[pid=26098] ppid=26097 vsize=17844 CPUtime=931.8
/proc/26098/stat : 26098 (minisat) R 26097 26074 24738 0 -1 4194304 4108 0 0 0 93176 4 0 0 25 0 1 0 26502304 18272256 4094 996147200 134512640 135127466 4294956256 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 1 0 0
/proc/26098/statm: 4461 4094 75 150 0 4308 0
Current children cumulated CPU time (s) 933.3
Current children cumulated vsize (KiB) 40068

[startup+1002.3 s]
/proc/loadavg: 2.11 2.08 2.00 3/78 26100
/proc/meminfo: memFree=1794912/2055920 swapFree=4192812/4192956
[pid=26074] ppid=26072 vsize=16868 CPUtime=1.5
/proc/26074/stat : 26074 (sugar) S 26072 26074 24738 0 -1 4194304 1376 11950 0 2 6 2 134 8 16 0 1 0 26502143 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26074/statm: 4217 1113 409 3 0 796 0
[pid=26097] ppid=26074 vsize=5356 CPUtime=0
/proc/26097/stat : 26097 (sh) S 26074 26074 24738 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26502303 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26097/statm: 1339 232 193 169 0 50 0
[pid=26098] ppid=26097 vsize=18000 CPUtime=991.23
/proc/26098/stat : 26098 (minisat) R 26097 26074 24738 0 -1 4194304 4146 0 0 0 99119 4 0 0 25 0 1 0 26502304 18432000 4132 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/26098/statm: 4500 4132 75 150 0 4347 0
Current children cumulated CPU time (s) 992.73
Current children cumulated vsize (KiB) 40224

[startup+1062.3 s]
/proc/loadavg: 2.11 2.07 2.00 3/78 26100
/proc/meminfo: memFree=1794720/2055920 swapFree=4192812/4192956
[pid=26074] ppid=26072 vsize=16868 CPUtime=1.5
/proc/26074/stat : 26074 (sugar) S 26072 26074 24738 0 -1 4194304 1376 11950 0 2 6 2 134 8 16 0 1 0 26502143 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26074/statm: 4217 1113 409 3 0 796 0
[pid=26097] ppid=26074 vsize=5356 CPUtime=0
/proc/26097/stat : 26097 (sh) S 26074 26074 24738 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26502303 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26097/statm: 1339 232 193 169 0 50 0
[pid=26098] ppid=26097 vsize=18176 CPUtime=1050.67
/proc/26098/stat : 26098 (minisat) R 26097 26074 24738 0 -1 4194304 4183 0 0 0 105063 4 0 0 25 0 1 0 26502304 18612224 4169 996147200 134512640 135127466 4294956256 18446744073709551615 134530775 0 0 4096 3 0 0 0 17 1 0 0
/proc/26098/statm: 4544 4169 75 150 0 4391 0
Current children cumulated CPU time (s) 1052.17
Current children cumulated vsize (KiB) 40400

[startup+1122.3 s]
/proc/loadavg: 2.17 2.09 2.01 3/79 26101
/proc/meminfo: memFree=1794520/2055920 swapFree=4192812/4192956
[pid=26074] ppid=26072 vsize=16868 CPUtime=1.5
/proc/26074/stat : 26074 (sugar) S 26072 26074 24738 0 -1 4194304 1376 11950 0 2 6 2 134 8 16 0 1 0 26502143 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26074/statm: 4217 1113 409 3 0 796 0
[pid=26097] ppid=26074 vsize=5356 CPUtime=0
/proc/26097/stat : 26097 (sh) S 26074 26074 24738 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26502303 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26097/statm: 1339 232 193 169 0 50 0
[pid=26098] ppid=26097 vsize=18316 CPUtime=1110.1
/proc/26098/stat : 26098 (minisat) R 26097 26074 24738 0 -1 4194304 4217 0 0 0 111006 4 0 0 25 0 1 0 26502304 18755584 4203 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/26098/statm: 4579 4203 75 150 0 4426 0
Current children cumulated CPU time (s) 1111.6
Current children cumulated vsize (KiB) 40540

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

[startup+1126.3 s]
/proc/loadavg: 2.16 2.09 2.01 3/79 26101
/proc/meminfo: memFree=1794520/2055920 swapFree=4192812/4192956
[pid=26074] ppid=26072 vsize=16868 CPUtime=1.5
/proc/26074/stat : 26074 (sugar) S 26072 26074 24738 0 -1 4194304 1376 11950 0 2 6 2 134 8 16 0 1 0 26502143 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26074/statm: 4217 1113 409 3 0 796 0
[pid=26097] ppid=26074 vsize=5356 CPUtime=0
/proc/26097/stat : 26097 (sh) S 26074 26074 24738 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26502303 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26097/statm: 1339 232 193 169 0 50 0
[pid=26098] ppid=26097 vsize=18316 CPUtime=1114.06
/proc/26098/stat : 26098 (minisat) R 26097 26074 24738 0 -1 4194304 4217 0 0 0 111402 4 0 0 25 0 1 0 26502304 18755584 4203 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/26098/statm: 4579 4203 75 150 0 4426 0
Current children cumulated CPU time (s) 1115.56
Current children cumulated vsize (KiB) 40540

[startup+1139.1 s]
/proc/loadavg: 2.12 2.08 2.01 3/79 26101
/proc/meminfo: memFree=1794328/2055920 swapFree=4192812/4192956
[pid=26074] ppid=26072 vsize=16868 CPUtime=1.5
/proc/26074/stat : 26074 (sugar) S 26072 26074 24738 0 -1 4194304 1376 11950 0 2 6 2 134 8 16 0 1 0 26502143 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26074/statm: 4217 1113 409 3 0 796 0
[pid=26097] ppid=26074 vsize=5356 CPUtime=0
/proc/26097/stat : 26097 (sh) S 26074 26074 24738 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26502303 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26097/statm: 1339 232 193 169 0 50 0
[pid=26098] ppid=26097 vsize=18316 CPUtime=1126.74
/proc/26098/stat : 26098 (minisat) R 26097 26074 24738 0 -1 4194304 4233 0 0 0 112670 4 0 0 25 0 1 0 26502304 18755584 4219 996147200 134512640 135127466 4294956256 18446744073709551615 134523430 0 0 4096 3 0 0 0 17 1 0 0
/proc/26098/statm: 4579 4219 75 150 0 4426 0
Current children cumulated CPU time (s) 1128.24
Current children cumulated vsize (KiB) 40540

[startup+1145.5 s]
/proc/loadavg: 2.11 2.08 2.01 3/79 26101
/proc/meminfo: memFree=1794264/2055920 swapFree=4192812/4192956
[pid=26074] ppid=26072 vsize=16868 CPUtime=1.5
/proc/26074/stat : 26074 (sugar) S 26072 26074 24738 0 -1 4194304 1376 11950 0 2 6 2 134 8 16 0 1 0 26502143 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26074/statm: 4217 1113 409 3 0 796 0
[pid=26097] ppid=26074 vsize=5356 CPUtime=0
/proc/26097/stat : 26097 (sh) S 26074 26074 24738 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26502303 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26097/statm: 1339 232 193 169 0 50 0
[pid=26098] ppid=26097 vsize=18452 CPUtime=1133.08
/proc/26098/stat : 26098 (minisat) R 26097 26074 24738 0 -1 4194304 4245 0 0 0 113304 4 0 0 25 0 1 0 26502304 18894848 4231 996147200 134512640 135127466 4294956256 18446744073709551615 134530739 0 0 4096 3 0 0 0 17 1 0 0
/proc/26098/statm: 4613 4231 75 150 0 4460 0
Current children cumulated CPU time (s) 1134.58
Current children cumulated vsize (KiB) 40676

[startup+1148.7 s]
/proc/loadavg: 2.10 2.08 2.01 3/79 26101
/proc/meminfo: memFree=1794264/2055920 swapFree=4192812/4192956
[pid=26074] ppid=26072 vsize=16868 CPUtime=1.5
/proc/26074/stat : 26074 (sugar) S 26072 26074 24738 0 -1 4194304 1376 11950 0 2 6 2 134 8 16 0 1 0 26502143 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26074/statm: 4217 1113 409 3 0 796 0
[pid=26097] ppid=26074 vsize=5356 CPUtime=0
/proc/26097/stat : 26097 (sh) S 26074 26074 24738 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26502303 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26097/statm: 1339 232 193 169 0 50 0
[pid=26098] ppid=26097 vsize=18452 CPUtime=1136.25
/proc/26098/stat : 26098 (minisat) R 26097 26074 24738 0 -1 4194304 4247 0 0 0 113621 4 0 0 25 0 1 0 26502304 18894848 4233 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/26098/statm: 4613 4233 75 150 0 4460 0
Current children cumulated CPU time (s) 1137.75
Current children cumulated vsize (KiB) 40676

[startup+1150.3 s]
/proc/loadavg: 2.10 2.08 2.01 3/79 26101
/proc/meminfo: memFree=1794264/2055920 swapFree=4192812/4192956
[pid=26074] ppid=26072 vsize=16868 CPUtime=1.5
/proc/26074/stat : 26074 (sugar) S 26072 26074 24738 0 -1 4194304 1376 11950 0 2 6 2 134 8 16 0 1 0 26502143 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26074/statm: 4217 1113 409 3 0 796 0
[pid=26097] ppid=26074 vsize=5356 CPUtime=0
/proc/26097/stat : 26097 (sh) S 26074 26074 24738 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26502303 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26097/statm: 1339 232 193 169 0 50 0
[pid=26098] ppid=26097 vsize=18452 CPUtime=1137.83
/proc/26098/stat : 26098 (minisat) R 26097 26074 24738 0 -1 4194304 4247 0 0 0 113779 4 0 0 25 0 1 0 26502304 18894848 4233 996147200 134512640 135127466 4294956256 18446744073709551615 134530936 0 0 4096 3 0 0 0 17 1 0 0
/proc/26098/statm: 4613 4233 75 150 0 4460 0
Current children cumulated CPU time (s) 1139.33
Current children cumulated vsize (KiB) 40676

[startup+1151.1 s]
/proc/loadavg: 2.10 2.08 2.01 3/79 26101
/proc/meminfo: memFree=1794264/2055920 swapFree=4192812/4192956
[pid=26074] ppid=26072 vsize=16868 CPUtime=1.5
/proc/26074/stat : 26074 (sugar) S 26072 26074 24738 0 -1 4194304 1376 11950 0 2 6 2 134 8 16 0 1 0 26502143 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26074/statm: 4217 1113 409 3 0 796 0
[pid=26097] ppid=26074 vsize=5356 CPUtime=0
/proc/26097/stat : 26097 (sh) S 26074 26074 24738 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26502303 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26097/statm: 1339 232 193 169 0 50 0
[pid=26098] ppid=26097 vsize=18452 CPUtime=1138.62
/proc/26098/stat : 26098 (minisat) R 26097 26074 24738 0 -1 4194304 4247 0 0 0 113858 4 0 0 25 0 1 0 26502304 18894848 4233 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/26098/statm: 4613 4233 75 150 0 4460 0
Current children cumulated CPU time (s) 1140.12
Current children cumulated vsize (KiB) 40676

[startup+1151.3 s]
/proc/loadavg: 2.10 2.08 2.01 3/79 26101
/proc/meminfo: memFree=1794264/2055920 swapFree=4192812/4192956
[pid=26074] ppid=26072 vsize=16868 CPUtime=1140.19
/proc/26074/stat : 26074 (sugar) S 26072 26074 24738 0 -1 4194304 1450 16492 0 2 6 2 113998 13 15 0 1 0 26502143 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26074/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 1140.19
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 1151.33
CPU time (s): 1140.33
CPU user time (s): 1140.14
CPU system time (s): 0.19397
CPU usage (%): 99.045
Max. virtual memory (cumulated for all children) (KiB): 886672

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1140.14
system time used= 0.19397
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21769
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= 1712
involuntary context switches= 26037

runsolver used 1.44978 second user time and 3.79842 second system time

The end

Launcher Data

Begin job on node11 at 2009-07-12 12:25:51
IDJOB=2091366
IDBENCH=60048
IDSOLVER=739
FILE ID=node11/2091366-1247394351
PBS_JOBID= 9507256
Free space on /tmp= 66448 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/rand-2-40-19-fcd/normalized-rand-2-40-19-443-230-fcd-36_ext.xml
COMMAND LINE= DIR/sugar -c -vv -memlimit=MEMLIMIT -jar="DIR/sugar-v1-14-6.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2091366-1247394351/watcher-2091366-1247394351 -o /tmp/evaluation-result-2091366-1247394351/solver-2091366-1247394351 -C 1800 -W 2000 -M 900  HOME/sugar -c -vv -memlimit=900 -jar="HOME/sugar-v1-14-6.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-2091366-1247394351.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 7da7565d9558f83e778ca188bea87b1a
RANDOM SEED=1064196255

node11.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.274
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.274
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1816872 kB
Buffers:         29524 kB
Cached:         125924 kB
SwapCached:          0 kB
Active:          88092 kB
Inactive:        96664 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1816872 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1496 kB
Writeback:           0 kB
Mapped:          40020 kB
Slab:            39676 kB
Committed_AS:   229676 kB
PageTables:       1844 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= 66448 MiB
End job on node11 at 2009-07-12 12:45:03