Trace number 2063833

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 117.002 118.234

General information on the benchmark

Namecsp/compet08/
normalized-patat-08-comp-7.xml
MD5SUM21e1efd837826f67c36950f4f3fb41e3
Bench CategoryAlldiff (alldiff)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark5.03323
Satisfiable
(Un)Satisfiability was proved
Number of variables400
Number of constraints3705
Maximum constraint arity15
Maximum domain size24
Number of constraints which are defined in extension0
Number of constraints which are defined in intension3244
Global constraints used (with number of constraints)alldifferent(461)

Solver Data

0.05/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.05/0.08	c 0	BEGIN Sat Jul 11 19:23:42 2009
0.05/0.08	c 0	PID 14278
0.05/0.08	c 0	HOST node74.alineos.net
0.05/0.08	c 0	CONVERTING HOME/instance-2063833-1247333022.xml TO HOME/temp.csp
0.05/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-2063833-1247333022.xml' 'HOME/temp.csp'
0.06/0.96	c 1	218 domains, 400 variables, 1 predicates, 0 relations, 3705 constraints
0.06/0.99	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.99	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.92/1.07	c 1	Parsing HOME/temp.csp
1.11/1.20	c 1	parsed 4324 expressions
1.11/1.21	c 1	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.11/1.21	c 1	Converting to clausal form CSP
1.11/1.26	c 2	converted 433 (10%) expressions
1.41/1.50	c 2	converted 865 (20%) expressions
1.61/1.70	c 2	converted 1298 (30%) expressions
1.81/1.91	c 2	converted 1730 (40%) expressions
1.90/2.05	c 2	converted 2162 (50%) expressions
2.10/2.30	c 3	converted 2595 (60%) expressions
2.30/2.43	c 3	converted 3027 (70%) expressions
2.40/2.57	c 3	converted 3460 (80%) expressions
3.29/3.40	c 4	converted 3892 (90%) expressions
18.24/18.52	c 19	converted 4324 (100%) expressions
18.24/18.52	c 19	CSP : 400 integers, 0 booleans, 40973 clauses, largest domain size 24
18.24/18.52	c 19	Heap : 235 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
18.24/18.52	c 19	Propagation in CSP
20.71/21.03	c 21	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
20.71/21.03	c 21	CSP : 400 integers, 0 booleans, 40973 clauses, largest domain size 24
20.71/21.03	c 21	Heap : 235 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
20.71/21.08	c 21	Simplifing CSP by introducing new Boolean variables
21.11/21.44	c 22	CSP : 400 integers, 84683 booleans, 125656 clauses, largest domain size 24
21.11/21.45	c 22	Heap : 256 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
22.69/23.00	c 23	Encoding CSP to SAT : HOME/temp.cnf
22.69/23.06	c 23	40 (10%) CSP integer variables are encoded (611 clauses, 6581 bytes)
22.69/23.07	c 23	80 (20%) CSP integer variables are encoded (1234 clauses, 14027 bytes)
22.69/23.08	c 23	120 (30%) CSP integer variables are encoded (1836 clauses, 21853 bytes)
22.69/23.08	c 23	160 (40%) CSP integer variables are encoded (2445 clauses, 29770 bytes)
22.69/23.08	c 23	200 (50%) CSP integer variables are encoded (3075 clauses, 37960 bytes)
22.69/23.08	c 23	240 (60%) CSP integer variables are encoded (3096 clauses, 38233 bytes)
22.69/23.09	c 23	280 (70%) CSP integer variables are encoded (3143 clauses, 38844 bytes)
22.69/23.09	c 23	320 (80%) CSP integer variables are encoded (3178 clauses, 39299 bytes)
22.69/23.09	c 23	360 (90%) CSP integer variables are encoded (3209 clauses, 39702 bytes)
22.69/23.09	c 23	400 (100%) CSP integer variables are encoded (3232 clauses, 40001 bytes)
23.29/23.62	c 24	12566 (10%) CSP clauses are encoded (102599 clauses, 1823064 bytes)
23.89/24.21	c 24	25132 (20%) CSP clauses are encoded (232610 clauses, 4239835 bytes)
24.38/24.80	c 25	37697 (30%) CSP clauses are encoded (368082 clauses, 6779694 bytes)
24.98/25.38	c 26	50263 (40%) CSP clauses are encoded (503136 clauses, 9280114 bytes)
25.57/25.95	c 26	62828 (50%) CSP clauses are encoded (637053 clauses, 11783725 bytes)
26.15/26.52	c 27	75394 (60%) CSP clauses are encoded (769576 clauses, 14268051 bytes)
26.67/27.09	c 27	87960 (70%) CSP clauses are encoded (904930 clauses, 16791731 bytes)
27.25/27.67	c 28	100525 (80%) CSP clauses are encoded (1038211 clauses, 19273452 bytes)
27.86/28.24	c 28	113091 (90%) CSP clauses are encoded (1172197 clauses, 21793269 bytes)
28.44/28.82	c 29	125656 (100%) CSP clauses are encoded (1304261 clauses, 24264616 bytes)
28.44/28.82	c 29	125656 CSP clauses encoded
28.44/28.82	c 29	Writing map file : HOME/temp.map
28.44/28.84	c 29	Heap : 275 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
28.44/28.84	c 29	SAT : 88204 SAT variables, 1304261 SAT clauses, 24264616 bytes
28.44/28.84	c 29	Heap : 275 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
28.50/28.92	c 29	SOLVING HOME/temp.cnf
28.50/28.92	c 29	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
28.50/28.93	c 29	This is MiniSat 2.0 beta
28.50/28.93	c 29	WARNING: for repeatability, setting FPU to use double precision
28.50/28.93	c 29	============================[ Problem Statistics ]=============================
28.50/28.93	c 29	|                                                                             |
28.50/28.93	c 29	|  Number of variables:  88204                                                |
28.50/28.93	c 29	|  Number of clauses:    1304261                                              |
29.18/29.63	c 30	|  Parsing time:         0.61         s                                       |
29.18/29.67	c 30	============================[ Search Statistics ]==============================
29.18/29.67	c 30	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
29.18/29.67	c 30	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
29.18/29.67	c 30	===============================================================================
29.18/29.67	c 30	|         0 |   88204  1304261  3750759 |   434753        0    nan |  0.000 % |
29.78/30.23	c 30	|       100 |   88204  1304261  3750759 |   478229      100     32 |  0.000 % |
30.77/31.26	c 32	|       252 |   88204  1304261  3750759 |   526051      252     44 |  0.000 % |
31.56/32.09	c 32	|       478 |   88204  1304261  3750759 |   578657      478     34 |  0.000 % |
33.15/33.66	c 34	|       815 |   88204  1304261  3750759 |   636522      815     37 |  0.000 % |
35.53/36.09	c 36	|      1321 |   88204  1304261  3750759 |   700175     1321     39 |  0.000 % |
39.18/39.71	c 40	|      2080 |   88204  1304261  3750759 |   770192     2080     39 |  0.000 % |
45.23/45.87	c 46	|      3222 |   88204  1304261  3750759 |   847211     3222     45 |  0.000 % |
50.78/51.49	c 52	|      4931 |   88204  1304261  3750759 |   931933     4931     42 |  0.000 % |
66.92/67.79	c 68	|      7493 |   88204  1304261  3750759 |  1025126     7493     51 |  0.000 % |
85.34/86.39	c 87	|     11337 |   88204  1304261  3750759 |  1127639    11337     55 |  0.000 % |
112.29/113.58	c 114	|     17103 |   88204  1304261  3750759 |  1240402    17103     57 |  0.000 % |
116.45/117.73	c 118	===============================================================================
116.45/117.74	c 118	restarts              : 12
116.45/117.74	c 118	conflicts             : 17791          (202 /sec)
116.45/117.74	c 118	decisions             : 26615          (1.13 % random) (303 /sec)
116.45/117.74	c 118	propagations          : 81093172       (922933 /sec)
116.45/117.74	c 118	conflict literals     : 1013403        (4.63 % deleted)
116.45/117.74	c 118	Memory used           : 67.90 MB
116.45/117.74	c 118	CPU time              : 87.8646 s
116.45/117.74	c 118	
116.45/117.78	c 118	SATISFIABLE
116.45/117.79	c 118	DECODING HOME/temp.out WITH HOME/temp.map
116.45/117.79	c 118	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'
116.55/117.87	c 118	Decoding HOME/temp.out
116.55/118.18	s SATISFIABLE
116.56/118.20	v 33 29 2 7 5 23 0 21 24 1 23 28 1 4 13 33 12 27 19 0 33 11 42 16 20 18 40 7 35 15 23 34 35 23 44 29 3 4 26 40 14 27 19 15 10 29 16 6 4 25 41 20 16 26 42 33 20 9 19 11 27 43 14 44 44 30 9 31 39 35 2 6 15 34 31 38 26 22 38 7 42 39 15 39 19 3 35 6 10 28 38 20 0 2 43 12 30 38 13 35 35 14 34 36 1 8 36 28 22 13 25 38 10 37 8 27 17 12 2 31 9 9 1 17 40 42 11 8 3 19 11 43 33 37 6 18 26 24 6 35 32 2 44 44 19 32 26 43 10 36 33 22 24 30 5 17 3 21 5 41 5 28 30 14 7 12 25 21 22 14 16 34 8 0 21 24 13 25 14 39 31 43 41 17 44 23 9 18 5 24 32 40 25 19 8 32 30 18 23 29 4 2 8 2 8 0 8 1 0 7 2 3 2 2 4 5 3 5 4 2 6 0 4 5 3 3 0 8 3 2 7 0 7 3 8 3 7 5 2 4 9 2 9 3 7 4 0 8 7 4 0 4 3 7 3 0 9 2 6 7 8 4 3 6 7 8 6 6 8 8 6 2 4 1 1 9 3 1 2 3 5 7 8 6 5 9 9 7 5 9 5 0 9 5 1 5 7 1 9 1 0 5 3 9 3 9 8 8 6 1 5 3 4 6 7 7 8 2 4 8 0 7 4 4 9 0 8 2 6 8 2 2 9 9 5 8 8 5 3 5 8 3 0 9 3 1 6 9 3 2 3 8 3 5 6 2 3 6 9 8 3 0 3 0 5 7 8 9 9 7 2 8 0 5 3 9 5 2 8 5 5 8 9 6 4 1 4 5 4 4 4 8 7 7 5 9 0 1 9 9
116.56/118.21	c 118	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
116.56/118.22	c 118	CPU 116.97 (0.06 0.02 116 0.89)
116.56/118.22	c 118	END Sat Jul 11 19:25:40 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-2063833-1247333022/watcher-2063833-1247333022 -o /tmp/evaluation-result-2063833-1247333022/solver-2063833-1247333022 -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-2063833-1247333022.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.04 2.42 2.29 4/83 14278
/proc/meminfo: memFree=1477112/2055920 swapFree=4192812/4192956
[pid=14278] ppid=14276 vsize=12268 CPUtime=0
/proc/14278/stat : 14278 (sugar) R 14276 14278 11705 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 20368015 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 228774869605 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/14278/statm: 3067 316 241 3 0 167 0

[startup+0.0658239 s]
/proc/loadavg: 2.04 2.42 2.29 4/83 14278
/proc/meminfo: memFree=1477112/2055920 swapFree=4192812/4192956
[pid=14278] ppid=14276 vsize=16080 CPUtime=0.05
/proc/14278/stat : 14278 (sugar) R 14276 14278 11705 0 -1 4194304 943 0 0 0 4 1 0 0 18 0 1 0 20368015 16465920 911 996147200 4194304 4206940 548682068608 18446744073709551615 228794842549 0 0 4224 0 0 0 0 17 1 0 0
/proc/14278/statm: 4020 911 380 3 0 599 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 16080

[startup+0.101792 s]
/proc/loadavg: 2.04 2.42 2.29 4/83 14278
/proc/meminfo: memFree=1477112/2055920 swapFree=4192812/4192956
[pid=14278] ppid=14276 vsize=16868 CPUtime=0.06
/proc/14278/stat : 14278 (sugar) S 14276 14278 11705 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 20368015 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14278/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301802 s]
/proc/loadavg: 2.04 2.42 2.29 4/83 14278
/proc/meminfo: memFree=1477112/2055920 swapFree=4192812/4192956
[pid=14278] ppid=14276 vsize=16868 CPUtime=0.06
/proc/14278/stat : 14278 (sugar) S 14276 14278 11705 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 20368015 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14278/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701856 s]
/proc/loadavg: 2.04 2.42 2.29 4/83 14278
/proc/meminfo: memFree=1477112/2055920 swapFree=4192812/4192956
[pid=14278] ppid=14276 vsize=16868 CPUtime=0.06
/proc/14278/stat : 14278 (sugar) S 14276 14278 11705 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 20368015 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14278/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50294 s]
/proc/loadavg: 2.04 2.42 2.29 4/86 14292
/proc/meminfo: memFree=1473504/2055920 swapFree=4192812/4192956
[pid=14278] ppid=14276 vsize=16868 CPUtime=0.92
/proc/14278/stat : 14278 (sugar) S 14276 14278 11705 0 -1 4194304 1309 7081 0 1 5 1 82 4 15 0 1 0 20368015 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14278/statm: 4217 1111 409 3 0 796 0
[pid=14291] ppid=14278 vsize=5356 CPUtime=0
/proc/14291/stat : 14291 (sh) S 14278 14278 11705 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20368115 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14291/statm: 1339 233 193 169 0 50 0
[pid=14292] ppid=14291 vsize=868508 CPUtime=0.49
/proc/14292/stat : 14292 (java) S 14291 14278 11705 0 -1 0 5797 0 1 0 45 4 0 0 18 0 9 0 20368115 889352192 5222 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14292/statm: 217127 5222 1741 9 0 211632 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 890732

[startup+3.10213 s]
/proc/loadavg: 2.04 2.42 2.29 3/94 14300
/proc/meminfo: memFree=1449952/2055920 swapFree=4192812/4192956
[pid=14278] ppid=14276 vsize=16868 CPUtime=0.92
/proc/14278/stat : 14278 (sugar) S 14276 14278 11705 0 -1 4194304 1309 7081 0 1 5 1 82 4 15 0 1 0 20368015 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14278/statm: 4217 1111 409 3 0 796 0
[pid=14291] ppid=14278 vsize=5356 CPUtime=0
/proc/14291/stat : 14291 (sh) S 14278 14278 11705 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20368115 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14291/statm: 1339 233 193 169 0 50 0
[pid=14292] ppid=14291 vsize=868596 CPUtime=2.07
/proc/14292/stat : 14292 (java) S 14291 14278 11705 0 -1 0 13108 0 1 0 200 7 0 0 18 0 9 0 20368115 889442304 12303 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14292/statm: 217149 12303 2566 9 0 211654 0
[pid=14292/tid=14293] ppid=14291 vsize=868596 CPUtime=1.29
/proc/14292/task/14293/stat : 14293 (java) R 14291 14278 11705 0 -1 64 3001 0 1 0 127 2 0 0 25 0 9 0 20368117 889442304 12303 996147200 134512640 134550932 4294955936 18446744073709551615 4126561334 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14292/tid=14294] ppid=14291 vsize=868596 CPUtime=0.6
/proc/14292/task/14294/stat : 14294 (java) S 14291 14278 11705 0 -1 64 7926 0 0 0 57 3 0 0 16 0 9 0 20368118 889442304 12303 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14292/tid=14295] ppid=14291 vsize=868596 CPUtime=0
/proc/14292/task/14295/stat : 14295 (java) S 14291 14278 11705 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20368118 889442304 12303 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14292/tid=14296] ppid=14291 vsize=868596 CPUtime=0
/proc/14292/task/14296/stat : 14296 (java) S 14291 14278 11705 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 20368118 889442304 12303 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14292/tid=14297] ppid=14291 vsize=868596 CPUtime=0
/proc/14292/task/14297/stat : 14297 (java) S 14291 14278 11705 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20368120 889442304 12303 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14292/tid=14298] ppid=14291 vsize=868596 CPUtime=0.16
/proc/14292/task/14298/stat : 14298 (java) S 14291 14278 11705 0 -1 64 1483 0 0 0 15 1 0 0 16 0 9 0 20368120 889442304 12303 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14292/tid=14299] ppid=14291 vsize=868596 CPUtime=0
/proc/14292/task/14299/stat : 14299 (java) S 14291 14278 11705 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 20368120 889442304 12303 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14292/tid=14300] ppid=14291 vsize=868596 CPUtime=0
/proc/14292/task/14300/stat : 14300 (java) S 14291 14278 11705 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 20368120 889442304 12303 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) 890820

[startup+6.30251 s]
/proc/loadavg: 2.04 2.41 2.29 4/94 14300
/proc/meminfo: memFree=1395872/2055920 swapFree=4192812/4192956
[pid=14278] ppid=14276 vsize=16868 CPUtime=0.92
/proc/14278/stat : 14278 (sugar) S 14276 14278 11705 0 -1 4194304 1309 7081 0 1 5 1 82 4 15 0 1 0 20368015 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14278/statm: 4217 1111 409 3 0 796 0
[pid=14291] ppid=14278 vsize=5356 CPUtime=0
/proc/14291/stat : 14291 (sh) S 14278 14278 11705 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20368115 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14291/statm: 1339 233 193 169 0 50 0
[pid=14292] ppid=14291 vsize=868596 CPUtime=5.25
/proc/14292/stat : 14292 (java) S 14291 14278 11705 0 -1 0 34534 0 1 0 508 17 0 0 18 0 9 0 20368115 889442304 23456 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14292/statm: 217149 23456 2567 9 0 211654 0
[pid=14292/tid=14293] ppid=14291 vsize=868596 CPUtime=3.18
/proc/14292/task/14293/stat : 14293 (java) R 14291 14278 11705 0 -1 64 3749 0 1 0 315 3 0 0 25 0 9 0 20368117 889442304 23456 996147200 134512640 134550932 4294955936 18446744073709551615 4126547383 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14292/tid=14294] ppid=14291 vsize=868596 CPUtime=1.86
/proc/14292/task/14294/stat : 14294 (java) S 14291 14278 11705 0 -1 64 28588 0 0 0 175 11 0 0 16 0 9 0 20368118 889442304 23456 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14292/tid=14295] ppid=14291 vsize=868596 CPUtime=0
/proc/14292/task/14295/stat : 14295 (java) S 14291 14278 11705 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20368118 889442304 23456 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14292/tid=14296] ppid=14291 vsize=868596 CPUtime=0
/proc/14292/task/14296/stat : 14296 (java) S 14291 14278 11705 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 20368118 889442304 23456 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14292/tid=14297] ppid=14291 vsize=868596 CPUtime=0
/proc/14292/task/14297/stat : 14297 (java) S 14291 14278 11705 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20368120 889442304 23456 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14292/tid=14298] ppid=14291 vsize=868596 CPUtime=0.17
/proc/14292/task/14298/stat : 14298 (java) S 14291 14278 11705 0 -1 64 1499 0 0 0 16 1 0 0 16 0 9 0 20368120 889442304 23456 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14292/tid=14299] ppid=14291 vsize=868596 CPUtime=0
/proc/14292/task/14299/stat : 14299 (java) S 14291 14278 11705 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 20368120 889442304 23456 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14292/tid=14300] ppid=14291 vsize=868596 CPUtime=0
/proc/14292/task/14300/stat : 14300 (java) S 14291 14278 11705 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 20368120 889442304 23456 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 890820

[startup+12.7012 s]
/proc/loadavg: 2.03 2.41 2.29 3/94 14300
/proc/meminfo: memFree=1301864/2055920 swapFree=4192812/4192956
[pid=14278] ppid=14276 vsize=16868 CPUtime=0.92
/proc/14278/stat : 14278 (sugar) S 14276 14278 11705 0 -1 4194304 1309 7081 0 1 5 1 82 4 15 0 1 0 20368015 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14278/statm: 4217 1111 409 3 0 796 0
[pid=14291] ppid=14278 vsize=5356 CPUtime=0
/proc/14291/stat : 14291 (sh) S 14278 14278 11705 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20368115 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14291/statm: 1339 233 193 169 0 50 0
[pid=14292] ppid=14291 vsize=868596 CPUtime=11.57
/proc/14292/stat : 14292 (java) S 14291 14278 11705 0 -1 0 68216 0 1 0 1126 31 0 0 18 0 9 0 20368115 889442304 48131 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14292/statm: 217149 48131 2567 9 0 211654 0
[pid=14292/tid=14293] ppid=14291 vsize=868596 CPUtime=7.47
/proc/14292/task/14293/stat : 14293 (java) R 14291 14278 11705 0 -1 64 4510 0 1 0 744 3 0 0 25 0 9 0 20368117 889442304 48131 996147200 134512640 134550932 4294955936 18446744073709551615 4126561296 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14292/tid=14294] ppid=14291 vsize=868596 CPUtime=3.92
/proc/14292/task/14294/stat : 14294 (java) S 14291 14278 11705 0 -1 64 61509 0 0 0 366 26 0 0 16 0 9 0 20368118 889442304 48131 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14292/tid=14295] ppid=14291 vsize=868596 CPUtime=0
/proc/14292/task/14295/stat : 14295 (java) S 14291 14278 11705 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20368118 889442304 48131 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14292/tid=14296] ppid=14291 vsize=868596 CPUtime=0
/proc/14292/task/14296/stat : 14296 (java) S 14291 14278 11705 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 20368118 889442304 48131 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14292/tid=14297] ppid=14291 vsize=868596 CPUtime=0
/proc/14292/task/14297/stat : 14297 (java) S 14291 14278 11705 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20368120 889442304 48131 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14292/tid=14298] ppid=14291 vsize=868596 CPUtime=0.17
/proc/14292/task/14298/stat : 14298 (java) S 14291 14278 11705 0 -1 64 1499 0 0 0 16 1 0 0 16 0 9 0 20368120 889442304 48131 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14292/tid=14299] ppid=14291 vsize=868596 CPUtime=0
/proc/14292/task/14299/stat : 14299 (java) S 14291 14278 11705 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 20368120 889442304 48131 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14292/tid=14300] ppid=14291 vsize=868596 CPUtime=0
/proc/14292/task/14300/stat : 14300 (java) S 14291 14278 11705 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 20368120 889442304 48131 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.49
Current children cumulated vsize (KiB) 890820

[startup+25.5027 s]
/proc/loadavg: 2.09 2.40 2.29 3/94 14300
/proc/meminfo: memFree=1163048/2055920 swapFree=4192812/4192956
[pid=14278] ppid=14276 vsize=16868 CPUtime=0.92
/proc/14278/stat : 14278 (sugar) S 14276 14278 11705 0 -1 4194304 1310 7081 0 1 5 1 82 4 15 0 1 0 20368015 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14278/statm: 4217 1111 409 3 0 796 0
[pid=14291] ppid=14278 vsize=5356 CPUtime=0
/proc/14291/stat : 14291 (sh) S 14278 14278 11705 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20368115 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14291/statm: 1339 233 193 169 0 50 0
[pid=14292] ppid=14291 vsize=868708 CPUtime=24.25
/proc/14292/stat : 14292 (java) S 14291 14278 11705 0 -1 0 116146 0 1 0 2368 57 0 0 18 0 9 0 20368115 889556992 77744 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14292/statm: 217177 77744 2593 9 0 211654 0
[pid=14292/tid=14293] ppid=14291 vsize=868708 CPUtime=15.81
/proc/14292/task/14293/stat : 14293 (java) R 14291 14278 11705 0 -1 64 7185 0 1 0 1569 12 0 0 25 0 9 0 20368117 889556992 77744 996147200 134512640 134550932 4294955936 18446744073709551615 4126475479 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14292/tid=14294] ppid=14291 vsize=868708 CPUtime=8.16
/proc/14292/task/14294/stat : 14294 (java) S 14291 14278 11705 0 -1 64 106712 0 0 0 773 43 0 0 16 0 9 0 20368118 889556992 77744 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14292/tid=14295] ppid=14291 vsize=868708 CPUtime=0
/proc/14292/task/14295/stat : 14295 (java) S 14291 14278 11705 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20368118 889556992 77744 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14292/tid=14296] ppid=14291 vsize=868708 CPUtime=0
/proc/14292/task/14296/stat : 14296 (java) S 14291 14278 11705 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 20368118 889556992 77744 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14292/tid=14297] ppid=14291 vsize=868708 CPUtime=0
/proc/14292/task/14297/stat : 14297 (java) S 14291 14278 11705 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20368120 889556992 77744 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14292/tid=14298] ppid=14291 vsize=868708 CPUtime=0.25
/proc/14292/task/14298/stat : 14298 (java) S 14291 14278 11705 0 -1 64 1551 0 0 0 24 1 0 0 16 0 9 0 20368120 889556992 77744 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14292/tid=14299] ppid=14291 vsize=868708 CPUtime=0
/proc/14292/task/14299/stat : 14299 (java) S 14291 14278 11705 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 20368120 889556992 77744 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14292/tid=14300] ppid=14291 vsize=868708 CPUtime=0
/proc/14292/task/14300/stat : 14300 (java) S 14291 14278 11705 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 20368120 889556992 77744 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.17
Current children cumulated vsize (KiB) 890932

[startup+51.1017 s]
/proc/loadavg: 2.12 2.39 2.28 3/86 14302
/proc/meminfo: memFree=1385704/2055920 swapFree=4192812/4192956
[pid=14278] ppid=14276 vsize=16868 CPUtime=28.53
/proc/14278/stat : 14278 (sugar) S 14276 14278 11705 0 -1 4194304 1376 123558 0 2 6 1 2771 75 16 0 1 0 20368015 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14278/statm: 4217 1113 409 3 0 796 0
[pid=14301] ppid=14278 vsize=5356 CPUtime=0
/proc/14301/stat : 14301 (sh) S 14278 14278 11705 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20370908 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14301/statm: 1339 232 193 169 0 50 0
[pid=14302] ppid=14301 vsize=65852 CPUtime=21.95
/proc/14302/stat : 14302 (minisat) R 14301 14278 11705 0 -1 4194304 15972 0 0 0 2187 8 0 0 25 0 1 0 20370908 67432448 15958 996147200 134512640 135127466 4294956256 18446744073709551615 134530581 0 0 4096 3 0 0 0 17 1 0 0
/proc/14302/statm: 16463 15958 76 150 0 16310 0
Current children cumulated CPU time (s) 50.48
Current children cumulated vsize (KiB) 88076

[startup+102.307 s]
/proc/loadavg: 2.05 2.32 2.26 3/86 14302
/proc/meminfo: memFree=1383016/2055920 swapFree=4192812/4192956
[pid=14278] ppid=14276 vsize=16868 CPUtime=28.53
/proc/14278/stat : 14278 (sugar) S 14276 14278 11705 0 -1 4194304 1376 123558 0 2 6 1 2771 75 16 0 1 0 20368015 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14278/statm: 4217 1113 409 3 0 796 0
[pid=14301] ppid=14278 vsize=5356 CPUtime=0
/proc/14301/stat : 14301 (sh) S 14278 14278 11705 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20370908 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14301/statm: 1339 232 193 169 0 50 0
[pid=14302] ppid=14301 vsize=68448 CPUtime=72.66
/proc/14302/stat : 14302 (minisat) R 14301 14278 11705 0 -1 4194304 16639 0 0 0 7257 9 0 0 25 0 1 0 20370908 70090752 16625 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/14302/statm: 17112 16625 76 150 0 16959 0
Current children cumulated CPU time (s) 101.19
Current children cumulated vsize (KiB) 90672

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

[startup+108.701 s]
/proc/loadavg: 2.05 2.32 2.26 3/86 14302
/proc/meminfo: memFree=1382696/2055920 swapFree=4192812/4192956
[pid=14278] ppid=14276 vsize=16868 CPUtime=28.53
/proc/14278/stat : 14278 (sugar) S 14276 14278 11705 0 -1 4194304 1376 123558 0 2 6 1 2771 75 16 0 1 0 20368015 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14278/statm: 4217 1113 409 3 0 796 0
[pid=14301] ppid=14278 vsize=5356 CPUtime=0
/proc/14301/stat : 14301 (sh) S 14278 14278 11705 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20370908 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14301/statm: 1339 232 193 169 0 50 0
[pid=14302] ppid=14301 vsize=68844 CPUtime=79
/proc/14302/stat : 14302 (minisat) R 14301 14278 11705 0 -1 4194304 16729 0 0 0 7891 9 0 0 25 0 1 0 20370908 70496256 16715 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/14302/statm: 17211 16715 76 150 0 17058 0
Current children cumulated CPU time (s) 107.53
Current children cumulated vsize (KiB) 91068

[startup+115.101 s]
/proc/loadavg: 2.04 2.31 2.26 3/86 14302
/proc/meminfo: memFree=1382312/2055920 swapFree=4192812/4192956
[pid=14278] ppid=14276 vsize=16868 CPUtime=28.53
/proc/14278/stat : 14278 (sugar) S 14276 14278 11705 0 -1 4194304 1376 123558 0 2 6 1 2771 75 16 0 1 0 20368015 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14278/statm: 4217 1113 409 3 0 796 0
[pid=14301] ppid=14278 vsize=5356 CPUtime=0
/proc/14301/stat : 14301 (sh) S 14278 14278 11705 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20370908 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14301/statm: 1339 232 193 169 0 50 0
[pid=14302] ppid=14301 vsize=69240 CPUtime=85.34
/proc/14302/stat : 14302 (minisat) R 14301 14278 11705 0 -1 4194304 16824 0 0 0 8525 9 0 0 25 0 1 0 20370908 70901760 16810 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/14302/statm: 17310 16810 76 150 0 17157 0
Current children cumulated CPU time (s) 113.87
Current children cumulated vsize (KiB) 91464

[startup+116.701 s]
/proc/loadavg: 2.04 2.31 2.26 3/86 14302
/proc/meminfo: memFree=1382120/2055920 swapFree=4192812/4192956
[pid=14278] ppid=14276 vsize=16868 CPUtime=28.53
/proc/14278/stat : 14278 (sugar) S 14276 14278 11705 0 -1 4194304 1376 123558 0 2 6 1 2771 75 16 0 1 0 20368015 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14278/statm: 4217 1113 409 3 0 796 0
[pid=14301] ppid=14278 vsize=5356 CPUtime=0
/proc/14301/stat : 14301 (sh) S 14278 14278 11705 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20370908 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14301/statm: 1339 232 193 169 0 50 0
[pid=14302] ppid=14301 vsize=69240 CPUtime=86.92
/proc/14302/stat : 14302 (minisat) R 14301 14278 11705 0 -1 4194304 16844 0 0 0 8683 9 0 0 25 0 1 0 20370908 70901760 16830 996147200 134512640 135127466 4294956256 18446744073709551615 134530581 0 0 4096 3 0 0 0 17 1 0 0
/proc/14302/statm: 17310 16830 76 150 0 17157 0
Current children cumulated CPU time (s) 115.45
Current children cumulated vsize (KiB) 91464

[startup+117.501 s]
/proc/loadavg: 2.04 2.31 2.26 3/86 14302
/proc/meminfo: memFree=1382120/2055920 swapFree=4192812/4192956
[pid=14278] ppid=14276 vsize=16868 CPUtime=28.53
/proc/14278/stat : 14278 (sugar) S 14276 14278 11705 0 -1 4194304 1376 123558 0 2 6 1 2771 75 16 0 1 0 20368015 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14278/statm: 4217 1113 409 3 0 796 0
[pid=14301] ppid=14278 vsize=5356 CPUtime=0
/proc/14301/stat : 14301 (sh) S 14278 14278 11705 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20370908 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14301/statm: 1339 232 193 169 0 50 0
[pid=14302] ppid=14301 vsize=69372 CPUtime=87.72
/proc/14302/stat : 14302 (minisat) R 14301 14278 11705 0 -1 4194304 16856 0 0 0 8763 9 0 0 25 0 1 0 20370908 71036928 16842 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/14302/statm: 17343 16842 76 150 0 17190 0
Current children cumulated CPU time (s) 116.25
Current children cumulated vsize (KiB) 91596

[startup+117.901 s]
/proc/loadavg: 2.04 2.31 2.26 3/86 14302
/proc/meminfo: memFree=1382056/2055920 swapFree=4192812/4192956
[pid=14278] ppid=14276 vsize=16868 CPUtime=116.55
/proc/14278/stat : 14278 (sugar) S 14276 14278 11705 0 -1 4194304 1448 140754 0 2 6 1 11561 87 16 0 1 0 20368015 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14278/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 116.55
Current children cumulated vsize (KiB) 16868

[startup+118.101 s]
/proc/loadavg: 2.04 2.31 2.26 3/86 14302
/proc/meminfo: memFree=1382056/2055920 swapFree=4192812/4192956
[pid=14278] ppid=14276 vsize=16868 CPUtime=116.55
/proc/14278/stat : 14278 (sugar) S 14276 14278 11705 0 -1 4194304 1448 140754 0 2 6 1 11561 87 16 0 1 0 20368015 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14278/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 116.55
Current children cumulated vsize (KiB) 16868

[startup+118.201 s]
/proc/loadavg: 2.04 2.31 2.26 3/86 14302
/proc/meminfo: memFree=1382056/2055920 swapFree=4192812/4192956
[pid=14278] ppid=14276 vsize=16868 CPUtime=116.56
/proc/14278/stat : 14278 (sugar) S 14276 14278 11705 0 -1 4194304 1449 140754 0 2 6 2 11561 87 15 0 1 0 20368015 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14278/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 116.56
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 118.234
CPU time (s): 117.002
CPU user time (s): 116.064
CPU system time (s): 0.937857
CPU usage (%): 98.9581
Max. virtual memory (cumulated for all children) (KiB): 911496

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 116.064
system time used= 0.937857
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 146263
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= 5106
involuntary context switches= 9141

runsolver used 0.179972 second user time and 0.377942 second system time

The end

Launcher Data

Begin job on node74 at 2009-07-11 19:23:42
IDJOB=2063833
IDBENCH=54098
IDSOLVER=739
FILE ID=node74/2063833-1247333022
PBS_JOBID= 9506486
Free space on /tmp= 103080 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/compet08/normalized-patat-08-comp-7.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-2063833-1247333022/watcher-2063833-1247333022 -o /tmp/evaluation-result-2063833-1247333022/solver-2063833-1247333022 -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-2063833-1247333022.xml

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

MD5SUM BENCH= 21e1efd837826f67c36950f4f3fb41e3
RANDOM SEED=98164374

node74.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.234
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.234
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:       1477592 kB
Buffers:          6588 kB
Cached:          65152 kB
SwapCached:          0 kB
Active:         500316 kB
Inactive:        31404 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1477592 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1864 kB
Writeback:           0 kB
Mapped:         480376 kB
Slab:            30884 kB
Committed_AS:   623812 kB
PageTables:       2760 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= 103080 MiB
End job on node74 at 2009-07-11 19:25:41