Trace number 2075636

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 11.5382 11.7434

General information on the benchmark

Namecsp/bmc/
normalized-bmc-ibm-07-04.xml
MD5SUMccfad6ca6d3ab1a88cfd688d6d76a1b2
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark2.81257
Satisfiable
(Un)Satisfiability was proved
Number of variables8710
Number of constraints48484
Maximum constraint arity33
Maximum domain size4
Number of constraints which are defined in extension0
Number of constraints which are defined in intension48484
Global constraints used (with number of constraints)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.08	c 0	BEGIN Sun Jul 12 03:24:00 2009
0.00/0.08	c 0	PID 17591
0.00/0.08	c 0	HOST node66.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-2075636-1247361840.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-2075636-1247361840.xml' 'HOME/temp.csp'
3.03/3.18	c 3	1 domains, 8710 variables, 89 predicates, 0 relations, 48484 constraints
3.11/3.23	c 4	ENCODING HOME/temp.csp TO HOME/temp.cnf
3.11/3.23	c 4	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'
3.12/3.31	c 4	Parsing HOME/temp.csp
3.12/3.46	c 4	parsed 10000 expressions
3.12/3.57	c 4	parsed 20000 expressions
3.12/3.71	c 4	parsed 30000 expressions
3.12/3.80	c 4	parsed 40000 expressions
3.12/3.95	c 4	parsed 50000 expressions
3.12/4.04	c 4	parsed 57284 expressions
3.12/4.05	c 4	Heap : 16 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.12/4.05	c 4	Converting to clausal form CSP
3.12/4.11	c 4	converted 5729 (10%) expressions
4.16/4.32	c 5	converted 11457 (20%) expressions
4.26/4.40	c 5	converted 17186 (30%) expressions
4.54/4.78	c 5	converted 22914 (40%) expressions
4.75/4.99	c 5	converted 28642 (50%) expressions
4.95/5.20	c 6	converted 34371 (60%) expressions
5.24/5.40	c 6	converted 40099 (70%) expressions
5.44/5.61	c 6	converted 45828 (80%) expressions
5.64/5.83	c 6	converted 51556 (90%) expressions
6.34/6.59	c 7	converted 57284 (100%) expressions
6.34/6.59	c 7	CSP : 9322 integers, 0 booleans, 49327 clauses, largest domain size 12
6.34/6.59	c 7	Heap : 38 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
6.34/6.59	c 7	Propagation in CSP
6.72/6.95	c 7	220 values, 0 unsatisfiable literals, and 12 valid clauses are removed
6.72/6.95	c 7	CSP : 9322 integers, 0 booleans, 49315 clauses, largest domain size 12
6.72/6.95	c 7	Heap : 36 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
6.72/6.97	c 7	Simplifing CSP by introducing new Boolean variables
6.72/6.99	c 7	CSP : 9322 integers, 0 booleans, 49315 clauses, largest domain size 12
6.72/6.99	c 7	Heap : 39 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
6.92/7.16	c 7	Encoding CSP to SAT : HOME/temp.cnf
6.92/7.17	c 7	933 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
6.92/7.18	c 8	1865 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
6.92/7.18	c 8	2797 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
6.92/7.18	c 8	3729 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
6.92/7.19	c 8	4661 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
7.02/7.20	c 8	5594 (60%) CSP integer variables are encoded (0 clauses, 64 bytes)
7.02/7.20	c 8	6526 (70%) CSP integer variables are encoded (0 clauses, 64 bytes)
7.02/7.20	c 8	7458 (80%) CSP integer variables are encoded (0 clauses, 64 bytes)
7.02/7.20	c 8	8390 (90%) CSP integer variables are encoded (0 clauses, 64 bytes)
7.02/7.21	c 8	9322 (100%) CSP integer variables are encoded (2546 clauses, 35997 bytes)
7.02/7.24	c 8	4932 (10%) CSP clauses are encoded (2546 clauses, 35997 bytes)
7.02/7.27	c 8	9863 (20%) CSP clauses are encoded (3675 clauses, 46540 bytes)
7.12/7.31	c 8	14795 (30%) CSP clauses are encoded (8607 clauses, 104965 bytes)
7.12/7.34	c 8	19726 (40%) CSP clauses are encoded (13358 clauses, 166529 bytes)
7.12/7.36	c 8	24658 (50%) CSP clauses are encoded (18010 clauses, 226792 bytes)
7.12/7.39	c 8	29589 (60%) CSP clauses are encoded (22697 clauses, 287522 bytes)
7.22/7.42	c 8	34521 (70%) CSP clauses are encoded (27373 clauses, 348131 bytes)
7.22/7.45	c 8	39452 (80%) CSP clauses are encoded (32186 clauses, 410559 bytes)
7.31/7.50	c 8	44384 (90%) CSP clauses are encoded (37115 clauses, 496914 bytes)
10.97/11.21	c 12	49315 (100%) CSP clauses are encoded (80662 clauses, 1518564 bytes)
10.97/11.21	c 12	49315 CSP clauses encoded
10.97/11.21	c 12	Writing map file : HOME/temp.map
10.97/11.24	c 12	Heap : 23 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
10.97/11.24	c 12	SAT : 11675 SAT variables, 80662 SAT clauses, 1518564 bytes
10.97/11.24	c 12	Heap : 23 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
10.97/11.28	c 12	SOLVING HOME/temp.cnf
10.97/11.28	c 12	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
10.97/11.28	c 12	This is MiniSat 2.0 beta
10.97/11.28	c 12	WARNING: for repeatability, setting FPU to use double precision
10.97/11.28	c 12	============================[ Problem Statistics ]=============================
10.97/11.28	c 12	|                                                                             |
10.97/11.28	c 12	|  Number of variables:  11675                                                |
10.97/11.28	c 12	|  Number of clauses:    80662                                                |
11.07/11.31	c 12	|  Parsing time:         0.03         s                                       |
11.07/11.31	c 12	Solved by unit propagation
11.07/11.31	c 12	UNSATISFIABLE
11.07/11.31	c 12	DECODING HOME/temp.out WITH HOME/temp.map
11.07/11.31	c 12	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'
11.07/11.39	c 12	Decoding HOME/temp.out
11.10/11.71	s UNSATISFIABLE
11.10/11.72	c 12	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
11.10/11.74	c 12	CPU 11.51 (0.06 0.02 11.11 0.32)
11.10/11.74	c 12	END Sun Jul 12 03:24:12 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-2075636-1247361840/watcher-2075636-1247361840 -o /tmp/evaluation-result-2075636-1247361840/solver-2075636-1247361840 -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-2075636-1247361840.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.00 1.93 3/81 17591
/proc/meminfo: memFree=1796056/2055920 swapFree=4192812/4192956
[pid=17591] ppid=17589 vsize=18576 CPUtime=0
/proc/17591/stat : 17591 (runsolver) R 17589 17591 15642 0 -1 4194368 15 0 0 0 0 0 0 0 22 0 1 0 23246858 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 227607637287 0 0 4096 24578 0 0 0 17 1 0 0
/proc/17591/statm: 4644 284 249 26 0 2626 0

[startup+0.0839591 s]
/proc/loadavg: 2.00 2.00 1.93 3/81 17591
/proc/meminfo: memFree=1796056/2055920 swapFree=4192812/4192956
[pid=17591] ppid=17589 vsize=16868 CPUtime=0.06
/proc/17591/stat : 17591 (sugar) S 17589 17591 15642 0 -1 4194304 1209 128 0 0 5 1 0 0 18 0 1 0 23246858 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17591/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.102305 s]
/proc/loadavg: 2.00 2.00 1.93 3/81 17591
/proc/meminfo: memFree=1796056/2055920 swapFree=4192812/4192956
[pid=17591] ppid=17589 vsize=16868 CPUtime=0.06
/proc/17591/stat : 17591 (sugar) S 17589 17591 15642 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 23246858 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17591/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301889 s]
/proc/loadavg: 2.00 2.00 1.93 3/81 17591
/proc/meminfo: memFree=1796056/2055920 swapFree=4192812/4192956
[pid=17591] ppid=17589 vsize=16868 CPUtime=0.06
/proc/17591/stat : 17591 (sugar) S 17589 17591 15642 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 23246858 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17591/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701939 s]
/proc/loadavg: 2.00 2.00 1.93 3/81 17591
/proc/meminfo: memFree=1796056/2055920 swapFree=4192812/4192956
[pid=17591] ppid=17589 vsize=16868 CPUtime=0.06
/proc/17591/stat : 17591 (sugar) S 17589 17591 15642 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 23246858 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17591/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50204 s]
/proc/loadavg: 2.00 2.00 1.93 3/92 17603
/proc/meminfo: memFree=1767744/2055920 swapFree=4192812/4192956
[pid=17591] ppid=17589 vsize=16868 CPUtime=0.06
/proc/17591/stat : 17591 (sugar) S 17589 17591 15642 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 23246858 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17591/statm: 4217 1111 409 3 0 796 0
[pid=17594] ppid=17591 vsize=5356 CPUtime=0
/proc/17594/stat : 17594 (sh) S 17591 17591 15642 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23246866 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17594/statm: 1339 233 193 169 0 50 0
[pid=17595] ppid=17594 vsize=864772 CPUtime=1.39
/proc/17595/stat : 17595 (java) S 17594 17591 15642 0 -1 0 16356 0 1 0 130 9 0 0 18 0 9 0 23246866 885526528 13888 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17595/statm: 216193 13888 2556 9 0 210705 0
[pid=17595/tid=17596] ppid=17594 vsize=864772 CPUtime=0.82
/proc/17595/task/17596/stat : 17596 (java) R 17594 17591 15642 0 -1 64 3065 0 1 0 79 3 0 0 24 0 9 0 23246868 885526528 13888 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17595/tid=17597] ppid=17594 vsize=864772 CPUtime=0.44
/proc/17595/task/17597/stat : 17597 (java) S 17594 17591 15642 0 -1 64 12081 0 0 0 40 4 0 0 16 0 9 0 23246869 885526528 13888 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17595/tid=17598] ppid=17594 vsize=864772 CPUtime=0
/proc/17595/task/17598/stat : 17598 (java) S 17594 17591 15642 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 23246869 885526528 13888 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17595/tid=17599] ppid=17594 vsize=864772 CPUtime=0
/proc/17595/task/17599/stat : 17599 (java) S 17594 17591 15642 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 23246869 885526528 13888 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17595/tid=17600] ppid=17594 vsize=864772 CPUtime=0
/proc/17595/task/17600/stat : 17600 (java) S 17594 17591 15642 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 23246871 885526528 13888 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17595/tid=17601] ppid=17594 vsize=864772 CPUtime=0.1
/proc/17595/task/17601/stat : 17601 (java) R 17594 17591 15642 0 -1 64 505 0 0 0 10 0 0 0 16 0 9 0 23246871 885526528 13888 996147200 134512640 134550932 4294955984 18446744073709551615 102052092 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17595/tid=17602] ppid=17594 vsize=864772 CPUtime=0
/proc/17595/task/17602/stat : 17602 (java) S 17594 17591 15642 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23246871 885526528 13888 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17595/tid=17603] ppid=17594 vsize=864772 CPUtime=0
/proc/17595/task/17603/stat : 17603 (java) S 17594 17591 15642 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23246871 885526528 13888 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 886996

[startup+3.10223 s]
/proc/loadavg: 2.00 2.00 1.93 4/92 17603
/proc/meminfo: memFree=1720960/2055920 swapFree=4192812/4192956
[pid=17591] ppid=17589 vsize=16868 CPUtime=0.06
/proc/17591/stat : 17591 (sugar) S 17589 17591 15642 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 23246858 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17591/statm: 4217 1111 409 3 0 796 0
[pid=17594] ppid=17591 vsize=5356 CPUtime=0
/proc/17594/stat : 17594 (sh) S 17591 17591 15642 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23246866 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17594/statm: 1339 233 193 169 0 50 0
[pid=17595] ppid=17594 vsize=864812 CPUtime=2.97
/proc/17595/stat : 17595 (java) S 17594 17591 15642 0 -1 0 26517 0 1 0 283 14 0 0 18 0 9 0 23246866 885567488 22097 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17595/statm: 216203 22097 2556 9 0 210715 0
[pid=17595/tid=17596] ppid=17594 vsize=864812 CPUtime=1.63
/proc/17595/task/17596/stat : 17596 (java) R 17594 17591 15642 0 -1 64 3844 0 1 0 159 4 0 0 25 0 9 0 23246868 885567488 22097 996147200 134512640 134550932 4294955984 18446744073709551615 4126705424 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17595/tid=17597] ppid=17594 vsize=864812 CPUtime=1.14
/proc/17595/task/17597/stat : 17597 (java) S 17594 17591 15642 0 -1 64 21420 0 0 0 107 7 0 0 16 0 9 0 23246869 885567488 22097 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17595/tid=17598] ppid=17594 vsize=864812 CPUtime=0
/proc/17595/task/17598/stat : 17598 (java) S 17594 17591 15642 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 23246869 885567488 22097 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17595/tid=17599] ppid=17594 vsize=864812 CPUtime=0
/proc/17595/task/17599/stat : 17599 (java) S 17594 17591 15642 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 23246869 885567488 22097 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17595/tid=17600] ppid=17594 vsize=864812 CPUtime=0
/proc/17595/task/17600/stat : 17600 (java) S 17594 17591 15642 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 23246871 885567488 22097 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17595/tid=17601] ppid=17594 vsize=864812 CPUtime=0.16
/proc/17595/task/17601/stat : 17601 (java) S 17594 17591 15642 0 -1 64 548 0 0 0 16 0 0 0 16 0 9 0 23246871 885567488 22097 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17595/tid=17602] ppid=17594 vsize=864812 CPUtime=0
/proc/17595/task/17602/stat : 17602 (java) S 17594 17591 15642 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23246871 885567488 22097 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17595/tid=17603] ppid=17594 vsize=864812 CPUtime=0
/proc/17595/task/17603/stat : 17603 (java) S 17594 17591 15642 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23246871 885567488 22097 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 887036

[startup+6.3126 s]
/proc/loadavg: 2.00 2.00 1.93 3/92 17613
/proc/meminfo: memFree=1748864/2055920 swapFree=4192812/4192956
[pid=17591] ppid=17589 vsize=16868 CPUtime=3.12
/proc/17591/stat : 17591 (sugar) S 17589 17591 15642 0 -1 4194304 1309 26944 0 1 5 1 291 15 16 0 1 0 23246858 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17591/statm: 4217 1111 409 3 0 796 0
[pid=17604] ppid=17591 vsize=5356 CPUtime=0
/proc/17604/stat : 17604 (sh) S 17591 17591 15642 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23247182 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17604/statm: 1339 233 193 169 0 50 0
[pid=17605] ppid=17604 vsize=869388 CPUtime=3.03
/proc/17605/stat : 17605 (java) S 17604 17591 15642 0 -1 0 16540 0 1 0 294 9 0 0 18 0 9 0 23247182 890253312 15082 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17605/statm: 217347 15082 2566 9 0 211852 0
[pid=17605/tid=17606] ppid=17604 vsize=869388 CPUtime=2.09
/proc/17605/task/17606/stat : 17606 (java) R 17604 17591 15642 0 -1 64 2982 0 1 0 207 2 0 0 25 0 9 0 23247183 890253312 15082 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17605/tid=17607] ppid=17604 vsize=869388 CPUtime=0.72
/proc/17605/task/17607/stat : 17607 (java) R 17604 17591 15642 0 -1 64 11352 0 0 0 67 5 0 0 16 0 9 0 23247184 890253312 15082 996147200 134512640 134550932 4294955936 18446744073709551615 102500640 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17605/tid=17608] ppid=17604 vsize=869388 CPUtime=0
/proc/17605/task/17608/stat : 17608 (java) S 17604 17591 15642 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23247184 890253312 15082 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17605/tid=17609] ppid=17604 vsize=869388 CPUtime=0
/proc/17605/task/17609/stat : 17609 (java) S 17604 17591 15642 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23247184 890253312 15082 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17605/tid=17610] ppid=17604 vsize=869388 CPUtime=0
/proc/17605/task/17610/stat : 17610 (java) S 17604 17591 15642 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23247186 890253312 15082 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17605/tid=17611] ppid=17604 vsize=869388 CPUtime=0.18
/proc/17605/task/17611/stat : 17611 (java) S 17604 17591 15642 0 -1 64 1503 0 0 0 18 0 0 0 16 0 9 0 23247186 890253312 15082 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17605/tid=17612] ppid=17604 vsize=869388 CPUtime=0
/proc/17605/task/17612/stat : 17612 (java) S 17604 17591 15642 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23247186 890253312 15082 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17605/tid=17613] ppid=17604 vsize=869388 CPUtime=0
/proc/17605/task/17613/stat : 17613 (java) S 17604 17591 15642 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23247186 890253312 15082 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 891612

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

[startup+9.50297 s]
/proc/loadavg: 2.00 2.00 1.93 3/92 17613
/proc/meminfo: memFree=1737600/2055920 swapFree=4192812/4192956
[pid=17591] ppid=17589 vsize=16868 CPUtime=3.12
/proc/17591/stat : 17591 (sugar) S 17589 17591 15642 0 -1 4194304 1310 26944 0 1 5 1 291 15 15 0 1 0 23246858 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17591/statm: 4217 1111 409 3 0 796 0
[pid=17604] ppid=17591 vsize=5356 CPUtime=0
/proc/17604/stat : 17604 (sh) S 17591 17591 15642 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23247182 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17604/statm: 1339 233 193 169 0 50 0
[pid=17605] ppid=17604 vsize=868744 CPUtime=6.18
/proc/17605/stat : 17605 (java) S 17604 17591 15642 0 -1 0 18115 0 1 0 607 11 0 0 18 0 9 0 23247182 889593856 15705 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17605/statm: 217186 15705 2590 9 0 211663 0
[pid=17605/tid=17606] ppid=17604 vsize=868744 CPUtime=4.79
/proc/17605/task/17606/stat : 17606 (java) R 17604 17591 15642 0 -1 64 3351 0 1 0 475 4 0 0 25 0 9 0 23247183 889593856 15705 996147200 134512640 134550932 4294955936 18446744073709551615 4126868277 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17605/tid=17607] ppid=17604 vsize=868744 CPUtime=1.11
/proc/17605/task/17607/stat : 17607 (java) S 17604 17591 15642 0 -1 64 12517 0 0 0 106 5 0 0 16 0 9 0 23247184 889593856 15705 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17605/tid=17608] ppid=17604 vsize=868744 CPUtime=0
/proc/17605/task/17608/stat : 17608 (java) S 17604 17591 15642 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23247184 889593856 15705 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17605/tid=17609] ppid=17604 vsize=868744 CPUtime=0
/proc/17605/task/17609/stat : 17609 (java) S 17604 17591 15642 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23247184 889593856 15705 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17605/tid=17610] ppid=17604 vsize=868744 CPUtime=0
/proc/17605/task/17610/stat : 17610 (java) S 17604 17591 15642 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23247186 889593856 15705 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17605/tid=17611] ppid=17604 vsize=868744 CPUtime=0.25
/proc/17605/task/17611/stat : 17611 (java) S 17604 17591 15642 0 -1 64 1544 0 0 0 25 0 0 0 16 0 9 0 23247186 889593856 15705 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17605/tid=17612] ppid=17604 vsize=868744 CPUtime=0
/proc/17605/task/17612/stat : 17612 (java) S 17604 17591 15642 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23247186 889593856 15705 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17605/tid=17613] ppid=17604 vsize=868744 CPUtime=0
/proc/17605/task/17613/stat : 17613 (java) S 17604 17591 15642 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23247186 889593856 15705 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 9.3
Current children cumulated vsize (KiB) 890968

[startup+11.1022 s]
/proc/loadavg: 2.00 2.00 1.93 3/92 17613
/proc/meminfo: memFree=1737472/2055920 swapFree=4192812/4192956
[pid=17591] ppid=17589 vsize=16868 CPUtime=3.12
/proc/17591/stat : 17591 (sugar) S 17589 17591 15642 0 -1 4194304 1310 26944 0 1 5 1 291 15 15 0 1 0 23246858 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17591/statm: 4217 1111 409 3 0 796 0
[pid=17604] ppid=17591 vsize=5356 CPUtime=0
/proc/17604/stat : 17604 (sh) S 17591 17591 15642 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23247182 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17604/statm: 1339 233 193 169 0 50 0
[pid=17605] ppid=17604 vsize=868744 CPUtime=7.76
/proc/17605/stat : 17605 (java) S 17604 17591 15642 0 -1 0 18127 0 1 0 765 11 0 0 18 0 9 0 23247182 889593856 15705 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17605/statm: 217186 15705 2590 9 0 211663 0
[pid=17605/tid=17606] ppid=17604 vsize=868744 CPUtime=6.36
/proc/17605/task/17606/stat : 17606 (java) R 17604 17591 15642 0 -1 64 3363 0 1 0 632 4 0 0 25 0 9 0 23247183 889593856 15705 996147200 134512640 134550932 4294955936 18446744073709551615 4126868263 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17605/tid=17607] ppid=17604 vsize=868744 CPUtime=1.11
/proc/17605/task/17607/stat : 17607 (java) S 17604 17591 15642 0 -1 64 12517 0 0 0 106 5 0 0 16 0 9 0 23247184 889593856 15705 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17605/tid=17608] ppid=17604 vsize=868744 CPUtime=0
/proc/17605/task/17608/stat : 17608 (java) S 17604 17591 15642 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23247184 889593856 15705 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17605/tid=17609] ppid=17604 vsize=868744 CPUtime=0
/proc/17605/task/17609/stat : 17609 (java) S 17604 17591 15642 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23247184 889593856 15705 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17605/tid=17610] ppid=17604 vsize=868744 CPUtime=0
/proc/17605/task/17610/stat : 17610 (java) S 17604 17591 15642 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23247186 889593856 15705 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17605/tid=17611] ppid=17604 vsize=868744 CPUtime=0.25
/proc/17605/task/17611/stat : 17611 (java) S 17604 17591 15642 0 -1 64 1544 0 0 0 25 0 0 0 16 0 9 0 23247186 889593856 15705 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17605/tid=17612] ppid=17604 vsize=868744 CPUtime=0
/proc/17605/task/17612/stat : 17612 (java) S 17604 17591 15642 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23247186 889593856 15705 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17605/tid=17613] ppid=17604 vsize=868744 CPUtime=0
/proc/17605/task/17613/stat : 17613 (java) S 17604 17591 15642 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23247186 889593856 15705 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 10.88
Current children cumulated vsize (KiB) 890968

[startup+11.5022 s]
/proc/loadavg: 2.00 2.00 1.93 3/92 17613
/proc/meminfo: memFree=1737472/2055920 swapFree=4192812/4192956
[pid=17591] ppid=17589 vsize=16868 CPUtime=11.1
/proc/17591/stat : 17591 (sugar) S 17589 17591 15642 0 -1 4194304 1448 46530 0 2 6 2 1073 29 16 0 1 0 23246858 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17591/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 11.1
Current children cumulated vsize (KiB) 16868

[startup+11.7022 s]
/proc/loadavg: 2.00 2.00 1.93 3/92 17613
/proc/meminfo: memFree=1737472/2055920 swapFree=4192812/4192956
[pid=17591] ppid=17589 vsize=16868 CPUtime=11.1
/proc/17591/stat : 17591 (sugar) S 17589 17591 15642 0 -1 4194304 1448 46530 0 2 6 2 1073 29 16 0 1 0 23246858 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17591/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 11.1
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 11.7434
CPU time (s): 11.5382
CPU user time (s): 11.1833
CPU system time (s): 0.354946
CPU usage (%): 98.2526
Max. virtual memory (cumulated for all children) (KiB): 891860

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 11.1833
system time used= 0.354946
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 52434
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= 4013
involuntary context switches= 4081

runsolver used 0.015997 second user time and 0.054991 second system time

The end

Launcher Data

Begin job on node66 at 2009-07-12 03:24:00
IDJOB=2075636
IDBENCH=56331
IDSOLVER=739
FILE ID=node66/2075636-1247361840
PBS_JOBID= 9506863
Free space on /tmp= 66168 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/bmc/normalized-bmc-ibm-07-04.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-2075636-1247361840/watcher-2075636-1247361840 -o /tmp/evaluation-result-2075636-1247361840/solver-2075636-1247361840 -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-2075636-1247361840.xml

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

MD5SUM BENCH= ccfad6ca6d3ab1a88cfd688d6d76a1b2
RANDOM SEED=1949607732

node66.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.214
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.214
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:       1796600 kB
Buffers:         46144 kB
Cached:         108896 kB
SwapCached:          0 kB
Active:         149328 kB
Inactive:        58668 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1796600 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            7920 kB
Writeback:           0 kB
Mapped:          73228 kB
Slab:            36564 kB
Committed_AS:   227076 kB
PageTables:       1860 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= 66168 MiB
End job on node66 at 2009-07-12 03:24:12