Trace number 2078650

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 507.984 509.208

General information on the benchmark

Namecsp/rand-3-20-20-fcd/
normalized-rand-3-20-20-60-632-fcd-36_ext.xml
MD5SUMbe23452fb46abd6d5e7af19898ef7610
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.5773
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:55:17 2009
0.00/0.08	c 0	PID 23617
0.06/0.08	c 0	HOST node34.alineos.net
0.06/0.08	c 0	CONVERTING HOME/instance-2078650-1247367317.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-2078650-1247367317.xml' 'HOME/temp.csp'
0.93/1.05	c 1	1 domains, 20 variables, 0 predicates, 60 relations, 60 constraints
0.93/1.07	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.93/1.07	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.99/1.15	c 1	Parsing HOME/temp.csp
2.10/2.22	c 3	parsed 141 expressions
2.10/2.23	c 3	Heap : 19 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.10/2.23	c 3	Converting to clausal form CSP
2.10/2.25	c 3	converted 15 (10%) expressions
2.10/2.27	c 3	converted 29 (20%) expressions
2.10/2.27	c 3	converted 43 (30%) expressions
2.30/2.45	c 3	converted 57 (40%) expressions
2.30/2.45	c 3	converted 71 (50%) expressions
2.40/2.52	c 3	converted 85 (60%) expressions
2.50/2.63	c 3	converted 99 (70%) expressions
2.60/2.74	c 3	converted 113 (80%) expressions
2.69/2.85	c 3	converted 127 (90%) expressions
3.10/3.22	c 4	converted 141 (100%) expressions
3.10/3.22	c 4	CSP : 20 integers, 0 booleans, 60 clauses, largest domain size 20
3.10/3.22	c 4	Heap : 39 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.10/3.22	c 4	Propagation in CSP
3.10/3.22	c 4	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
3.10/3.22	c 4	CSP : 20 integers, 0 booleans, 60 clauses, largest domain size 20
3.10/3.22	c 4	Heap : 39 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.10/3.22	c 4	Simplifing CSP by introducing new Boolean variables
3.10/3.22	c 4	CSP : 20 integers, 0 booleans, 60 clauses, largest domain size 20
3.10/3.22	c 4	Heap : 39 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.20/3.36	c 4	Encoding CSP to SAT : HOME/temp.cnf
3.20/3.36	c 4	2 (10%) CSP integer variables are encoded (36 clauses, 371 bytes)
3.20/3.36	c 4	4 (20%) CSP integer variables are encoded (72 clauses, 695 bytes)
3.20/3.36	c 4	6 (30%) CSP integer variables are encoded (108 clauses, 1048 bytes)
3.20/3.37	c 4	8 (40%) CSP integer variables are encoded (144 clauses, 1444 bytes)
3.20/3.37	c 4	10 (50%) CSP integer variables are encoded (180 clauses, 1840 bytes)
3.20/3.37	c 4	12 (60%) CSP integer variables are encoded (216 clauses, 2236 bytes)
3.20/3.37	c 4	14 (70%) CSP integer variables are encoded (252 clauses, 2632 bytes)
3.20/3.37	c 4	16 (80%) CSP integer variables are encoded (288 clauses, 3028 bytes)
3.20/3.37	c 4	18 (90%) CSP integer variables are encoded (324 clauses, 3424 bytes)
3.20/3.37	c 4	20 (100%) CSP integer variables are encoded (360 clauses, 3820 bytes)
3.39/3.58	c 4	6 (10%) CSP clauses are encoded (11146 clauses, 248890 bytes)
3.60/3.71	c 4	12 (20%) CSP clauses are encoded (21927 clauses, 506777 bytes)
3.70/3.85	c 4	18 (30%) CSP clauses are encoded (32855 clauses, 767867 bytes)
3.80/3.99	c 4	24 (40%) CSP clauses are encoded (43724 clauses, 1037464 bytes)
3.99/4.13	c 4	30 (50%) CSP clauses are encoded (54543 clauses, 1305896 bytes)
4.09/4.26	c 5	36 (60%) CSP clauses are encoded (65284 clauses, 1576029 bytes)
4.30/4.41	c 5	42 (70%) CSP clauses are encoded (76136 clauses, 1862047 bytes)
4.39/4.54	c 5	48 (80%) CSP clauses are encoded (87025 clauses, 2153488 bytes)
4.49/4.68	c 5	54 (90%) CSP clauses are encoded (97843 clauses, 2442967 bytes)
4.69/4.82	c 5	60 (100%) CSP clauses are encoded (108609 clauses, 2731058 bytes)
4.69/4.82	c 5	60 CSP clauses encoded
4.69/4.82	c 5	Writing map file : HOME/temp.map
4.69/4.82	c 5	Heap : 16 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.69/4.82	c 5	SAT : 380 SAT variables, 108609 SAT clauses, 2731058 bytes
4.69/4.82	c 5	Heap : 16 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.69/4.84	c 5	SOLVING HOME/temp.cnf
4.69/4.84	c 5	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
4.69/4.84	c 5	This is MiniSat 2.0 beta
4.69/4.84	c 5	WARNING: for repeatability, setting FPU to use double precision
4.69/4.84	c 5	============================[ Problem Statistics ]=============================
4.69/4.84	c 5	|                                                                             |
4.69/4.84	c 5	|  Number of variables:  380                                                  |
4.69/4.84	c 5	|  Number of clauses:    108609                                               |
4.73/4.92	c 5	|  Parsing time:         0.07         s                                       |
4.73/4.92	c 5	============================[ Search Statistics ]==============================
4.73/4.92	c 5	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
4.73/4.92	c 5	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
4.73/4.92	c 5	===============================================================================
4.73/4.92	c 5	|         0 |     380   108609   596427 |    36203        0    nan |  0.000 % |
4.73/4.97	c 5	|       101 |     380   108609   596427 |    39823      101     11 |  0.001 % |
4.73/5.03	c 5	|       252 |     380   108609   596427 |    43805      252     10 |  0.013 % |
4.73/5.11	c 5	|       477 |     380   108609   596427 |    48186      477      9 |  0.013 % |
4.73/5.25	c 6	|       814 |     380   108609   596427 |    53004      814     10 |  0.013 % |
5.27/5.49	c 6	|      1320 |     380   108609   596427 |    58305     1320     11 |  0.013 % |
5.67/5.82	c 6	|      2079 |     380   108609   596427 |    64135     2079     11 |  0.013 % |
6.17/6.32	c 7	|      3218 |     380   108609   596427 |    70549     3218     12 |  0.013 % |
7.06/7.24	c 8	|      4927 |     380   108609   596427 |    77604     4927     12 |  0.014 % |
8.36/8.54	c 9	|      7489 |     380   108609   596427 |    85364     7489     13 |  0.014 % |
10.15/10.40	c 11	|     11334 |     380   108609   596427 |    93901    11334     14 |  0.012 % |
13.33/13.52	c 14	|     17101 |     380   108609   596427 |   103291    17101     14 |  0.010 % |
18.40/18.64	c 19	|     25751 |     380   108609   596427 |   113620    25751     14 |  0.015 % |
27.46/27.74	c 28	|     38725 |     380   108609   596427 |   124982    38725     14 |  0.021 % |
43.88/44.21	c 45	|     58188 |     379   107685   592160 |   137480    13665     12 |  0.264 % |
63.58/64.07	c 64	|     87380 |     379   107685   592160 |   151228    42857     14 |  0.277 % |
95.44/96.08	c 96	|    131171 |     378   106586   586342 |   166351    37751     16 |  0.527 % |
159.76/160.59	c 161	|    196855 |     378   106586   586342 |   182986   103435     17 |  0.536 % |
294.11/295.24	c 296	|    295383 |     376   105429   580626 |   201285    25941     15 |  1.053 % |
475.12/476.31	c 477	|    443172 |     376   105429   580626 |   221414   173730     17 |  1.061 % |
507.79/509.02	c 509	===============================================================================
507.79/509.02	c 509	restarts              : 20
507.79/509.02	c 509	conflicts             : 461717         (918 /sec)
507.79/509.02	c 509	decisions             : 547824         (1.54 % random) (1089 /sec)
507.79/509.02	c 509	propagations          : 22058086       (43861 /sec)
507.79/509.02	c 509	conflict literals     : 7785472        (32.95 % deleted)
507.79/509.02	c 509	Memory used           : 29.00 MB
507.79/509.02	c 509	CPU time              : 502.905 s
507.79/509.02	c 509	
507.79/509.03	c 509	SATISFIABLE
507.79/509.03	c 509	DECODING HOME/temp.out WITH HOME/temp.map
507.79/509.03	c 509	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'
507.84/509.11	c 509	Decoding HOME/temp.out
507.84/509.14	s SATISFIABLE
507.84/509.14	v 19 15 11 12 3 15 19 16 7 6 11 11 17 3 13 4 19 13 12 11
507.84/509.15	c 509	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
507.84/509.19	c 510	CPU 507.96 (0.06 0.02 507.48 0.4)
507.84/509.19	c 510	END Sun Jul 12 05:03:47 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-2078650-1247367317/watcher-2078650-1247367317 -o /tmp/evaluation-result-2078650-1247367317/solver-2078650-1247367317 -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-2078650-1247367317.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.05 2.08 3/74 23617
/proc/meminfo: memFree=1252224/2055920 swapFree=4192812/4192956
[pid=23617] ppid=23615 vsize=18576 CPUtime=0
/proc/23617/stat : 23617 (runsolver) R 23615 23617 20333 0 -1 4194368 15 0 0 0 0 0 0 0 22 0 1 0 23797744 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 254195330343 0 0 4096 24578 0 0 0 17 1 0 0
/proc/23617/statm: 4644 284 249 26 0 2626 0

[startup+0.0838739 s]
/proc/loadavg: 2.03 2.05 2.08 3/74 23617
/proc/meminfo: memFree=1252224/2055920 swapFree=4192812/4192956
[pid=23617] ppid=23615 vsize=16740 CPUtime=0.06
/proc/23617/stat : 23617 (sugar) S 23615 23617 20333 0 -1 4194304 1152 0 0 0 5 1 0 0 18 0 1 0 23797744 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23617/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.102228 s]
/proc/loadavg: 2.03 2.05 2.08 3/74 23617
/proc/meminfo: memFree=1252224/2055920 swapFree=4192812/4192956
[pid=23617] ppid=23615 vsize=16868 CPUtime=0.07
/proc/23617/stat : 23617 (sugar) S 23615 23617 20333 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 23797744 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23617/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.30124 s]
/proc/loadavg: 2.03 2.05 2.08 3/74 23617
/proc/meminfo: memFree=1252224/2055920 swapFree=4192812/4192956
[pid=23617] ppid=23615 vsize=16868 CPUtime=0.07
/proc/23617/stat : 23617 (sugar) S 23615 23617 20333 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 23797744 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23617/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.70127 s]
/proc/loadavg: 2.03 2.05 2.08 3/74 23617
/proc/meminfo: memFree=1252224/2055920 swapFree=4192812/4192956
[pid=23617] ppid=23615 vsize=16868 CPUtime=0.07
/proc/23617/stat : 23617 (sugar) S 23615 23617 20333 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 23797744 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23617/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50233 s]
/proc/loadavg: 2.03 2.05 2.08 3/85 23629
/proc/meminfo: memFree=1234344/2055920 swapFree=4192812/4192956
[pid=23617] ppid=23615 vsize=16868 CPUtime=0.99
/proc/23617/stat : 23617 (sugar) S 23615 23617 20333 0 -1 4194304 1309 7055 0 1 5 2 86 6 16 0 1 0 23797744 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23617/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.99
Current children cumulated vsize (KiB) 16868

[startup+3.10145 s]
/proc/loadavg: 2.11 2.07 2.09 3/85 23639
/proc/meminfo: memFree=1224040/2055920 swapFree=4192812/4192956
[pid=23617] ppid=23615 vsize=16868 CPUtime=0.99
/proc/23617/stat : 23617 (sugar) S 23615 23617 20333 0 -1 4194304 1309 7055 0 1 5 2 86 6 16 0 1 0 23797744 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23617/statm: 4217 1111 409 3 0 796 0
[pid=23630] ppid=23617 vsize=5356 CPUtime=0
/proc/23630/stat : 23630 (sh) S 23617 23617 20333 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23797851 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23630/statm: 1339 233 193 169 0 50 0
[pid=23631] ppid=23630 vsize=864376 CPUtime=2.01
/proc/23631/stat : 23631 (java) S 23630 23617 20333 0 -1 0 14394 0 1 0 193 8 0 0 18 0 9 0 23797851 885121024 13636 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23631/statm: 216094 13636 2566 9 0 210599 0
[pid=23631/tid=23632] ppid=23630 vsize=864376 CPUtime=1.04
/proc/23631/task/23632/stat : 23632 (java) R 23630 23617 20333 0 -1 64 2939 0 1 0 103 1 0 0 20 0 9 0 23797852 885121024 13636 996147200 134512640 134550932 4294955936 18446744073709551615 4126512600 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23631/tid=23633] ppid=23630 vsize=864376 CPUtime=0.91
/proc/23631/task/23633/stat : 23633 (java) S 23630 23617 20333 0 -1 64 10442 0 0 0 85 6 0 0 17 0 9 0 23797854 885121024 13636 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23631/tid=23634] ppid=23630 vsize=864376 CPUtime=0
/proc/23631/task/23634/stat : 23634 (java) S 23630 23617 20333 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23797854 885121024 13636 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23631/tid=23635] ppid=23630 vsize=864376 CPUtime=0
/proc/23631/task/23635/stat : 23635 (java) S 23630 23617 20333 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 23797854 885121024 13636 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23631/tid=23636] ppid=23630 vsize=864376 CPUtime=0
/proc/23631/task/23636/stat : 23636 (java) S 23630 23617 20333 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23797856 885121024 13636 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23631/tid=23637] ppid=23630 vsize=864376 CPUtime=0.04
/proc/23631/task/23637/stat : 23637 (java) S 23630 23617 20333 0 -1 64 311 0 0 0 4 0 0 0 16 0 9 0 23797856 885121024 13636 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23631/tid=23638] ppid=23630 vsize=864376 CPUtime=0
/proc/23631/task/23638/stat : 23638 (java) S 23630 23617 20333 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23797856 885121024 13636 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23631/tid=23639] ppid=23630 vsize=864376 CPUtime=0
/proc/23631/task/23639/stat : 23639 (java) S 23630 23617 20333 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 23797856 885121024 13636 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 886600

[startup+6.30168 s]
/proc/loadavg: 2.11 2.07 2.09 3/77 23641
/proc/meminfo: memFree=1236392/2055920 swapFree=4192812/4192956
[pid=23617] ppid=23615 vsize=16868 CPUtime=4.73
/proc/23617/stat : 23617 (sugar) S 23615 23617 20333 0 -1 4194304 1374 22680 0 2 6 2 447 18 15 0 1 0 23797744 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23617/statm: 4217 1112 409 3 0 796 0
[pid=23640] ppid=23617 vsize=5356 CPUtime=0
/proc/23640/stat : 23640 (sh) S 23617 23617 20333 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23798228 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23640/statm: 1339 232 193 169 0 50 0
[pid=23641] ppid=23640 vsize=8440 CPUtime=1.44
/proc/23641/stat : 23641 (minisat) R 23640 23617 20333 0 -1 4194304 1985 0 0 0 144 0 0 0 25 0 1 0 23798228 8642560 1971 996147200 134512640 135127466 4294956256 18446744073709551615 134530766 0 0 4096 3 0 0 0 17 1 0 0
/proc/23641/statm: 2110 1971 75 150 0 1957 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 30664

[startup+12.7011 s]
/proc/loadavg: 2.09 2.06 2.09 3/77 23641
/proc/meminfo: memFree=1234672/2055920 swapFree=4192812/4192956
[pid=23617] ppid=23615 vsize=16868 CPUtime=4.73
/proc/23617/stat : 23617 (sugar) S 23615 23617 20333 0 -1 4194304 1374 22680 0 2 6 2 447 18 16 0 1 0 23797744 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23617/statm: 4217 1112 409 3 0 796 0
[pid=23640] ppid=23617 vsize=5356 CPUtime=0
/proc/23640/stat : 23640 (sh) S 23617 23617 20333 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23798228 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23640/statm: 1339 232 193 169 0 50 0
[pid=23641] ppid=23640 vsize=9636 CPUtime=7.8
/proc/23641/stat : 23641 (minisat) R 23640 23617 20333 0 -1 4194304 2304 0 0 0 779 1 0 0 25 0 1 0 23798228 9867264 2290 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/23641/statm: 2409 2290 75 150 0 2256 0
Current children cumulated CPU time (s) 12.53
Current children cumulated vsize (KiB) 31860

[startup+25.5021 s]
/proc/loadavg: 2.08 2.06 2.09 3/77 23641
/proc/meminfo: memFree=1232376/2055920 swapFree=4192812/4192956
[pid=23617] ppid=23615 vsize=16868 CPUtime=4.73
/proc/23617/stat : 23617 (sugar) S 23615 23617 20333 0 -1 4194304 1374 22680 0 2 6 2 447 18 16 0 1 0 23797744 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23617/statm: 4217 1112 409 3 0 796 0
[pid=23640] ppid=23617 vsize=5356 CPUtime=0
/proc/23640/stat : 23640 (sh) S 23617 23617 20333 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23798228 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23640/statm: 1339 232 193 169 0 50 0
[pid=23641] ppid=23640 vsize=11404 CPUtime=20.54
/proc/23641/stat : 23641 (minisat) R 23640 23617 20333 0 -1 4194304 2746 0 0 0 2052 2 0 0 25 0 1 0 23798228 11677696 2732 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/23641/statm: 2851 2732 75 150 0 2698 0
Current children cumulated CPU time (s) 25.27
Current children cumulated vsize (KiB) 33628

[startup+51.1019 s]
/proc/loadavg: 2.05 2.05 2.08 3/77 23641
/proc/meminfo: memFree=1228728/2055920 swapFree=4192812/4192956
[pid=23617] ppid=23615 vsize=16868 CPUtime=4.73
/proc/23617/stat : 23617 (sugar) S 23615 23617 20333 0 -1 4194304 1374 22680 0 2 6 2 447 18 16 0 1 0 23797744 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23617/statm: 4217 1112 409 3 0 796 0
[pid=23640] ppid=23617 vsize=5356 CPUtime=0
/proc/23640/stat : 23640 (sh) S 23617 23617 20333 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23798228 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23640/statm: 1339 232 193 169 0 50 0
[pid=23641] ppid=23640 vsize=13496 CPUtime=46.02
/proc/23641/stat : 23641 (minisat) R 23640 23617 20333 0 -1 4194304 3245 0 0 0 4600 2 0 0 25 0 1 0 23798228 13819904 3231 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/23641/statm: 3374 3231 75 150 0 3221 0
Current children cumulated CPU time (s) 50.75
Current children cumulated vsize (KiB) 35720

[startup+102.308 s]
/proc/loadavg: 2.02 2.04 2.08 3/77 23641
/proc/meminfo: memFree=1223416/2055920 swapFree=4192812/4192956
[pid=23617] ppid=23615 vsize=16868 CPUtime=4.73
/proc/23617/stat : 23617 (sugar) S 23615 23617 20333 0 -1 4194304 1374 22680 0 2 6 2 447 18 16 0 1 0 23797744 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23617/statm: 4217 1112 409 3 0 796 0
[pid=23640] ppid=23617 vsize=5356 CPUtime=0
/proc/23640/stat : 23640 (sh) S 23617 23617 20333 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23798228 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23640/statm: 1339 232 193 169 0 50 0
[pid=23641] ppid=23640 vsize=14812 CPUtime=96.98
/proc/23641/stat : 23641 (minisat) R 23640 23617 20333 0 -1 4194304 3575 0 0 0 9695 3 0 0 25 0 1 0 23798228 15167488 3561 996147200 134512640 135127466 4294956256 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 1 0 0
/proc/23641/statm: 3703 3561 75 150 0 3550 0
Current children cumulated CPU time (s) 101.71
Current children cumulated vsize (KiB) 37036

[startup+162.302 s]
/proc/loadavg: 2.01 2.03 2.07 4/85 23834
/proc/meminfo: memFree=1733720/2055920 swapFree=4192812/4192956
[pid=23617] ppid=23615 vsize=16868 CPUtime=4.73
/proc/23617/stat : 23617 (sugar) S 23615 23617 20333 0 -1 4194304 1374 22680 0 2 6 2 447 18 16 0 1 0 23797744 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23617/statm: 4217 1112 409 3 0 796 0
[pid=23640] ppid=23617 vsize=5356 CPUtime=0
/proc/23640/stat : 23640 (sh) S 23617 23617 20333 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23798228 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23640/statm: 1339 232 193 169 0 50 0
[pid=23641] ppid=23640 vsize=19484 CPUtime=156.81
/proc/23641/stat : 23641 (minisat) R 23640 23617 20333 0 -1 4194304 4728 0 0 0 15674 7 0 0 25 0 1 0 23798228 19951616 4714 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/23641/statm: 4871 4714 75 150 0 4718 0
Current children cumulated CPU time (s) 161.54
Current children cumulated vsize (KiB) 41708

[startup+222.301 s]
/proc/loadavg: 2.11 2.06 2.08 3/77 24002
/proc/meminfo: memFree=1615448/2055920 swapFree=4192812/4192956
[pid=23617] ppid=23615 vsize=16868 CPUtime=4.73
/proc/23617/stat : 23617 (sugar) S 23615 23617 20333 0 -1 4194304 1374 22680 0 2 6 2 447 18 16 0 1 0 23797744 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23617/statm: 4217 1112 409 3 0 796 0
[pid=23640] ppid=23617 vsize=5356 CPUtime=0
/proc/23640/stat : 23640 (sh) S 23617 23617 20333 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23798228 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23640/statm: 1339 232 193 169 0 50 0
[pid=23641] ppid=23640 vsize=23748 CPUtime=216.74
/proc/23641/stat : 23641 (minisat) R 23640 23617 20333 0 -1 4194304 5749 0 0 0 21663 11 0 0 25 0 1 0 23798228 24317952 5735 996147200 134512640 135127466 4294956256 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 0 0 0
/proc/23641/statm: 5937 5735 75 150 0 5784 0
Current children cumulated CPU time (s) 221.47
Current children cumulated vsize (KiB) 45972

[startup+282.303 s]
/proc/loadavg: 2.02 2.03 2.07 3/83 24134
/proc/meminfo: memFree=1614952/2055920 swapFree=4192812/4192956
[pid=23617] ppid=23615 vsize=16868 CPUtime=4.73
/proc/23617/stat : 23617 (sugar) S 23615 23617 20333 0 -1 4194304 1374 22680 0 2 6 2 447 18 16 0 1 0 23797744 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23617/statm: 4217 1112 409 3 0 796 0
[pid=23640] ppid=23617 vsize=5356 CPUtime=0
/proc/23640/stat : 23640 (sh) S 23617 23617 20333 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23798228 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23640/statm: 1339 232 193 169 0 50 0
[pid=23641] ppid=23640 vsize=27188 CPUtime=276.48
/proc/23641/stat : 23641 (minisat) R 23640 23617 20333 0 -1 4194304 6613 0 0 0 27633 15 0 0 25 0 1 0 23798228 27840512 6599 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/23641/statm: 6797 6599 75 150 0 6644 0
Current children cumulated CPU time (s) 281.21
Current children cumulated vsize (KiB) 49412

[startup+342.303 s]
/proc/loadavg: 2.03 2.03 2.07 3/83 24134
/proc/meminfo: memFree=1602728/2055920 swapFree=4192812/4192956
[pid=23617] ppid=23615 vsize=16868 CPUtime=4.73
/proc/23617/stat : 23617 (sugar) S 23615 23617 20333 0 -1 4194304 1374 22680 0 2 6 2 447 18 16 0 1 0 23797744 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23617/statm: 4217 1112 409 3 0 796 0
[pid=23640] ppid=23617 vsize=5356 CPUtime=0
/proc/23640/stat : 23640 (sh) S 23617 23617 20333 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23798228 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23640/statm: 1339 232 193 169 0 50 0
[pid=23641] ppid=23640 vsize=27472 CPUtime=336.46
/proc/23641/stat : 23641 (minisat) R 23640 23617 20333 0 -1 4194304 6676 0 0 0 33631 15 0 0 25 0 1 0 23798228 28131328 6662 996147200 134512640 135127466 4294956256 18446744073709551615 134527104 0 0 4096 3 0 0 0 17 0 0 0
/proc/23641/statm: 6868 6662 75 150 0 6715 0
Current children cumulated CPU time (s) 341.19
Current children cumulated vsize (KiB) 49696

[startup+402.301 s]
/proc/loadavg: 2.28 2.10 2.09 3/85 24209
/proc/meminfo: memFree=1290008/2055920 swapFree=4192812/4192956
[pid=23617] ppid=23615 vsize=16868 CPUtime=4.73
/proc/23617/stat : 23617 (sugar) S 23615 23617 20333 0 -1 4194304 1374 22680 0 2 6 2 447 18 16 0 1 0 23797744 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23617/statm: 4217 1112 409 3 0 796 0
[pid=23640] ppid=23617 vsize=5356 CPUtime=0
/proc/23640/stat : 23640 (sh) S 23617 23617 20333 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23798228 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23640/statm: 1339 232 193 169 0 50 0
[pid=23641] ppid=23640 vsize=27768 CPUtime=396.41
/proc/23641/stat : 23641 (minisat) R 23640 23617 20333 0 -1 4194304 6741 0 0 0 39624 17 0 0 25 0 1 0 23798228 28434432 6727 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/23641/statm: 6942 6727 75 150 0 6789 0
Current children cumulated CPU time (s) 401.14
Current children cumulated vsize (KiB) 49992

[startup+462.303 s]
/proc/loadavg: 2.31 2.14 2.10 3/85 24209
/proc/meminfo: memFree=1289624/2055920 swapFree=4192812/4192956
[pid=23617] ppid=23615 vsize=16868 CPUtime=4.73
/proc/23617/stat : 23617 (sugar) S 23615 23617 20333 0 -1 4194304 1374 22680 0 2 6 2 447 18 16 0 1 0 23797744 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23617/statm: 4217 1112 409 3 0 796 0
[pid=23640] ppid=23617 vsize=5356 CPUtime=0
/proc/23640/stat : 23640 (sh) S 23617 23617 20333 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23798228 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23640/statm: 1339 232 193 169 0 50 0
[pid=23641] ppid=23640 vsize=28088 CPUtime=456.39
/proc/23641/stat : 23641 (minisat) R 23640 23617 20333 0 -1 4194304 6817 0 0 0 45621 18 0 0 25 0 1 0 23798228 28762112 6803 996147200 134512640 135127466 4294956256 18446744073709551615 134530793 0 0 4096 3 0 0 0 17 0 0 0
/proc/23641/statm: 7022 6803 75 150 0 6869 0
Current children cumulated CPU time (s) 461.12
Current children cumulated vsize (KiB) 50312

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

[startup+486.301 s]
/proc/loadavg: 2.22 2.13 2.10 3/85 24209
/proc/meminfo: memFree=1289240/2055920 swapFree=4192812/4192956
[pid=23617] ppid=23615 vsize=16868 CPUtime=4.73
/proc/23617/stat : 23617 (sugar) S 23615 23617 20333 0 -1 4194304 1374 22680 0 2 6 2 447 18 16 0 1 0 23797744 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23617/statm: 4217 1112 409 3 0 796 0
[pid=23640] ppid=23617 vsize=5356 CPUtime=0
/proc/23640/stat : 23640 (sh) S 23617 23617 20333 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23798228 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23640/statm: 1339 232 193 169 0 50 0
[pid=23641] ppid=23640 vsize=28436 CPUtime=480.38
/proc/23641/stat : 23641 (minisat) R 23640 23617 20333 0 -1 4194304 6924 0 0 0 48020 18 0 0 25 0 1 0 23798228 29118464 6910 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/23641/statm: 7109 6910 75 150 0 6956 0
Current children cumulated CPU time (s) 485.11
Current children cumulated vsize (KiB) 50660

[startup+499.101 s]
/proc/loadavg: 2.33 2.16 2.10 3/85 24259
/proc/meminfo: memFree=1655640/2055920 swapFree=4192812/4192956
[pid=23617] ppid=23615 vsize=16868 CPUtime=4.73
/proc/23617/stat : 23617 (sugar) S 23615 23617 20333 0 -1 4194304 1374 22680 0 2 6 2 447 18 16 0 1 0 23797744 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23617/statm: 4217 1112 409 3 0 796 0
[pid=23640] ppid=23617 vsize=5356 CPUtime=0
/proc/23640/stat : 23640 (sh) S 23617 23617 20333 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23798228 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23640/statm: 1339 232 193 169 0 50 0
[pid=23641] ppid=23640 vsize=29128 CPUtime=493.17
/proc/23641/stat : 23641 (minisat) R 23640 23617 20333 0 -1 4194304 7074 0 0 0 49298 19 0 0 25 0 1 0 23798228 29827072 7060 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/23641/statm: 7282 7060 75 150 0 7129 0
Current children cumulated CPU time (s) 497.9
Current children cumulated vsize (KiB) 51352

[startup+505.503 s]
/proc/loadavg: 2.30 2.15 2.10 3/85 24259
/proc/meminfo: memFree=1648280/2055920 swapFree=4192812/4192956
[pid=23617] ppid=23615 vsize=16868 CPUtime=4.73
/proc/23617/stat : 23617 (sugar) S 23615 23617 20333 0 -1 4194304 1374 22680 0 2 6 2 447 18 16 0 1 0 23797744 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23617/statm: 4217 1112 409 3 0 796 0
[pid=23640] ppid=23617 vsize=5356 CPUtime=0
/proc/23640/stat : 23640 (sh) S 23617 23617 20333 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23798228 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23640/statm: 1339 232 193 169 0 50 0
[pid=23641] ppid=23640 vsize=29392 CPUtime=499.57
/proc/23641/stat : 23641 (minisat) R 23640 23617 20333 0 -1 4194304 7156 0 0 0 49938 19 0 0 25 0 1 0 23798228 30097408 7142 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/23641/statm: 7348 7142 75 150 0 7195 0
Current children cumulated CPU time (s) 504.3
Current children cumulated vsize (KiB) 51616

[startup+507.108 s]
/proc/loadavg: 2.28 2.15 2.10 3/85 24259
/proc/meminfo: memFree=1643736/2055920 swapFree=4192812/4192956
[pid=23617] ppid=23615 vsize=16868 CPUtime=4.73
/proc/23617/stat : 23617 (sugar) S 23615 23617 20333 0 -1 4194304 1374 22680 0 2 6 2 447 18 16 0 1 0 23797744 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23617/statm: 4217 1112 409 3 0 796 0
[pid=23640] ppid=23617 vsize=5356 CPUtime=0
/proc/23640/stat : 23640 (sh) S 23617 23617 20333 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23798228 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23640/statm: 1339 232 193 169 0 50 0
[pid=23641] ppid=23640 vsize=29688 CPUtime=501.17
/proc/23641/stat : 23641 (minisat) R 23640 23617 20333 0 -1 4194304 7202 0 0 0 50098 19 0 0 25 0 1 0 23798228 30400512 7188 996147200 134512640 135127466 4294956256 18446744073709551615 134528611 0 0 4096 3 0 0 0 17 0 0 0
/proc/23641/statm: 7422 7188 75 150 0 7269 0
Current children cumulated CPU time (s) 505.9
Current children cumulated vsize (KiB) 51912

[startup+507.902 s]
/proc/loadavg: 2.28 2.15 2.10 3/85 24259
/proc/meminfo: memFree=1643736/2055920 swapFree=4192812/4192956
[pid=23617] ppid=23615 vsize=16868 CPUtime=4.73
/proc/23617/stat : 23617 (sugar) S 23615 23617 20333 0 -1 4194304 1374 22680 0 2 6 2 447 18 16 0 1 0 23797744 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23617/statm: 4217 1112 409 3 0 796 0
[pid=23640] ppid=23617 vsize=5356 CPUtime=0
/proc/23640/stat : 23640 (sh) S 23617 23617 20333 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23798228 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23640/statm: 1339 232 193 169 0 50 0
[pid=23641] ppid=23640 vsize=29688 CPUtime=501.96
/proc/23641/stat : 23641 (minisat) R 23640 23617 20333 0 -1 4194304 7203 0 0 0 50177 19 0 0 25 0 1 0 23798228 30400512 7189 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/23641/statm: 7422 7189 75 150 0 7269 0
Current children cumulated CPU time (s) 506.69
Current children cumulated vsize (KiB) 51912

[startup+508.702 s]
/proc/loadavg: 2.28 2.15 2.10 3/85 24259
/proc/meminfo: memFree=1641048/2055920 swapFree=4192812/4192956
[pid=23617] ppid=23615 vsize=16868 CPUtime=4.73
/proc/23617/stat : 23617 (sugar) S 23615 23617 20333 0 -1 4194304 1374 22680 0 2 6 2 447 18 16 0 1 0 23797744 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23617/statm: 4217 1112 409 3 0 796 0
[pid=23640] ppid=23617 vsize=5356 CPUtime=0
/proc/23640/stat : 23640 (sh) S 23617 23617 20333 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23798228 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23640/statm: 1339 232 193 169 0 50 0
[pid=23641] ppid=23640 vsize=29688 CPUtime=502.76
/proc/23641/stat : 23641 (minisat) R 23640 23617 20333 0 -1 4194304 7203 0 0 0 50257 19 0 0 25 0 1 0 23798228 30400512 7189 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/23641/statm: 7422 7189 75 150 0 7269 0
Current children cumulated CPU time (s) 507.49
Current children cumulated vsize (KiB) 51912

[startup+509.102 s]
/proc/loadavg: 2.28 2.15 2.10 3/85 24259
/proc/meminfo: memFree=1641048/2055920 swapFree=4192812/4192956
[pid=23617] ppid=23615 vsize=16868 CPUtime=507.84
/proc/23617/stat : 23617 (sugar) S 23615 23617 20333 0 -1 4194304 1427 30180 0 2 6 2 50738 38 17 0 1 0 23797744 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23617/statm: 4217 1112 409 3 0 796 0
Current children cumulated CPU time (s) 507.84
Current children cumulated vsize (KiB) 16868

[startup+509.201 s]
/proc/loadavg: 2.28 2.15 2.10 3/83 24269
/proc/meminfo: memFree=1671016/2055920 swapFree=4192812/4192956
[pid=23617] ppid=23615 vsize=16868 CPUtime=507.96
/proc/23617/stat : 23617 (sugar) R 23615 23617 20333 0 -1 4194304 1475 33922 0 3 6 2 50748 40 16 0 1 0 23797744 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 254195504169 0 0 4224 16386 0 0 0 17 1 0 0
/proc/23617/statm: 4217 1113 410 3 0 796 0
Current children cumulated CPU time (s) 507.96
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 509.208
CPU time (s): 507.984
CPU user time (s): 507.547
CPU system time (s): 0.436933
CPU usage (%): 99.7596
Max. virtual memory (cumulated for all children) (KiB): 887408

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 507.547
system time used= 0.436933
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 35457
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= 2821
involuntary context switches= 6747

runsolver used 0.639902 second user time and 1.77373 second system time

The end

Launcher Data

Begin job on node34 at 2009-07-12 04:55:17
IDJOB=2078650
IDBENCH=56796
IDSOLVER=739
FILE ID=node34/2078650-1247367317
PBS_JOBID= 9507041
Free space on /tmp= 66184 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-36_ext.xml
COMMAND LINE= DIR/sugar -c -vv -memlimit=MEMLIMIT -jar="DIR/sugar-v1-14-6.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2078650-1247367317/watcher-2078650-1247367317 -o /tmp/evaluation-result-2078650-1247367317/solver-2078650-1247367317 -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-2078650-1247367317.xml

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

MD5SUM BENCH= be23452fb46abd6d5e7af19898ef7610
RANDOM SEED=528348113

node34.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.232
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.232
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:       1252704 kB
Buffers:         34144 kB
Cached:         317824 kB
SwapCached:          0 kB
Active:         663084 kB
Inactive:        78240 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1252704 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2592 kB
Writeback:           0 kB
Mapped:         400664 kB
Slab:            46452 kB
Committed_AS:   540696 kB
PageTables:       2560 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= 66312 MiB
End job on node34 at 2009-07-12 05:03:47