Trace number 2073512

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+picosat? 101.663 102.718

General information on the benchmark

Namecsp/bddSmall/
normalized-bdd-21-133-18-78-17_ext.xml
MD5SUM492239dd190222b9315cceda5ed8aac8
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.740886
Satisfiable
(Un)Satisfiability was proved
Number of variables21
Number of constraints133
Maximum constraint arity18
Maximum domain size2
Number of constraints which are defined in extension133
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/picosat
0.00/0.08	c 0	BEGIN Sun Jul 12 02:31:17 2009
0.00/0.08	c 0	PID 19087
0.07/0.08	c 0	HOST node7.alineos.net
0.07/0.08	c 0	CONVERTING HOME/instance-2073512-1247358677.xml TO HOME/temp.csp
0.07/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-2073512-1247358677.xml' 'HOME/temp.csp'
0.97/1.02	c 1	1 domains, 21 variables, 0 predicates, 1 relations, 133 constraints
0.97/1.05	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.97/1.05	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.99/1.12	c 1	Parsing HOME/temp.csp
0.99/2.05	c 2	parsed 156 expressions
0.99/2.06	c 2	Heap : 8 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.99/2.06	c 2	Converting to clausal form CSP
0.99/2.07	c 2	converted 16 (10%) expressions
15.68/15.97	c 16	converted 32 (20%) expressions
55.88/56.57	c 56	converted 47 (30%) expressions
101.46/102.55	c 102	ERROR Exception Java heap space
101.46/102.55	c 102	java.util.HashMap.resize(Unknown Source)
101.46/102.55	c 102	java.util.HashMap.addEntry(Unknown Source)
101.46/102.55	c 102	java.util.HashMap.put(Unknown Source)
101.46/102.55	c 102	java.util.HashSet.add(Unknown Source)
101.46/102.55	c 102	jp.ac.kobe_u.cs.sugar.csp.RelationLiteral.<init>(RelationLiteral.java:100)
101.46/102.55	c 102	jp.ac.kobe_u.cs.sugar.converter.Converter.convertRelation(Converter.java:816)
101.46/102.55	c 102	jp.ac.kobe_u.cs.sugar.converter.Converter.convertConstraint(Converter.java:854)
101.46/102.55	c 102	jp.ac.kobe_u.cs.sugar.converter.Converter.convertConstraint(Converter.java:1161)
101.46/102.55	c 102	jp.ac.kobe_u.cs.sugar.converter.Converter.convertExpression(Converter.java:1192)
101.46/102.55	c 102	jp.ac.kobe_u.cs.sugar.converter.Converter.convert(Converter.java:1201)
101.46/102.55	c 102	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:102)
101.46/102.55	c 102	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:314)
101.46/102.55	s UNKNOWN
101.61/102.71	c 102	CPU 101.65 (0.05 0.02 100.28 1.3)
101.61/102.71	c 102	END Sun Jul 12 02:32:59 2009

Verifier Data

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: UNKNOWN

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2073512-1247358677/watcher-2073512-1247358677 -o /tmp/evaluation-result-2073512-1247358677/solver-2073512-1247358677 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/picosat -tmp=HOME/temp HOME/instance-2073512-1247358677.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 2.00 4/75 19087
/proc/meminfo: memFree=1875400/2055920 swapFree=4192812/4192956
[pid=19087] ppid=19085 vsize=12268 CPUtime=0
/proc/19087/stat : 19087 (sugar) R 19085 19087 17452 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 22935058 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 244671281765 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/19087/statm: 3067 316 241 3 0 167 0

[startup+0.0820299 s]
/proc/loadavg: 2.00 2.00 2.00 4/75 19087
/proc/meminfo: memFree=1875400/2055920 swapFree=4192812/4192956
[pid=19087] ppid=19085 vsize=16740 CPUtime=0.07
/proc/19087/stat : 19087 (sugar) S 19085 19087 17452 0 -1 4194304 1152 0 0 0 5 2 0 0 18 0 1 0 22935058 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19087/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.101766 s]
/proc/loadavg: 2.00 2.00 2.00 4/75 19087
/proc/meminfo: memFree=1875400/2055920 swapFree=4192812/4192956
[pid=19087] ppid=19085 vsize=16868 CPUtime=0.07
/proc/19087/stat : 19087 (sugar) S 19085 19087 17452 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 22935058 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19087/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.301478 s]
/proc/loadavg: 2.00 2.00 2.00 4/75 19087
/proc/meminfo: memFree=1875400/2055920 swapFree=4192812/4192956
[pid=19087] ppid=19085 vsize=16868 CPUtime=0.07
/proc/19087/stat : 19087 (sugar) S 19085 19087 17452 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 22935058 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19087/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.701522 s]
/proc/loadavg: 2.00 2.00 2.00 4/75 19087
/proc/meminfo: memFree=1875400/2055920 swapFree=4192812/4192956
[pid=19087] ppid=19085 vsize=16868 CPUtime=0.07
/proc/19087/stat : 19087 (sugar) S 19085 19087 17452 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 22935058 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19087/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.5016 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 19099
/proc/meminfo: memFree=1823216/2055920 swapFree=4192812/4192956
[pid=19087] ppid=19085 vsize=16868 CPUtime=0.99
/proc/19087/stat : 19087 (sugar) S 19085 19087 17452 0 -1 4194304 1309 15401 0 1 5 2 83 9 16 0 1 0 22935058 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19087/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.99
Current children cumulated vsize (KiB) 16868

[startup+3.10277 s]
/proc/loadavg: 2.00 2.00 2.00 4/86 19109
/proc/meminfo: memFree=1852656/2055920 swapFree=4192812/4192956
[pid=19087] ppid=19085 vsize=16868 CPUtime=0.99
/proc/19087/stat : 19087 (sugar) S 19085 19087 17452 0 -1 4194304 1309 15401 0 1 5 2 83 9 16 0 1 0 22935058 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19087/statm: 4217 1111 409 3 0 796 0
[pid=19100] ppid=19087 vsize=5356 CPUtime=0
/proc/19100/stat : 19100 (sh) S 19087 19087 17452 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22935163 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19100/statm: 1339 233 193 169 0 50 0
[pid=19101] ppid=19100 vsize=864868 CPUtime=2.02
/proc/19101/stat : 19101 (java) S 19100 19087 17452 0 -1 0 14554 0 1 0 196 6 0 0 18 0 9 0 22935163 885624832 13031 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19101/statm: 216217 13031 2567 9 0 210722 0
[pid=19101/tid=19102] ppid=19100 vsize=864868 CPUtime=1.32
/proc/19101/task/19102/stat : 19102 (java) R 19100 19087 17452 0 -1 64 2860 0 1 0 130 2 0 0 25 0 9 0 22935164 885624832 13031 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19101/tid=19103] ppid=19100 vsize=864868 CPUtime=0.63
/proc/19101/task/19103/stat : 19103 (java) R 19100 19087 17452 0 -1 64 10686 0 0 0 59 4 0 0 16 0 9 0 22935165 885624832 13031 996147200 134512640 134550932 4294955936 18446744073709551615 102758168 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19101/tid=19104] ppid=19100 vsize=864868 CPUtime=0
/proc/19101/task/19104/stat : 19104 (java) S 19100 19087 17452 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22935165 885624832 13031 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19101/tid=19105] ppid=19100 vsize=864868 CPUtime=0
/proc/19101/task/19105/stat : 19105 (java) S 19100 19087 17452 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 22935165 885624832 13031 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19101/tid=19106] ppid=19100 vsize=864868 CPUtime=0
/proc/19101/task/19106/stat : 19106 (java) S 19100 19087 17452 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22935167 885624832 13031 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19101/tid=19107] ppid=19100 vsize=864868 CPUtime=0.04
/proc/19101/task/19107/stat : 19107 (java) S 19100 19087 17452 0 -1 64 305 0 0 0 4 0 0 0 16 0 9 0 22935167 885624832 13031 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19101/tid=19108] ppid=19100 vsize=864868 CPUtime=0
/proc/19101/task/19108/stat : 19108 (java) S 19100 19087 17452 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 22935167 885624832 13031 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19101/tid=19109] ppid=19100 vsize=864868 CPUtime=0
/proc/19101/task/19109/stat : 19109 (java) S 19100 19087 17452 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22935167 885624832 13031 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 887092

[startup+6.30211 s]
/proc/loadavg: 2.00 2.00 2.00 5/86 19109
/proc/meminfo: memFree=1772912/2055920 swapFree=4192812/4192956
[pid=19087] ppid=19085 vsize=16868 CPUtime=0.99
/proc/19087/stat : 19087 (sugar) S 19085 19087 17452 0 -1 4194304 1309 15401 0 1 5 2 83 9 16 0 1 0 22935058 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19087/statm: 4217 1111 409 3 0 796 0
[pid=19100] ppid=19087 vsize=5356 CPUtime=0
/proc/19100/stat : 19100 (sh) S 19087 19087 17452 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22935163 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19100/statm: 1339 233 193 169 0 50 0
[pid=19101] ppid=19100 vsize=875616 CPUtime=5.18
/proc/19101/stat : 19101 (java) S 19100 19087 17452 0 -1 0 36787 0 1 0 502 16 0 0 18 0 9 0 22935163 896630784 31950 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19101/statm: 218904 31950 2567 9 0 213409 0
[pid=19101/tid=19102] ppid=19100 vsize=875616 CPUtime=2.7
/proc/19101/task/19102/stat : 19102 (java) R 19100 19087 17452 0 -1 64 3561 0 1 0 268 2 0 0 25 0 9 0 22935164 896630784 31950 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19101/tid=19103] ppid=19100 vsize=875616 CPUtime=2.41
/proc/19101/task/19103/stat : 19103 (java) R 19100 19087 17452 0 -1 64 32217 0 0 0 228 13 0 0 16 0 9 0 22935165 896630784 31950 996147200 134512640 134550932 4294955936 18446744073709551615 103831000 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19101/tid=19104] ppid=19100 vsize=875616 CPUtime=0
/proc/19101/task/19104/stat : 19104 (java) S 19100 19087 17452 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22935165 896630784 31950 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19101/tid=19105] ppid=19100 vsize=875616 CPUtime=0
/proc/19101/task/19105/stat : 19105 (java) S 19100 19087 17452 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 22935165 896630784 31950 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19101/tid=19106] ppid=19100 vsize=875616 CPUtime=0
/proc/19101/task/19106/stat : 19106 (java) S 19100 19087 17452 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22935167 896630784 31950 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19101/tid=19107] ppid=19100 vsize=875616 CPUtime=0.04
/proc/19101/task/19107/stat : 19107 (java) S 19100 19087 17452 0 -1 64 306 0 0 0 4 0 0 0 17 0 9 0 22935167 896630784 31950 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19101/tid=19108] ppid=19100 vsize=875616 CPUtime=0
/proc/19101/task/19108/stat : 19108 (java) S 19100 19087 17452 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 22935167 896630784 31950 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19101/tid=19109] ppid=19100 vsize=875616 CPUtime=0
/proc/19101/task/19109/stat : 19109 (java) S 19100 19087 17452 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22935167 896630784 31950 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) 897840

[startup+12.7028 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 19109
/proc/meminfo: memFree=1635056/2055920 swapFree=4192812/4192956
[pid=19087] ppid=19085 vsize=16868 CPUtime=0.99
/proc/19087/stat : 19087 (sugar) S 19085 19087 17452 0 -1 4194304 1309 15401 0 1 5 2 83 9 16 0 1 0 22935058 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19087/statm: 4217 1111 409 3 0 796 0
[pid=19100] ppid=19087 vsize=5356 CPUtime=0
/proc/19100/stat : 19100 (sh) S 19087 19087 17452 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22935163 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19100/statm: 1339 233 193 169 0 50 0
[pid=19101] ppid=19100 vsize=864364 CPUtime=11.52
/proc/19101/stat : 19101 (java) S 19100 19087 17452 0 -1 0 79518 0 1 0 1118 34 0 0 18 0 9 0 22935163 885108736 66332 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19101/statm: 216091 66332 2567 9 0 210596 0
[pid=19101/tid=19102] ppid=19100 vsize=864364 CPUtime=5.99
/proc/19101/task/19102/stat : 19102 (java) R 19100 19087 17452 0 -1 64 5221 0 1 0 596 3 0 0 25 0 9 0 22935164 885108736 66332 996147200 134512640 134550932 4294955936 18446744073709551615 103211125 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19101/tid=19103] ppid=19100 vsize=864364 CPUtime=5.46
/proc/19101/task/19103/stat : 19103 (java) S 19100 19087 17452 0 -1 64 73288 0 0 0 516 30 0 0 16 0 9 0 22935165 885108736 66332 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19101/tid=19104] ppid=19100 vsize=864364 CPUtime=0
/proc/19101/task/19104/stat : 19104 (java) S 19100 19087 17452 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22935165 885108736 66332 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19101/tid=19105] ppid=19100 vsize=864364 CPUtime=0
/proc/19101/task/19105/stat : 19105 (java) S 19100 19087 17452 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 22935165 885108736 66332 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19101/tid=19106] ppid=19100 vsize=864364 CPUtime=0
/proc/19101/task/19106/stat : 19106 (java) S 19100 19087 17452 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22935167 885108736 66332 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19101/tid=19107] ppid=19100 vsize=864364 CPUtime=0.04
/proc/19101/task/19107/stat : 19107 (java) S 19100 19087 17452 0 -1 64 306 0 0 0 4 0 0 0 17 0 9 0 22935167 885108736 66332 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19101/tid=19108] ppid=19100 vsize=864364 CPUtime=0
/proc/19101/task/19108/stat : 19108 (java) S 19100 19087 17452 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 22935167 885108736 66332 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19101/tid=19109] ppid=19100 vsize=864364 CPUtime=0
/proc/19101/task/19109/stat : 19109 (java) S 19100 19087 17452 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22935167 885108736 66332 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.51
Current children cumulated vsize (KiB) 886588

[startup+25.5021 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 19109
/proc/meminfo: memFree=1363056/2055920 swapFree=4192812/4192956
[pid=19087] ppid=19085 vsize=16868 CPUtime=0.99
/proc/19087/stat : 19087 (sugar) S 19085 19087 17452 0 -1 4194304 1309 15401 0 1 5 2 83 9 16 0 1 0 22935058 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19087/statm: 4217 1111 409 3 0 796 0
[pid=19100] ppid=19087 vsize=5356 CPUtime=0
/proc/19100/stat : 19100 (sh) S 19087 19087 17452 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22935163 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19100/statm: 1339 233 193 169 0 50 0
[pid=19101] ppid=19100 vsize=864364 CPUtime=24.2
/proc/19101/stat : 19101 (java) S 19100 19087 17452 0 -1 0 153530 0 1 0 2355 65 0 0 18 0 9 0 22935163 885108736 131887 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19101/statm: 216091 131887 2567 9 0 210596 0
[pid=19101/tid=19102] ppid=19100 vsize=864364 CPUtime=11.49
/proc/19101/task/19102/stat : 19102 (java) R 19100 19087 17452 0 -1 64 9335 0 1 0 1143 6 0 0 25 0 9 0 22935164 885108736 131887 996147200 134512640 134550932 4294955936 18446744073709551615 102751270 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19101/tid=19103] ppid=19100 vsize=864364 CPUtime=12.64
/proc/19101/task/19103/stat : 19103 (java) S 19100 19087 17452 0 -1 64 143186 0 0 0 1206 58 0 0 16 0 9 0 22935165 885108736 131887 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19101/tid=19104] ppid=19100 vsize=864364 CPUtime=0
/proc/19101/task/19104/stat : 19104 (java) S 19100 19087 17452 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22935165 885108736 131887 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19101/tid=19105] ppid=19100 vsize=864364 CPUtime=0
/proc/19101/task/19105/stat : 19105 (java) S 19100 19087 17452 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 22935165 885108736 131887 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19101/tid=19106] ppid=19100 vsize=864364 CPUtime=0
/proc/19101/task/19106/stat : 19106 (java) S 19100 19087 17452 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22935167 885108736 131887 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19101/tid=19107] ppid=19100 vsize=864364 CPUtime=0.04
/proc/19101/task/19107/stat : 19107 (java) S 19100 19087 17452 0 -1 64 306 0 0 0 4 0 0 0 17 0 9 0 22935167 885108736 131887 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19101/tid=19108] ppid=19100 vsize=864364 CPUtime=0
/proc/19101/task/19108/stat : 19108 (java) S 19100 19087 17452 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 22935167 885108736 131887 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19101/tid=19109] ppid=19100 vsize=864364 CPUtime=0
/proc/19101/task/19109/stat : 19109 (java) S 19100 19087 17452 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22935167 885108736 131887 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.19
Current children cumulated vsize (KiB) 886588

[startup+51.1028 s]
/proc/loadavg: 2.26 2.06 2.02 3/86 19109
/proc/meminfo: memFree=1141744/2055920 swapFree=4192812/4192956
[pid=19087] ppid=19085 vsize=16868 CPUtime=0.99
/proc/19087/stat : 19087 (sugar) S 19085 19087 17452 0 -1 4194304 1309 15401 0 1 5 2 83 9 16 0 1 0 22935058 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19087/statm: 4217 1111 409 3 0 796 0
[pid=19100] ppid=19087 vsize=5356 CPUtime=0
/proc/19100/stat : 19100 (sh) S 19087 19087 17452 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22935163 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19100/statm: 1339 233 193 169 0 50 0
[pid=19101] ppid=19100 vsize=870496 CPUtime=49.55
/proc/19101/stat : 19101 (java) S 19100 19087 17452 0 -1 0 220133 0 1 0 4863 92 0 0 18 0 9 0 22935163 891387904 185350 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19101/statm: 217624 185350 2567 9 0 212129 0
[pid=19101/tid=19102] ppid=19100 vsize=870496 CPUtime=17.38
/proc/19101/task/19102/stat : 19102 (java) S 19100 19087 17452 0 -1 64 9358 0 1 0 1732 6 0 0 18 0 9 0 22935164 891387904 185350 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19101/tid=19103] ppid=19100 vsize=870496 CPUtime=32.1
/proc/19101/task/19103/stat : 19103 (java) R 19100 19087 17452 0 -1 64 209766 0 0 0 3125 85 0 0 25 0 9 0 22935165 891387904 185350 996147200 134512640 134550932 4294955936 18446744073709551615 104188783 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19101/tid=19104] ppid=19100 vsize=870496 CPUtime=0
/proc/19101/task/19104/stat : 19104 (java) S 19100 19087 17452 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22935165 891387904 185350 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19101/tid=19105] ppid=19100 vsize=870496 CPUtime=0
/proc/19101/task/19105/stat : 19105 (java) S 19100 19087 17452 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 22935165 891387904 185350 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19101/tid=19106] ppid=19100 vsize=870496 CPUtime=0
/proc/19101/task/19106/stat : 19106 (java) S 19100 19087 17452 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22935167 891387904 185350 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19101/tid=19107] ppid=19100 vsize=870496 CPUtime=0.04
/proc/19101/task/19107/stat : 19107 (java) S 19100 19087 17452 0 -1 64 306 0 0 0 4 0 0 0 17 0 9 0 22935167 891387904 185350 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19101/tid=19108] ppid=19100 vsize=870496 CPUtime=0
/proc/19101/task/19108/stat : 19108 (java) S 19100 19087 17452 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 22935167 891387904 185350 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19101/tid=19109] ppid=19100 vsize=870496 CPUtime=0
/proc/19101/task/19109/stat : 19109 (java) S 19100 19087 17452 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22935167 891387904 185350 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.54
Current children cumulated vsize (KiB) 892720

[startup+102.307 s]
/proc/loadavg: 2.10 2.05 2.01 3/86 19109
/proc/meminfo: memFree=1136560/2055920 swapFree=4192812/4192956
[pid=19087] ppid=19085 vsize=16868 CPUtime=0.99
/proc/19087/stat : 19087 (sugar) S 19085 19087 17452 0 -1 4194304 1309 15401 0 1 5 2 83 9 16 0 1 0 22935058 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19087/statm: 4217 1111 409 3 0 796 0
[pid=19100] ppid=19087 vsize=5356 CPUtime=0
/proc/19100/stat : 19100 (sh) S 19087 19087 17452 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22935163 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19100/statm: 1339 233 193 169 0 50 0
[pid=19101] ppid=19100 vsize=870496 CPUtime=100.28
/proc/19101/stat : 19101 (java) S 19100 19087 17452 0 -1 0 258235 0 1 0 9920 108 0 0 18 0 9 0 22935163 891387904 185350 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19101/statm: 217624 185350 2567 9 0 212129 0
[pid=19101/tid=19102] ppid=19100 vsize=870496 CPUtime=18.33
/proc/19101/task/19102/stat : 19102 (java) S 19100 19087 17452 0 -1 64 9370 0 1 0 1827 6 0 0 17 0 9 0 22935164 891387904 185350 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19101/tid=19103] ppid=19100 vsize=870496 CPUtime=81.88
/proc/19101/task/19103/stat : 19103 (java) R 19100 19087 17452 0 -1 64 247856 0 0 0 8087 101 0 0 25 0 9 0 22935165 891387904 185350 996147200 134512640 134550932 4294955936 18446744073709551615 102768164 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19101/tid=19104] ppid=19100 vsize=870496 CPUtime=0
/proc/19101/task/19104/stat : 19104 (java) S 19100 19087 17452 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22935165 891387904 185350 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19101/tid=19105] ppid=19100 vsize=870496 CPUtime=0
/proc/19101/task/19105/stat : 19105 (java) S 19100 19087 17452 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 22935165 891387904 185350 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19101/tid=19106] ppid=19100 vsize=870496 CPUtime=0
/proc/19101/task/19106/stat : 19106 (java) S 19100 19087 17452 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22935167 891387904 185350 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19101/tid=19107] ppid=19100 vsize=870496 CPUtime=0.04
/proc/19101/task/19107/stat : 19107 (java) S 19100 19087 17452 0 -1 64 306 0 0 0 4 0 0 0 17 0 9 0 22935167 891387904 185350 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19101/tid=19108] ppid=19100 vsize=870496 CPUtime=0
/proc/19101/task/19108/stat : 19108 (java) S 19100 19087 17452 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 22935167 891387904 185350 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19101/tid=19109] ppid=19100 vsize=870496 CPUtime=0
/proc/19101/task/19109/stat : 19109 (java) S 19100 19087 17452 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22935167 891387904 185350 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.27
Current children cumulated vsize (KiB) 892720

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

[startup+102.703 s]
/proc/loadavg: 2.10 2.05 2.01 3/86 19109
/proc/meminfo: memFree=1136560/2055920 swapFree=4192812/4192956
[pid=19087] ppid=19085 vsize=16868 CPUtime=0.99
/proc/19087/stat : 19087 (sugar) S 19085 19087 17452 0 -1 4194304 1311 15401 0 1 5 2 83 9 16 0 1 0 22935058 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19087/statm: 4217 1111 409 3 0 796 0
[pid=19100] ppid=19087 vsize=5356 CPUtime=0
/proc/19100/stat : 19100 (sh) S 19087 19087 17452 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22935163 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19100/statm: 1339 233 193 169 0 50 0
[pid=19101] ppid=19100 vsize=0 CPUtime=100.62
/proc/19101/stat : 19101 (java) Z 19100 19087 17452 0 -1 1036 258248 0 1 0 9944 118 0 0 16 0 2 0 22935163 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19101/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 101.61
Current children cumulated vsize (KiB) 22224

Child status: 0
Real time (s): 102.718
CPU time (s): 101.663
CPU user time (s): 100.335
CPU system time (s): 1.3278
CPU usage (%): 98.9723
Max. virtual memory (cumulated for all children) (KiB): 897840

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 100.335
system time used= 1.3278
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 275330
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4707
involuntary context switches= 6657

runsolver used 0.135979 second user time and 0.345947 second system time

The end

Launcher Data

Begin job on node7 at 2009-07-12 02:31:17
IDJOB=2073512
IDBENCH=55985
IDSOLVER=738
FILE ID=node7/2073512-1247358677
PBS_JOBID= 9506883
Free space on /tmp= 66088 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/bddSmall/normalized-bdd-21-133-18-78-17_ext.xml
COMMAND LINE= DIR/sugar -c -vv -memlimit=MEMLIMIT -jar="DIR/sugar-v1-14-6.jar" -solver="DIR/picosat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2073512-1247358677/watcher-2073512-1247358677 -o /tmp/evaluation-result-2073512-1247358677/solver-2073512-1247358677 -C 1800 -W 2000 -M 900  HOME/sugar -c -vv -memlimit=900 -jar="HOME/sugar-v1-14-6.jar" -solver="HOME/picosat" -tmp="HOME/temp" HOME/instance-2073512-1247358677.xml

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

MD5SUM BENCH= 492239dd190222b9315cceda5ed8aac8
RANDOM SEED=666681715

node7.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.231
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.231
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:       1875880 kB
Buffers:         17880 kB
Cached:          88744 kB
SwapCached:          0 kB
Active:          84964 kB
Inactive:        48860 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1875880 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3336 kB
Writeback:           0 kB
Mapped:          37948 kB
Slab:            31476 kB
Committed_AS:   241580 kB
PageTables:       1844 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= 66088 MiB
End job on node7 at 2009-07-12 02:33:00