Trace number 2091465

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 706.385 713.19

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 benchmark16.1965
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

0.00/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.08	c 0	BEGIN Sun Jul 12 12:31:03 2009
0.00/0.08	c 0	PID 26701
0.06/0.08	c 0	HOST node64.alineos.net
0.06/0.08	c 0	CONVERTING HOME/instance-2091465-1247394663.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-2091465-1247394663.xml' 'HOME/temp.csp'
0.07/0.78	c 0	1 domains, 40 variables, 0 predicates, 340 relations, 340 constraints
0.07/0.81	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.81	c 0	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.07/0.89	c 1	Parsing HOME/temp.csp
1.02/1.12	c 1	parsed 721 expressions
1.02/1.13	c 1	Heap : 3 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.02/1.13	c 1	Converting to clausal form CSP
1.02/1.15	c 1	converted 73 (10%) expressions
1.02/1.15	c 1	converted 145 (20%) expressions
1.02/1.16	c 1	converted 217 (30%) expressions
1.12/1.20	c 1	converted 289 (40%) expressions
1.12/1.20	c 1	converted 361 (50%) expressions
1.12/1.24	c 1	converted 433 (60%) expressions
1.12/1.25	c 1	converted 505 (70%) expressions
1.12/1.27	c 1	converted 577 (80%) expressions
1.12/1.29	c 1	converted 649 (90%) expressions
1.22/1.36	c 1	converted 721 (100%) expressions
1.22/1.36	c 1	CSP : 40 integers, 0 booleans, 340 clauses, largest domain size 19
1.22/1.36	c 1	Heap : 7 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.22/1.36	c 1	Propagation in CSP
1.22/1.36	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.22/1.36	c 1	CSP : 40 integers, 0 booleans, 340 clauses, largest domain size 19
1.22/1.36	c 1	Heap : 7 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.22/1.37	c 1	Simplifing CSP by introducing new Boolean variables
1.22/1.37	c 1	CSP : 40 integers, 0 booleans, 340 clauses, largest domain size 19
1.22/1.37	c 1	Heap : 7 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.32/1.41	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.32/1.41	c 1	4 (10%) CSP integer variables are encoded (68 clauses, 659 bytes)
1.32/1.42	c 1	8 (20%) CSP integer variables are encoded (136 clauses, 1356 bytes)
1.32/1.42	c 1	12 (30%) CSP integer variables are encoded (204 clauses, 2104 bytes)
1.32/1.42	c 1	16 (40%) CSP integer variables are encoded (272 clauses, 2852 bytes)
1.32/1.42	c 1	20 (50%) CSP integer variables are encoded (340 clauses, 3600 bytes)
1.32/1.42	c 1	24 (60%) CSP integer variables are encoded (408 clauses, 4348 bytes)
1.32/1.42	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.43	c 1	40 (100%) CSP integer variables are encoded (680 clauses, 7340 bytes)
1.32/1.48	c 1	34 (10%) CSP clauses are encoded (2797 clauses, 41580 bytes)
1.32/1.50	c 1	68 (20%) CSP clauses are encoded (5031 clauses, 79000 bytes)
1.41/1.51	c 1	102 (30%) CSP clauses are encoded (7202 clauses, 117010 bytes)
1.41/1.53	c 1	136 (40%) CSP clauses are encoded (9273 clauses, 156009 bytes)
1.41/1.54	c 1	170 (50%) CSP clauses are encoded (11380 clauses, 195644 bytes)
1.41/1.55	c 1	204 (60%) CSP clauses are encoded (13543 clauses, 236230 bytes)
1.41/1.57	c 1	238 (70%) CSP clauses are encoded (15780 clauses, 278291 bytes)
1.41/1.58	c 1	272 (80%) CSP clauses are encoded (18006 clauses, 320142 bytes)
1.41/1.60	c 1	306 (90%) CSP clauses are encoded (20144 clauses, 360252 bytes)
1.51/1.61	c 1	340 (100%) CSP clauses are encoded (22313 clauses, 400921 bytes)
1.51/1.61	c 1	340 CSP clauses encoded
1.51/1.61	c 1	Writing map file : HOME/temp.map
1.51/1.61	c 1	Heap : 3 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.51/1.61	c 1	SAT : 720 SAT variables, 22313 SAT clauses, 400921 bytes
1.51/1.61	c 1	Heap : 3 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.51/1.66	c 1	SOLVING HOME/temp.cnf
1.51/1.66	c 1	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.51/1.66	c 1	This is MiniSat 2.0 beta
1.51/1.66	c 1	WARNING: for repeatability, setting FPU to use double precision
1.51/1.66	c 1	============================[ Problem Statistics ]=============================
1.51/1.66	c 1	|                                                                             |
1.51/1.66	c 1	|  Number of variables:  720                                                  |
1.51/1.66	c 1	|  Number of clauses:    22313                                                |
1.51/1.67	c 1	|  Parsing time:         0.01         s                                       |
1.51/1.67	c 1	============================[ Search Statistics ]==============================
1.51/1.67	c 1	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.51/1.67	c 1	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.51/1.67	c 1	===============================================================================
1.51/1.67	c 1	|         0 |     720    22313    81978 |     7437        0    nan |  0.000 % |
1.51/1.69	c 1	|       100 |     720    22313    81978 |     8181      100     11 |  0.000 % |
1.53/1.70	c 1	|       250 |     720    22313    81978 |     8999      250     11 |  0.003 % |
1.53/1.73	c 1	|       475 |     720    22313    81978 |     9899      475     11 |  0.006 % |
1.53/1.76	c 1	|       812 |     720    22313    81978 |    10889      812     11 |  0.005 % |
1.53/1.82	c 1	|      1320 |     720    22313    81978 |    11978     1320     12 |  0.001 % |
1.53/1.91	c 2	|      2081 |     720    22313    81978 |    13176     2081     12 |  0.006 % |
1.53/2.04	c 2	|      3221 |     720    22313    81978 |    14493     3221     12 |  0.005 % |
2.05/2.25	c 2	|      4929 |     720    22313    81978 |    15943     4929     12 |  0.008 % |
2.35/2.56	c 2	|      7491 |     720    22313    81978 |    17537     7491     13 |  0.003 % |
2.95/3.13	c 3	|     11335 |     720    22313    81978 |    19291    11335     13 |  0.008 % |
3.93/4.12	c 4	|     17101 |     720    22313    81978 |    21220    17101     13 |  0.008 % |
5.52/5.71	c 5	|     25750 |     720    22313    81978 |    23342    15075     13 |  0.003 % |
8.00/8.25	c 8	|     38724 |     720    22313    81978 |    25676    16248     14 |  0.008 % |
12.16/12.42	c 12	|     58185 |     720    22313    81978 |    28244    21724     15 |  0.003 % |
18.80/19.13	c 19	|     87377 |     720    22313    81978 |    31068    18761     18 |  0.006 % |
30.19/30.61	c 30	|    131167 |     720    22313    81978 |    34175    26566     16 |  0.000 % |
47.73/48.32	c 48	|    196851 |     720    22313    81978 |    37593    29119     16 |  0.003 % |
76.16/77.03	c 77	|    295377 |     720    22313    81978 |    41352    32139     14 |  0.010 % |
120.44/121.79	c 121	|    443166 |     719    22251    81804 |    45488    21688     17 |  0.139 % |
194.44/196.48	c 196	|    664850 |     719    22251    81804 |    50036    28699     17 |  0.142 % |
314.41/317.55	c 317	|    997375 |     719    22251    81804 |    55040    45582     18 |  0.140 % |
501.63/506.53	c 506	|   1496164 |     719    22251    81804 |    60544    21445     19 |  0.140 % |
706.20/713.01	c 713	===============================================================================
706.20/713.01	c 713	restarts              : 23
706.20/713.01	c 713	conflicts             : 2027865        (2878 /sec)
706.20/713.01	c 713	decisions             : 2403655        (1.48 % random) (3411 /sec)
706.20/713.01	c 713	propagations          : 216242968      (306894 /sec)
706.20/713.01	c 713	conflict literals     : 37156744       (34.53 % deleted)
706.20/713.01	c 713	Memory used           : 15.93 MB
706.20/713.01	c 713	CPU time              : 704.617 s
706.20/713.01	c 713	
706.20/713.01	c 713	SATISFIABLE
706.20/713.01	c 713	DECODING HOME/temp.out WITH HOME/temp.map
706.20/713.01	c 713	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'
706.23/713.10	c 713	Decoding HOME/temp.out
706.23/713.12	s SATISFIABLE
706.23/713.12	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
706.23/713.13	c 713	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
706.23/713.18	c 713	CPU 706.35 (0.06 0.02 706.1 0.17)
706.23/713.18	c 713	END Sun Jul 12 12:42:56 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-2091465-1247394663/watcher-2091465-1247394663 -o /tmp/evaluation-result-2091465-1247394663/solver-2091465-1247394663 -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-2091465-1247394663.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.03 1.99 1.99 4/81 26701
/proc/meminfo: memFree=1665184/2055920 swapFree=4192812/4192956
[pid=26701] ppid=26699 vsize=12000 CPUtime=0
/proc/26701/stat : 26701 (sugar) R 26699 26701 24215 0 -1 4194304 205 0 0 0 0 0 0 0 22 0 1 0 26529566 12288000 173 996147200 4194304 4206940 548682068608 18446744073709551615 251254995936 0 0 4224 0 0 0 0 17 1 0 0
/proc/26701/statm: 3000 173 134 3 0 100 0

[startup+0.0820681 s]
/proc/loadavg: 2.03 1.99 1.99 4/81 26701
/proc/meminfo: memFree=1665184/2055920 swapFree=4192812/4192956
[pid=26701] ppid=26699 vsize=16740 CPUtime=0.06
/proc/26701/stat : 26701 (sugar) S 26699 26701 24215 0 -1 4194304 1152 0 0 0 5 1 0 0 18 0 1 0 26529566 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26701/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.100881 s]
/proc/loadavg: 2.03 1.99 1.99 4/81 26701
/proc/meminfo: memFree=1665184/2055920 swapFree=4192812/4192956
[pid=26701] ppid=26699 vsize=16868 CPUtime=0.07
/proc/26701/stat : 26701 (sugar) S 26699 26701 24215 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 26529566 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26701/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.301898 s]
/proc/loadavg: 2.03 1.99 1.99 4/81 26701
/proc/meminfo: memFree=1665184/2055920 swapFree=4192812/4192956
[pid=26701] ppid=26699 vsize=16868 CPUtime=0.07
/proc/26701/stat : 26701 (sugar) S 26699 26701 24215 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 26529566 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26701/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.701946 s]
/proc/loadavg: 2.03 1.99 1.99 4/81 26701
/proc/meminfo: memFree=1665184/2055920 swapFree=4192812/4192956
[pid=26701] ppid=26699 vsize=16868 CPUtime=0.07
/proc/26701/stat : 26701 (sugar) S 26699 26701 24215 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 26529566 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26701/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50203 s]
/proc/loadavg: 2.03 1.99 1.99 3/92 26723
/proc/meminfo: memFree=1655752/2055920 swapFree=4192812/4192956
[pid=26701] ppid=26699 vsize=16868 CPUtime=0.76
/proc/26701/stat : 26701 (sugar) S 26699 26701 24215 0 -1 4194304 1310 4809 0 1 5 2 66 3 15 0 1 0 26529566 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26701/statm: 4217 1111 409 3 0 796 0
[pid=26714] ppid=26701 vsize=5356 CPUtime=0
/proc/26714/stat : 26714 (sh) S 26701 26701 24215 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 26529648 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26714/statm: 1339 233 193 169 0 50 0
[pid=26715] ppid=26714 vsize=864312 CPUtime=0.65
/proc/26715/stat : 26715 (java) S 26714 26701 24215 0 -1 0 6819 0 1 0 61 4 0 0 19 0 9 0 26529648 885055488 6064 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26715/statm: 216078 6064 2590 9 0 210555 0
[pid=26715/tid=26716] ppid=26714 vsize=864312 CPUtime=0.36
/proc/26715/task/26716/stat : 26716 (java) R 26714 26701 24215 0 -1 64 2722 0 1 0 34 2 0 0 18 0 9 0 26529649 885055488 6064 996147200 134512640 134550932 4294955936 18446744073709551615 4125979800 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26715/tid=26717] ppid=26714 vsize=864312 CPUtime=0.2
/proc/26715/task/26717/stat : 26717 (java) S 26714 26701 24215 0 -1 64 3064 0 0 0 19 1 0 0 16 0 9 0 26529650 885055488 6064 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26715/tid=26718] ppid=26714 vsize=864312 CPUtime=0
/proc/26715/task/26718/stat : 26718 (java) S 26714 26701 24215 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 26529650 885055488 6064 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26715/tid=26719] ppid=26714 vsize=864312 CPUtime=0
/proc/26715/task/26719/stat : 26719 (java) S 26714 26701 24215 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 26529650 885055488 6064 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26715/tid=26720] ppid=26714 vsize=864312 CPUtime=0
/proc/26715/task/26720/stat : 26720 (java) S 26714 26701 24215 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 26529652 885055488 6064 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26715/tid=26721] ppid=26714 vsize=864312 CPUtime=0.07
/proc/26715/task/26721/stat : 26721 (java) S 26714 26701 24215 0 -1 64 334 0 0 0 7 0 0 0 16 0 9 0 26529652 885055488 6064 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26715/tid=26722] ppid=26714 vsize=864312 CPUtime=0
/proc/26715/task/26722/stat : 26722 (java) S 26714 26701 24215 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 26529652 885055488 6064 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26715/tid=26723] ppid=26714 vsize=864312 CPUtime=0
/proc/26715/task/26723/stat : 26723 (java) S 26714 26701 24215 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 26529652 885055488 6064 996147200 134512640 134550932 4294955936 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) 886536

[startup+3.10121 s]
/proc/loadavg: 2.03 1.99 1.99 3/84 26725
/proc/meminfo: memFree=1659144/2055920 swapFree=4192812/4192956
[pid=26701] ppid=26699 vsize=16868 CPUtime=1.53
/proc/26701/stat : 26701 (sugar) S 26699 26701 24215 0 -1 4194304 1376 11957 0 2 5 2 138 8 15 0 1 0 26529566 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26701/statm: 4217 1113 409 3 0 796 0
[pid=26724] ppid=26701 vsize=5356 CPUtime=0
/proc/26724/stat : 26724 (sh) S 26701 26701 24215 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26529732 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26724/statm: 1339 232 193 169 0 50 0
[pid=26725] ppid=26724 vsize=3856 CPUtime=1.42
/proc/26725/stat : 26725 (minisat) R 26724 26701 24215 0 -1 4194304 721 0 0 0 142 0 0 0 25 0 1 0 26529732 3948544 707 996147200 134512640 135127466 4294956256 18446744073709551615 134530739 0 0 4096 3 0 0 0 17 1 0 0
/proc/26725/statm: 964 707 75 150 0 811 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 26080

[startup+6.30256 s]
/proc/loadavg: 2.03 1.99 1.99 3/84 26725
/proc/meminfo: memFree=1657608/2055920 swapFree=4192812/4192956
[pid=26701] ppid=26699 vsize=16868 CPUtime=1.54
/proc/26701/stat : 26701 (sugar) S 26699 26701 24215 0 -1 4194304 1376 11957 0 2 6 2 138 8 16 0 1 0 26529566 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26701/statm: 4217 1113 409 3 0 796 0
[pid=26724] ppid=26701 vsize=5356 CPUtime=0
/proc/26724/stat : 26724 (sh) S 26701 26701 24215 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26529732 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26724/statm: 1339 232 193 169 0 50 0
[pid=26725] ppid=26724 vsize=4728 CPUtime=4.58
/proc/26725/stat : 26725 (minisat) R 26724 26701 24215 0 -1 4194304 935 0 0 0 458 0 0 0 25 0 1 0 26529732 4841472 921 996147200 134512640 135127466 4294956256 18446744073709551615 134530941 0 0 4096 3 0 0 0 17 1 0 0
/proc/26725/statm: 1182 921 75 150 0 1029 0
Current children cumulated CPU time (s) 6.12
Current children cumulated vsize (KiB) 26952

[startup+12.7013 s]
/proc/loadavg: 2.03 1.99 1.99 3/84 26725
/proc/meminfo: memFree=1656712/2055920 swapFree=4192812/4192956
[pid=26701] ppid=26699 vsize=16868 CPUtime=1.54
/proc/26701/stat : 26701 (sugar) S 26699 26701 24215 0 -1 4194304 1376 11957 0 2 6 2 138 8 16 0 1 0 26529566 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26701/statm: 4217 1113 409 3 0 796 0
[pid=26724] ppid=26701 vsize=5356 CPUtime=0
/proc/26724/stat : 26724 (sh) S 26701 26701 24215 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26529732 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26724/statm: 1339 232 193 169 0 50 0
[pid=26725] ppid=26724 vsize=5528 CPUtime=10.92
/proc/26725/stat : 26725 (minisat) R 26724 26701 24215 0 -1 4194304 1130 0 0 0 1092 0 0 0 25 0 1 0 26529732 5660672 1116 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/26725/statm: 1382 1116 75 150 0 1229 0
Current children cumulated CPU time (s) 12.46
Current children cumulated vsize (KiB) 27752

[startup+25.5017 s]
/proc/loadavg: 2.02 1.99 1.99 3/84 26725
/proc/meminfo: memFree=1655560/2055920 swapFree=4192812/4192956
[pid=26701] ppid=26699 vsize=16868 CPUtime=1.54
/proc/26701/stat : 26701 (sugar) S 26699 26701 24215 0 -1 4194304 1376 11957 0 2 6 2 138 8 16 0 1 0 26529566 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26701/statm: 4217 1113 409 3 0 796 0
[pid=26724] ppid=26701 vsize=5356 CPUtime=0
/proc/26724/stat : 26724 (sh) S 26701 26701 24215 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26529732 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26724/statm: 1339 232 193 169 0 50 0
[pid=26725] ppid=26724 vsize=6748 CPUtime=23.59
/proc/26725/stat : 26725 (minisat) R 26724 26701 24215 0 -1 4194304 1451 0 0 0 2359 0 0 0 25 0 1 0 26529732 6909952 1437 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/26725/statm: 1687 1437 75 150 0 1534 0
Current children cumulated CPU time (s) 25.13
Current children cumulated vsize (KiB) 28972

[startup+51.1014 s]
/proc/loadavg: 2.01 1.99 1.99 3/84 26725
/proc/meminfo: memFree=1654664/2055920 swapFree=4192812/4192956
[pid=26701] ppid=26699 vsize=16868 CPUtime=1.54
/proc/26701/stat : 26701 (sugar) S 26699 26701 24215 0 -1 4194304 1376 11957 0 2 6 2 138 8 16 0 1 0 26529566 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26701/statm: 4217 1113 409 3 0 796 0
[pid=26724] ppid=26701 vsize=5356 CPUtime=0
/proc/26724/stat : 26724 (sh) S 26701 26701 24215 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26529732 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26724/statm: 1339 232 193 169 0 50 0
[pid=26725] ppid=26724 vsize=7856 CPUtime=48.96
/proc/26725/stat : 26725 (minisat) R 26724 26701 24215 0 -1 4194304 1704 0 0 0 4896 0 0 0 25 0 1 0 26529732 8044544 1690 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/26725/statm: 1964 1690 75 150 0 1811 0
Current children cumulated CPU time (s) 50.5
Current children cumulated vsize (KiB) 30080

[startup+102.306 s]
/proc/loadavg: 2.00 1.99 1.99 3/84 26725
/proc/meminfo: memFree=1653576/2055920 swapFree=4192812/4192956
[pid=26701] ppid=26699 vsize=16868 CPUtime=1.54
/proc/26701/stat : 26701 (sugar) S 26699 26701 24215 0 -1 4194304 1376 11957 0 2 6 2 138 8 16 0 1 0 26529566 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26701/statm: 4217 1113 409 3 0 796 0
[pid=26724] ppid=26701 vsize=5356 CPUtime=0
/proc/26724/stat : 26724 (sh) S 26701 26701 24215 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26529732 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26724/statm: 1339 232 193 169 0 50 0
[pid=26725] ppid=26724 vsize=8900 CPUtime=99.68
/proc/26725/stat : 26725 (minisat) R 26724 26701 24215 0 -1 4194304 1955 0 0 0 9967 1 0 0 25 0 1 0 26529732 9113600 1941 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/26725/statm: 2225 1941 75 150 0 2072 0
Current children cumulated CPU time (s) 101.22
Current children cumulated vsize (KiB) 31124

[startup+162.302 s]
/proc/loadavg: 2.00 1.99 1.99 3/84 26725
/proc/meminfo: memFree=1651720/2055920 swapFree=4192812/4192956
[pid=26701] ppid=26699 vsize=16868 CPUtime=1.54
/proc/26701/stat : 26701 (sugar) S 26699 26701 24215 0 -1 4194304 1376 11957 0 2 6 2 138 8 16 0 1 0 26529566 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26701/statm: 4217 1113 409 3 0 796 0
[pid=26724] ppid=26701 vsize=5356 CPUtime=0
/proc/26724/stat : 26724 (sh) S 26701 26701 24215 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26529732 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26724/statm: 1339 232 193 169 0 50 0
[pid=26725] ppid=26724 vsize=10660 CPUtime=159.11
/proc/26725/stat : 26725 (minisat) R 26724 26701 24215 0 -1 4194304 2376 0 0 0 15910 1 0 0 25 0 1 0 26529732 10915840 2362 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/26725/statm: 2665 2362 75 150 0 2512 0
Current children cumulated CPU time (s) 160.65
Current children cumulated vsize (KiB) 32884

[startup+222.301 s]
/proc/loadavg: 2.00 1.99 1.99 3/84 26725
/proc/meminfo: memFree=1651080/2055920 swapFree=4192812/4192956
[pid=26701] ppid=26699 vsize=16868 CPUtime=1.54
/proc/26701/stat : 26701 (sugar) S 26699 26701 24215 0 -1 4194304 1376 11957 0 2 6 2 138 8 16 0 1 0 26529566 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26701/statm: 4217 1113 409 3 0 796 0
[pid=26724] ppid=26701 vsize=5356 CPUtime=0
/proc/26724/stat : 26724 (sh) S 26701 26701 24215 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26529732 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26724/statm: 1339 232 193 169 0 50 0

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

/proc/26701/statm: 4217 1113 409 3 0 796 0
[pid=26724] ppid=26701 vsize=5356 CPUtime=0
/proc/26724/stat : 26724 (sh) S 26701 26701 24215 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26529732 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26724/statm: 1339 232 193 169 0 50 0
[pid=26725] ppid=26724 vsize=13728 CPUtime=396.87
/proc/26725/stat : 26725 (minisat) R 26724 26701 24215 0 -1 4194304 3132 0 0 0 39684 3 0 0 25 0 1 0 26529732 14057472 3118 996147200 134512640 135127466 4294956256 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 1 0 0
/proc/26725/statm: 3432 3118 75 150 0 3279 0
Current children cumulated CPU time (s) 398.41
Current children cumulated vsize (KiB) 35952

[startup+462.301 s]
/proc/loadavg: 2.00 1.99 1.99 3/84 26725
/proc/meminfo: memFree=1648264/2055920 swapFree=4192812/4192956
[pid=26701] ppid=26699 vsize=16868 CPUtime=1.54
/proc/26701/stat : 26701 (sugar) S 26699 26701 24215 0 -1 4194304 1376 11957 0 2 6 2 138 8 16 0 1 0 26529566 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26701/statm: 4217 1113 409 3 0 796 0
[pid=26724] ppid=26701 vsize=5356 CPUtime=0
/proc/26724/stat : 26724 (sh) S 26701 26701 24215 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26529732 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26724/statm: 1339 232 193 169 0 50 0
[pid=26725] ppid=26724 vsize=14136 CPUtime=456.31
/proc/26725/stat : 26725 (minisat) R 26724 26701 24215 0 -1 4194304 3220 0 0 0 45627 4 0 0 25 0 1 0 26529732 14475264 3206 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/26725/statm: 3534 3206 75 150 0 3381 0
Current children cumulated CPU time (s) 457.85
Current children cumulated vsize (KiB) 36360

[startup+522.302 s]
/proc/loadavg: 2.00 1.99 1.99 3/84 26725
/proc/meminfo: memFree=1648008/2055920 swapFree=4192812/4192956
[pid=26701] ppid=26699 vsize=16868 CPUtime=1.54
/proc/26701/stat : 26701 (sugar) S 26699 26701 24215 0 -1 4194304 1376 11957 0 2 6 2 138 8 16 0 1 0 26529566 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26701/statm: 4217 1113 409 3 0 796 0
[pid=26724] ppid=26701 vsize=5356 CPUtime=0
/proc/26724/stat : 26724 (sh) S 26701 26701 24215 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26529732 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26724/statm: 1339 232 193 169 0 50 0
[pid=26725] ppid=26724 vsize=14552 CPUtime=515.75
/proc/26725/stat : 26725 (minisat) R 26724 26701 24215 0 -1 4194304 3324 0 0 0 51571 4 0 0 25 0 1 0 26529732 14901248 3310 996147200 134512640 135127466 4294956256 18446744073709551615 134530840 0 0 4096 3 0 0 0 17 1 0 0
/proc/26725/statm: 3638 3310 75 150 0 3485 0
Current children cumulated CPU time (s) 517.29
Current children cumulated vsize (KiB) 36776

[startup+582.301 s]
/proc/loadavg: 2.00 1.99 1.99 3/84 26725
/proc/meminfo: memFree=1646856/2055920 swapFree=4192812/4192956
[pid=26701] ppid=26699 vsize=16868 CPUtime=1.54
/proc/26701/stat : 26701 (sugar) S 26699 26701 24215 0 -1 4194304 1376 11957 0 2 6 2 138 8 16 0 1 0 26529566 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26701/statm: 4217 1113 409 3 0 796 0
[pid=26724] ppid=26701 vsize=5356 CPUtime=0
/proc/26724/stat : 26724 (sh) S 26701 26701 24215 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26529732 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26724/statm: 1339 232 193 169 0 50 0
[pid=26725] ppid=26724 vsize=15560 CPUtime=575.19
/proc/26725/stat : 26725 (minisat) R 26724 26701 24215 0 -1 4194304 3570 0 0 0 57514 5 0 0 25 0 1 0 26529732 15933440 3556 996147200 134512640 135127466 4294956256 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 1 0 0
/proc/26725/statm: 3890 3556 75 150 0 3737 0
Current children cumulated CPU time (s) 576.73
Current children cumulated vsize (KiB) 37784

[startup+642.302 s]
/proc/loadavg: 2.00 1.99 1.99 3/84 26725
/proc/meminfo: memFree=1646408/2055920 swapFree=4192812/4192956
[pid=26701] ppid=26699 vsize=16868 CPUtime=1.54
/proc/26701/stat : 26701 (sugar) S 26699 26701 24215 0 -1 4194304 1376 11957 0 2 6 2 138 8 16 0 1 0 26529566 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26701/statm: 4217 1113 409 3 0 796 0
[pid=26724] ppid=26701 vsize=5356 CPUtime=0
/proc/26724/stat : 26724 (sh) S 26701 26701 24215 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26529732 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26724/statm: 1339 232 193 169 0 50 0
[pid=26725] ppid=26724 vsize=15868 CPUtime=634.63
/proc/26725/stat : 26725 (minisat) R 26724 26701 24215 0 -1 4194304 3667 0 0 0 63458 5 0 0 25 0 1 0 26529732 16248832 3653 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/26725/statm: 3967 3653 75 150 0 3814 0
Current children cumulated CPU time (s) 636.17
Current children cumulated vsize (KiB) 38092

[startup+702.302 s]
/proc/loadavg: 2.00 1.99 1.99 3/84 26725
/proc/meminfo: memFree=1646088/2055920 swapFree=4192812/4192956
[pid=26701] ppid=26699 vsize=16868 CPUtime=1.54
/proc/26701/stat : 26701 (sugar) S 26699 26701 24215 0 -1 4194304 1376 11957 0 2 6 2 138 8 16 0 1 0 26529566 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26701/statm: 4217 1113 409 3 0 796 0
[pid=26724] ppid=26701 vsize=5356 CPUtime=0
/proc/26724/stat : 26724 (sh) S 26701 26701 24215 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26529732 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26724/statm: 1339 232 193 169 0 50 0
[pid=26725] ppid=26724 vsize=16304 CPUtime=694.07
/proc/26725/stat : 26725 (minisat) R 26724 26701 24215 0 -1 4194304 3748 0 0 0 69401 6 0 0 25 0 1 0 26529732 16695296 3734 996147200 134512640 135127466 4294956256 18446744073709551615 134530772 0 0 4096 3 0 0 0 17 1 0 0
/proc/26725/statm: 4076 3734 75 150 0 3923 0
Current children cumulated CPU time (s) 695.61
Current children cumulated vsize (KiB) 38528

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

[startup+703.902 s]
/proc/loadavg: 2.00 1.99 1.99 3/84 26725
/proc/meminfo: memFree=1646088/2055920 swapFree=4192812/4192956
[pid=26701] ppid=26699 vsize=16868 CPUtime=1.54
/proc/26701/stat : 26701 (sugar) S 26699 26701 24215 0 -1 4194304 1376 11957 0 2 6 2 138 8 16 0 1 0 26529566 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26701/statm: 4217 1113 409 3 0 796 0
[pid=26724] ppid=26701 vsize=5356 CPUtime=0
/proc/26724/stat : 26724 (sh) S 26701 26701 24215 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26529732 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26724/statm: 1339 232 193 169 0 50 0
[pid=26725] ppid=26724 vsize=16304 CPUtime=695.66
/proc/26725/stat : 26725 (minisat) R 26724 26701 24215 0 -1 4194304 3748 0 0 0 69560 6 0 0 25 0 1 0 26529732 16695296 3734 996147200 134512640 135127466 4294956256 18446744073709551615 134530644 0 0 4096 3 0 0 0 17 1 0 0
/proc/26725/statm: 4076 3734 75 150 0 3923 0
Current children cumulated CPU time (s) 697.2
Current children cumulated vsize (KiB) 38528

[startup+707.103 s]
/proc/loadavg: 2.00 1.99 1.99 3/84 26725
/proc/meminfo: memFree=1646024/2055920 swapFree=4192812/4192956
[pid=26701] ppid=26699 vsize=16868 CPUtime=1.54
/proc/26701/stat : 26701 (sugar) S 26699 26701 24215 0 -1 4194304 1376 11957 0 2 6 2 138 8 16 0 1 0 26529566 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26701/statm: 4217 1113 409 3 0 796 0
[pid=26724] ppid=26701 vsize=5356 CPUtime=0
/proc/26724/stat : 26724 (sh) S 26701 26701 24215 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26529732 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26724/statm: 1339 232 193 169 0 50 0
[pid=26725] ppid=26724 vsize=16304 CPUtime=698.83
/proc/26725/stat : 26725 (minisat) R 26724 26701 24215 0 -1 4194304 3762 0 0 0 69877 6 0 0 25 0 1 0 26529732 16695296 3748 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/26725/statm: 4076 3748 75 150 0 3923 0
Current children cumulated CPU time (s) 700.37
Current children cumulated vsize (KiB) 38528

[startup+710.301 s]
/proc/loadavg: 2.00 1.99 1.99 3/84 26725
/proc/meminfo: memFree=1646024/2055920 swapFree=4192812/4192956
[pid=26701] ppid=26699 vsize=16868 CPUtime=1.54
/proc/26701/stat : 26701 (sugar) S 26699 26701 24215 0 -1 4194304 1376 11957 0 2 6 2 138 8 16 0 1 0 26529566 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26701/statm: 4217 1113 409 3 0 796 0
[pid=26724] ppid=26701 vsize=5356 CPUtime=0
/proc/26724/stat : 26724 (sh) S 26701 26701 24215 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26529732 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26724/statm: 1339 232 193 169 0 50 0
[pid=26725] ppid=26724 vsize=16304 CPUtime=701.99
/proc/26725/stat : 26725 (minisat) R 26724 26701 24215 0 -1 4194304 3764 0 0 0 70193 6 0 0 25 0 1 0 26529732 16695296 3750 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/26725/statm: 4076 3750 75 150 0 3923 0
Current children cumulated CPU time (s) 703.53
Current children cumulated vsize (KiB) 38528

[startup+711.902 s]
/proc/loadavg: 2.00 1.99 1.99 3/84 26725
/proc/meminfo: memFree=1646024/2055920 swapFree=4192812/4192956
[pid=26701] ppid=26699 vsize=16868 CPUtime=1.54
/proc/26701/stat : 26701 (sugar) S 26699 26701 24215 0 -1 4194304 1376 11957 0 2 6 2 138 8 16 0 1 0 26529566 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26701/statm: 4217 1113 409 3 0 796 0
[pid=26724] ppid=26701 vsize=5356 CPUtime=0
/proc/26724/stat : 26724 (sh) S 26701 26701 24215 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26529732 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26724/statm: 1339 232 193 169 0 50 0
[pid=26725] ppid=26724 vsize=16304 CPUtime=703.57
/proc/26725/stat : 26725 (minisat) R 26724 26701 24215 0 -1 4194304 3764 0 0 0 70351 6 0 0 25 0 1 0 26529732 16695296 3750 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/26725/statm: 4076 3750 75 150 0 3923 0
Current children cumulated CPU time (s) 705.11
Current children cumulated vsize (KiB) 38528

[startup+712.702 s]
/proc/loadavg: 2.00 1.99 1.99 3/84 26725
/proc/meminfo: memFree=1646024/2055920 swapFree=4192812/4192956
[pid=26701] ppid=26699 vsize=16868 CPUtime=1.54
/proc/26701/stat : 26701 (sugar) S 26699 26701 24215 0 -1 4194304 1376 11957 0 2 6 2 138 8 16 0 1 0 26529566 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26701/statm: 4217 1113 409 3 0 796 0
[pid=26724] ppid=26701 vsize=5356 CPUtime=0
/proc/26724/stat : 26724 (sh) S 26701 26701 24215 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26529732 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26724/statm: 1339 232 193 169 0 50 0
[pid=26725] ppid=26724 vsize=16304 CPUtime=704.37
/proc/26725/stat : 26725 (minisat) R 26724 26701 24215 0 -1 4194304 3768 0 0 0 70431 6 0 0 25 0 1 0 26529732 16695296 3754 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/26725/statm: 4076 3754 75 150 0 3923 0
Current children cumulated CPU time (s) 705.91
Current children cumulated vsize (KiB) 38528

[startup+713.102 s]
/proc/loadavg: 2.00 1.99 1.99 3/84 26725
/proc/meminfo: memFree=1646024/2055920 swapFree=4192812/4192956
[pid=26701] ppid=26699 vsize=16868 CPUtime=706.23
/proc/26701/stat : 26701 (sugar) S 26699 26701 24215 0 -1 4194304 1430 16020 0 2 6 2 70600 15 17 0 1 0 26529566 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26701/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 706.23
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 713.19
CPU time (s): 706.385
CPU user time (s): 706.174
CPU system time (s): 0.210967
CPU usage (%): 99.0458
Max. virtual memory (cumulated for all children) (KiB): 886536

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 706.174
system time used= 0.210967
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21305
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= 1675
involuntary context switches= 30684

runsolver used 0.792879 second user time and 2.45963 second system time

The end

Launcher Data

Begin job on node64 at 2009-07-12 12:31:03
IDJOB=2091465
IDBENCH=60065
IDSOLVER=739
FILE ID=node64/2091465-1247394663
PBS_JOBID= 9507278
Free space on /tmp= 66348 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-3_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-2091465-1247394663/watcher-2091465-1247394663 -o /tmp/evaluation-result-2091465-1247394663/solver-2091465-1247394663 -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-2091465-1247394663.xml

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

MD5SUM BENCH= ce40ed4691a90a2ac4217ea7b5e30eda
RANDOM SEED=644196816

node64.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.220
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.220
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:       1665664 kB
Buffers:         63620 kB
Cached:         214296 kB
SwapCached:          0 kB
Active:         178516 kB
Inactive:       135140 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1665664 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1516 kB
Writeback:           0 kB
Mapped:          56104 kB
Slab:            61428 kB
Committed_AS:   251404 kB
PageTables:       1872 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66348 MiB
End job on node64 at 2009-07-12 12:42:56