Trace number 2079596

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 976.504 984.795

General information on the benchmark

Namecsp/rand-3-20-20/
normalized-rand-3-20-20-60-632-24_ext.xml
MD5SUM039c5f33cee89cf9d5edc6224d685ccc
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 benchmark10.0515
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.04/0.07	c 0	Sugar v1-14-6 + HOME/minisat
0.04/0.07	c 0	BEGIN Sun Jul 12 05:11:35 2009
0.04/0.07	c 0	PID 24553
0.04/0.07	c 0	HOST node82.alineos.net
0.04/0.07	c 0	CONVERTING HOME/instance-2079596-1247368294.xml TO HOME/temp.csp
0.04/0.07	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2079596-1247368294.xml' 'HOME/temp.csp'
0.06/0.73	c 0	1 domains, 20 variables, 0 predicates, 60 relations, 60 constraints
0.06/0.77	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.77	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.72/0.84	c 0	Parsing HOME/temp.csp
1.72/1.81	c 1	parsed 141 expressions
1.72/1.82	c 1	Heap : 19 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.72/1.82	c 1	Converting to clausal form CSP
1.72/1.84	c 1	converted 15 (10%) expressions
1.72/1.86	c 2	converted 29 (20%) expressions
1.72/1.86	c 2	converted 43 (30%) expressions
1.92/2.01	c 2	converted 57 (40%) expressions
1.92/2.02	c 2	converted 71 (50%) expressions
1.92/2.08	c 2	converted 85 (60%) expressions
2.01/2.18	c 2	converted 99 (70%) expressions
2.12/2.28	c 2	converted 113 (80%) expressions
2.21/2.38	c 2	converted 127 (90%) expressions
2.62/2.70	c 2	converted 141 (100%) expressions
2.62/2.70	c 2	CSP : 20 integers, 0 booleans, 60 clauses, largest domain size 20
2.62/2.70	c 2	Heap : 39 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.62/2.70	c 2	Propagation in CSP
2.62/2.70	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.62/2.70	c 2	CSP : 20 integers, 0 booleans, 60 clauses, largest domain size 20
2.62/2.70	c 2	Heap : 39 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.62/2.71	c 2	Simplifing CSP by introducing new Boolean variables
2.62/2.71	c 2	CSP : 20 integers, 0 booleans, 60 clauses, largest domain size 20
2.62/2.71	c 2	Heap : 39 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.71/2.82	c 2	Encoding CSP to SAT : HOME/temp.cnf
2.71/2.83	c 2	2 (10%) CSP integer variables are encoded (36 clauses, 371 bytes)
2.71/2.83	c 2	4 (20%) CSP integer variables are encoded (72 clauses, 695 bytes)
2.71/2.83	c 2	6 (30%) CSP integer variables are encoded (108 clauses, 1048 bytes)
2.71/2.83	c 2	8 (40%) CSP integer variables are encoded (144 clauses, 1444 bytes)
2.71/2.83	c 2	10 (50%) CSP integer variables are encoded (180 clauses, 1840 bytes)
2.71/2.83	c 2	12 (60%) CSP integer variables are encoded (216 clauses, 2236 bytes)
2.71/2.84	c 2	14 (70%) CSP integer variables are encoded (252 clauses, 2632 bytes)
2.71/2.84	c 2	16 (80%) CSP integer variables are encoded (288 clauses, 3028 bytes)
2.71/2.84	c 2	18 (90%) CSP integer variables are encoded (324 clauses, 3424 bytes)
2.71/2.84	c 2	20 (100%) CSP integer variables are encoded (360 clauses, 3820 bytes)
2.90/3.03	c 3	6 (10%) CSP clauses are encoded (11159 clauses, 241678 bytes)
3.01/3.15	c 3	12 (20%) CSP clauses are encoded (21920 clauses, 502755 bytes)
3.11/3.28	c 3	18 (30%) CSP clauses are encoded (32775 clauses, 773067 bytes)
3.30/3.40	c 3	24 (40%) CSP clauses are encoded (43596 clauses, 1041653 bytes)
3.40/3.53	c 3	30 (50%) CSP clauses are encoded (54410 clauses, 1310083 bytes)
3.50/3.65	c 3	36 (60%) CSP clauses are encoded (65169 clauses, 1577476 bytes)
3.60/3.78	c 3	42 (70%) CSP clauses are encoded (75989 clauses, 1864752 bytes)
3.79/3.90	c 4	48 (80%) CSP clauses are encoded (86816 clauses, 2154538 bytes)
3.90/4.03	c 4	54 (90%) CSP clauses are encoded (97672 clauses, 2445063 bytes)
4.00/4.16	c 4	60 (100%) CSP clauses are encoded (108478 clauses, 2734677 bytes)
4.00/4.16	c 4	60 CSP clauses encoded
4.00/4.16	c 4	Writing map file : HOME/temp.map
4.00/4.16	c 4	Heap : 16 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.00/4.16	c 4	SAT : 380 SAT variables, 108478 SAT clauses, 2734677 bytes
4.00/4.16	c 4	Heap : 16 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.06/4.21	c 4	SOLVING HOME/temp.cnf
4.06/4.21	c 4	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
4.06/4.22	c 4	This is MiniSat 2.0 beta
4.06/4.22	c 4	WARNING: for repeatability, setting FPU to use double precision
4.06/4.22	c 4	============================[ Problem Statistics ]=============================
4.06/4.22	c 4	|                                                                             |
4.06/4.22	c 4	|  Number of variables:  380                                                  |
4.06/4.22	c 4	|  Number of clauses:    108478                                               |
4.06/4.28	c 4	|  Parsing time:         0.06         s                                       |
4.06/4.29	c 4	============================[ Search Statistics ]==============================
4.06/4.29	c 4	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
4.06/4.29	c 4	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
4.06/4.29	c 4	===============================================================================
4.06/4.29	c 4	|         0 |     380   108478   595659 |    36159        0    nan |  0.000 % |
4.14/4.35	c 4	|       101 |     380   108478   595659 |    39775      101      9 |  0.001 % |
4.23/4.41	c 4	|       251 |     380   108478   595659 |    43752      251      9 |  0.013 % |
4.33/4.53	c 4	|       476 |     380   108478   595659 |    48128      476     10 |  0.013 % |
4.43/4.68	c 4	|       813 |     380   108478   595659 |    52940      813     10 |  0.013 % |
4.73/4.94	c 5	|      1320 |     380   108478   595659 |    58234     1320     10 |  0.013 % |
5.12/5.37	c 5	|      2082 |     380   108478   595659 |    64058     2082     10 |  0.013 % |
5.73/5.91	c 6	|      3223 |     380   108478   595659 |    70464     3223     11 |  0.014 % |
6.32/6.54	c 6	|      4931 |     380   108478   595659 |    77510     4931     11 |  0.014 % |
7.41/7.61	c 7	|      7494 |     380   108478   595659 |    85261     7494     12 |  0.010 % |
9.29/9.57	c 9	|     11339 |     380   108478   595659 |    93787    11339     12 |  0.011 % |
12.17/12.42	c 12	|     17106 |     380   108478   595659 |   103166    17106     12 |  0.016 % |
17.52/17.85	c 17	|     25755 |     380   108478   595659 |   113483    25755     13 |  0.016 % |
25.56/25.99	c 26	|     38729 |     380   108478   595659 |   124831    38729     14 |  0.020 % |
37.15/37.68	c 37	|     58193 |     379   107709   592056 |   137315    20524     14 |  0.264 % |
57.77/58.45	c 58	|     87385 |     379   107709   592056 |   151046    49716     15 |  0.275 % |
87.22/88.12	c 88	|    131178 |     378   106928   588452 |   166151    66151     16 |  0.529 % |
157.62/159.15	c 159	|    196862 |     378   106928   588452 |   182766   131835     17 |  0.537 % |
265.40/267.86	c 268	|    295390 |     378   106928   588452 |   201042    65198     18 |  0.531 % |
466.25/470.49	c 470	|    443179 |     377   106266   585338 |   221147   187628     18 |  0.790 % |
730.59/737.12	c 737	|    664862 |     374   103844   572411 |   243261   175555     18 |  1.580 % |
976.28/984.56	c 984	===============================================================================
976.28/984.56	c 984	restarts              : 21
976.28/984.56	c 984	conflicts             : 856671         (881 /sec)
976.28/984.56	c 984	decisions             : 1020526        (1.57 % random) (1050 /sec)
976.28/984.56	c 984	propagations          : 39453990       (40584 /sec)
976.28/984.56	c 984	conflict literals     : 14687894       (30.91 % deleted)
976.28/984.56	c 984	Memory used           : 36.25 MB
976.28/984.56	c 984	CPU time              : 972.145 s
976.28/984.56	c 984	
976.28/984.56	c 984	SATISFIABLE
976.28/984.57	c 984	DECODING HOME/temp.out WITH HOME/temp.map
976.28/984.57	c 984	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'
976.37/984.70	c 984	Decoding HOME/temp.out
976.37/984.73	s SATISFIABLE
976.37/984.73	v 11 14 0 8 2 8 18 17 6 16 0 16 7 2 4 11 13 6 9 13
976.37/984.74	c 984	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
976.37/984.79	c 984	CPU 976.48 (0.06 0.01 976.07 0.34)
976.37/984.79	c 984	END Sun Jul 12 05:27:59 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-2079596-1247368294/watcher-2079596-1247368294 -o /tmp/evaluation-result-2079596-1247368294/solver-2079596-1247368294 -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-2079596-1247368294.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.03 2.06 4/75 24553
/proc/meminfo: memFree=1719792/2055920 swapFree=4192812/4192956
[pid=24553] ppid=24551 vsize=12272 CPUtime=0
/proc/24553/stat : 24553 (sugar) R 24551 24553 23974 0 -1 4194304 358 0 0 0 0 0 0 0 18 0 1 0 23894432 12566528 327 996147200 4194304 4206940 548682068608 18446744073709551615 224284759552 0 0 4224 0 0 0 0 17 0 0 0
/proc/24553/statm: 3068 327 246 3 0 168 0

[startup+0.0495929 s]
/proc/loadavg: 2.00 2.03 2.06 4/75 24553
/proc/meminfo: memFree=1719792/2055920 swapFree=4192812/4192956
[pid=24553] ppid=24551 vsize=14908 CPUtime=0.04
/proc/24553/stat : 24553 (sugar) R 24551 24553 23974 0 -1 4194304 898 0 0 0 3 1 0 0 18 0 1 0 23894432 15265792 866 996147200 4194304 4206940 548682068608 18446744073709551615 224264622817 0 0 4224 0 0 0 0 17 0 0 0
/proc/24553/statm: 3727 868 378 3 0 566 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 14908

[startup+0.101603 s]
/proc/loadavg: 2.00 2.03 2.06 4/75 24553
/proc/meminfo: memFree=1719792/2055920 swapFree=4192812/4192956
[pid=24553] ppid=24551 vsize=16868 CPUtime=0.06
/proc/24553/stat : 24553 (sugar) S 24551 24553 23974 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 23894432 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24553/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301638 s]
/proc/loadavg: 2.00 2.03 2.06 4/75 24553
/proc/meminfo: memFree=1719792/2055920 swapFree=4192812/4192956
[pid=24553] ppid=24551 vsize=16868 CPUtime=0.06
/proc/24553/stat : 24553 (sugar) S 24551 24553 23974 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 23894432 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24553/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701715 s]
/proc/loadavg: 2.00 2.03 2.06 4/75 24553
/proc/meminfo: memFree=1719792/2055920 swapFree=4192812/4192956
[pid=24553] ppid=24551 vsize=16868 CPUtime=0.06
/proc/24553/stat : 24553 (sugar) S 24551 24553 23974 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 23894432 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24553/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50187 s]
/proc/loadavg: 2.00 2.03 2.06 3/86 24575
/proc/meminfo: memFree=1707224/2055920 swapFree=4192812/4192956
[pid=24553] ppid=24551 vsize=16868 CPUtime=0.72
/proc/24553/stat : 24553 (sugar) S 24551 24553 23974 0 -1 4194304 1309 6998 0 1 5 1 60 6 15 0 1 0 23894432 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24553/statm: 4217 1111 409 3 0 796 0
[pid=24566] ppid=24553 vsize=5356 CPUtime=0
/proc/24566/stat : 24566 (sh) S 24553 24553 23974 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23894509 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24566/statm: 1339 233 193 169 0 50 0
[pid=24567] ppid=24566 vsize=862284 CPUtime=0.71
/proc/24567/stat : 24567 (java) S 24566 24553 23974 0 -1 0 7362 0 1 0 67 4 0 0 18 0 9 0 23894510 882978816 6636 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24567/statm: 215571 6636 2158 9 0 210484 0
[pid=24567/tid=24568] ppid=24566 vsize=862284 CPUtime=0.43
/proc/24567/task/24568/stat : 24568 (java) R 24566 24553 23974 0 -1 64 2031 0 1 0 42 1 0 0 23 0 9 0 23894510 882978816 6636 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24567/tid=24569] ppid=24566 vsize=862284 CPUtime=0.22
/proc/24567/task/24569/stat : 24569 (java) R 24566 24553 23974 0 -1 64 4323 0 0 0 21 1 0 0 16 0 9 0 23894511 882978816 6636 996147200 134512640 134550932 4294955936 18446744073709551615 104188758 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24567/tid=24570] ppid=24566 vsize=862284 CPUtime=0
/proc/24567/task/24570/stat : 24570 (java) S 24566 24553 23974 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23894512 882978816 6636 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24567/tid=24571] ppid=24566 vsize=862284 CPUtime=0
/proc/24567/task/24571/stat : 24571 (java) S 24566 24553 23974 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 23894512 882978816 6636 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24567/tid=24572] ppid=24566 vsize=862284 CPUtime=0
/proc/24567/task/24572/stat : 24572 (java) S 24566 24553 23974 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23894514 882978816 6636 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24567/tid=24573] ppid=24566 vsize=862284 CPUtime=0.03
/proc/24567/task/24573/stat : 24573 (java) S 24566 24553 23974 0 -1 64 306 0 0 0 3 0 0 0 17 0 9 0 23894514 882978816 6636 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24567/tid=24574] ppid=24566 vsize=862284 CPUtime=0
/proc/24567/task/24574/stat : 24574 (java) S 24566 24553 23974 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23894514 882978816 6636 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24567/tid=24575] ppid=24566 vsize=862284 CPUtime=0
/proc/24567/task/24575/stat : 24575 (java) S 24566 24553 23974 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 23894514 882978816 6636 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 884508

[startup+3.10216 s]
/proc/loadavg: 2.00 2.03 2.06 4/86 24575
/proc/meminfo: memFree=1681048/2055920 swapFree=4192812/4192956
[pid=24553] ppid=24551 vsize=16868 CPUtime=0.72
/proc/24553/stat : 24553 (sugar) S 24551 24553 23974 0 -1 4194304 1310 6998 0 1 5 1 60 6 15 0 1 0 23894432 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24553/statm: 4217 1111 409 3 0 796 0
[pid=24566] ppid=24553 vsize=5356 CPUtime=0
/proc/24566/stat : 24566 (sh) S 24553 24553 23974 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23894509 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24566/statm: 1339 233 193 169 0 50 0
[pid=24567] ppid=24566 vsize=864488 CPUtime=2.29
/proc/24567/stat : 24567 (java) S 24566 24553 23974 0 -1 0 15279 0 1 0 221 8 0 0 18 0 9 0 23894510 885235712 14494 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24567/statm: 216122 14494 2590 9 0 210599 0
[pid=24567/tid=24568] ppid=24566 vsize=864488 CPUtime=1.21
/proc/24567/task/24568/stat : 24568 (java) R 24566 24553 23974 0 -1 64 3284 0 1 0 119 2 0 0 25 0 9 0 23894510 885235712 14494 996147200 134512640 134550932 4294955936 18446744073709551615 103211091 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24567/tid=24569] ppid=24566 vsize=864488 CPUtime=0.98
/proc/24567/task/24569/stat : 24569 (java) S 24566 24553 23974 0 -1 64 10959 0 0 0 94 4 0 0 16 0 9 0 23894511 885235712 14494 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24567/tid=24570] ppid=24566 vsize=864488 CPUtime=0
/proc/24567/task/24570/stat : 24570 (java) S 24566 24553 23974 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23894512 885235712 14494 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24567/tid=24571] ppid=24566 vsize=864488 CPUtime=0
/proc/24567/task/24571/stat : 24571 (java) S 24566 24553 23974 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 23894512 885235712 14494 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24567/tid=24572] ppid=24566 vsize=864488 CPUtime=0
/proc/24567/task/24572/stat : 24572 (java) S 24566 24553 23974 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23894514 885235712 14494 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24567/tid=24573] ppid=24566 vsize=864488 CPUtime=0.07
/proc/24567/task/24573/stat : 24573 (java) S 24566 24553 23974 0 -1 64 334 0 0 0 7 0 0 0 16 0 9 0 23894514 885235712 14494 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24567/tid=24574] ppid=24566 vsize=864488 CPUtime=0
/proc/24567/task/24574/stat : 24574 (java) S 24566 24553 23974 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23894514 885235712 14494 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24567/tid=24575] ppid=24566 vsize=864488 CPUtime=0
/proc/24567/task/24575/stat : 24575 (java) S 24566 24553 23974 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 23894514 885235712 14494 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) 886712

[startup+6.30176 s]
/proc/loadavg: 2.00 2.03 2.06 3/78 24577
/proc/meminfo: memFree=1703960/2055920 swapFree=4192812/4192956
[pid=24553] ppid=24551 vsize=16868 CPUtime=4.07
/proc/24553/stat : 24553 (sugar) S 24551 24553 23974 0 -1 4194304 1374 22623 0 2 5 1 384 17 15 0 1 0 23894432 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24553/statm: 4217 1112 409 3 0 796 0
[pid=24576] ppid=24553 vsize=5356 CPUtime=0
/proc/24576/stat : 24576 (sh) S 24553 24553 23974 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23894854 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24576/statm: 1339 232 193 169 0 50 0
[pid=24577] ppid=24576 vsize=8584 CPUtime=2.05
/proc/24577/stat : 24577 (minisat) R 24576 24553 23974 0 -1 4194304 2041 0 0 0 204 1 0 0 25 0 1 0 23894854 8790016 2027 996147200 134512640 135127466 4294956256 18446744073709551615 134530772 0 0 4096 3 0 0 0 17 1 0 0
/proc/24577/statm: 2146 2027 75 150 0 1993 0
Current children cumulated CPU time (s) 6.12
Current children cumulated vsize (KiB) 30808

[startup+12.702 s]
/proc/loadavg: 2.00 2.03 2.06 3/78 24577
/proc/meminfo: memFree=1702808/2055920 swapFree=4192812/4192956
[pid=24553] ppid=24551 vsize=16868 CPUtime=4.08
/proc/24553/stat : 24553 (sugar) S 24551 24553 23974 0 -1 4194304 1374 22623 0 2 6 1 384 17 16 0 1 0 23894432 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24553/statm: 4217 1112 409 3 0 796 0
[pid=24576] ppid=24553 vsize=5356 CPUtime=0
/proc/24576/stat : 24576 (sh) S 24553 24553 23974 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23894854 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24576/statm: 1339 232 193 169 0 50 0
[pid=24577] ppid=24576 vsize=9772 CPUtime=8.39
/proc/24577/stat : 24577 (minisat) R 24576 24553 23974 0 -1 4194304 2315 0 0 0 838 1 0 0 25 0 1 0 23894854 10006528 2301 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/24577/statm: 2443 2301 75 150 0 2290 0
Current children cumulated CPU time (s) 12.47
Current children cumulated vsize (KiB) 31996

[startup+25.5013 s]
/proc/loadavg: 2.00 2.03 2.06 3/78 24577
/proc/meminfo: memFree=1701144/2055920 swapFree=4192812/4192956
[pid=24553] ppid=24551 vsize=16868 CPUtime=4.08
/proc/24553/stat : 24553 (sugar) S 24551 24553 23974 0 -1 4194304 1374 22623 0 2 6 1 384 17 16 0 1 0 23894432 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24553/statm: 4217 1112 409 3 0 796 0
[pid=24576] ppid=24553 vsize=5356 CPUtime=0
/proc/24576/stat : 24576 (sh) S 24553 24553 23974 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23894854 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24576/statm: 1339 232 193 169 0 50 0
[pid=24577] ppid=24576 vsize=11568 CPUtime=21.08
/proc/24577/stat : 24577 (minisat) R 24576 24553 23974 0 -1 4194304 2771 0 0 0 2106 2 0 0 25 0 1 0 23894854 11845632 2757 996147200 134512640 135127466 4294956256 18446744073709551615 134530778 0 0 4096 3 0 0 0 17 1 0 0
/proc/24577/statm: 2892 2757 75 150 0 2739 0
Current children cumulated CPU time (s) 25.16
Current children cumulated vsize (KiB) 33792

[startup+51.1011 s]
/proc/loadavg: 2.00 2.02 2.06 3/78 24577
/proc/meminfo: memFree=1699928/2055920 swapFree=4192812/4192956
[pid=24553] ppid=24551 vsize=16868 CPUtime=4.08
/proc/24553/stat : 24553 (sugar) S 24551 24553 23974 0 -1 4194304 1374 22623 0 2 6 1 384 17 16 0 1 0 23894432 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24553/statm: 4217 1112 409 3 0 796 0
[pid=24576] ppid=24553 vsize=5356 CPUtime=0
/proc/24576/stat : 24576 (sh) S 24553 24553 23974 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23894854 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24576/statm: 1339 232 193 169 0 50 0
[pid=24577] ppid=24576 vsize=12724 CPUtime=46.45
/proc/24577/stat : 24577 (minisat) R 24576 24553 23974 0 -1 4194304 3060 0 0 0 4643 2 0 0 25 0 1 0 23894854 13029376 3046 996147200 134512640 135127466 4294956256 18446744073709551615 134530644 0 0 4096 3 0 0 0 17 1 0 0
/proc/24577/statm: 3181 3046 75 150 0 3028 0
Current children cumulated CPU time (s) 50.53
Current children cumulated vsize (KiB) 34948

[startup+102.307 s]
/proc/loadavg: 2.04 2.03 2.06 3/78 24577
/proc/meminfo: memFree=1695832/2055920 swapFree=4192812/4192956
[pid=24553] ppid=24551 vsize=16868 CPUtime=4.08
/proc/24553/stat : 24553 (sugar) S 24551 24553 23974 0 -1 4194304 1374 22623 0 2 6 1 384 17 16 0 1 0 23894432 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24553/statm: 4217 1112 409 3 0 796 0
[pid=24576] ppid=24553 vsize=5356 CPUtime=0
/proc/24576/stat : 24576 (sh) S 24553 24553 23974 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23894854 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24576/statm: 1339 232 193 169 0 50 0
[pid=24577] ppid=24576 vsize=16732 CPUtime=97.22
/proc/24577/stat : 24577 (minisat) R 24576 24553 23974 0 -1 4194304 4051 0 0 0 9718 4 0 0 25 0 1 0 23894854 17133568 4037 996147200 134512640 135127466 4294956256 18446744073709551615 134530933 0 0 4096 3 0 0 0 17 1 0 0
/proc/24577/statm: 4183 4037 75 150 0 4030 0
Current children cumulated CPU time (s) 101.3
Current children cumulated vsize (KiB) 38956

[startup+162.303 s]
/proc/loadavg: 2.05 2.04 2.06 3/78 24577
/proc/meminfo: memFree=1690520/2055920 swapFree=4192812/4192956
[pid=24553] ppid=24551 vsize=16868 CPUtime=4.08
/proc/24553/stat : 24553 (sugar) S 24551 24553 23974 0 -1 4194304 1374 22623 0 2 6 1 384 17 16 0 1 0 23894432 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24553/statm: 4217 1112 409 3 0 796 0
[pid=24576] ppid=24553 vsize=5356 CPUtime=0
/proc/24576/stat : 24576 (sh) S 24553 24553 23974 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23894854 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0

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

/proc/24553/statm: 4217 1112 409 3 0 796 0
[pid=24576] ppid=24553 vsize=5356 CPUtime=0
/proc/24576/stat : 24576 (sh) S 24553 24553 23974 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23894854 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24576/statm: 1339 232 193 169 0 50 0
[pid=24577] ppid=24576 vsize=33924 CPUtime=751.58
/proc/24577/stat : 24577 (minisat) R 24576 24553 23974 0 -1 4194304 8202 0 0 0 75149 9 0 0 25 0 1 0 23894854 34738176 8188 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/24577/statm: 8481 8188 75 150 0 8328 0
Current children cumulated CPU time (s) 755.66
Current children cumulated vsize (KiB) 56148

[startup+822.303 s]
/proc/loadavg: 2.03 2.03 2.05 3/78 24746
/proc/meminfo: memFree=1670728/2055920 swapFree=4192812/4192956
[pid=24553] ppid=24551 vsize=16868 CPUtime=4.08
/proc/24553/stat : 24553 (sugar) S 24551 24553 23974 0 -1 4194304 1374 22623 0 2 6 1 384 17 16 0 1 0 23894432 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24553/statm: 4217 1112 409 3 0 796 0
[pid=24576] ppid=24553 vsize=5356 CPUtime=0
/proc/24576/stat : 24576 (sh) S 24553 24553 23974 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23894854 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24576/statm: 1339 232 193 169 0 50 0
[pid=24577] ppid=24576 vsize=34592 CPUtime=811.18
/proc/24577/stat : 24577 (minisat) R 24576 24553 23974 0 -1 4194304 8341 0 0 0 81108 10 0 0 25 0 1 0 23894854 35422208 8327 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/24577/statm: 8648 8327 75 150 0 8495 0
Current children cumulated CPU time (s) 815.26
Current children cumulated vsize (KiB) 56816

[startup+882.302 s]
/proc/loadavg: 2.16 2.05 2.05 4/87 25004
/proc/meminfo: memFree=1563248/2055920 swapFree=4192812/4192956
[pid=24553] ppid=24551 vsize=16868 CPUtime=4.08
/proc/24553/stat : 24553 (sugar) S 24551 24553 23974 0 -1 4194304 1374 22623 0 2 6 1 384 17 16 0 1 0 23894432 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24553/statm: 4217 1112 409 3 0 796 0
[pid=24576] ppid=24553 vsize=5356 CPUtime=0
/proc/24576/stat : 24576 (sh) S 24553 24553 23974 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23894854 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24576/statm: 1339 232 193 169 0 50 0
[pid=24577] ppid=24576 vsize=36836 CPUtime=870.88
/proc/24577/stat : 24577 (minisat) R 24576 24553 23974 0 -1 4194304 8919 0 0 0 87076 12 0 0 25 0 1 0 23894854 37720064 8905 996147200 134512640 135127466 4294956256 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 0 0 0
/proc/24577/statm: 9209 8905 75 150 0 9056 0
Current children cumulated CPU time (s) 874.96
Current children cumulated vsize (KiB) 59060

[startup+942.301 s]
/proc/loadavg: 2.56 2.17 2.09 3/87 25004
/proc/meminfo: memFree=1244912/2055920 swapFree=4192812/4192956
[pid=24553] ppid=24551 vsize=16868 CPUtime=4.08
/proc/24553/stat : 24553 (sugar) S 24551 24553 23974 0 -1 4194304 1374 22623 0 2 6 1 384 17 16 0 1 0 23894432 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24553/statm: 4217 1112 409 3 0 796 0
[pid=24576] ppid=24553 vsize=5356 CPUtime=0
/proc/24576/stat : 24576 (sh) S 24553 24553 23974 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23894854 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24576/statm: 1339 232 193 169 0 50 0
[pid=24577] ppid=24576 vsize=36836 CPUtime=930.58
/proc/24577/stat : 24577 (minisat) R 24576 24553 23974 0 -1 4194304 8935 0 0 0 93046 12 0 0 25 0 1 0 23894854 37720064 8921 996147200 134512640 135127466 4294956256 18446744073709551615 134530759 0 0 4096 3 0 0 0 17 0 0 0
/proc/24577/statm: 9209 8921 75 150 0 9056 0
Current children cumulated CPU time (s) 934.66
Current children cumulated vsize (KiB) 59060

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

[startup+947.106 s]
/proc/loadavg: 2.52 2.16 2.09 3/87 25004
/proc/meminfo: memFree=1209392/2055920 swapFree=4192812/4192956
[pid=24553] ppid=24551 vsize=16868 CPUtime=4.08
/proc/24553/stat : 24553 (sugar) S 24551 24553 23974 0 -1 4194304 1374 22623 0 2 6 1 384 17 16 0 1 0 23894432 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24553/statm: 4217 1112 409 3 0 796 0
[pid=24576] ppid=24553 vsize=5356 CPUtime=0
/proc/24576/stat : 24576 (sh) S 24553 24553 23974 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23894854 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24576/statm: 1339 232 193 169 0 50 0
[pid=24577] ppid=24576 vsize=36836 CPUtime=935.31
/proc/24577/stat : 24577 (minisat) R 24576 24553 23974 0 -1 4194304 8935 0 0 0 93519 12 0 0 25 0 1 0 23894854 37720064 8921 996147200 134512640 135127466 4294956256 18446744073709551615 134530752 0 0 4096 3 0 0 0 17 0 0 0
/proc/24577/statm: 9209 8921 75 150 0 9056 0
Current children cumulated CPU time (s) 939.39
Current children cumulated vsize (KiB) 59060

[startup+959.903 s]
/proc/loadavg: 2.56 2.19 2.10 3/87 25004
/proc/meminfo: memFree=1158960/2055920 swapFree=4192812/4192956
[pid=24553] ppid=24551 vsize=16868 CPUtime=4.08
/proc/24553/stat : 24553 (sugar) S 24551 24553 23974 0 -1 4194304 1374 22623 0 2 6 1 384 17 16 0 1 0 23894432 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24553/statm: 4217 1112 409 3 0 796 0
[pid=24576] ppid=24553 vsize=5356 CPUtime=0
/proc/24576/stat : 24576 (sh) S 24553 24553 23974 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23894854 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24576/statm: 1339 232 193 169 0 50 0
[pid=24577] ppid=24576 vsize=36836 CPUtime=947.99
/proc/24577/stat : 24577 (minisat) R 24576 24553 23974 0 -1 4194304 8935 0 0 0 94787 12 0 0 25 0 1 0 23894854 37720064 8921 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/24577/statm: 9209 8921 75 150 0 9056 0
Current children cumulated CPU time (s) 952.07
Current children cumulated vsize (KiB) 59060

[startup+972.702 s]
/proc/loadavg: 2.62 2.21 2.11 5/87 25004
/proc/meminfo: memFree=1102512/2055920 swapFree=4192812/4192956
[pid=24553] ppid=24551 vsize=16868 CPUtime=4.08
/proc/24553/stat : 24553 (sugar) S 24551 24553 23974 0 -1 4194304 1374 22623 0 2 6 1 384 17 16 0 1 0 23894432 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24553/statm: 4217 1112 409 3 0 796 0
[pid=24576] ppid=24553 vsize=5356 CPUtime=0
/proc/24576/stat : 24576 (sh) S 24553 24553 23974 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23894854 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24576/statm: 1339 232 193 169 0 50 0
[pid=24577] ppid=24576 vsize=36968 CPUtime=960.67
/proc/24577/stat : 24577 (minisat) R 24576 24553 23974 0 -1 4194304 8945 0 0 0 96055 12 0 0 25 0 1 0 23894854 37855232 8931 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/24577/statm: 9242 8931 75 150 0 9089 0
Current children cumulated CPU time (s) 964.75
Current children cumulated vsize (KiB) 59192

[startup+979.102 s]
/proc/loadavg: 2.53 2.20 2.10 3/87 25004
/proc/meminfo: memFree=1064496/2055920 swapFree=4192812/4192956
[pid=24553] ppid=24551 vsize=16868 CPUtime=4.08
/proc/24553/stat : 24553 (sugar) S 24551 24553 23974 0 -1 4194304 1374 22623 0 2 6 1 384 17 16 0 1 0 23894432 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24553/statm: 4217 1112 409 3 0 796 0
[pid=24576] ppid=24553 vsize=5356 CPUtime=0
/proc/24576/stat : 24576 (sh) S 24553 24553 23974 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23894854 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24576/statm: 1339 232 193 169 0 50 0
[pid=24577] ppid=24576 vsize=36968 CPUtime=966.86
/proc/24577/stat : 24577 (minisat) R 24576 24553 23974 0 -1 4194304 8962 0 0 0 96674 12 0 0 25 0 1 0 23894854 37855232 8948 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/24577/statm: 9242 8948 75 150 0 9089 0
Current children cumulated CPU time (s) 970.94
Current children cumulated vsize (KiB) 59192

[startup+982.307 s]
/proc/loadavg: 2.53 2.20 2.10 3/87 25004
/proc/meminfo: memFree=1049264/2055920 swapFree=4192812/4192956
[pid=24553] ppid=24551 vsize=16868 CPUtime=4.08
/proc/24553/stat : 24553 (sugar) S 24551 24553 23974 0 -1 4194304 1374 22623 0 2 6 1 384 17 16 0 1 0 23894432 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24553/statm: 4217 1112 409 3 0 796 0
[pid=24576] ppid=24553 vsize=5356 CPUtime=0
/proc/24576/stat : 24576 (sh) S 24553 24553 23974 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23894854 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24576/statm: 1339 232 193 169 0 50 0
[pid=24577] ppid=24576 vsize=36968 CPUtime=970.01
/proc/24577/stat : 24577 (minisat) R 24576 24553 23974 0 -1 4194304 8964 0 0 0 96989 12 0 0 25 0 1 0 23894854 37855232 8950 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/24577/statm: 9242 8950 75 150 0 9089 0
Current children cumulated CPU time (s) 974.09
Current children cumulated vsize (KiB) 59192

[startup+983.902 s]
/proc/loadavg: 2.48 2.20 2.10 3/87 25004
/proc/meminfo: memFree=1045552/2055920 swapFree=4192812/4192956
[pid=24553] ppid=24551 vsize=16868 CPUtime=4.08
/proc/24553/stat : 24553 (sugar) S 24551 24553 23974 0 -1 4194304 1374 22623 0 2 6 1 384 17 16 0 1 0 23894432 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24553/statm: 4217 1112 409 3 0 796 0
[pid=24576] ppid=24553 vsize=5356 CPUtime=0
/proc/24576/stat : 24576 (sh) S 24553 24553 23974 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23894854 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24576/statm: 1339 232 193 169 0 50 0
[pid=24577] ppid=24576 vsize=37112 CPUtime=971.6
/proc/24577/stat : 24577 (minisat) R 24576 24553 23974 0 -1 4194304 8980 0 0 0 97148 12 0 0 25 0 1 0 23894854 38002688 8966 996147200 134512640 135127466 4294956256 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 0 0 0
/proc/24577/statm: 9278 8966 75 150 0 9125 0
Current children cumulated CPU time (s) 975.68
Current children cumulated vsize (KiB) 59336

[startup+984.302 s]
/proc/loadavg: 2.48 2.20 2.10 3/87 25004
/proc/meminfo: memFree=1045552/2055920 swapFree=4192812/4192956
[pid=24553] ppid=24551 vsize=16868 CPUtime=4.08
/proc/24553/stat : 24553 (sugar) S 24551 24553 23974 0 -1 4194304 1374 22623 0 2 6 1 384 17 16 0 1 0 23894432 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24553/statm: 4217 1112 409 3 0 796 0
[pid=24576] ppid=24553 vsize=5356 CPUtime=0
/proc/24576/stat : 24576 (sh) S 24553 24553 23974 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23894854 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24576/statm: 1339 232 193 169 0 50 0
[pid=24577] ppid=24576 vsize=37112 CPUtime=972
/proc/24577/stat : 24577 (minisat) R 24576 24553 23974 0 -1 4194304 8980 0 0 0 97188 12 0 0 25 0 1 0 23894854 38002688 8966 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/24577/statm: 9278 8966 75 150 0 9125 0
Current children cumulated CPU time (s) 976.08
Current children cumulated vsize (KiB) 59336

[startup+984.702 s]
/proc/loadavg: 2.48 2.20 2.10 4/87 25004
/proc/meminfo: memFree=1037680/2055920 swapFree=4192812/4192956
[pid=24553] ppid=24551 vsize=16868 CPUtime=976.37
/proc/24553/stat : 24553 (sugar) S 24551 24553 23974 0 -1 4194304 1427 31899 0 2 6 1 97599 31 16 0 1 0 23894432 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24553/statm: 4217 1112 409 3 0 796 0
Current children cumulated CPU time (s) 976.37
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 984.795
CPU time (s): 976.504
CPU user time (s): 976.136
CPU system time (s): 0.367944
CPU usage (%): 99.1581
Max. virtual memory (cumulated for all children) (KiB): 886712

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 976.136
system time used= 0.367944
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 37167
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= 2891
involuntary context switches= 20860

runsolver used 1.19182 second user time and 2.6376 second system time

The end

Launcher Data

Begin job on node82 at 2009-07-12 05:11:35
IDJOB=2079596
IDBENCH=56920
IDSOLVER=739
FILE ID=node82/2079596-1247368294
PBS_JOBID= 9507113
Free space on /tmp= 66188 MiB

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

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

MD5SUM BENCH= 039c5f33cee89cf9d5edc6224d685ccc
RANDOM SEED=1188815351

node82.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.265
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.265
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1720272 kB
Buffers:         40096 kB
Cached:         176144 kB
SwapCached:          0 kB
Active:         189304 kB
Inactive:        82064 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1720272 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2592 kB
Writeback:           0 kB
Mapped:          63756 kB
Slab:            49624 kB
Committed_AS:   254596 kB
PageTables:       1820 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66188 MiB
End job on node82 at 2009-07-12 05:27:59