Trace number 2072545

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.14.6+minisatUNSAT 214.948 215.148

General information on the benchmark

Namecsp/pseudoGLB/
normalized-pigeon-clauses-15-10.xml
MD5SUMa6023204a3b6f326b8654c5c25ce714b
Bench CategoryAlldiff+Elt+WSum (alldiff,element,weightedsum)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1.2828
Satisfiable
(Un)Satisfiability was proved
Number of variables150
Number of constraints1065
Maximum constraint arity10
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)weightedsum(1065)

Solver Data

0.00/0.07	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.07	c 0	BEGIN Sun Jul 12 01:56:22 2009
0.00/0.07	c 0	PID 18460
0.00/0.08	c 0	HOST node76.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-2072545-1247356582.xml TO HOME/temp.csp
0.00/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2072545-1247356582.xml' 'HOME/temp.csp'
0.06/0.59	c 1	1 domains, 150 variables, 0 predicates, 0 relations, 1065 constraints
0.06/0.60	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.60	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.06/0.67	c 1	Parsing HOME/temp.csp
0.56/0.77	c 1	parsed 1216 expressions
0.56/0.77	c 1	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.56/0.77	c 1	Converting to clausal form CSP
0.56/0.80	c 1	converted 122 (10%) expressions
0.56/0.83	c 1	converted 244 (20%) expressions
0.56/0.86	c 1	converted 365 (30%) expressions
0.56/0.88	c 1	converted 487 (40%) expressions
0.56/0.89	c 1	converted 608 (50%) expressions
0.56/0.91	c 1	converted 730 (60%) expressions
0.56/0.92	c 1	converted 852 (70%) expressions
0.56/0.99	c 1	converted 973 (80%) expressions
0.56/1.00	c 1	converted 1095 (90%) expressions
0.56/1.00	c 1	converted 1216 (100%) expressions
0.56/1.00	c 1	CSP : 150 integers, 0 booleans, 1065 clauses, largest domain size 2
0.56/1.00	c 1	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.56/1.00	c 1	Propagation in CSP
0.56/1.01	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.56/1.01	c 1	CSP : 150 integers, 0 booleans, 1065 clauses, largest domain size 2
0.56/1.01	c 1	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.56/1.02	c 1	Simplifing CSP by introducing new Boolean variables
0.56/1.02	c 1	CSP : 150 integers, 0 booleans, 1065 clauses, largest domain size 2
0.56/1.02	c 1	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.56/1.04	c 1	Encoding CSP to SAT : HOME/temp.cnf
0.56/1.05	c 1	15 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.56/1.05	c 1	30 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.56/1.05	c 1	45 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.56/1.05	c 1	60 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.56/1.05	c 1	75 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.56/1.05	c 1	90 (60%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.56/1.05	c 1	105 (70%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.56/1.05	c 1	120 (80%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.56/1.05	c 1	135 (90%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.56/1.05	c 1	150 (100%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.56/1.06	c 1	107 (10%) CSP clauses are encoded (107 clauses, 848 bytes)
0.56/1.06	c 1	213 (20%) CSP clauses are encoded (213 clauses, 1718 bytes)
0.56/1.07	c 1	320 (30%) CSP clauses are encoded (320 clauses, 2620 bytes)
0.56/1.07	c 1	426 (40%) CSP clauses are encoded (426 clauses, 3514 bytes)
0.56/1.08	c 1	533 (50%) CSP clauses are encoded (533 clauses, 4421 bytes)
0.56/1.08	c 1	639 (60%) CSP clauses are encoded (639 clauses, 5325 bytes)
0.56/1.09	c 1	746 (70%) CSP clauses are encoded (746 clauses, 6247 bytes)
0.56/1.09	c 1	852 (80%) CSP clauses are encoded (852 clauses, 7172 bytes)
0.56/1.10	c 1	959 (90%) CSP clauses are encoded (959 clauses, 8142 bytes)
1.14/1.22	c 1	1065 (100%) CSP clauses are encoded (1065 clauses, 9724 bytes)
1.14/1.22	c 1	1065 CSP clauses encoded
1.14/1.23	c 1	Writing map file : HOME/temp.map
1.14/1.23	c 1	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.14/1.23	c 1	SAT : 150 SAT variables, 1065 SAT clauses, 9724 bytes
1.14/1.23	c 1	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.14/1.28	c 1	SOLVING HOME/temp.cnf
1.14/1.28	c 1	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.14/1.28	c 1	This is MiniSat 2.0 beta
1.14/1.28	c 1	WARNING: for repeatability, setting FPU to use double precision
1.14/1.28	c 1	============================[ Problem Statistics ]=============================
1.14/1.28	c 1	|                                                                             |
1.14/1.28	c 1	|  Number of variables:  150                                                  |
1.14/1.28	c 1	|  Number of clauses:    1065                                                 |
1.14/1.29	c 1	|  Parsing time:         0.00         s                                       |
1.14/1.29	c 1	============================[ Search Statistics ]==============================
1.14/1.29	c 1	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.14/1.29	c 1	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.14/1.29	c 1	===============================================================================
1.14/1.29	c 1	|         0 |     150     1065     2250 |      355        0    nan |  0.000 % |
1.14/1.29	c 1	|       100 |     150     1065     2250 |      390      100     23 |  0.067 % |
1.14/1.29	c 1	|       250 |     150     1065     2250 |      429      250     24 |  0.067 % |
1.14/1.29	c 1	|       475 |     150     1065     2250 |      472      475     24 |  0.067 % |
1.20/1.30	c 1	|       813 |     150     1065     2250 |      519      304     22 |  0.067 % |
1.20/1.31	c 1	|      1319 |     150     1065     2250 |      571      506     24 |  0.067 % |
1.20/1.32	c 1	|      2078 |     150     1065     2250 |      628      627     26 |  0.067 % |
1.20/1.35	c 1	|      3219 |     150     1065     2250 |      691      375     23 |  0.067 % |
1.20/1.38	c 1	|      4928 |     150     1065     2250 |      760      568     26 |  0.067 % |
1.20/1.45	c 2	|      7490 |     150     1065     2250 |      837      659     32 |  0.067 % |
1.20/1.56	c 2	|     11335 |     150     1065     2250 |      920      479     28 |  0.067 % |
1.20/1.71	c 2	|     17102 |     150     1065     2250 |     1012      883     26 |  0.067 % |
1.20/1.97	c 2	|     25751 |     150     1065     2250 |     1114     1025     32 |  0.067 % |
2.21/2.39	c 2	|     38725 |     150     1065     2250 |     1225     1134     37 |  0.067 % |
2.91/3.06	c 3	|     58187 |     150     1065     2250 |     1348      856     36 |  0.068 % |
4.01/4.15	c 4	|     87380 |     150     1065     2250 |     1482      836     37 |  0.068 % |
5.71/5.81	c 6	|    131169 |     150     1065     2250 |     1631      998     36 |  0.072 % |
8.30/8.44	c 9	|    196856 |     150     1065     2250 |     1794     1257     38 |  0.072 % |
12.30/12.46	c 13	|    295382 |     150     1065     2250 |     1973     1476     37 |  0.080 % |
18.70/18.84	c 19	|    443171 |     150     1065     2250 |     2171     1988     37 |  0.081 % |
28.80/28.99	c 29	|    664854 |     150     1065     2250 |     2388     1465     38 |  0.116 % |
44.59/44.77	c 45	|    997379 |     149     1051     2222 |     2627     1594     36 |  0.752 % |
69.08/69.21	c 69	|   1496168 |     148     1037     2194 |     2889     2244     39 |  1.467 % |
107.66/107.86	c 108	|   2244350 |     146     1010     2140 |     3178     1658     39 |  2.769 % |
167.73/167.95	c 168	|   3366625 |     141      943     2006 |     3496     2945     36 |  6.067 % |
214.71/214.97	c 215	===============================================================================
214.71/214.97	c 215	restarts              : 25
214.71/214.97	c 215	conflicts             : 4243187        (19867 /sec)
214.71/214.97	c 215	decisions             : 4311145        (1.46 % random) (20185 /sec)
214.71/214.97	c 215	propagations          : 71582910       (335158 /sec)
214.71/214.97	c 215	conflict literals     : 177396309      (5.98 % deleted)
214.71/214.97	c 215	Memory used           : 3.70 MB
214.71/214.97	c 215	CPU time              : 213.58 s
214.71/214.97	c 215	
214.71/214.97	c 215	UNSATISFIABLE
214.71/214.97	c 215	DECODING HOME/temp.out WITH HOME/temp.map
214.71/214.97	c 215	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'
214.80/215.05	c 215	Decoding HOME/temp.out
214.80/215.08	s UNSATISFIABLE
214.80/215.09	c 215	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
214.80/215.14	c 215	CPU 214.92 (0.05 0.01 214.73 0.13)
214.80/215.14	c 215	END Sun Jul 12 01:59:57 2009

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2072545-1247356582/watcher-2072545-1247356582 -o /tmp/evaluation-result-2072545-1247356582/solver-2072545-1247356582 -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-2072545-1247356582.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.10 2.15 2.18 4/83 18460
/proc/meminfo: memFree=1379880/2055920 swapFree=4192812/4192956
[pid=18460] ppid=18458 vsize=18576 CPUtime=0
/proc/18460/stat : 18460 (runsolver) R 18458 18460 17126 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 22723545 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 265674091815 0 0 4096 24578 0 0 0 17 1 0 0
/proc/18460/statm: 4644 284 249 26 0 2626 0

[startup+0.103733 s]
/proc/loadavg: 2.10 2.15 2.18 4/83 18460
/proc/meminfo: memFree=1379880/2055920 swapFree=4192812/4192956
[pid=18460] ppid=18458 vsize=16868 CPUtime=0.06
/proc/18460/stat : 18460 (sugar) S 18458 18460 17126 0 -1 4194304 1227 128 0 0 5 1 0 0 22 0 1 0 22723545 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18460/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.201751 s]
/proc/loadavg: 2.10 2.15 2.18 4/83 18460
/proc/meminfo: memFree=1379880/2055920 swapFree=4192812/4192956
[pid=18460] ppid=18458 vsize=16868 CPUtime=0.06
/proc/18460/stat : 18460 (sugar) S 18458 18460 17126 0 -1 4194304 1227 128 0 0 5 1 0 0 22 0 1 0 22723545 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18460/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301769 s]
/proc/loadavg: 2.10 2.15 2.18 4/83 18460
/proc/meminfo: memFree=1379880/2055920 swapFree=4192812/4192956
[pid=18460] ppid=18458 vsize=16868 CPUtime=0.06
/proc/18460/stat : 18460 (sugar) S 18458 18460 17126 0 -1 4194304 1227 128 0 0 5 1 0 0 22 0 1 0 22723545 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18460/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.700843 s]
/proc/loadavg: 2.10 2.15 2.18 4/83 18460
/proc/meminfo: memFree=1379880/2055920 swapFree=4192812/4192956
[pid=18460] ppid=18458 vsize=16868 CPUtime=0.56
/proc/18460/stat : 18460 (sugar) S 18458 18460 17126 0 -1 4194304 1309 5029 0 1 5 1 47 3 16 0 1 0 22723545 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18460/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.56
Current children cumulated vsize (KiB) 16868

[startup+1.502 s]
/proc/loadavg: 2.10 2.15 2.18 3/94 18482
/proc/meminfo: memFree=1361680/2055920 swapFree=4192812/4192956
[pid=18460] ppid=18458 vsize=16868 CPUtime=1.2
/proc/18460/stat : 18460 (sugar) S 18458 18460 17126 0 -1 4194304 1376 11762 0 2 5 1 105 9 15 0 1 0 22723545 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18460/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 1.2
Current children cumulated vsize (KiB) 16868

[startup+3.10231 s]
/proc/loadavg: 2.10 2.15 2.18 3/86 18484
/proc/meminfo: memFree=1372496/2055920 swapFree=4192812/4192956
[pid=18460] ppid=18458 vsize=16868 CPUtime=1.2
/proc/18460/stat : 18460 (sugar) S 18458 18460 17126 0 -1 4194304 1376 11762 0 2 5 1 105 9 15 0 1 0 22723545 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18460/statm: 4217 1113 409 3 0 796 0
[pid=18483] ppid=18460 vsize=5356 CPUtime=0
/proc/18483/stat : 18483 (sh) S 18460 18460 17126 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22723674 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18483/statm: 1339 232 193 169 0 50 0
[pid=18484] ppid=18483 vsize=2204 CPUtime=1.81
/proc/18484/stat : 18484 (minisat) R 18483 18460 17126 0 -1 4194304 222 0 0 0 181 0 0 0 25 0 1 0 22723674 2256896 208 996147200 134512640 135127466 4294956256 18446744073709551615 134530772 0 0 4096 3 0 0 0 17 1 0 0
/proc/18484/statm: 551 208 75 150 0 398 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 24428

[startup+6.30192 s]
/proc/loadavg: 2.09 2.15 2.18 3/86 18484
/proc/meminfo: memFree=1372112/2055920 swapFree=4192812/4192956
[pid=18460] ppid=18458 vsize=16868 CPUtime=1.2
/proc/18460/stat : 18460 (sugar) S 18458 18460 17126 0 -1 4194304 1376 11762 0 2 5 1 105 9 16 0 1 0 22723545 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18460/statm: 4217 1113 409 3 0 796 0
[pid=18483] ppid=18460 vsize=5356 CPUtime=0
/proc/18483/stat : 18483 (sh) S 18460 18460 17126 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22723674 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18483/statm: 1339 232 193 169 0 50 0
[pid=18484] ppid=18483 vsize=2468 CPUtime=5.01
/proc/18484/stat : 18484 (minisat) R 18483 18460 17126 0 -1 4194304 268 0 0 0 501 0 0 0 25 0 1 0 22723674 2527232 254 996147200 134512640 135127466 4294956256 18446744073709551615 134527257 0 0 4096 3 0 0 0 17 1 0 0
/proc/18484/statm: 617 254 75 150 0 464 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 24692

[startup+12.7022 s]
/proc/loadavg: 2.08 2.14 2.18 3/86 18484
/proc/meminfo: memFree=1371928/2055920 swapFree=4192812/4192956
[pid=18460] ppid=18458 vsize=16868 CPUtime=1.2
/proc/18460/stat : 18460 (sugar) S 18458 18460 17126 0 -1 4194304 1376 11762 0 2 5 1 105 9 16 0 1 0 22723545 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18460/statm: 4217 1113 409 3 0 796 0
[pid=18483] ppid=18460 vsize=5356 CPUtime=0
/proc/18483/stat : 18483 (sh) S 18460 18460 17126 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22723674 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18483/statm: 1339 232 193 169 0 50 0
[pid=18484] ppid=18483 vsize=2600 CPUtime=11.4
/proc/18484/stat : 18484 (minisat) R 18483 18460 17126 0 -1 4194304 315 0 0 0 1140 0 0 0 25 0 1 0 22723674 2662400 301 996147200 134512640 135127466 4294956256 18446744073709551615 134530783 0 0 4096 3 0 0 0 17 1 0 0
/proc/18484/statm: 650 301 75 150 0 497 0
Current children cumulated CPU time (s) 12.6
Current children cumulated vsize (KiB) 24824

[startup+25.5016 s]
/proc/loadavg: 2.06 2.14 2.18 3/86 18484
/proc/meminfo: memFree=1370784/2055920 swapFree=4192812/4192956
[pid=18460] ppid=18458 vsize=16868 CPUtime=1.2
/proc/18460/stat : 18460 (sugar) S 18458 18460 17126 0 -1 4194304 1376 11762 0 2 5 1 105 9 16 0 1 0 22723545 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18460/statm: 4217 1113 409 3 0 796 0
[pid=18483] ppid=18460 vsize=5356 CPUtime=0
/proc/18483/stat : 18483 (sh) S 18460 18460 17126 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22723674 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18483/statm: 1339 232 193 169 0 50 0
[pid=18484] ppid=18483 vsize=2864 CPUtime=24.2
/proc/18484/stat : 18484 (minisat) R 18483 18460 17126 0 -1 4194304 373 0 0 0 2420 0 0 0 25 0 1 0 22723674 2932736 359 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/18484/statm: 716 359 75 150 0 563 0
Current children cumulated CPU time (s) 25.4
Current children cumulated vsize (KiB) 25088

[startup+51.1015 s]
/proc/loadavg: 2.04 2.12 2.17 3/86 18484
/proc/meminfo: memFree=1370464/2055920 swapFree=4192812/4192956
[pid=18460] ppid=18458 vsize=16868 CPUtime=1.2
/proc/18460/stat : 18460 (sugar) S 18458 18460 17126 0 -1 4194304 1376 11762 0 2 5 1 105 9 16 0 1 0 22723545 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18460/statm: 4217 1113 409 3 0 796 0
[pid=18483] ppid=18460 vsize=5356 CPUtime=0
/proc/18483/stat : 18483 (sh) S 18460 18460 17126 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22723674 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18483/statm: 1339 232 193 169 0 50 0
[pid=18484] ppid=18483 vsize=3128 CPUtime=49.78
/proc/18484/stat : 18484 (minisat) R 18483 18460 17126 0 -1 4194304 450 0 0 0 4978 0 0 0 25 0 1 0 22723674 3203072 436 996147200 134512640 135127466 4294956256 18446744073709551615 134528065 0 0 4096 3 0 0 0 17 1 0 0
/proc/18484/statm: 782 436 75 150 0 629 0
Current children cumulated CPU time (s) 50.98
Current children cumulated vsize (KiB) 25352

[startup+102.301 s]
/proc/loadavg: 2.26 2.17 2.18 3/86 18484
/proc/meminfo: memFree=1340000/2055920 swapFree=4192812/4192956
[pid=18460] ppid=18458 vsize=16868 CPUtime=1.2
/proc/18460/stat : 18460 (sugar) S 18458 18460 17126 0 -1 4194304 1376 11762 0 2 5 1 105 9 16 0 1 0 22723545 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18460/statm: 4217 1113 409 3 0 796 0
[pid=18483] ppid=18460 vsize=5356 CPUtime=0
/proc/18483/stat : 18483 (sh) S 18460 18460 17126 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22723674 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18483/statm: 1339 232 193 169 0 50 0
[pid=18484] ppid=18483 vsize=3400 CPUtime=100.96
/proc/18484/stat : 18484 (minisat) R 18483 18460 17126 0 -1 4194304 519 0 0 0 10095 1 0 0 25 0 1 0 22723674 3481600 505 996147200 134512640 135127466 4294956256 18446744073709551615 134527115 0 0 4096 3 0 0 0 17 1 0 0
/proc/18484/statm: 850 505 75 150 0 697 0
Current children cumulated CPU time (s) 102.16
Current children cumulated vsize (KiB) 25624

[startup+162.302 s]
/proc/loadavg: 2.09 2.13 2.17 3/86 18484
/proc/meminfo: memFree=1334496/2055920 swapFree=4192812/4192956
[pid=18460] ppid=18458 vsize=16868 CPUtime=1.2
/proc/18460/stat : 18460 (sugar) S 18458 18460 17126 0 -1 4194304 1376 11762 0 2 5 1 105 9 16 0 1 0 22723545 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18460/statm: 4217 1113 409 3 0 796 0
[pid=18483] ppid=18460 vsize=5356 CPUtime=0
/proc/18483/stat : 18483 (sh) S 18460 18460 17126 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22723674 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18483/statm: 1339 232 193 169 0 50 0
[pid=18484] ppid=18483 vsize=3652 CPUtime=160.93
/proc/18484/stat : 18484 (minisat) R 18483 18460 17126 0 -1 4194304 570 0 0 0 16092 1 0 0 25 0 1 0 22723674 3739648 556 996147200 134512640 135127466 4294956256 18446744073709551615 134530748 0 0 4096 3 0 0 0 17 1 0 0
/proc/18484/statm: 913 556 75 150 0 760 0
Current children cumulated CPU time (s) 162.13
Current children cumulated vsize (KiB) 25876

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

[startup+179.201 s]
/proc/loadavg: 2.07 2.12 2.17 3/86 18484
/proc/meminfo: memFree=1334304/2055920 swapFree=4192812/4192956
[pid=18460] ppid=18458 vsize=16868 CPUtime=1.2
/proc/18460/stat : 18460 (sugar) S 18458 18460 17126 0 -1 4194304 1376 11762 0 2 5 1 105 9 16 0 1 0 22723545 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18460/statm: 4217 1113 409 3 0 796 0
[pid=18483] ppid=18460 vsize=5356 CPUtime=0
/proc/18483/stat : 18483 (sh) S 18460 18460 17126 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22723674 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18483/statm: 1339 232 193 169 0 50 0
[pid=18484] ppid=18483 vsize=3784 CPUtime=177.83
/proc/18484/stat : 18484 (minisat) R 18483 18460 17126 0 -1 4194304 599 0 0 0 17782 1 0 0 25 0 1 0 22723674 3874816 585 996147200 134512640 135127466 4294956256 18446744073709551615 134527107 0 0 4096 3 0 0 0 17 1 0 0
/proc/18484/statm: 946 585 75 150 0 793 0
Current children cumulated CPU time (s) 179.03
Current children cumulated vsize (KiB) 26008

[startup+192.002 s]
/proc/loadavg: 2.06 2.12 2.16 3/86 18484
/proc/meminfo: memFree=1334240/2055920 swapFree=4192812/4192956
[pid=18460] ppid=18458 vsize=16868 CPUtime=1.2
/proc/18460/stat : 18460 (sugar) S 18458 18460 17126 0 -1 4194304 1376 11762 0 2 5 1 105 9 16 0 1 0 22723545 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18460/statm: 4217 1113 409 3 0 796 0
[pid=18483] ppid=18460 vsize=5356 CPUtime=0
/proc/18483/stat : 18483 (sh) S 18460 18460 17126 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22723674 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18483/statm: 1339 232 193 169 0 50 0
[pid=18484] ppid=18483 vsize=3784 CPUtime=190.62
/proc/18484/stat : 18484 (minisat) R 18483 18460 17126 0 -1 4194304 605 0 0 0 19061 1 0 0 25 0 1 0 22723674 3874816 591 996147200 134512640 135127466 4294956256 18446744073709551615 134530936 0 0 4096 3 0 0 0 17 1 0 0
/proc/18484/statm: 946 591 75 150 0 793 0
Current children cumulated CPU time (s) 191.82
Current children cumulated vsize (KiB) 26008

[startup+204.801 s]
/proc/loadavg: 2.04 2.11 2.16 3/86 18484
/proc/meminfo: memFree=1333344/2055920 swapFree=4192812/4192956
[pid=18460] ppid=18458 vsize=16868 CPUtime=1.2
/proc/18460/stat : 18460 (sugar) S 18458 18460 17126 0 -1 4194304 1376 11762 0 2 5 1 105 9 16 0 1 0 22723545 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18460/statm: 4217 1113 409 3 0 796 0
[pid=18483] ppid=18460 vsize=5356 CPUtime=0
/proc/18483/stat : 18483 (sh) S 18460 18460 17126 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22723674 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18483/statm: 1339 232 193 169 0 50 0
[pid=18484] ppid=18483 vsize=3784 CPUtime=203.42
/proc/18484/stat : 18484 (minisat) R 18483 18460 17126 0 -1 4194304 605 0 0 0 20341 1 0 0 25 0 1 0 22723674 3874816 591 996147200 134512640 135127466 4294956256 18446744073709551615 134528076 0 0 4096 3 0 0 0 17 1 0 0
/proc/18484/statm: 946 591 75 150 0 793 0
Current children cumulated CPU time (s) 204.62
Current children cumulated vsize (KiB) 26008

[startup+211.202 s]
/proc/loadavg: 2.04 2.11 2.16 3/86 18484
/proc/meminfo: memFree=1333344/2055920 swapFree=4192812/4192956
[pid=18460] ppid=18458 vsize=16868 CPUtime=1.2
/proc/18460/stat : 18460 (sugar) S 18458 18460 17126 0 -1 4194304 1376 11762 0 2 5 1 105 9 16 0 1 0 22723545 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18460/statm: 4217 1113 409 3 0 796 0
[pid=18483] ppid=18460 vsize=5356 CPUtime=0
/proc/18483/stat : 18483 (sh) S 18460 18460 17126 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22723674 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18483/statm: 1339 232 193 169 0 50 0
[pid=18484] ppid=18483 vsize=3784 CPUtime=209.82
/proc/18484/stat : 18484 (minisat) R 18483 18460 17126 0 -1 4194304 605 0 0 0 20981 1 0 0 25 0 1 0 22723674 3874816 591 996147200 134512640 135127466 4294956256 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 1 0 0
/proc/18484/statm: 946 591 75 150 0 793 0
Current children cumulated CPU time (s) 211.02
Current children cumulated vsize (KiB) 26008

[startup+212.802 s]
/proc/loadavg: 2.04 2.11 2.16 3/86 18484
/proc/meminfo: memFree=1333344/2055920 swapFree=4192812/4192956
[pid=18460] ppid=18458 vsize=16868 CPUtime=1.2
/proc/18460/stat : 18460 (sugar) S 18458 18460 17126 0 -1 4194304 1376 11762 0 2 5 1 105 9 16 0 1 0 22723545 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18460/statm: 4217 1113 409 3 0 796 0
[pid=18483] ppid=18460 vsize=5356 CPUtime=0
/proc/18483/stat : 18483 (sh) S 18460 18460 17126 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22723674 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18483/statm: 1339 232 193 169 0 50 0
[pid=18484] ppid=18483 vsize=3784 CPUtime=211.41
/proc/18484/stat : 18484 (minisat) R 18483 18460 17126 0 -1 4194304 605 0 0 0 21140 1 0 0 25 0 1 0 22723674 3874816 591 996147200 134512640 135127466 4294956256 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 1 0 0
/proc/18484/statm: 946 591 75 150 0 793 0
Current children cumulated CPU time (s) 212.61
Current children cumulated vsize (KiB) 26008

[startup+214.402 s]
/proc/loadavg: 2.04 2.11 2.16 3/86 18484
/proc/meminfo: memFree=1333344/2055920 swapFree=4192812/4192956
[pid=18460] ppid=18458 vsize=16868 CPUtime=1.2
/proc/18460/stat : 18460 (sugar) S 18458 18460 17126 0 -1 4194304 1376 11762 0 2 5 1 105 9 16 0 1 0 22723545 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18460/statm: 4217 1113 409 3 0 796 0
[pid=18483] ppid=18460 vsize=5356 CPUtime=0
/proc/18483/stat : 18483 (sh) S 18460 18460 17126 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22723674 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18483/statm: 1339 232 193 169 0 50 0
[pid=18484] ppid=18483 vsize=3784 CPUtime=213.01
/proc/18484/stat : 18484 (minisat) R 18483 18460 17126 0 -1 4194304 605 0 0 0 21300 1 0 0 25 0 1 0 22723674 3874816 591 996147200 134512640 135127466 4294956256 18446744073709551615 134530840 0 0 4096 3 0 0 0 17 1 0 0
/proc/18484/statm: 946 591 75 150 0 793 0
Current children cumulated CPU time (s) 214.21
Current children cumulated vsize (KiB) 26008

[startup+214.802 s]
/proc/loadavg: 2.04 2.11 2.16 3/86 18484
/proc/meminfo: memFree=1333344/2055920 swapFree=4192812/4192956
[pid=18460] ppid=18458 vsize=16868 CPUtime=1.2
/proc/18460/stat : 18460 (sugar) S 18458 18460 17126 0 -1 4194304 1376 11762 0 2 5 1 105 9 16 0 1 0 22723545 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18460/statm: 4217 1113 409 3 0 796 0
[pid=18483] ppid=18460 vsize=5356 CPUtime=0
/proc/18483/stat : 18483 (sh) S 18460 18460 17126 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22723674 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18483/statm: 1339 232 193 169 0 50 0
[pid=18484] ppid=18483 vsize=3784 CPUtime=213.41
/proc/18484/stat : 18484 (minisat) R 18483 18460 17126 0 -1 4194304 605 0 0 0 21340 1 0 0 25 0 1 0 22723674 3874816 591 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/18484/statm: 946 591 75 150 0 793 0
Current children cumulated CPU time (s) 214.61
Current children cumulated vsize (KiB) 26008

[startup+215.001 s]
/proc/loadavg: 2.04 2.11 2.16 3/86 18484
/proc/meminfo: memFree=1333344/2055920 swapFree=4192812/4192956
[pid=18460] ppid=18458 vsize=16868 CPUtime=214.8
/proc/18460/stat : 18460 (sugar) S 18458 18460 17126 0 -1 4194304 1430 12661 0 2 5 1 21463 11 16 0 1 0 22723545 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18460/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 214.8
Current children cumulated vsize (KiB) 16868

[startup+215.101 s]
/proc/loadavg: 2.04 2.11 2.16 3/86 18484
/proc/meminfo: memFree=1333344/2055920 swapFree=4192812/4192956
[pid=18460] ppid=18458 vsize=16868 CPUtime=214.8
/proc/18460/stat : 18460 (sugar) S 18458 18460 17126 0 -1 4194304 1449 12661 0 2 5 1 21463 11 15 0 1 0 22723545 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18460/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 214.8
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 215.148
CPU time (s): 214.948
CPU user time (s): 214.792
CPU system time (s): 0.155976
CPU usage (%): 99.9072
Max. virtual memory (cumulated for all children) (KiB): 890844

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 214.792
system time used= 0.155976
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17957
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= 1846
involuntary context switches= 2061

runsolver used 0.312952 second user time and 0.6549 second system time

The end

Launcher Data

Begin job on node76 at 2009-07-12 01:56:22
IDJOB=2072545
IDBENCH=55754
IDSOLVER=739
FILE ID=node76/2072545-1247356582
PBS_JOBID= 9506807
Free space on /tmp= 66320 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/pseudoGLB/normalized-pigeon-clauses-15-10.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-2072545-1247356582/watcher-2072545-1247356582 -o /tmp/evaluation-result-2072545-1247356582/solver-2072545-1247356582 -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-2072545-1247356582.xml

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

MD5SUM BENCH= a6023204a3b6f326b8654c5c25ce714b
RANDOM SEED=202324854

node76.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.277
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.277
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:       1380360 kB
Buffers:          9212 kB
Cached:         121620 kB
SwapCached:          0 kB
Active:         598340 kB
Inactive:        23632 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1380360 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1676 kB
Writeback:           0 kB
Mapped:         512504 kB
Slab:            37620 kB
Committed_AS:   667912 kB
PageTables:       2960 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= 66296 MiB
End job on node76 at 2009-07-12 01:59:57