Trace number 2079728

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+minisatUNSAT 991.918 999.713

General information on the benchmark

Namecsp/rand-3-20-20/
normalized-rand-3-20-20-60-632-34_ext.xml
MD5SUMf2a5642d0d3cc3bfc3ccc1bbf7de0804
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark43.1134
Satisfiable
(Un)Satisfiability was proved
Number of variables20
Number of constraints59
Maximum constraint arity3
Maximum domain size20
Number of constraints which are defined in extension59
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 05:17:30 2009
0.00/0.08	c 0	PID 25143
0.00/0.08	c 0	HOST node69.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-2079728-1247368649.xml TO HOME/temp.csp
0.00/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-2079728-1247368649.xml' 'HOME/temp.csp'
0.06/0.97	c 1	1 domains, 20 variables, 0 predicates, 59 relations, 59 constraints
0.06/0.97	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.97	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.93/1.06	c 1	Parsing HOME/temp.csp
1.91/2.09	c 2	parsed 139 expressions
1.91/2.10	c 2	Heap : 19 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.91/2.10	c 2	Converting to clausal form CSP
2.03/2.12	c 2	converted 14 (10%) expressions
2.03/2.14	c 2	converted 28 (20%) expressions
2.22/2.30	c 2	converted 42 (30%) expressions
2.22/2.31	c 2	converted 56 (40%) expressions
2.22/2.32	c 2	converted 70 (50%) expressions
2.22/2.38	c 2	converted 84 (60%) expressions
2.32/2.48	c 2	converted 98 (70%) expressions
2.42/2.59	c 2	converted 112 (80%) expressions
2.71/2.90	c 2	converted 126 (90%) expressions
2.91/3.03	c 3	converted 139 (100%) expressions
2.91/3.03	c 3	CSP : 20 integers, 0 booleans, 59 clauses, largest domain size 20
2.91/3.03	c 3	Heap : 38 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.91/3.03	c 3	Propagation in CSP
2.91/3.03	c 3	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.91/3.03	c 3	CSP : 20 integers, 0 booleans, 59 clauses, largest domain size 20
2.91/3.03	c 3	Heap : 38 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.91/3.03	c 3	Simplifing CSP by introducing new Boolean variables
2.91/3.03	c 3	CSP : 20 integers, 0 booleans, 59 clauses, largest domain size 20
2.91/3.03	c 3	Heap : 38 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.01/3.16	c 3	Encoding CSP to SAT : HOME/temp.cnf
3.01/3.17	c 3	2 (10%) CSP integer variables are encoded (36 clauses, 371 bytes)
3.01/3.17	c 3	4 (20%) CSP integer variables are encoded (72 clauses, 695 bytes)
3.01/3.17	c 3	6 (30%) CSP integer variables are encoded (108 clauses, 1048 bytes)
3.01/3.17	c 3	8 (40%) CSP integer variables are encoded (144 clauses, 1444 bytes)
3.01/3.17	c 3	10 (50%) CSP integer variables are encoded (180 clauses, 1840 bytes)
3.01/3.18	c 3	12 (60%) CSP integer variables are encoded (216 clauses, 2236 bytes)
3.01/3.18	c 3	14 (70%) CSP integer variables are encoded (252 clauses, 2632 bytes)
3.01/3.18	c 3	16 (80%) CSP integer variables are encoded (288 clauses, 3028 bytes)
3.01/3.18	c 3	18 (90%) CSP integer variables are encoded (324 clauses, 3424 bytes)
3.01/3.18	c 3	20 (100%) CSP integer variables are encoded (360 clauses, 3820 bytes)
3.21/3.37	c 3	6 (10%) CSP clauses are encoded (10485 clauses, 231238 bytes)
3.40/3.51	c 3	12 (20%) CSP clauses are encoded (21290 clauses, 490443 bytes)
3.50/3.64	c 3	18 (30%) CSP clauses are encoded (32086 clauses, 759135 bytes)
3.61/3.78	c 3	24 (40%) CSP clauses are encoded (42847 clauses, 1022670 bytes)
3.80/3.92	c 4	30 (50%) CSP clauses are encoded (53681 clauses, 1291667 bytes)
3.90/4.06	c 4	36 (60%) CSP clauses are encoded (64599 clauses, 1566017 bytes)
4.00/4.19	c 4	42 (70%) CSP clauses are encoded (75416 clauses, 1851390 bytes)
4.19/4.33	c 4	48 (80%) CSP clauses are encoded (86209 clauses, 2140144 bytes)
4.30/4.47	c 4	54 (90%) CSP clauses are encoded (97011 clauses, 2429197 bytes)
4.39/4.58	c 4	59 (100%) CSP clauses are encoded (105993 clauses, 2669193 bytes)
4.39/4.58	c 4	59 CSP clauses encoded
4.39/4.58	c 4	Writing map file : HOME/temp.map
4.39/4.59	c 4	Heap : 16 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.39/4.59	c 4	SAT : 380 SAT variables, 105993 SAT clauses, 2669193 bytes
4.39/4.59	c 4	Heap : 16 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.47/4.63	c 4	SOLVING HOME/temp.cnf
4.47/4.63	c 4	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
4.47/4.64	c 4	This is MiniSat 2.0 beta
4.47/4.64	c 4	WARNING: for repeatability, setting FPU to use double precision
4.47/4.64	c 4	============================[ Problem Statistics ]=============================
4.47/4.64	c 4	|                                                                             |
4.47/4.64	c 4	|  Number of variables:  380                                                  |
4.47/4.64	c 4	|  Number of clauses:    105993                                               |
4.51/4.71	c 4	|  Parsing time:         0.06         s                                       |
4.51/4.71	c 4	============================[ Search Statistics ]==============================
4.51/4.71	c 4	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
4.51/4.71	c 4	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
4.51/4.71	c 4	===============================================================================
4.51/4.71	c 4	|         0 |     380   105993   581552 |    35331        0    nan |  0.000 % |
4.51/4.76	c 4	|       101 |     380   105993   581552 |    38864      101     10 |  0.001 % |
4.51/4.82	c 4	|       252 |     380   105993   581552 |    42750      252     13 |  0.013 % |
4.51/4.94	c 5	|       477 |     380   105993   581552 |    47025      477     12 |  0.012 % |
4.51/5.05	c 5	|       814 |     380   105993   581552 |    51728      814     11 |  0.013 % |
4.51/5.24	c 5	|      1320 |     380   105993   581552 |    56900     1320     11 |  0.003 % |
5.25/5.50	c 5	|      2080 |     380   105993   581552 |    62591     2080     11 |  0.013 % |
5.74/5.90	c 5	|      3219 |     380   105993   581552 |    68850     3219     11 |  0.013 % |
6.33/6.54	c 6	|      4927 |     380   105993   581552 |    75735     4927     11 |  0.014 % |
7.13/7.35	c 7	|      7489 |     380   105993   581552 |    83308     7489     11 |  0.014 % |
8.82/9.06	c 9	|     11334 |     380   105993   581552 |    91639    11334     12 |  0.015 % |
11.59/11.86	c 11	|     17101 |     380   105993   581552 |   100803    17101     13 |  0.012 % |
15.55/15.84	c 15	|     25751 |     380   105993   581552 |   110883    25751     13 |  0.015 % |
21.69/22.07	c 22	|     38725 |     380   105993   581552 |   121972    38725     13 |  0.019 % |
35.15/35.63	c 35	|     58186 |     380   105993   581552 |   134169    58186     14 |  0.030 % |
53.18/53.87	c 53	|     87379 |     379   105184   577815 |   147586    49765     15 |  0.264 % |
87.36/88.37	c 88	|    131168 |     378   104458   574443 |   162344    73088     16 |  0.527 % |
162.83/164.55	c 164	|    196853 |     378   104458   574443 |   178579   138773     16 |  0.539 % |
268.94/271.71	c 271	|    295379 |     378   104458   574443 |   196437    76325     18 |  0.537 % |
466.56/471.24	c 471	|    443169 |     376   102446   563608 |   216081   179951     18 |  1.053 % |
711.61/718.10	c 718	|    664854 |     366    93139   511799 |   237689   101192     16 |  3.685 % |
991.73/999.53	c 999	===============================================================================
991.73/999.53	c 999	restarts              : 21
991.73/999.53	c 999	conflicts             : 885258         (897 /sec)
991.73/999.53	c 999	decisions             : 1041095        (1.63 % random) (1055 /sec)
991.73/999.53	c 999	propagations          : 36036280       (36506 /sec)
991.73/999.53	c 999	conflict literals     : 14916959       (30.39 % deleted)
991.73/999.53	c 999	Memory used           : 35.20 MB
991.73/999.53	c 999	CPU time              : 987.134 s
991.73/999.53	c 999	
991.73/999.53	c 999	UNSATISFIABLE
991.73/999.54	c 999	DECODING HOME/temp.out WITH HOME/temp.map
991.73/999.54	c 999	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'
991.79/999.62	c 999	Decoding HOME/temp.out
991.79/999.64	s UNSATISFIABLE
991.79/999.65	c 999	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
991.79/999.71	c 999	CPU 991.89 (0.06 0.02 991.47 0.34)
991.79/999.71	c 999	END Sun Jul 12 05:34:09 2009

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2079728-1247368649/watcher-2079728-1247368649 -o /tmp/evaluation-result-2079728-1247368649/solver-2079728-1247368649 -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-2079728-1247368649.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.09 2.02 2.01 4/84 25143
/proc/meminfo: memFree=1205072/2055920 swapFree=4192812/4192956
[pid=25143] ppid=25141 vsize=12268 CPUtime=0
/proc/25143/stat : 25143 (sugar) R 25141 25143 21975 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 23927662 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 237947812453 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/25143/statm: 3067 316 241 3 0 167 0

[startup+0.0909941 s]
/proc/loadavg: 2.09 2.02 2.01 4/84 25143
/proc/meminfo: memFree=1205072/2055920 swapFree=4192812/4192956
[pid=25143] ppid=25141 vsize=16868 CPUtime=0.06
/proc/25143/stat : 25143 (sugar) S 25141 25143 21975 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 23927662 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25143/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.102006 s]
/proc/loadavg: 2.09 2.02 2.01 4/84 25143
/proc/meminfo: memFree=1205072/2055920 swapFree=4192812/4192956
[pid=25143] ppid=25141 vsize=16868 CPUtime=0.06
/proc/25143/stat : 25143 (sugar) S 25141 25143 21975 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 23927662 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25143/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.302011 s]
/proc/loadavg: 2.09 2.02 2.01 4/84 25143
/proc/meminfo: memFree=1205072/2055920 swapFree=4192812/4192956
[pid=25143] ppid=25141 vsize=16868 CPUtime=0.06
/proc/25143/stat : 25143 (sugar) S 25141 25143 21975 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 23927662 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25143/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701044 s]
/proc/loadavg: 2.09 2.02 2.01 4/84 25143
/proc/meminfo: memFree=1205072/2055920 swapFree=4192812/4192956
[pid=25143] ppid=25141 vsize=16868 CPUtime=0.06
/proc/25143/stat : 25143 (sugar) S 25141 25143 21975 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 23927662 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25143/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50111 s]
/proc/loadavg: 2.09 2.02 2.01 3/88 25158
/proc/meminfo: memFree=1198256/2055920 swapFree=4192812/4192956
[pid=25143] ppid=25141 vsize=16868 CPUtime=0.92
/proc/25143/stat : 25143 (sugar) S 25141 25143 21975 0 -1 4194304 1309 7074 0 1 5 1 81 5 16 0 1 0 23927662 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25143/statm: 4217 1111 409 3 0 796 0
[pid=25156] ppid=25143 vsize=5356 CPUtime=0
/proc/25156/stat : 25156 (sh) S 25143 25143 21975 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23927760 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25156/statm: 1339 233 193 169 0 50 0
[pid=25157] ppid=25156 vsize=862284 CPUtime=0.5
/proc/25157/stat : 25157 (java) S 25156 25143 21975 0 -1 0 6085 0 1 0 46 4 0 0 18 0 9 0 23927760 882978816 5371 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25157/statm: 215571 5371 2158 9 0 210484 0
[pid=25157/tid=25158] ppid=25156 vsize=862284 CPUtime=0.3
/proc/25157/task/25158/stat : 25158 (java) R 25156 25143 21975 0 -1 64 2019 0 1 0 29 1 0 0 21 0 9 0 23927761 882978816 5371 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) 884508

[startup+3.10225 s]
/proc/loadavg: 2.09 2.02 2.01 3/95 25165
/proc/meminfo: memFree=1174520/2055920 swapFree=4192812/4192956
[pid=25143] ppid=25141 vsize=16868 CPUtime=0.93
/proc/25143/stat : 25143 (sugar) S 25141 25143 21975 0 -1 4194304 1310 7074 0 1 6 1 81 5 15 0 1 0 23927662 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25143/statm: 4217 1111 409 3 0 796 0
[pid=25156] ppid=25143 vsize=5356 CPUtime=0
/proc/25156/stat : 25156 (sh) S 25143 25143 21975 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23927760 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25156/statm: 1339 233 193 169 0 50 0
[pid=25157] ppid=25156 vsize=864376 CPUtime=2.08
/proc/25157/stat : 25157 (java) S 25156 25143 21975 0 -1 0 14740 0 1 0 200 8 0 0 18 0 9 0 23927760 885121024 13981 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25157/statm: 216094 13981 2566 9 0 210599 0
[pid=25157/tid=25158] ppid=25156 vsize=864376 CPUtime=1.04
/proc/25157/task/25158/stat : 25158 (java) R 25156 25143 21975 0 -1 64 3167 0 1 0 102 2 0 0 25 0 9 0 23927761 885121024 13981 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25157/tid=25159] ppid=25156 vsize=864376 CPUtime=0.97
/proc/25157/task/25159/stat : 25159 (java) R 25156 25143 21975 0 -1 64 10559 0 0 0 92 5 0 0 17 0 9 0 23927763 885121024 13981 996147200 134512640 134550932 4294955936 18446744073709551615 104189938 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25157/tid=25160] ppid=25156 vsize=864376 CPUtime=0
/proc/25157/task/25160/stat : 25160 (java) S 25156 25143 21975 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23927763 885121024 13981 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25157/tid=25161] ppid=25156 vsize=864376 CPUtime=0
/proc/25157/task/25161/stat : 25161 (java) S 25156 25143 21975 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 23927763 885121024 13981 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25157/tid=25162] ppid=25156 vsize=864376 CPUtime=0
/proc/25157/task/25162/stat : 25162 (java) S 25156 25143 21975 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23927765 885121024 13981 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25157/tid=25163] ppid=25156 vsize=864376 CPUtime=0.04
/proc/25157/task/25163/stat : 25163 (java) S 25156 25143 21975 0 -1 64 311 0 0 0 4 0 0 0 16 0 9 0 23927765 885121024 13981 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25157/tid=25164] ppid=25156 vsize=864376 CPUtime=0
/proc/25157/task/25164/stat : 25164 (java) S 25156 25143 21975 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23927765 885121024 13981 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25157/tid=25165] ppid=25156 vsize=864376 CPUtime=0
/proc/25157/task/25165/stat : 25165 (java) S 25156 25143 21975 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23927765 885121024 13981 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 886600

[startup+6.3015 s]
/proc/loadavg: 2.09 2.02 2.00 3/87 25167
/proc/meminfo: memFree=1189752/2055920 swapFree=4192812/4192956
[pid=25143] ppid=25141 vsize=16868 CPUtime=4.51
/proc/25143/stat : 25143 (sugar) S 25141 25143 21975 0 -1 4194304 1374 22285 0 2 6 2 425 18 15 0 1 0 23927662 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25143/statm: 4217 1112 409 3 0 796 0
[pid=25166] ppid=25143 vsize=5356 CPUtime=0
/proc/25166/stat : 25166 (sh) S 25143 25143 21975 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23928126 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25166/statm: 1339 232 193 169 0 50 0
[pid=25167] ppid=25166 vsize=8428 CPUtime=1.62
/proc/25167/stat : 25167 (minisat) R 25166 25143 21975 0 -1 4194304 1983 0 0 0 161 1 0 0 25 0 1 0 23928126 8630272 1969 996147200 134512640 135127466 4294956256 18446744073709551615 134530775 0 0 4096 3 0 0 0 17 1 0 0
/proc/25167/statm: 2107 1969 75 150 0 1954 0
Current children cumulated CPU time (s) 6.13
Current children cumulated vsize (KiB) 30652

[startup+12.703 s]
/proc/loadavg: 2.08 2.02 2.00 3/87 25167
/proc/meminfo: memFree=1188408/2055920 swapFree=4192812/4192956
[pid=25143] ppid=25141 vsize=16868 CPUtime=4.51
/proc/25143/stat : 25143 (sugar) S 25141 25143 21975 0 -1 4194304 1374 22285 0 2 6 2 425 18 16 0 1 0 23927662 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25143/statm: 4217 1112 409 3 0 796 0
[pid=25166] ppid=25143 vsize=5356 CPUtime=0
/proc/25166/stat : 25166 (sh) S 25143 25143 21975 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23928126 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25166/statm: 1339 232 193 169 0 50 0
[pid=25167] ppid=25166 vsize=9844 CPUtime=7.97
/proc/25167/stat : 25167 (minisat) R 25166 25143 21975 0 -1 4194304 2320 0 0 0 795 2 0 0 25 0 1 0 23928126 10080256 2306 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/25167/statm: 2461 2306 75 150 0 2308 0
Current children cumulated CPU time (s) 12.48
Current children cumulated vsize (KiB) 32068

[startup+25.501 s]
/proc/loadavg: 2.06 2.02 2.00 3/87 25167
/proc/meminfo: memFree=1186232/2055920 swapFree=4192812/4192956
[pid=25143] ppid=25141 vsize=16868 CPUtime=4.51
/proc/25143/stat : 25143 (sugar) S 25141 25143 21975 0 -1 4194304 1374 22285 0 2 6 2 425 18 16 0 1 0 23927662 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25143/statm: 4217 1112 409 3 0 796 0
[pid=25166] ppid=25143 vsize=5356 CPUtime=0
/proc/25166/stat : 25166 (sh) S 25143 25143 21975 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23928126 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25166/statm: 1339 232 193 169 0 50 0
[pid=25167] ppid=25166 vsize=12072 CPUtime=20.64
/proc/25167/stat : 25167 (minisat) R 25166 25143 21975 0 -1 4194304 2877 0 0 0 2061 3 0 0 25 0 1 0 23928126 12361728 2863 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/25167/statm: 3018 2863 75 150 0 2865 0
Current children cumulated CPU time (s) 25.15
Current children cumulated vsize (KiB) 34296

[startup+51.1011 s]
/proc/loadavg: 2.04 2.02 2.00 3/87 25167
/proc/meminfo: memFree=1184696/2055920 swapFree=4192812/4192956
[pid=25143] ppid=25141 vsize=16868 CPUtime=4.51
/proc/25143/stat : 25143 (sugar) S 25141 25143 21975 0 -1 4194304 1374 22285 0 2 6 2 425 18 16 0 1 0 23927662 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25143/statm: 4217 1112 409 3 0 796 0
[pid=25166] ppid=25143 vsize=5356 CPUtime=0
/proc/25166/stat : 25166 (sh) S 25143 25143 21975 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23928126 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25166/statm: 1339 232 193 169 0 50 0
[pid=25167] ppid=25166 vsize=13548 CPUtime=45.99
/proc/25167/stat : 25167 (minisat) R 25166 25143 21975 0 -1 4194304 3257 0 0 0 4595 4 0 0 25 0 1 0 23928126 13873152 3243 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/25167/statm: 3387 3243 75 150 0 3234 0
Current children cumulated CPU time (s) 50.5
Current children cumulated vsize (KiB) 35772

[startup+102.306 s]
/proc/loadavg: 2.02 2.01 2.00 3/87 25167
/proc/meminfo: memFree=1181240/2055920 swapFree=4192812/4192956
[pid=25143] ppid=25141 vsize=16868 CPUtime=4.51
/proc/25143/stat : 25143 (sugar) S 25141 25143 21975 0 -1 4194304 1374 22285 0 2 6 2 425 18 16 0 1 0 23927662 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25143/statm: 4217 1112 409 3 0 796 0
[pid=25166] ppid=25143 vsize=5356 CPUtime=0
/proc/25166/stat : 25166 (sh) S 25143 25143 21975 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23928126 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25166/statm: 1339 232 193 169 0 50 0
[pid=25167] ppid=25166 vsize=17008 CPUtime=96.71
/proc/25167/stat : 25167 (minisat) R 25166 25143 21975 0 -1 4194304 4112 0 0 0 9666 5 0 0 25 0 1 0 23928126 17416192 4098 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/25167/statm: 4252 4098 75 150 0 4099 0
Current children cumulated CPU time (s) 101.22
Current children cumulated vsize (KiB) 39232

[startup+162.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/87 25167
/proc/meminfo: memFree=1176632/2055920 swapFree=4192812/4192956
[pid=25143] ppid=25141 vsize=16868 CPUtime=4.51
/proc/25143/stat : 25143 (sugar) S 25141 25143 21975 0 -1 4194304 1374 22285 0 2 6 2 425 18 16 0 1 0 23927662 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25143/statm: 4217 1112 409 3 0 796 0
[pid=25166] ppid=25143 vsize=5356 CPUtime=0
/proc/25166/stat : 25166 (sh) S 25143 25143 21975 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23928126 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25166/statm: 1339 232 193 169 0 50 0
[pid=25167] ppid=25166 vsize=21580 CPUtime=156.14
/proc/25167/stat : 25167 (minisat) R 25166 25143 21975 0 -1 4194304 5244 0 0 0 15608 6 0 0 25 0 1 0 23928126 22097920 5230 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/25167/statm: 5395 5230 75 150 0 5242 0
Current children cumulated CPU time (s) 160.65
Current children cumulated vsize (KiB) 43804

[startup+222.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 25167
/proc/meminfo: memFree=1147896/2055920 swapFree=4192812/4192956
[pid=25143] ppid=25141 vsize=16868 CPUtime=4.51
/proc/25143/stat : 25143 (sugar) S 25141 25143 21975 0 -1 4194304 1374 22285 0 2 6 2 425 18 16 0 1 0 23927662 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25143/statm: 4217 1112 409 3 0 796 0
[pid=25166] ppid=25143 vsize=5356 CPUtime=0

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

/proc/25143/statm: 4217 1112 409 3 0 796 0
[pid=25166] ppid=25143 vsize=5356 CPUtime=0
/proc/25166/stat : 25166 (sh) S 25143 25143 21975 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23928126 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25166/statm: 1339 232 193 169 0 50 0
[pid=25167] ppid=25166 vsize=34304 CPUtime=751.19
/proc/25167/stat : 25167 (minisat) R 25166 25143 21975 0 -1 4194304 8235 0 0 0 75107 12 0 0 25 0 1 0 23928126 35127296 8221 996147200 134512640 135127466 4294956256 18446744073709551615 134530814 0 0 4096 3 0 0 0 17 0 0 0
/proc/25167/statm: 8576 8221 75 150 0 8423 0
Current children cumulated CPU time (s) 755.7
Current children cumulated vsize (KiB) 56528

[startup+822.301 s]
/proc/loadavg: 2.27 2.10 2.02 4/85 25211
/proc/meminfo: memFree=1105800/2055920 swapFree=4192812/4192956
[pid=25143] ppid=25141 vsize=16868 CPUtime=4.51
/proc/25143/stat : 25143 (sugar) S 25141 25143 21975 0 -1 4194304 1374 22285 0 2 6 2 425 18 16 0 1 0 23927662 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25143/statm: 4217 1112 409 3 0 796 0
[pid=25166] ppid=25143 vsize=5356 CPUtime=0
/proc/25166/stat : 25166 (sh) S 25143 25143 21975 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23928126 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25166/statm: 1339 232 193 169 0 50 0
[pid=25167] ppid=25166 vsize=34620 CPUtime=810.88
/proc/25167/stat : 25167 (minisat) R 25166 25143 21975 0 -1 4194304 8323 0 0 0 81076 12 0 0 25 0 1 0 23928126 35450880 8309 996147200 134512640 135127466 4294956256 18446744073709551615 134530748 0 0 4096 3 0 0 0 17 0 0 0
/proc/25167/statm: 8655 8309 75 150 0 8502 0
Current children cumulated CPU time (s) 815.39
Current children cumulated vsize (KiB) 56844

[startup+882.302 s]
/proc/loadavg: 2.31 2.14 2.04 4/85 25211
/proc/meminfo: memFree=1105608/2055920 swapFree=4192812/4192956
[pid=25143] ppid=25141 vsize=16868 CPUtime=4.51
/proc/25143/stat : 25143 (sugar) S 25141 25143 21975 0 -1 4194304 1374 22285 0 2 6 2 425 18 16 0 1 0 23927662 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25143/statm: 4217 1112 409 3 0 796 0
[pid=25166] ppid=25143 vsize=5356 CPUtime=0
/proc/25166/stat : 25166 (sh) S 25143 25143 21975 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23928126 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25166/statm: 1339 232 193 169 0 50 0
[pid=25167] ppid=25166 vsize=34928 CPUtime=870.59
/proc/25167/stat : 25167 (minisat) R 25166 25143 21975 0 -1 4194304 8388 0 0 0 87047 12 0 0 25 0 1 0 23928126 35766272 8374 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/25167/statm: 8732 8374 75 150 0 8579 0
Current children cumulated CPU time (s) 875.1
Current children cumulated vsize (KiB) 57152

[startup+942.302 s]
/proc/loadavg: 2.15 2.13 2.04 4/85 25211
/proc/meminfo: memFree=1105032/2055920 swapFree=4192812/4192956
[pid=25143] ppid=25141 vsize=16868 CPUtime=4.51
/proc/25143/stat : 25143 (sugar) S 25141 25143 21975 0 -1 4194304 1374 22285 0 2 6 2 425 18 16 0 1 0 23927662 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25143/statm: 4217 1112 409 3 0 796 0
[pid=25166] ppid=25143 vsize=5356 CPUtime=0
/proc/25166/stat : 25166 (sh) S 25143 25143 21975 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23928126 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25166/statm: 1339 232 193 169 0 50 0
[pid=25167] ppid=25166 vsize=35556 CPUtime=930.3
/proc/25167/stat : 25167 (minisat) R 25166 25143 21975 0 -1 4194304 8509 0 0 0 93018 12 0 0 25 0 1 0 23928126 36409344 8495 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/25167/statm: 8889 8495 75 150 0 8736 0
Current children cumulated CPU time (s) 934.81
Current children cumulated vsize (KiB) 57780

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

[startup+972.702 s]
/proc/loadavg: 2.09 2.11 2.04 4/85 25211
/proc/meminfo: memFree=1104648/2055920 swapFree=4192812/4192956
[pid=25143] ppid=25141 vsize=16868 CPUtime=4.51
/proc/25143/stat : 25143 (sugar) S 25141 25143 21975 0 -1 4194304 1374 22285 0 2 6 2 425 18 16 0 1 0 23927662 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25143/statm: 4217 1112 409 3 0 796 0
[pid=25166] ppid=25143 vsize=5356 CPUtime=0
/proc/25166/stat : 25166 (sh) S 25143 25143 21975 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23928126 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25166/statm: 1339 232 193 169 0 50 0
[pid=25167] ppid=25166 vsize=35892 CPUtime=960.55
/proc/25167/stat : 25167 (minisat) R 25166 25143 21975 0 -1 4194304 8585 0 0 0 96042 13 0 0 25 0 1 0 23928126 36753408 8571 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/25167/statm: 8973 8571 75 150 0 8820 0
Current children cumulated CPU time (s) 965.06
Current children cumulated vsize (KiB) 58116

[startup+985.501 s]
/proc/loadavg: 2.07 2.11 2.04 4/85 25211
/proc/meminfo: memFree=1104584/2055920 swapFree=4192812/4192956
[pid=25143] ppid=25141 vsize=16868 CPUtime=4.51
/proc/25143/stat : 25143 (sugar) S 25141 25143 21975 0 -1 4194304 1374 22285 0 2 6 2 425 18 16 0 1 0 23927662 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25143/statm: 4217 1112 409 3 0 796 0
[pid=25166] ppid=25143 vsize=5356 CPUtime=0
/proc/25166/stat : 25166 (sh) S 25143 25143 21975 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23928126 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25166/statm: 1339 232 193 169 0 50 0
[pid=25167] ppid=25166 vsize=35892 CPUtime=973.3
/proc/25167/stat : 25167 (minisat) R 25166 25143 21975 0 -1 4194304 8610 0 0 0 97317 13 0 0 25 0 1 0 23928126 36753408 8596 996147200 134512640 135127466 4294956256 18446744073709551615 134530938 0 0 4096 3 0 0 0 17 0 0 0
/proc/25167/statm: 8973 8596 75 150 0 8820 0
Current children cumulated CPU time (s) 977.81
Current children cumulated vsize (KiB) 58116

[startup+991.902 s]
/proc/loadavg: 2.06 2.10 2.03 5/85 25211
/proc/meminfo: memFree=1104520/2055920 swapFree=4192812/4192956
[pid=25143] ppid=25141 vsize=16868 CPUtime=4.51
/proc/25143/stat : 25143 (sugar) S 25141 25143 21975 0 -1 4194304 1374 22285 0 2 6 2 425 18 16 0 1 0 23927662 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25143/statm: 4217 1112 409 3 0 796 0
[pid=25166] ppid=25143 vsize=5356 CPUtime=0
/proc/25166/stat : 25166 (sh) S 25143 25143 21975 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23928126 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25166/statm: 1339 232 193 169 0 50 0
[pid=25167] ppid=25166 vsize=36036 CPUtime=979.66
/proc/25167/stat : 25167 (minisat) R 25166 25143 21975 0 -1 4194304 8622 0 0 0 97953 13 0 0 25 0 1 0 23928126 36900864 8608 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/25167/statm: 9009 8608 75 150 0 8856 0
Current children cumulated CPU time (s) 984.17
Current children cumulated vsize (KiB) 58260

[startup+995.101 s]
/proc/loadavg: 2.06 2.10 2.03 4/85 25211
/proc/meminfo: memFree=1104520/2055920 swapFree=4192812/4192956
[pid=25143] ppid=25141 vsize=16868 CPUtime=4.51
/proc/25143/stat : 25143 (sugar) S 25141 25143 21975 0 -1 4194304 1374 22285 0 2 6 2 425 18 16 0 1 0 23927662 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25143/statm: 4217 1112 409 3 0 796 0
[pid=25166] ppid=25143 vsize=5356 CPUtime=0
/proc/25166/stat : 25166 (sh) S 25143 25143 21975 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23928126 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25166/statm: 1339 232 193 169 0 50 0
[pid=25167] ppid=25166 vsize=36036 CPUtime=982.84
/proc/25167/stat : 25167 (minisat) R 25166 25143 21975 0 -1 4194304 8622 0 0 0 98271 13 0 0 25 0 1 0 23928126 36900864 8608 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/25167/statm: 9009 8608 75 150 0 8856 0
Current children cumulated CPU time (s) 987.35
Current children cumulated vsize (KiB) 58260

[startup+998.302 s]
/proc/loadavg: 2.06 2.10 2.03 4/85 25211
/proc/meminfo: memFree=1104520/2055920 swapFree=4192812/4192956
[pid=25143] ppid=25141 vsize=16868 CPUtime=4.51
/proc/25143/stat : 25143 (sugar) S 25141 25143 21975 0 -1 4194304 1374 22285 0 2 6 2 425 18 16 0 1 0 23927662 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25143/statm: 4217 1112 409 3 0 796 0
[pid=25166] ppid=25143 vsize=5356 CPUtime=0
/proc/25166/stat : 25166 (sh) S 25143 25143 21975 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23928126 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25166/statm: 1339 232 193 169 0 50 0
[pid=25167] ppid=25166 vsize=36036 CPUtime=986.03
/proc/25167/stat : 25167 (minisat) R 25166 25143 21975 0 -1 4194304 8622 0 0 0 98590 13 0 0 25 0 1 0 23928126 36900864 8608 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/25167/statm: 9009 8608 75 150 0 8856 0
Current children cumulated CPU time (s) 990.54
Current children cumulated vsize (KiB) 58260

[startup+999.102 s]
/proc/loadavg: 2.06 2.10 2.03 5/85 25211
/proc/meminfo: memFree=1104520/2055920 swapFree=4192812/4192956
[pid=25143] ppid=25141 vsize=16868 CPUtime=4.51
/proc/25143/stat : 25143 (sugar) S 25141 25143 21975 0 -1 4194304 1374 22285 0 2 6 2 425 18 16 0 1 0 23927662 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25143/statm: 4217 1112 409 3 0 796 0
[pid=25166] ppid=25143 vsize=5356 CPUtime=0
/proc/25166/stat : 25166 (sh) S 25143 25143 21975 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23928126 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25166/statm: 1339 232 193 169 0 50 0
[pid=25167] ppid=25166 vsize=36036 CPUtime=986.82
/proc/25167/stat : 25167 (minisat) R 25166 25143 21975 0 -1 4194304 8622 0 0 0 98669 13 0 0 25 0 1 0 23928126 36900864 8608 996147200 134512640 135127466 4294956256 18446744073709551615 134530775 0 0 4096 3 0 0 0 17 0 0 0
/proc/25167/statm: 9009 8608 75 150 0 8856 0
Current children cumulated CPU time (s) 991.33
Current children cumulated vsize (KiB) 58260

[startup+999.502 s]
/proc/loadavg: 2.06 2.10 2.03 5/85 25211
/proc/meminfo: memFree=1104520/2055920 swapFree=4192812/4192956
[pid=25143] ppid=25141 vsize=16868 CPUtime=4.51
/proc/25143/stat : 25143 (sugar) S 25141 25143 21975 0 -1 4194304 1374 22285 0 2 6 2 425 18 16 0 1 0 23927662 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25143/statm: 4217 1112 409 3 0 796 0
[pid=25166] ppid=25143 vsize=5356 CPUtime=0
/proc/25166/stat : 25166 (sh) S 25143 25143 21975 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23928126 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25166/statm: 1339 232 193 169 0 50 0
[pid=25167] ppid=25166 vsize=36036 CPUtime=987.22
/proc/25167/stat : 25167 (minisat) R 25166 25143 21975 0 -1 4194304 8622 0 0 0 98709 13 0 0 25 0 1 0 23928126 36900864 8608 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/25167/statm: 9009 8608 75 150 0 8856 0
Current children cumulated CPU time (s) 991.73
Current children cumulated vsize (KiB) 58260

[startup+999.701 s]
/proc/loadavg: 2.06 2.10 2.03 5/85 25211
/proc/meminfo: memFree=1104520/2055920 swapFree=4192812/4192956
[pid=25143] ppid=25141 vsize=16868 CPUtime=991.79
/proc/25143/stat : 25143 (sugar) S 25141 25143 21975 0 -1 4194304 1446 31201 0 2 6 2 99139 32 16 0 1 0 23927662 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25143/statm: 4217 1112 409 3 0 796 0
Current children cumulated CPU time (s) 991.79
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 999.713
CPU time (s): 991.918
CPU user time (s): 991.541
CPU system time (s): 0.376942
CPU usage (%): 99.2203
Max. virtual memory (cumulated for all children) (KiB): 886712

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 991.541
system time used= 0.376942
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 36403
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= 2779
involuntary context switches= 31306

runsolver used 1.2778 second user time and 3.2855 second system time

The end

Launcher Data

Begin job on node69 at 2009-07-12 05:17:30
IDJOB=2079728
IDBENCH=56942
IDSOLVER=739
FILE ID=node69/2079728-1247368649
PBS_JOBID= 9507072
Free space on /tmp= 66496 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/rand-3-20-20/normalized-rand-3-20-20-60-632-34_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-2079728-1247368649/watcher-2079728-1247368649 -o /tmp/evaluation-result-2079728-1247368649/solver-2079728-1247368649 -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-2079728-1247368649.xml

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

MD5SUM BENCH= f2a5642d0d3cc3bfc3ccc1bbf7de0804
RANDOM SEED=1198178530

node69.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.211
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.211
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:       1205552 kB
Buffers:         68088 kB
Cached:         306448 kB
SwapCached:        144 kB
Active:         548224 kB
Inactive:       221156 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1205552 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2548 kB
Writeback:           0 kB
Mapped:         410368 kB
Slab:            65388 kB
Committed_AS:   877528 kB
PageTables:       2620 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= 66504 MiB
End job on node69 at 2009-07-12 05:34:09