Trace number 2080377

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.8992 12.1055

General information on the benchmark

Namecsp/js-taillard-15/
normalized-js-taillard-15-95-8.xml
MD5SUM31f84ce3b363624035dc20528456a27e
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark11.8992
Satisfiable
(Un)Satisfiability was proved
Number of variables225
Number of constraints1785
Maximum constraint arity2
Maximum domain size1225
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1785
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 05:37:01 2009
0.00/0.08	c 0	PID 24892
0.07/0.08	c 0	HOST node13.alineos.net
0.07/0.08	c 0	CONVERTING HOME/instance-2080377-1247369821.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-2080377-1247369821.xml' 'HOME/temp.csp'
0.07/0.84	c 1	225 domains, 225 variables, 2 predicates, 0 relations, 1785 constraints
0.07/0.87	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.87	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.81/0.95	c 1	Parsing HOME/temp.csp
0.92/1.06	c 1	parsed 2237 expressions
0.92/1.06	c 1	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.92/1.06	c 1	Converting to clausal form CSP
0.92/1.08	c 1	converted 224 (10%) expressions
0.92/1.10	c 1	converted 448 (20%) expressions
1.02/1.18	c 1	converted 672 (30%) expressions
1.11/1.28	c 1	converted 895 (40%) expressions
1.21/1.30	c 1	converted 1119 (50%) expressions
1.21/1.33	c 1	converted 1343 (60%) expressions
1.21/1.34	c 1	converted 1566 (70%) expressions
1.21/1.35	c 1	converted 1790 (80%) expressions
1.21/1.35	c 1	converted 2014 (90%) expressions
1.21/1.36	c 1	converted 2237 (100%) expressions
1.21/1.36	c 1	CSP : 225 integers, 0 booleans, 1785 clauses, largest domain size 1196
1.21/1.36	c 1	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.21/1.36	c 1	Propagation in CSP
1.31/1.44	c 2	72983 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.31/1.44	c 2	CSP : 225 integers, 0 booleans, 1785 clauses, largest domain size 562
1.31/1.44	c 2	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.31/1.45	c 2	Simplifing CSP by introducing new Boolean variables
1.31/1.48	c 2	CSP : 225 integers, 3150 booleans, 4935 clauses, largest domain size 562
1.31/1.48	c 2	Heap : 3 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.41/1.52	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.41/1.55	c 2	23 (10%) CSP integer variables are encoded (8559 clauses, 109124 bytes)
1.41/1.56	c 2	45 (20%) CSP integer variables are encoded (15180 clauses, 205614 bytes)
1.41/1.57	c 2	68 (30%) CSP integer variables are encoded (26594 clauses, 376824 bytes)
1.41/1.58	c 2	90 (40%) CSP integer variables are encoded (36015 clauses, 518139 bytes)
1.51/1.60	c 2	113 (50%) CSP integer variables are encoded (48402 clauses, 703944 bytes)
1.51/1.61	c 2	135 (60%) CSP integer variables are encoded (57795 clauses, 844839 bytes)
1.51/1.63	c 2	158 (70%) CSP integer variables are encoded (68131 clauses, 999879 bytes)
1.51/1.64	c 2	180 (80%) CSP integer variables are encoded (76785 clauses, 1129689 bytes)
1.51/1.66	c 2	203 (90%) CSP integer variables are encoded (86754 clauses, 1279224 bytes)
1.51/1.67	c 2	225 (100%) CSP integer variables are encoded (97875 clauses, 1446039 bytes)
1.70/1.83	c 2	494 (10%) CSP clauses are encoded (169360 clauses, 2888082 bytes)
1.80/1.94	c 2	987 (20%) CSP clauses are encoded (217459 clauses, 3865662 bytes)
1.90/2.05	c 2	1481 (30%) CSP clauses are encoded (267906 clauses, 4926041 bytes)
1.99/2.19	c 2	1974 (40%) CSP clauses are encoded (329426 clauses, 6238487 bytes)
2.19/2.35	c 2	2468 (50%) CSP clauses are encoded (409949 clauses, 7958603 bytes)
2.29/2.49	c 3	2961 (60%) CSP clauses are encoded (483392 clauses, 9532731 bytes)
2.49/2.66	c 3	3455 (70%) CSP clauses are encoded (570457 clauses, 11458389 bytes)
2.69/2.83	c 3	3948 (80%) CSP clauses are encoded (652382 clauses, 13259930 bytes)
2.78/2.99	c 3	4442 (90%) CSP clauses are encoded (734281 clauses, 15037116 bytes)
2.98/3.15	c 3	4935 (100%) CSP clauses are encoded (816476 clauses, 16693247 bytes)
2.98/3.15	c 3	4935 CSP clauses encoded
2.98/3.15	c 3	Writing map file : HOME/temp.map
2.98/3.16	c 3	Heap : 2 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
2.98/3.16	c 3	SAT : 101250 SAT variables, 816476 SAT clauses, 16693247 bytes
2.98/3.16	c 3	Heap : 2 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
2.98/3.18	c 3	SOLVING HOME/temp.cnf
2.98/3.18	c 3	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
2.98/3.18	c 3	This is MiniSat 2.0 beta
2.98/3.18	c 3	WARNING: for repeatability, setting FPU to use double precision
2.98/3.18	c 3	============================[ Problem Statistics ]=============================
2.98/3.18	c 3	|                                                                             |
2.98/3.18	c 3	|  Number of variables:  101250                                               |
2.98/3.18	c 3	|  Number of clauses:    816476                                               |
3.46/3.67	c 4	|  Parsing time:         0.42         s                                       |
3.46/3.69	c 4	============================[ Search Statistics ]==============================
3.46/3.69	c 4	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.46/3.69	c 4	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.46/3.69	c 4	===============================================================================
3.46/3.69	c 4	|         0 |  100456   815682  2253675 |   271894        0    nan |  0.000 % |
4.25/4.45	c 5	|       101 |  100455   815682  2253675 |   299083      100      9 |  0.786 % |
5.34/5.51	c 6	|       251 |  100454   815682  2253675 |   328991      249     11 |  0.788 % |
6.83/7.01	c 7	|       476 |  100449   815476  2253063 |   361890      441     11 |  1.586 % |
9.11/9.39	c 10	|       814 |   99644   806830  2228734 |   398080      745     11 |  1.586 % |
11.68/11.92	c 12	===============================================================================
11.68/11.92	c 12	restarts              : 5
11.68/11.92	c 12	conflicts             : 1267           (148 /sec)
11.68/11.92	c 12	decisions             : 1822           (1.43 % random) (212 /sec)
11.68/11.92	c 12	propagations          : 14072596       (1639648 /sec)
11.68/11.92	c 12	conflict literals     : 12194          (37.33 % deleted)
11.68/11.92	c 12	Memory used           : 43.09 MB
11.68/11.92	c 12	CPU time              : 8.58269 s
11.68/11.92	c 12	
11.68/11.92	c 12	UNSATISFIABLE
11.68/11.92	c 12	DECODING HOME/temp.out WITH HOME/temp.map
11.68/11.92	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.78/12.01	c 12	Decoding HOME/temp.out
11.78/12.06	s UNSATISFIABLE
11.78/12.07	c 12	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
11.78/12.10	c 12	CPU 11.87 (0.05 0.02 11.46 0.34)
11.78/12.10	c 12	END Sun Jul 12 05:37:13 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-2080377-1247369821/watcher-2080377-1247369821 -o /tmp/evaluation-result-2080377-1247369821/solver-2080377-1247369821 -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-2080377-1247369821.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.52 2.24 2.12 4/72 24892
/proc/meminfo: memFree=1634152/2055920 swapFree=4192812/4192956
[pid=24892] ppid=24890 vsize=18576 CPUtime=0
/proc/24892/stat : 24892 (runsolver) R 24890 24892 18450 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 24049019 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 269757246759 0 0 4096 24578 0 0 0 17 1 0 0
/proc/24892/statm: 4644 284 249 26 0 2626 0

[startup+0.0828249 s]
/proc/loadavg: 2.52 2.24 2.12 4/72 24892
/proc/meminfo: memFree=1634152/2055920 swapFree=4192812/4192956
[pid=24892] ppid=24890 vsize=16740 CPUtime=0.07
/proc/24892/stat : 24892 (sugar) S 24890 24892 18450 0 -1 4194304 1152 0 0 0 5 2 0 0 18 0 1 0 24049019 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24892/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.10279 s]
/proc/loadavg: 2.52 2.24 2.12 4/72 24892
/proc/meminfo: memFree=1634152/2055920 swapFree=4192812/4192956
[pid=24892] ppid=24890 vsize=16868 CPUtime=0.07
/proc/24892/stat : 24892 (sugar) S 24890 24892 18450 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 24049019 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24892/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.301811 s]
/proc/loadavg: 2.52 2.24 2.12 4/72 24892
/proc/meminfo: memFree=1634152/2055920 swapFree=4192812/4192956
[pid=24892] ppid=24890 vsize=16868 CPUtime=0.07
/proc/24892/stat : 24892 (sugar) S 24890 24892 18450 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 24049019 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24892/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.702869 s]
/proc/loadavg: 2.52 2.24 2.12 4/72 24892
/proc/meminfo: memFree=1634152/2055920 swapFree=4192812/4192956
[pid=24892] ppid=24890 vsize=16868 CPUtime=0.07
/proc/24892/stat : 24892 (sugar) S 24890 24892 18450 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 24049019 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24892/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50298 s]
/proc/loadavg: 2.52 2.24 2.12 4/83 24914
/proc/meminfo: memFree=1626064/2055920 swapFree=4192812/4192956
[pid=24892] ppid=24890 vsize=16868 CPUtime=0.81
/proc/24892/stat : 24892 (sugar) S 24890 24892 18450 0 -1 4194304 1310 5193 0 1 5 2 71 3 15 0 1 0 24049019 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24892/statm: 4217 1111 409 3 0 796 0
[pid=24905] ppid=24892 vsize=5356 CPUtime=0
/proc/24905/stat : 24905 (sh) S 24892 24892 18450 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24049107 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24905/statm: 1339 233 193 169 0 50 0
[pid=24906] ppid=24905 vsize=868500 CPUtime=0.6
/proc/24906/stat : 24906 (java) S 24905 24892 18450 0 -1 0 5804 0 1 0 56 4 0 0 18 0 9 0 24049107 889344000 5169 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24906/statm: 217125 5169 1900 9 0 211630 0
[pid=24906/tid=24907] ppid=24905 vsize=868500 CPUtime=0.35
/proc/24906/task/24907/stat : 24907 (java) R 24905 24892 18450 0 -1 64 2681 0 1 0 34 1 0 0 20 0 9 0 24049108 889344000 5169 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24906/tid=24908] ppid=24905 vsize=868500 CPUtime=0.05
/proc/24906/task/24908/stat : 24908 (java) R 24905 24892 18450 0 -1 64 934 0 0 0 5 0 0 0 16 0 9 0 24049109 889344000 5169 996147200 134512640 134550932 4294955936 18446744073709551615 103733264 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24906/tid=24909] ppid=24905 vsize=868500 CPUtime=0
/proc/24906/task/24909/stat : 24909 (java) S 24905 24892 18450 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 24049110 889344000 5169 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24906/tid=24910] ppid=24905 vsize=868500 CPUtime=0
/proc/24906/task/24910/stat : 24910 (java) S 24905 24892 18450 0 -1 64 3 0 0 0 0 0 0 0 20 0 9 0 24049110 889344000 5169 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24906/tid=24911] ppid=24905 vsize=868500 CPUtime=0
/proc/24906/task/24911/stat : 24911 (java) S 24905 24892 18450 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24049112 889344000 5169 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24906/tid=24912] ppid=24905 vsize=868500 CPUtime=0.17
/proc/24906/task/24912/stat : 24912 (java) S 24905 24892 18450 0 -1 64 1496 0 0 0 16 1 0 0 16 0 9 0 24049112 889344000 5169 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24906/tid=24913] ppid=24905 vsize=868500 CPUtime=0
/proc/24906/task/24913/stat : 24913 (java) S 24905 24892 18450 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24049112 889344000 5169 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24906/tid=24914] ppid=24905 vsize=868500 CPUtime=0
/proc/24906/task/24914/stat : 24914 (java) S 24905 24892 18450 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24049112 889344000 5169 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 890724

[startup+3.10118 s]
/proc/loadavg: 2.52 2.24 2.12 3/83 24914
/proc/meminfo: memFree=1611216/2055920 swapFree=4192812/4192956
[pid=24892] ppid=24890 vsize=16868 CPUtime=0.81
/proc/24892/stat : 24892 (sugar) S 24890 24892 18450 0 -1 4194304 1310 5193 0 1 5 2 71 3 15 0 1 0 24049019 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24892/statm: 4217 1111 409 3 0 796 0
[pid=24905] ppid=24892 vsize=5356 CPUtime=0
/proc/24905/stat : 24905 (sh) S 24892 24892 18450 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24049107 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24905/statm: 1339 233 193 169 0 50 0
[pid=24906] ppid=24905 vsize=868612 CPUtime=2.17
/proc/24906/stat : 24906 (java) S 24905 24892 18450 0 -1 0 7254 0 1 0 199 18 0 0 18 0 9 0 24049107 889458688 6035 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24906/statm: 217153 6035 2589 9 0 211630 0
[pid=24906/tid=24907] ppid=24905 vsize=868612 CPUtime=1.75
/proc/24906/task/24907/stat : 24907 (java) R 24905 24892 18450 0 -1 64 3170 0 1 0 163 12 0 0 25 0 9 0 24049108 889458688 6035 996147200 134512640 134550932 4294955936 18446744073709551615 4126529160 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24906/tid=24908] ppid=24905 vsize=868612 CPUtime=0.19
/proc/24906/task/24908/stat : 24908 (java) S 24905 24892 18450 0 -1 64 1866 0 0 0 15 4 0 0 16 0 9 0 24049109 889458688 6035 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24906/tid=24909] ppid=24905 vsize=868612 CPUtime=0
/proc/24906/task/24909/stat : 24909 (java) S 24905 24892 18450 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24049110 889458688 6035 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24906/tid=24910] ppid=24905 vsize=868612 CPUtime=0
/proc/24906/task/24910/stat : 24910 (java) S 24905 24892 18450 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 24049110 889458688 6035 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24906/tid=24911] ppid=24905 vsize=868612 CPUtime=0
/proc/24906/task/24911/stat : 24911 (java) S 24905 24892 18450 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24049112 889458688 6035 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24906/tid=24912] ppid=24905 vsize=868612 CPUtime=0.21
/proc/24906/task/24912/stat : 24912 (java) S 24905 24892 18450 0 -1 64 1519 0 0 0 20 1 0 0 16 0 9 0 24049112 889458688 6035 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24906/tid=24913] ppid=24905 vsize=868612 CPUtime=0
/proc/24906/task/24913/stat : 24913 (java) S 24905 24892 18450 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24049112 889458688 6035 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24906/tid=24914] ppid=24905 vsize=868612 CPUtime=0
/proc/24906/task/24914/stat : 24914 (java) S 24905 24892 18450 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24049112 889458688 6035 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 890836

[startup+6.30162 s]
/proc/loadavg: 2.48 2.24 2.12 3/75 24916
/proc/meminfo: memFree=1572304/2055920 swapFree=4192812/4192956
[pid=24892] ppid=24890 vsize=16868 CPUtime=3.06
/proc/24892/stat : 24892 (sugar) S 24890 24892 18450 0 -1 4194304 1376 12768 0 2 5 2 276 23 16 0 1 0 24049019 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24892/statm: 4217 1113 409 3 0 796 0
[pid=24915] ppid=24892 vsize=5356 CPUtime=0
/proc/24915/stat : 24915 (sh) S 24892 24892 18450 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24049337 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24915/statm: 1339 232 193 169 0 50 0
[pid=24916] ppid=24915 vsize=44120 CPUtime=3.07
/proc/24916/stat : 24916 (minisat) R 24915 24892 18450 0 -1 4194304 10437 0 0 0 301 6 0 0 25 0 1 0 24049338 45178880 10423 996147200 134512640 135127466 4294956256 18446744073709551615 134530814 0 0 4096 3 0 0 0 17 1 0 0
/proc/24916/statm: 11030 10423 75 150 0 10877 0
Current children cumulated CPU time (s) 6.13
Current children cumulated vsize (KiB) 66344

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

[startup+9.50204 s]
/proc/loadavg: 2.44 2.23 2.12 3/75 24916
/proc/meminfo: memFree=1572240/2055920 swapFree=4192812/4192956
[pid=24892] ppid=24890 vsize=16868 CPUtime=3.06
/proc/24892/stat : 24892 (sugar) S 24890 24892 18450 0 -1 4194304 1376 12768 0 2 5 2 276 23 16 0 1 0 24049019 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24892/statm: 4217 1113 409 3 0 796 0
[pid=24915] ppid=24892 vsize=5356 CPUtime=0
/proc/24915/stat : 24915 (sh) S 24892 24892 18450 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24049337 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24915/statm: 1339 232 193 169 0 50 0
[pid=24916] ppid=24915 vsize=44120 CPUtime=6.24
/proc/24916/stat : 24916 (minisat) R 24915 24892 18450 0 -1 4194304 10444 0 0 0 618 6 0 0 25 0 1 0 24049338 45178880 10430 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/24916/statm: 11030 10430 75 150 0 10877 0
Current children cumulated CPU time (s) 9.3
Current children cumulated vsize (KiB) 66344

[startup+11.1013 s]
/proc/loadavg: 2.44 2.23 2.12 3/75 24916
/proc/meminfo: memFree=1572176/2055920 swapFree=4192812/4192956
[pid=24892] ppid=24890 vsize=16868 CPUtime=3.06
/proc/24892/stat : 24892 (sugar) S 24890 24892 18450 0 -1 4194304 1376 12768 0 2 5 2 276 23 16 0 1 0 24049019 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24892/statm: 4217 1113 409 3 0 796 0
[pid=24915] ppid=24892 vsize=5356 CPUtime=0
/proc/24915/stat : 24915 (sh) S 24892 24892 18450 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24049337 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24915/statm: 1339 232 193 169 0 50 0
[pid=24916] ppid=24915 vsize=44120 CPUtime=7.82
/proc/24916/stat : 24916 (minisat) R 24915 24892 18450 0 -1 4194304 10450 0 0 0 776 6 0 0 25 0 1 0 24049338 45178880 10436 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/24916/statm: 11030 10436 75 150 0 10877 0
Current children cumulated CPU time (s) 10.88
Current children cumulated vsize (KiB) 66344

[startup+11.5013 s]
/proc/loadavg: 2.44 2.23 2.12 3/75 24916
/proc/meminfo: memFree=1572176/2055920 swapFree=4192812/4192956
[pid=24892] ppid=24890 vsize=16868 CPUtime=3.06
/proc/24892/stat : 24892 (sugar) S 24890 24892 18450 0 -1 4194304 1376 12768 0 2 5 2 276 23 16 0 1 0 24049019 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24892/statm: 4217 1113 409 3 0 796 0
[pid=24915] ppid=24892 vsize=5356 CPUtime=0
/proc/24915/stat : 24915 (sh) S 24892 24892 18450 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24049337 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24915/statm: 1339 232 193 169 0 50 0
[pid=24916] ppid=24915 vsize=44120 CPUtime=8.22
/proc/24916/stat : 24916 (minisat) R 24915 24892 18450 0 -1 4194304 10450 0 0 0 816 6 0 0 25 0 1 0 24049338 45178880 10436 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/24916/statm: 11030 10436 75 150 0 10877 0
Current children cumulated CPU time (s) 11.28
Current children cumulated vsize (KiB) 66344

[startup+11.9014 s]
/proc/loadavg: 2.44 2.23 2.12 3/75 24916
/proc/meminfo: memFree=1572176/2055920 swapFree=4192812/4192956
[pid=24892] ppid=24890 vsize=16868 CPUtime=3.06
/proc/24892/stat : 24892 (sugar) S 24890 24892 18450 0 -1 4194304 1376 12768 0 2 5 2 276 23 16 0 1 0 24049019 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24892/statm: 4217 1113 409 3 0 796 0
[pid=24915] ppid=24892 vsize=5356 CPUtime=0
/proc/24915/stat : 24915 (sh) S 24892 24892 18450 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24049337 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24915/statm: 1339 232 193 169 0 50 0
[pid=24916] ppid=24915 vsize=44120 CPUtime=8.62
/proc/24916/stat : 24916 (minisat) R 24915 24892 18450 0 -1 4194304 10450 0 0 0 856 6 0 0 25 0 1 0 24049338 45178880 10436 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/24916/statm: 11030 10436 75 150 0 10877 0
Current children cumulated CPU time (s) 11.68
Current children cumulated vsize (KiB) 66344

[startup+12.0014 s]
/proc/loadavg: 2.44 2.23 2.12 3/83 24926
/proc/meminfo: memFree=1609936/2055920 swapFree=4192812/4192956
[pid=24892] ppid=24890 vsize=16868 CPUtime=11.73
/proc/24892/stat : 24892 (sugar) S 24890 24892 18450 0 -1 4194304 1430 23512 0 2 5 2 1135 31 17 0 1 0 24049019 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24892/statm: 4217 1113 409 3 0 796 0
[pid=24917] ppid=24892 vsize=5356 CPUtime=0
/proc/24917/stat : 24917 (sh) S 24892 24892 18450 0 -1 4194304 278 0 0 0 0 0 0 0 19 0 1 0 24050212 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24917/statm: 1339 233 193 169 0 50 0
[pid=24918] ppid=24917 vsize=862032 CPUtime=0.05
/proc/24918/stat : 24918 (java) S 24917 24892 18450 0 -1 0 2546 0 1 0 4 1 0 0 18 0 9 0 24050212 882720768 2056 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24918/statm: 215508 2056 1137 9 0 210421 0
[pid=24918/tid=24919] ppid=24917 vsize=862032 CPUtime=0.04
/proc/24918/task/24919/stat : 24919 (java) R 24917 24892 18450 0 -1 64 1634 0 1 0 3 1 0 0 20 0 9 0 24050213 882720768 2056 996147200 134512640 134550932 4294955984 18446744073709551615 4159510180 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24918/tid=24920] ppid=24917 vsize=862032 CPUtime=0
/proc/24918/task/24920/stat : 24920 (java) S 24917 24892 18450 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 24050215 882720768 2056 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24918/tid=24921] ppid=24917 vsize=862032 CPUtime=0
/proc/24918/task/24921/stat : 24921 (java) S 24917 24892 18450 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 24050215 882720768 2056 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24918/tid=24922] ppid=24917 vsize=862032 CPUtime=0
/proc/24918/task/24922/stat : 24922 (java) S 24917 24892 18450 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 24050215 882720768 2056 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24918/tid=24923] ppid=24917 vsize=862032 CPUtime=0
/proc/24918/task/24923/stat : 24923 (java) S 24917 24892 18450 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24050217 882720768 2056 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24918/tid=24924] ppid=24917 vsize=862032 CPUtime=0
/proc/24918/task/24924/stat : 24924 (java) S 24917 24892 18450 0 -1 64 217 0 0 0 0 0 0 0 19 0 9 0 24050217 882720768 2056 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24918/tid=24925] ppid=24917 vsize=862032 CPUtime=0
/proc/24918/task/24925/stat : 24925 (java) S 24917 24892 18450 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24050217 882720768 2056 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24918/tid=24926] ppid=24917 vsize=862032 CPUtime=0
/proc/24918/task/24926/stat : 24926 (java) S 24917 24892 18450 0 -1 64 0 0 0 0 0 0 0 0 20 0 9 0 24050217 882720768 2056 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 11.78
Current children cumulated vsize (KiB) 884256

Child status: 0
Real time (s): 12.1055
CPU time (s): 11.8992
CPU user time (s): 11.5212
CPU system time (s): 0.377942
CPU usage (%): 98.2954
Max. virtual memory (cumulated for all children) (KiB): 890836

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 11.5212
system time used= 0.377942
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 28836
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= 5907
involuntary context switches= 5992

runsolver used 0.023996 second user time and 0.055991 second system time

The end

Launcher Data

Begin job on node13 at 2009-07-12 05:37:01
IDJOB=2080377
IDBENCH=57076
IDSOLVER=739
FILE ID=node13/2080377-1247369821
PBS_JOBID= 9507014
Free space on /tmp= 66300 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/js-taillard-15/normalized-js-taillard-15-95-8.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-2080377-1247369821/watcher-2080377-1247369821 -o /tmp/evaluation-result-2080377-1247369821/solver-2080377-1247369821 -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-2080377-1247369821.xml

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

MD5SUM BENCH= 31f84ce3b363624035dc20528456a27e
RANDOM SEED=1549141160

node13.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.241
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.241
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:       1634632 kB
Buffers:         50360 kB
Cached:         267336 kB
SwapCached:          0 kB
Active:         163468 kB
Inactive:       182144 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1634632 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1548 kB
Writeback:           0 kB
Mapped:          39480 kB
Slab:            61112 kB
Committed_AS:   176708 kB
PageTables:       1840 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= 66300 MiB
End job on node13 at 2009-07-12 05:37:13