Trace number 2078595

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 566.298 572.006

General information on the benchmark

Namecsp/rand-3-20-20-fcd/
normalized-rand-3-20-20-60-632-fcd-4_ext.xml
MD5SUMa26330477831f4c8effa5e0e2ffb3a81
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark4.90125
Satisfiable
(Un)Satisfiability was proved
Number of variables20
Number of constraints60
Maximum constraint arity3
Maximum domain size20
Number of constraints which are defined in extension60
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 04:53:48 2009
0.00/0.08	c 0	PID 23963
0.06/0.08	c 0	HOST node15.alineos.net
0.06/0.08	c 0	CONVERTING HOME/instance-2078595-1247367228.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-2078595-1247367228.xml' 'HOME/temp.csp'
0.06/0.99	c 1	1 domains, 20 variables, 0 predicates, 60 relations, 60 constraints
0.95/1.03	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.95/1.03	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.95/1.11	c 1	Parsing HOME/temp.csp
2.00/2.18	c 2	parsed 141 expressions
2.00/2.19	c 2	Heap : 19 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.00/2.19	c 2	Converting to clausal form CSP
2.10/2.21	c 2	converted 15 (10%) expressions
2.10/2.23	c 2	converted 29 (20%) expressions
2.10/2.24	c 2	converted 43 (30%) expressions
2.29/2.41	c 2	converted 57 (40%) expressions
2.29/2.41	c 2	converted 71 (50%) expressions
2.29/2.48	c 2	converted 85 (60%) expressions
2.39/2.59	c 3	converted 99 (70%) expressions
2.60/2.70	c 3	converted 113 (80%) expressions
2.69/2.81	c 3	converted 127 (90%) expressions
2.99/3.16	c 3	converted 141 (100%) expressions
2.99/3.16	c 3	CSP : 20 integers, 0 booleans, 60 clauses, largest domain size 20
2.99/3.16	c 3	Heap : 39 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.99/3.16	c 3	Propagation in CSP
2.99/3.16	c 3	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.99/3.16	c 3	CSP : 20 integers, 0 booleans, 60 clauses, largest domain size 20
2.99/3.16	c 3	Heap : 39 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.99/3.17	c 3	Simplifing CSP by introducing new Boolean variables
2.99/3.17	c 3	CSP : 20 integers, 0 booleans, 60 clauses, largest domain size 20
2.99/3.17	c 3	Heap : 39 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.19/3.30	c 3	Encoding CSP to SAT : HOME/temp.cnf
3.19/3.31	c 3	2 (10%) CSP integer variables are encoded (36 clauses, 371 bytes)
3.19/3.31	c 3	4 (20%) CSP integer variables are encoded (72 clauses, 695 bytes)
3.19/3.31	c 3	6 (30%) CSP integer variables are encoded (108 clauses, 1048 bytes)
3.19/3.31	c 3	8 (40%) CSP integer variables are encoded (144 clauses, 1444 bytes)
3.19/3.32	c 3	10 (50%) CSP integer variables are encoded (180 clauses, 1840 bytes)
3.19/3.32	c 3	12 (60%) CSP integer variables are encoded (216 clauses, 2236 bytes)
3.19/3.32	c 3	14 (70%) CSP integer variables are encoded (252 clauses, 2632 bytes)
3.19/3.32	c 3	16 (80%) CSP integer variables are encoded (288 clauses, 3028 bytes)
3.19/3.32	c 3	18 (90%) CSP integer variables are encoded (324 clauses, 3424 bytes)
3.19/3.32	c 3	20 (100%) CSP integer variables are encoded (360 clauses, 3820 bytes)
3.39/3.52	c 3	6 (10%) CSP clauses are encoded (11176 clauses, 249764 bytes)
3.49/3.66	c 4	12 (20%) CSP clauses are encoded (21986 clauses, 502472 bytes)
3.59/3.79	c 4	18 (30%) CSP clauses are encoded (32792 clauses, 764236 bytes)
3.78/3.94	c 4	24 (40%) CSP clauses are encoded (43655 clauses, 1020433 bytes)
3.88/4.07	c 4	30 (50%) CSP clauses are encoded (54490 clauses, 1285915 bytes)
4.08/4.21	c 4	36 (60%) CSP clauses are encoded (65337 clauses, 1555829 bytes)
4.18/4.35	c 4	42 (70%) CSP clauses are encoded (76149 clauses, 1830401 bytes)
4.28/4.49	c 4	48 (80%) CSP clauses are encoded (86914 clauses, 2117199 bytes)
4.47/4.62	c 5	54 (90%) CSP clauses are encoded (97665 clauses, 2404708 bytes)
4.58/4.76	c 5	60 (100%) CSP clauses are encoded (108440 clauses, 2693426 bytes)
4.58/4.76	c 5	60 CSP clauses encoded
4.58/4.76	c 5	Writing map file : HOME/temp.map
4.58/4.76	c 5	Heap : 15 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.58/4.76	c 5	SAT : 380 SAT variables, 108440 SAT clauses, 2693426 bytes
4.58/4.76	c 5	Heap : 15 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.65/4.80	c 5	SOLVING HOME/temp.cnf
4.65/4.80	c 5	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
4.65/4.80	c 5	This is MiniSat 2.0 beta
4.65/4.80	c 5	WARNING: for repeatability, setting FPU to use double precision
4.65/4.80	c 5	============================[ Problem Statistics ]=============================
4.65/4.80	c 5	|                                                                             |
4.65/4.81	c 5	|  Number of variables:  380                                                  |
4.65/4.81	c 5	|  Number of clauses:    108440                                               |
4.65/4.88	c 5	|  Parsing time:         0.06         s                                       |
4.65/4.88	c 5	============================[ Search Statistics ]==============================
4.65/4.88	c 5	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
4.65/4.88	c 5	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
4.65/4.88	c 5	===============================================================================
4.65/4.88	c 5	|         0 |     380   108440   595578 |    36146        0    nan |  0.000 % |
4.66/4.96	c 5	|       100 |     380   108440   595578 |    39761      100      9 |  0.001 % |
4.66/5.06	c 5	|       250 |     380   108440   595578 |    43737      250      9 |  0.013 % |
4.66/5.16	c 5	|       478 |     380   108440   595578 |    48111      478      9 |  0.013 % |
4.66/5.30	c 5	|       816 |     380   108440   595578 |    52922      816      9 |  0.013 % |
5.33/5.54	c 5	|      1327 |     380   108440   595578 |    58214     1327     10 |  0.013 % |
5.63/5.88	c 6	|      2086 |     380   108440   595578 |    64036     2086     10 |  0.013 % |
6.22/6.40	c 6	|      3225 |     380   108440   595578 |    70439     3225     11 |  0.002 % |
7.01/7.20	c 7	|      4933 |     380   108440   595578 |    77483     4933     11 |  0.013 % |
8.01/8.22	c 8	|      7495 |     380   108440   595578 |    85231     7495     12 |  0.013 % |
9.88/10.19	c 10	|     11339 |     380   108440   595578 |    93755    11339     12 |  0.014 % |
13.05/13.33	c 13	|     17105 |     380   108440   595578 |   103130    17105     13 |  0.015 % |
18.11/18.44	c 18	|     25754 |     380   108440   595578 |   113443    25754     13 |  0.009 % |
27.02/27.44	c 27	|     38728 |     380   108440   595578 |   124788    38728     13 |  0.012 % |
41.87/42.44	c 42	|     58189 |     380   108440   595578 |   137266    58189     14 |  0.008 % |
67.33/68.14	c 68	|     87382 |     380   108440   595578 |   150993    87382     14 |  0.015 % |
112.40/113.66	c 114	|    131171 |     379   107439   590968 |   166092   100708     15 |  0.264 % |
205.71/207.84	c 208	|    196855 |     379   107439   590968 |   182702    17621     15 |  0.276 % |
284.36/287.29	c 287	|    295381 |     376   105425   580723 |   200972    62447     15 |  1.064 % |
476.56/481.43	c 481	|    443170 |     372   100574   554024 |   221069    12613     13 |  2.106 % |
566.11/571.82	c 572	===============================================================================
566.11/571.82	c 572	restarts              : 20
566.11/571.82	c 572	conflicts             : 542185         (966 /sec)
566.11/571.82	c 572	decisions             : 645079         (1.51 % random) (1149 /sec)
566.11/571.82	c 572	propagations          : 26203428       (46675 /sec)
566.11/571.82	c 572	conflict literals     : 8591719        (31.65 % deleted)
566.11/571.82	c 572	Memory used           : 28.49 MB
566.11/571.82	c 572	CPU time              : 561.407 s
566.11/571.82	c 572	
566.11/571.82	c 572	SATISFIABLE
566.11/571.82	c 572	DECODING HOME/temp.out WITH HOME/temp.map
566.11/571.82	c 572	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'
566.20/571.92	c 572	Decoding HOME/temp.out
566.20/571.93	s SATISFIABLE
566.20/571.94	v 2 12 3 18 7 5 11 6 2 7 12 8 12 0 2 12 9 16 2 8
566.20/571.95	c 572	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
566.20/572.00	c 572	CPU 566.27 (0.06 0.02 565.9 0.29)
566.20/572.00	c 572	END Sun Jul 12 05:03:20 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-2078595-1247367228/watcher-2078595-1247367228 -o /tmp/evaluation-result-2078595-1247367228/solver-2078595-1247367228 -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-2078595-1247367228.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 2.06 2.11 4/84 23963
/proc/meminfo: memFree=1639976/2055920 swapFree=4191900/4192956
[pid=23963] ppid=23961 vsize=12268 CPUtime=0
/proc/23963/stat : 23963 (sugar) R 23961 23963 20102 0 -1 4194304 342 0 0 0 0 0 0 0 20 0 1 0 23789642 12562432 310 996147200 4194304 4206940 548682068608 18446744073709551615 240490506032 0 0 4224 0 0 0 0 17 1 0 0
/proc/23963/statm: 3067 310 235 3 0 167 0

[startup+0.0837941 s]
/proc/loadavg: 2.03 2.06 2.11 4/84 23963
/proc/meminfo: memFree=1639976/2055920 swapFree=4191900/4192956
[pid=23963] ppid=23961 vsize=16740 CPUtime=0.06
/proc/23963/stat : 23963 (sugar) S 23961 23963 20102 0 -1 4194304 1152 0 0 0 5 1 0 0 18 0 1 0 23789642 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23963/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.102419 s]
/proc/loadavg: 2.03 2.06 2.11 4/84 23963
/proc/meminfo: memFree=1639976/2055920 swapFree=4191900/4192956
[pid=23963] ppid=23961 vsize=16868 CPUtime=0.06
/proc/23963/stat : 23963 (sugar) S 23961 23963 20102 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 23789642 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23963/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301436 s]
/proc/loadavg: 2.03 2.06 2.11 4/84 23963
/proc/meminfo: memFree=1639976/2055920 swapFree=4191900/4192956
[pid=23963] ppid=23961 vsize=16868 CPUtime=0.06
/proc/23963/stat : 23963 (sugar) S 23961 23963 20102 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 23789642 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23963/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701471 s]
/proc/loadavg: 2.03 2.06 2.11 4/84 23963
/proc/meminfo: memFree=1639976/2055920 swapFree=4191900/4192956
[pid=23963] ppid=23961 vsize=16868 CPUtime=0.06
/proc/23963/stat : 23963 (sugar) S 23961 23963 20102 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 23789642 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23963/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50254 s]
/proc/loadavg: 2.03 2.06 2.11 2/95 23975
/proc/meminfo: memFree=1621904/2055920 swapFree=4191900/4192956
[pid=23963] ppid=23961 vsize=16868 CPUtime=0.95
/proc/23963/stat : 23963 (sugar) S 23961 23963 20102 0 -1 4194304 1309 6996 0 1 5 1 84 5 16 0 1 0 23789642 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23963/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.95
Current children cumulated vsize (KiB) 16868

[startup+3.10168 s]
/proc/loadavg: 2.03 2.06 2.11 3/95 23985
/proc/meminfo: memFree=1611088/2055920 swapFree=4191900/4192956
[pid=23963] ppid=23961 vsize=16868 CPUtime=0.96
/proc/23963/stat : 23963 (sugar) S 23961 23963 20102 0 -1 4194304 1309 6996 0 1 6 1 84 5 16 0 1 0 23789642 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23963/statm: 4217 1111 409 3 0 796 0
[pid=23976] ppid=23963 vsize=5356 CPUtime=0
/proc/23976/stat : 23976 (sh) S 23963 23963 20102 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23789746 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23976/statm: 1339 233 193 169 0 50 0
[pid=23977] ppid=23976 vsize=864376 CPUtime=2.03
/proc/23977/stat : 23977 (java) S 23976 23963 20102 0 -1 0 14667 0 1 0 195 8 0 0 18 0 9 0 23789746 885121024 13908 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23977/statm: 216094 13908 2566 9 0 210599 0
[pid=23977/tid=23978] ppid=23976 vsize=864376 CPUtime=1.06
/proc/23977/task/23978/stat : 23978 (java) R 23976 23963 20102 0 -1 64 3212 0 1 0 104 2 0 0 25 0 9 0 23789747 885121024 13908 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23977/tid=23979] ppid=23976 vsize=864376 CPUtime=0.9
/proc/23977/task/23979/stat : 23979 (java) R 23976 23963 20102 0 -1 64 10441 0 0 0 85 5 0 0 17 0 9 0 23789748 885121024 13908 996147200 134512640 134550932 4294955936 18446744073709551615 103826425 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23977/tid=23980] ppid=23976 vsize=864376 CPUtime=0
/proc/23977/task/23980/stat : 23980 (java) S 23976 23963 20102 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 23789748 885121024 13908 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23977/tid=23981] ppid=23976 vsize=864376 CPUtime=0
/proc/23977/task/23981/stat : 23981 (java) S 23976 23963 20102 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23789748 885121024 13908 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23977/tid=23982] ppid=23976 vsize=864376 CPUtime=0
/proc/23977/task/23982/stat : 23982 (java) S 23976 23963 20102 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23789750 885121024 13908 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23977/tid=23983] ppid=23976 vsize=864376 CPUtime=0.04
/proc/23977/task/23983/stat : 23983 (java) S 23976 23963 20102 0 -1 64 311 0 0 0 4 0 0 0 16 0 9 0 23789750 885121024 13908 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23977/tid=23984] ppid=23976 vsize=864376 CPUtime=0
/proc/23977/task/23984/stat : 23984 (java) S 23976 23963 20102 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23789750 885121024 13908 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23977/tid=23985] ppid=23976 vsize=864376 CPUtime=0
/proc/23977/task/23985/stat : 23985 (java) S 23976 23963 20102 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23789751 885121024 13908 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 886600

[startup+6.30196 s]
/proc/loadavg: 2.02 2.06 2.11 3/87 23987
/proc/meminfo: memFree=1624528/2055920 swapFree=4191900/4192956
[pid=23963] ppid=23961 vsize=16868 CPUtime=4.66
/proc/23963/stat : 23963 (sugar) S 23961 23963 20102 0 -1 4194304 1374 22620 0 2 6 2 440 18 15 0 1 0 23789642 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23963/statm: 4217 1112 409 3 0 796 0
[pid=23986] ppid=23963 vsize=5356 CPUtime=0
/proc/23986/stat : 23986 (sh) S 23963 23963 20102 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23790123 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23986/statm: 1339 232 193 169 0 50 0
[pid=23987] ppid=23986 vsize=8448 CPUtime=1.46
/proc/23987/stat : 23987 (minisat) R 23986 23963 20102 0 -1 4194304 1987 0 0 0 145 1 0 0 25 0 1 0 23790123 8650752 1973 996147200 134512640 135127466 4294956256 18446744073709551615 134530654 0 0 4096 3 0 0 0 17 1 0 0
/proc/23987/statm: 2112 1973 75 150 0 1959 0
Current children cumulated CPU time (s) 6.12
Current children cumulated vsize (KiB) 30672

[startup+12.7015 s]
/proc/loadavg: 2.02 2.06 2.11 3/87 23987
/proc/meminfo: memFree=1623312/2055920 swapFree=4191900/4192956
[pid=23963] ppid=23961 vsize=16868 CPUtime=4.66
/proc/23963/stat : 23963 (sugar) S 23961 23963 20102 0 -1 4194304 1374 22620 0 2 6 2 440 18 16 0 1 0 23789642 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23963/statm: 4217 1112 409 3 0 796 0
[pid=23986] ppid=23963 vsize=5356 CPUtime=0
/proc/23986/stat : 23986 (sh) S 23963 23963 20102 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23790123 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23986/statm: 1339 232 193 169 0 50 0
[pid=23987] ppid=23986 vsize=9544 CPUtime=7.79
/proc/23987/stat : 23987 (minisat) R 23986 23963 20102 0 -1 4194304 2281 0 0 0 778 1 0 0 25 0 1 0 23790123 9773056 2267 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/23987/statm: 2386 2267 75 150 0 2233 0
Current children cumulated CPU time (s) 12.45
Current children cumulated vsize (KiB) 31768

[startup+25.5026 s]
/proc/loadavg: 2.02 2.05 2.11 3/87 23987
/proc/meminfo: memFree=1621584/2055920 swapFree=4191900/4192956
[pid=23963] ppid=23961 vsize=16868 CPUtime=4.66
/proc/23963/stat : 23963 (sugar) S 23961 23963 20102 0 -1 4194304 1374 22620 0 2 6 2 440 18 16 0 1 0 23789642 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23963/statm: 4217 1112 409 3 0 796 0
[pid=23986] ppid=23963 vsize=5356 CPUtime=0
/proc/23986/stat : 23986 (sh) S 23963 23963 20102 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23790123 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23986/statm: 1339 232 193 169 0 50 0
[pid=23987] ppid=23986 vsize=11296 CPUtime=20.48
/proc/23987/stat : 23987 (minisat) R 23986 23963 20102 0 -1 4194304 2717 0 0 0 2046 2 0 0 25 0 1 0 23790123 11567104 2703 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/23987/statm: 2824 2703 75 150 0 2671 0
Current children cumulated CPU time (s) 25.14
Current children cumulated vsize (KiB) 33520

[startup+51.1019 s]
/proc/loadavg: 2.08 2.06 2.11 3/87 23987
/proc/meminfo: memFree=1618640/2055920 swapFree=4191900/4192956
[pid=23963] ppid=23961 vsize=16868 CPUtime=4.66
/proc/23963/stat : 23963 (sugar) S 23961 23963 20102 0 -1 4194304 1374 22620 0 2 6 2 440 18 16 0 1 0 23789642 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23963/statm: 4217 1112 409 3 0 796 0
[pid=23986] ppid=23963 vsize=5356 CPUtime=0
/proc/23986/stat : 23986 (sh) S 23963 23963 20102 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23790123 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23986/statm: 1339 232 193 169 0 50 0
[pid=23987] ppid=23986 vsize=14384 CPUtime=45.83
/proc/23987/stat : 23987 (minisat) R 23986 23963 20102 0 -1 4194304 3450 0 0 0 4580 3 0 0 25 0 1 0 23790123 14729216 3436 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/23987/statm: 3596 3436 75 150 0 3443 0
Current children cumulated CPU time (s) 50.49
Current children cumulated vsize (KiB) 36608

[startup+102.306 s]
/proc/loadavg: 2.03 2.05 2.10 3/87 23987
/proc/meminfo: memFree=1615632/2055920 swapFree=4191900/4192956
[pid=23963] ppid=23961 vsize=16868 CPUtime=4.66
/proc/23963/stat : 23963 (sugar) S 23961 23963 20102 0 -1 4194304 1374 22620 0 2 6 2 440 18 16 0 1 0 23789642 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23963/statm: 4217 1112 409 3 0 796 0
[pid=23986] ppid=23963 vsize=5356 CPUtime=0
/proc/23986/stat : 23986 (sh) S 23963 23963 20102 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23790123 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23986/statm: 1339 232 193 169 0 50 0
[pid=23987] ppid=23986 vsize=17232 CPUtime=96.54
/proc/23987/stat : 23987 (minisat) R 23986 23963 20102 0 -1 4194304 4158 0 0 0 9651 3 0 0 25 0 1 0 23790123 17645568 4144 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/23987/statm: 4308 4144 75 150 0 4155 0
Current children cumulated CPU time (s) 101.2
Current children cumulated vsize (KiB) 39456

[startup+162.302 s]
/proc/loadavg: 2.01 2.04 2.09 3/87 23987
/proc/meminfo: memFree=1611152/2055920 swapFree=4191900/4192956
[pid=23963] ppid=23961 vsize=16868 CPUtime=4.66
/proc/23963/stat : 23963 (sugar) S 23961 23963 20102 0 -1 4194304 1374 22620 0 2 6 2 440 18 16 0 1 0 23789642 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23963/statm: 4217 1112 409 3 0 796 0
[pid=23986] ppid=23963 vsize=5356 CPUtime=0
/proc/23986/stat : 23986 (sh) S 23963 23963 20102 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23790123 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23986/statm: 1339 232 193 169 0 50 0
[pid=23987] ppid=23986 vsize=21704 CPUtime=155.98
/proc/23987/stat : 23987 (minisat) R 23986 23963 20102 0 -1 4194304 5279 0 0 0 15593 5 0 0 25 0 1 0 23790123 22224896 5265 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/23987/statm: 5426 5265 75 150 0 5273 0
Current children cumulated CPU time (s) 160.64
Current children cumulated vsize (KiB) 43928

[startup+222.303 s]
/proc/loadavg: 2.00 2.03 2.08 3/87 23987
/proc/meminfo: memFree=1608208/2055920 swapFree=4191900/4192956
[pid=23963] ppid=23961 vsize=16868 CPUtime=4.66
/proc/23963/stat : 23963 (sugar) S 23961 23963 20102 0 -1 4194304 1374 22620 0 2 6 2 440 18 16 0 1 0 23789642 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23963/statm: 4217 1112 409 3 0 796 0
[pid=23986] ppid=23963 vsize=5356 CPUtime=0
/proc/23986/stat : 23986 (sh) S 23963 23963 20102 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23790123 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23986/statm: 1339 232 193 169 0 50 0
[pid=23987] ppid=23986 vsize=24772 CPUtime=215.41
/proc/23987/stat : 23987 (minisat) R 23986 23963 20102 0 -1 4194304 5982 0 0 0 21536 5 0 0 25 0 1 0 23790123 25366528 5968 996147200 134512640 135127466 4294956256 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 1 0 0
/proc/23987/statm: 6193 5968 75 150 0 6040 0
Current children cumulated CPU time (s) 220.07
Current children cumulated vsize (KiB) 46996


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

Current children cumulated CPU time (s) 398.23
Current children cumulated vsize (KiB) 47700

[startup+462.303 s]
/proc/loadavg: 2.07 2.04 2.07 3/87 23993
/proc/meminfo: memFree=1553032/2055920 swapFree=4191900/4192956
[pid=23963] ppid=23961 vsize=16868 CPUtime=4.66
/proc/23963/stat : 23963 (sugar) S 23961 23963 20102 0 -1 4194304 1374 22620 0 2 6 2 440 18 16 0 1 0 23789642 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23963/statm: 4217 1112 409 3 0 796 0
[pid=23986] ppid=23963 vsize=5356 CPUtime=0
/proc/23986/stat : 23986 (sh) S 23963 23963 20102 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23790123 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23986/statm: 1339 232 193 169 0 50 0
[pid=23987] ppid=23986 vsize=28632 CPUtime=452.98
/proc/23987/stat : 23987 (minisat) R 23986 23963 20102 0 -1 4194304 6955 0 0 0 45292 6 0 0 25 0 1 0 23790123 29319168 6941 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/23987/statm: 7158 6941 75 150 0 7005 0
Current children cumulated CPU time (s) 457.64
Current children cumulated vsize (KiB) 50856

[startup+522.302 s]
/proc/loadavg: 2.22 2.09 2.08 3/87 23993
/proc/meminfo: memFree=1552392/2055920 swapFree=4191900/4192956
[pid=23963] ppid=23961 vsize=16868 CPUtime=4.66
/proc/23963/stat : 23963 (sugar) S 23961 23963 20102 0 -1 4194304 1374 22620 0 2 6 2 440 18 16 0 1 0 23789642 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23963/statm: 4217 1112 409 3 0 796 0
[pid=23986] ppid=23963 vsize=5356 CPUtime=0
/proc/23986/stat : 23986 (sh) S 23963 23963 20102 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23790123 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23986/statm: 1339 232 193 169 0 50 0
[pid=23987] ppid=23986 vsize=29168 CPUtime=512.42
/proc/23987/stat : 23987 (minisat) R 23986 23963 20102 0 -1 4194304 7088 0 0 0 51235 7 0 0 25 0 1 0 23790123 29868032 7074 996147200 134512640 135127466 4294956256 18446744073709551615 134530748 0 0 4096 3 0 0 0 17 1 0 0
/proc/23987/statm: 7292 7074 75 150 0 7139 0
Current children cumulated CPU time (s) 517.08
Current children cumulated vsize (KiB) 51392

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

[startup+537.502 s]
/proc/loadavg: 2.17 2.08 2.08 3/87 23993
/proc/meminfo: memFree=1552392/2055920 swapFree=4191900/4192956
[pid=23963] ppid=23961 vsize=16868 CPUtime=4.66
/proc/23963/stat : 23963 (sugar) S 23961 23963 20102 0 -1 4194304 1374 22620 0 2 6 2 440 18 16 0 1 0 23789642 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23963/statm: 4217 1112 409 3 0 796 0
[pid=23986] ppid=23963 vsize=5356 CPUtime=0
/proc/23986/stat : 23986 (sh) S 23963 23963 20102 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23790123 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23986/statm: 1339 232 193 169 0 50 0
[pid=23987] ppid=23986 vsize=29168 CPUtime=527.47
/proc/23987/stat : 23987 (minisat) R 23986 23963 20102 0 -1 4194304 7096 0 0 0 52740 7 0 0 25 0 1 0 23790123 29868032 7082 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/23987/statm: 7292 7082 75 150 0 7139 0
Current children cumulated CPU time (s) 532.13
Current children cumulated vsize (KiB) 51392

[startup+550.303 s]
/proc/loadavg: 2.13 2.08 2.08 3/87 23993
/proc/meminfo: memFree=1552200/2055920 swapFree=4191900/4192956
[pid=23963] ppid=23961 vsize=16868 CPUtime=4.66
/proc/23963/stat : 23963 (sugar) S 23961 23963 20102 0 -1 4194304 1374 22620 0 2 6 2 440 18 16 0 1 0 23789642 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23963/statm: 4217 1112 409 3 0 796 0
[pid=23986] ppid=23963 vsize=5356 CPUtime=0
/proc/23986/stat : 23986 (sh) S 23963 23963 20102 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23790123 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23986/statm: 1339 232 193 169 0 50 0
[pid=23987] ppid=23986 vsize=29168 CPUtime=540.15
/proc/23987/stat : 23987 (minisat) R 23986 23963 20102 0 -1 4194304 7108 0 0 0 54008 7 0 0 25 0 1 0 23790123 29868032 7094 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/23987/statm: 7292 7094 75 150 0 7139 0
Current children cumulated CPU time (s) 544.81
Current children cumulated vsize (KiB) 51392

[startup+563.102 s]
/proc/loadavg: 2.10 2.07 2.08 4/87 23993
/proc/meminfo: memFree=1552200/2055920 swapFree=4191900/4192956
[pid=23963] ppid=23961 vsize=16868 CPUtime=4.66
/proc/23963/stat : 23963 (sugar) S 23961 23963 20102 0 -1 4194304 1374 22620 0 2 6 2 440 18 16 0 1 0 23789642 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23963/statm: 4217 1112 409 3 0 796 0
[pid=23986] ppid=23963 vsize=5356 CPUtime=0
/proc/23986/stat : 23986 (sh) S 23963 23963 20102 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23790123 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23986/statm: 1339 232 193 169 0 50 0
[pid=23987] ppid=23986 vsize=29168 CPUtime=552.84
/proc/23987/stat : 23987 (minisat) R 23986 23963 20102 0 -1 4194304 7108 0 0 0 55277 7 0 0 25 0 1 0 23790123 29868032 7094 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/23987/statm: 7292 7094 75 150 0 7139 0
Current children cumulated CPU time (s) 557.5
Current children cumulated vsize (KiB) 51392

[startup+566.302 s]
/proc/loadavg: 2.10 2.07 2.08 3/87 23993
/proc/meminfo: memFree=1552200/2055920 swapFree=4191900/4192956
[pid=23963] ppid=23961 vsize=16868 CPUtime=4.66
/proc/23963/stat : 23963 (sugar) S 23961 23963 20102 0 -1 4194304 1374 22620 0 2 6 2 440 18 16 0 1 0 23789642 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23963/statm: 4217 1112 409 3 0 796 0
[pid=23986] ppid=23963 vsize=5356 CPUtime=0
/proc/23986/stat : 23986 (sh) S 23963 23963 20102 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23790123 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23986/statm: 1339 232 193 169 0 50 0
[pid=23987] ppid=23986 vsize=29168 CPUtime=556
/proc/23987/stat : 23987 (minisat) R 23986 23963 20102 0 -1 4194304 7108 0 0 0 55593 7 0 0 25 0 1 0 23790123 29868032 7094 996147200 134512640 135127466 4294956256 18446744073709551615 134530840 0 0 4096 3 0 0 0 17 1 0 0
/proc/23987/statm: 7292 7094 75 150 0 7139 0
Current children cumulated CPU time (s) 560.66
Current children cumulated vsize (KiB) 51392

[startup+569.501 s]
/proc/loadavg: 2.10 2.07 2.08 3/87 23993
/proc/meminfo: memFree=1552200/2055920 swapFree=4191900/4192956
[pid=23963] ppid=23961 vsize=16868 CPUtime=4.66
/proc/23963/stat : 23963 (sugar) S 23961 23963 20102 0 -1 4194304 1374 22620 0 2 6 2 440 18 16 0 1 0 23789642 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23963/statm: 4217 1112 409 3 0 796 0
[pid=23986] ppid=23963 vsize=5356 CPUtime=0
/proc/23986/stat : 23986 (sh) S 23963 23963 20102 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23790123 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23986/statm: 1339 232 193 169 0 50 0
[pid=23987] ppid=23986 vsize=29168 CPUtime=559.17
/proc/23987/stat : 23987 (minisat) R 23986 23963 20102 0 -1 4194304 7108 0 0 0 55910 7 0 0 25 0 1 0 23790123 29868032 7094 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/23987/statm: 7292 7094 75 150 0 7139 0
Current children cumulated CPU time (s) 563.83
Current children cumulated vsize (KiB) 51392

[startup+571.101 s]
/proc/loadavg: 2.10 2.07 2.08 3/87 23993
/proc/meminfo: memFree=1552200/2055920 swapFree=4191900/4192956
[pid=23963] ppid=23961 vsize=16868 CPUtime=4.66
/proc/23963/stat : 23963 (sugar) S 23961 23963 20102 0 -1 4194304 1374 22620 0 2 6 2 440 18 16 0 1 0 23789642 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23963/statm: 4217 1112 409 3 0 796 0
[pid=23986] ppid=23963 vsize=5356 CPUtime=0
/proc/23986/stat : 23986 (sh) S 23963 23963 20102 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23790123 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23986/statm: 1339 232 193 169 0 50 0
[pid=23987] ppid=23986 vsize=29168 CPUtime=560.76
/proc/23987/stat : 23987 (minisat) R 23986 23963 20102 0 -1 4194304 7108 0 0 0 56069 7 0 0 25 0 1 0 23790123 29868032 7094 996147200 134512640 135127466 4294956256 18446744073709551615 134530644 0 0 4096 3 0 0 0 17 1 0 0
/proc/23987/statm: 7292 7094 75 150 0 7139 0
Current children cumulated CPU time (s) 565.42
Current children cumulated vsize (KiB) 51392

[startup+571.502 s]
/proc/loadavg: 2.10 2.07 2.08 3/87 23993
/proc/meminfo: memFree=1552200/2055920 swapFree=4191900/4192956
[pid=23963] ppid=23961 vsize=16868 CPUtime=4.66
/proc/23963/stat : 23963 (sugar) S 23961 23963 20102 0 -1 4194304 1374 22620 0 2 6 2 440 18 16 0 1 0 23789642 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23963/statm: 4217 1112 409 3 0 796 0
[pid=23986] ppid=23963 vsize=5356 CPUtime=0
/proc/23986/stat : 23986 (sh) S 23963 23963 20102 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23790123 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23986/statm: 1339 232 193 169 0 50 0
[pid=23987] ppid=23986 vsize=29168 CPUtime=561.15
/proc/23987/stat : 23987 (minisat) R 23986 23963 20102 0 -1 4194304 7108 0 0 0 56108 7 0 0 25 0 1 0 23790123 29868032 7094 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/23987/statm: 7292 7094 75 150 0 7139 0
Current children cumulated CPU time (s) 565.81
Current children cumulated vsize (KiB) 51392

[startup+571.902 s]
/proc/loadavg: 2.10 2.07 2.08 4/95 24003
/proc/meminfo: memFree=1576648/2055920 swapFree=4191900/4192956
[pid=23963] ppid=23961 vsize=16868 CPUtime=566.15
/proc/23963/stat : 23963 (sugar) S 23961 23963 20102 0 -1 4194304 1427 30023 0 2 6 2 56581 26 17 0 1 0 23789642 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23963/statm: 4217 1112 409 3 0 796 0
[pid=23994] ppid=23963 vsize=5356 CPUtime=0
/proc/23994/stat : 23994 (sh) S 23963 23963 20102 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23846825 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23994/statm: 1339 233 193 169 0 50 0
[pid=23995] ppid=23994 vsize=861900 CPUtime=0.05
/proc/23995/stat : 23995 (java) S 23994 23963 20102 0 -1 0 2433 0 1 0 3 2 0 0 18 0 9 0 23846826 882585600 1968 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23995/statm: 215475 1968 1100 9 0 210388 0
[pid=23995/tid=23996] ppid=23994 vsize=861900 CPUtime=0.04
/proc/23995/task/23996/stat : 23996 (java) R 23994 23963 20102 0 -1 64 1529 0 1 0 3 1 0 0 18 0 9 0 23846827 882585600 1968 996147200 134512640 134550932 4294955984 18446744073709551615 102829278 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23995/tid=23997] ppid=23994 vsize=861900 CPUtime=0
/proc/23995/task/23997/stat : 23997 (java) S 23994 23963 20102 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 23846828 882585600 1968 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23995/tid=23998] ppid=23994 vsize=861900 CPUtime=0
/proc/23995/task/23998/stat : 23998 (java) S 23994 23963 20102 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 23846828 882585600 1968 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23995/tid=23999] ppid=23994 vsize=861900 CPUtime=0
/proc/23995/task/23999/stat : 23999 (java) S 23994 23963 20102 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 23846828 882585600 1968 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23995/tid=24000] ppid=23994 vsize=861900 CPUtime=0
/proc/23995/task/24000/stat : 24000 (java) S 23994 23963 20102 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 23846830 882585600 1968 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23995/tid=24001] ppid=23994 vsize=861900 CPUtime=0
/proc/23995/task/24001/stat : 24001 (java) R 23994 23963 20102 0 -1 64 208 0 0 0 0 0 0 0 19 0 9 0 23846830 882585600 1968 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23995/tid=24002] ppid=23994 vsize=861900 CPUtime=0
/proc/23995/task/24002/stat : 24002 (java) S 23994 23963 20102 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23846831 882585600 1968 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23995/tid=24003] ppid=23994 vsize=861900 CPUtime=0
/proc/23995/task/24003/stat : 24003 (java) S 23994 23963 20102 0 -1 64 1 0 0 0 0 0 0 0 20 0 9 0 23846831 882585600 1968 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 566.2
Current children cumulated vsize (KiB) 884124

Child status: 0
Real time (s): 572.006
CPU time (s): 566.298
CPU user time (s): 565.975
CPU system time (s): 0.32295
CPU usage (%): 99.0021
Max. virtual memory (cumulated for all children) (KiB): 886712

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 565.975
system time used= 0.32295
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 35292
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= 2835
involuntary context switches= 25766

runsolver used 0.614906 second user time and 2.00469 second system time

The end

Launcher Data

Begin job on node15 at 2009-07-12 04:53:48
IDJOB=2078595
IDBENCH=56785
IDSOLVER=739
FILE ID=node15/2078595-1247367228
PBS_JOBID= 9506998
Free space on /tmp= 66372 MiB

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

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

MD5SUM BENCH= a26330477831f4c8effa5e0e2ffb3a81
RANDOM SEED=511591058

node15.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:       1640456 kB
Buffers:         46572 kB
Cached:         166556 kB
SwapCached:        392 kB
Active:         273472 kB
Inactive:        79208 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1640456 kB
SwapTotal:     4192956 kB
SwapFree:      4191900 kB
Dirty:            2600 kB
Writeback:           0 kB
Mapped:         154488 kB
Slab:            47644 kB
Committed_AS:   871704 kB
PageTables:       2116 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= 66372 MiB
End job on node15 at 2009-07-12 05:03:20