Trace number 1088166

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.13+minisatUNSAT 8.10877 8.29804

General information on the benchmark

Namecsp/rlfapScens11/
normalized-scen11-f12.xml
MD5SUM923ef4c26cd9096899ec03d5df91c70b
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 benchmark0.648901
Satisfiable
(Un)Satisfiability was proved
Number of variables680
Number of constraints4103
Maximum constraint arity2
Maximum domain size32
Number of constraints which are defined in extension0
Number of constraints which are defined in intension4103
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.05	c 0	Sugar v1-13 + HOME/minisat
0.00/0.05	c 0	BEGIN Sat Jul  5 10:17:13 2008
0.00/0.05	c 0	PID 8994
0.00/0.05	c 0	HOST node73.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1088166-1215245833.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1088166-1215245833.xml' 'HOME/temp.csp'
0.03/0.88	c 1	5 domains, 680 variables, 2 predicates, 0 relations, 4103 constraints
0.03/0.89	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.89	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.84/0.98	c 1	Parsing HOME/temp.csp
1.32/1.46	c 2	parsed 4790 expressions
1.32/1.47	c 2	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.32/1.47	c 2	Converting to clausal form CSP
1.42/1.50	c 2	converted 479 (10%) expressions
1.72/1.86	c 2	converted 958 (20%) expressions
2.12/2.27	c 3	converted 1437 (30%) expressions
2.51/2.65	c 3	converted 1916 (40%) expressions
2.81/2.98	c 3	converted 2395 (50%) expressions
3.20/3.40	c 4	converted 2874 (60%) expressions
3.60/3.73	c 4	converted 3353 (70%) expressions
4.09/4.23	c 5	converted 3832 (80%) expressions
4.38/4.59	c 5	converted 4311 (90%) expressions
4.78/4.95	c 5	converted 4790 (100%) expressions
4.78/4.95	c 5	CSP : 680 integers, 0 booleans, 4783 clauses, largest domain size 32
4.78/4.95	c 5	Heap : 34 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.78/4.95	c 5	Propagation in CSP
5.37/5.55	c 6	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
5.37/5.55	c 6	CSP : 680 integers, 0 booleans, 4783 clauses, largest domain size 32
5.37/5.55	c 6	Heap : 35 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.37/5.56	c 6	Simplifing CSP by introducing new Boolean variables
5.77/5.98	c 6	CSP : 680 integers, 8206 booleans, 12989 clauses, largest domain size 32
5.77/5.98	c 6	Heap : 36 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
6.17/6.34	c 7	Encoding CSP to SAT : HOME/temp.cnf
6.26/6.41	c 7	68 (10%) CSP integer variables are encoded (1990 clauses, 23795 bytes)
6.26/6.42	c 7	136 (20%) CSP integer variables are encoded (3890 clauses, 48495 bytes)
6.26/6.44	c 7	204 (30%) CSP integer variables are encoded (5878 clauses, 74339 bytes)
6.26/6.45	c 7	272 (40%) CSP integer variables are encoded (7658 clauses, 97479 bytes)
6.26/6.47	c 7	340 (50%) CSP integer variables are encoded (9438 clauses, 120619 bytes)
6.26/6.48	c 7	408 (60%) CSP integer variables are encoded (11318 clauses, 148392 bytes)
6.26/6.50	c 7	476 (70%) CSP integer variables are encoded (13078 clauses, 174792 bytes)
6.36/6.51	c 7	544 (80%) CSP integer variables are encoded (14898 clauses, 202092 bytes)
6.36/6.53	c 7	612 (90%) CSP integer variables are encoded (16688 clauses, 228942 bytes)
6.36/6.54	c 7	680 (100%) CSP integer variables are encoded (18508 clauses, 256242 bytes)
6.55/6.71	c 7	1299 (10%) CSP clauses are encoded (42935 clauses, 719491 bytes)
6.65/6.85	c 7	2598 (20%) CSP clauses are encoded (68235 clauses, 1220909 bytes)
6.76/6.96	c 7	3897 (30%) CSP clauses are encoded (91396 clauses, 1676907 bytes)
6.86/7.08	c 7	5196 (40%) CSP clauses are encoded (116161 clauses, 2169601 bytes)
7.06/7.20	c 8	6495 (50%) CSP clauses are encoded (139808 clauses, 2636254 bytes)
7.16/7.31	c 8	7794 (60%) CSP clauses are encoded (162189 clauses, 3076492 bytes)
7.26/7.42	c 8	9093 (70%) CSP clauses are encoded (184180 clauses, 3509482 bytes)
7.35/7.53	c 8	10392 (80%) CSP clauses are encoded (206440 clauses, 3970865 bytes)
7.46/7.64	c 8	11691 (90%) CSP clauses are encoded (228399 clauses, 4428183 bytes)
7.55/7.76	c 8	12989 (100%) CSP clauses are encoded (250186 clauses, 4878672 bytes)
7.55/7.76	c 8	12989 CSP clauses encoded
7.55/7.76	c 8	Writing map file : HOME/temp.map
7.55/7.78	c 8	Heap : 40 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
7.55/7.78	c 8	SAT : 27394 SAT variables, 250186 SAT clauses, 4878672 bytes
7.55/7.78	c 8	Heap : 40 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
7.63/7.82	c 8	SOLVING HOME/temp.cnf
7.63/7.82	c 8	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
7.63/7.82	c 8	This is MiniSat 2.0 beta
7.63/7.82	c 8	WARNING: for repeatability, setting FPU to use double precision
7.63/7.82	c 8	============================[ Problem Statistics ]=============================
7.63/7.82	c 8	|                                                                             |
7.63/7.83	c 8	|  Number of variables:  27394                                                |
7.63/7.83	c 8	|  Number of clauses:    250186                                               |
7.65/7.98	c 8	|  Parsing time:         0.13         s                                       |
7.65/7.99	c 8	============================[ Search Statistics ]==============================
7.65/7.99	c 8	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
7.65/7.99	c 8	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
7.65/7.99	c 8	===============================================================================
7.65/7.99	c 8	|         0 |   27394   250186   701671 |    83395        0    nan |  0.000 % |
7.65/8.01	c 8	|       100 |   27321   250186   701671 |    91734       79      3 |  0.405 % |
7.65/8.01	c 8	===============================================================================
7.65/8.01	c 8	restarts              : 2
7.65/8.01	c 8	conflicts             : 131            (799 /sec)
7.65/8.01	c 8	decisions             : 1358           (1.77 % random) (8282 /sec)
7.65/8.01	c 8	propagations          : 45307          (276304 /sec)
7.65/8.01	c 8	conflict literals     : 376            (16.44 % deleted)
7.65/8.01	c 8	Memory used           : 13.73 MB
7.65/8.01	c 8	CPU time              : 0.163975 s
7.65/8.01	c 8	
7.65/8.02	c 8	UNSATISFIABLE
7.65/8.02	c 8	DECODING HOME/temp.out WITH HOME/temp.map
7.65/8.02	c 8	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
7.85/8.10	c 8	Decoding HOME/temp.out
7.85/8.25	s UNSATISFIABLE
7.85/8.25	c 9	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
7.85/8.29	c 9	CPU 7.74 (0.04 0.01 7.7 0.34)
7.85/8.29	c 9	END Sat Jul  5 10:17:22 2008

Verifier Data (download as text)

No possible verification on an UNSAT instance

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1088166-1215245833/watcher-1088166-1215245833 -o /tmp/evaluation-result-1088166-1215245833/solver-1088166-1215245833 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/sugar -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-1088166-1215245833.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): 2200 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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.92 1.98 1.99 4/73 8994
/proc/meminfo: memFree=1884168/2055920 swapFree=4181492/4192956
[pid=8994] ppid=8992 vsize=18572 CPUtime=0
/proc/8994/stat : 8994 (runsolver) R 8992 8994 4618 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 136594356 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 210723466535 0 0 4096 24578 0 0 0 17 1 0 0
/proc/8994/statm: 4643 292 257 25 0 2626 0

[startup+0.106276 s]
/proc/loadavg: 1.92 1.98 1.99 4/73 8994
/proc/meminfo: memFree=1884168/2055920 swapFree=4181492/4192956
[pid=8994] ppid=8992 vsize=13600 CPUtime=0.03
/proc/8994/stat : 8994 (sugar) S 8992 8994 4618 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 136594356 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8994/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.201289 s]
/proc/loadavg: 1.92 1.98 1.99 4/73 8994
/proc/meminfo: memFree=1884168/2055920 swapFree=4181492/4192956
[pid=8994] ppid=8992 vsize=13600 CPUtime=0.03
/proc/8994/stat : 8994 (sugar) S 8992 8994 4618 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 136594356 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8994/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301292 s]
/proc/loadavg: 1.92 1.98 1.99 4/73 8994
/proc/meminfo: memFree=1884168/2055920 swapFree=4181492/4192956
[pid=8994] ppid=8992 vsize=13600 CPUtime=0.03
/proc/8994/stat : 8994 (sugar) S 8992 8994 4618 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 136594356 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8994/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701361 s]
/proc/loadavg: 1.92 1.98 1.99 4/73 8994
/proc/meminfo: memFree=1884168/2055920 swapFree=4181492/4192956
[pid=8994] ppid=8992 vsize=13600 CPUtime=0.03
/proc/8994/stat : 8994 (sugar) S 8992 8994 4618 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 136594356 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8994/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50244 s]
/proc/loadavg: 1.92 1.98 1.99 4/84 9016
/proc/meminfo: memFree=1876656/2055920 swapFree=4181492/4192956
[pid=8994] ppid=8992 vsize=13600 CPUtime=0.84
/proc/8994/stat : 8994 (sugar) S 8992 8994 4618 0 -1 4194304 973 7096 0 1 3 0 77 4 15 0 1 0 136594356 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8994/statm: 3400 797 370 3 0 500 0
[pid=9007] ppid=8994 vsize=5356 CPUtime=0
/proc/9007/stat : 9007 (sh) S 8994 8994 4618 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 136594446 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9007/statm: 1339 233 193 169 0 50 0
[pid=9008] ppid=9007 vsize=864340 CPUtime=0.58
/proc/9008/stat : 9008 (java) S 9007 8994 4618 0 -1 0 4065 0 1 0 56 2 0 0 18 0 9 0 136594446 885084160 3518 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9008/statm: 216085 3518 1722 9 0 210660 0
[pid=9008/tid=9009] ppid=9007 vsize=864340 CPUtime=0.46
/proc/9008/task/9009/stat : 9009 (java) R 9007 8994 4618 0 -1 64 2628 0 1 0 45 1 0 0 21 0 9 0 136594447 885084160 3518 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9008/tid=9010] ppid=9007 vsize=864340 CPUtime=0.02
/proc/9008/task/9010/stat : 9010 (java) S 9007 8994 4618 0 -1 64 405 0 0 0 2 0 0 0 16 0 9 0 136594448 885084160 3518 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9008/tid=9011] ppid=9007 vsize=864340 CPUtime=0
/proc/9008/task/9011/stat : 9011 (java) S 9007 8994 4618 0 -1 64 9 0 0 0 0 0 0 0 19 0 9 0 136594449 885084160 3518 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9008/tid=9012] ppid=9007 vsize=864340 CPUtime=0
/proc/9008/task/9012/stat : 9012 (java) S 9007 8994 4618 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 136594449 885084160 3518 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9008/tid=9013] ppid=9007 vsize=864340 CPUtime=0
/proc/9008/task/9013/stat : 9013 (java) S 9007 8994 4618 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 136594451 885084160 3518 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9008/tid=9014] ppid=9007 vsize=864340 CPUtime=0.07
/proc/9008/task/9014/stat : 9014 (java) R 9007 8994 4618 0 -1 64 340 0 0 0 7 0 0 0 17 0 9 0 136594451 885084160 3518 996147200 134512640 134550740 4294955952 18446744073709551615 103692145 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9008/tid=9015] ppid=9007 vsize=864340 CPUtime=0
/proc/9008/task/9015/stat : 9015 (java) S 9007 8994 4618 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 136594451 885084160 3518 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9008/tid=9016] ppid=9007 vsize=864340 CPUtime=0
/proc/9008/task/9016/stat : 9016 (java) S 9007 8994 4618 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 136594451 885084160 3518 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 883296

[startup+3.10263 s]
/proc/loadavg: 1.93 1.98 1.99 4/84 9016
/proc/meminfo: memFree=1865904/2055920 swapFree=4181492/4192956
[pid=8994] ppid=8992 vsize=13600 CPUtime=0.84
/proc/8994/stat : 8994 (sugar) S 8992 8994 4618 0 -1 4194304 973 7096 0 1 3 0 77 4 15 0 1 0 136594356 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8994/statm: 3400 797 370 3 0 500 0
[pid=9007] ppid=8994 vsize=5356 CPUtime=0
/proc/9007/stat : 9007 (sh) S 8994 8994 4618 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 136594446 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9007/statm: 1339 233 193 169 0 50 0
[pid=9008] ppid=9007 vsize=868292 CPUtime=2.16
/proc/9008/stat : 9008 (java) S 9007 8994 4618 0 -1 0 8852 0 1 0 211 5 0 0 18 0 9 0 136594446 889131008 8023 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9008/statm: 217073 8023 2540 9 0 211648 0
[pid=9008/tid=9009] ppid=9007 vsize=868292 CPUtime=1.64
/proc/9008/task/9009/stat : 9009 (java) R 9007 8994 4618 0 -1 64 2731 0 1 0 163 1 0 0 25 0 9 0 136594447 889131008 8023 996147200 134512640 134550740 4294955952 18446744073709551615 4126582679 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9008/tid=9010] ppid=9007 vsize=868292 CPUtime=0.28
/proc/9008/task/9010/stat : 9010 (java) S 9007 8994 4618 0 -1 64 3970 0 0 0 27 1 0 0 16 0 9 0 136594448 889131008 8023 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9008/tid=9011] ppid=9007 vsize=868292 CPUtime=0
/proc/9008/task/9011/stat : 9011 (java) S 9007 8994 4618 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 136594449 889131008 8023 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9008/tid=9012] ppid=9007 vsize=868292 CPUtime=0
/proc/9008/task/9012/stat : 9012 (java) S 9007 8994 4618 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 136594449 889131008 8023 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9008/tid=9013] ppid=9007 vsize=868292 CPUtime=0
/proc/9008/task/9013/stat : 9013 (java) S 9007 8994 4618 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 136594451 889131008 8023 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9008/tid=9014] ppid=9007 vsize=868292 CPUtime=0.2
/proc/9008/task/9014/stat : 9014 (java) S 9007 8994 4618 0 -1 64 1457 0 0 0 19 1 0 0 16 0 9 0 136594451 889131008 8023 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9008/tid=9015] ppid=9007 vsize=868292 CPUtime=0
/proc/9008/task/9015/stat : 9015 (java) S 9007 8994 4618 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 136594451 889131008 8023 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9008/tid=9016] ppid=9007 vsize=868292 CPUtime=0
/proc/9008/task/9016/stat : 9016 (java) S 9007 8994 4618 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 136594451 889131008 8023 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 887248

[startup+6.30302 s]
/proc/loadavg: 1.93 1.98 1.99 3/84 9016
/proc/meminfo: memFree=1835248/2055920 swapFree=4181492/4192956
[pid=8994] ppid=8992 vsize=13600 CPUtime=0.84
/proc/8994/stat : 8994 (sugar) S 8992 8994 4618 0 -1 4194304 974 7096 0 1 3 0 77 4 15 0 1 0 136594356 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8994/statm: 3400 797 370 3 0 500 0
[pid=9007] ppid=8994 vsize=5356 CPUtime=0
/proc/9007/stat : 9007 (sh) S 8994 8994 4618 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 136594446 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9007/statm: 1339 233 193 169 0 50 0
[pid=9008] ppid=9007 vsize=878716 CPUtime=5.33
/proc/9008/stat : 9008 (java) S 9007 8994 4618 0 -1 0 25946 0 1 0 516 17 0 0 18 0 9 0 136594446 899805184 17429 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9008/statm: 219679 17429 2540 9 0 214254 0
[pid=9008/tid=9009] ppid=9007 vsize=878716 CPUtime=3.46
/proc/9008/task/9009/stat : 9009 (java) R 9007 8994 4618 0 -1 64 3093 0 1 0 344 2 0 0 25 0 9 0 136594447 899805184 17429 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9008/tid=9010] ppid=9007 vsize=878716 CPUtime=1.6
/proc/9008/task/9010/stat : 9010 (java) R 9007 8994 4618 0 -1 64 20690 0 0 0 148 12 0 0 16 0 9 0 136594448 899805184 17429 996147200 134512640 134550740 4294955952 18446744073709551615 103736931 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9008/tid=9011] ppid=9007 vsize=878716 CPUtime=0
/proc/9008/task/9011/stat : 9011 (java) S 9007 8994 4618 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 136594449 899805184 17429 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9008/tid=9012] ppid=9007 vsize=878716 CPUtime=0
/proc/9008/task/9012/stat : 9012 (java) S 9007 8994 4618 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 136594449 899805184 17429 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9008/tid=9013] ppid=9007 vsize=878716 CPUtime=0
/proc/9008/task/9013/stat : 9013 (java) S 9007 8994 4618 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 136594451 899805184 17429 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9008/tid=9014] ppid=9007 vsize=878716 CPUtime=0.23
/proc/9008/task/9014/stat : 9014 (java) S 9007 8994 4618 0 -1 64 1469 0 0 0 22 1 0 0 15 0 9 0 136594451 899805184 17429 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9008/tid=9015] ppid=9007 vsize=878716 CPUtime=0
/proc/9008/task/9015/stat : 9015 (java) S 9007 8994 4618 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 136594451 899805184 17429 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9008/tid=9016] ppid=9007 vsize=878716 CPUtime=0
/proc/9008/task/9016/stat : 9016 (java) S 9007 8994 4618 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 136594451 899805184 17429 996147200 134512640 134550740 4294955952 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) 897672

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

[startup+6.40202 s]
/proc/loadavg: 1.93 1.98 1.99 3/84 9016
/proc/meminfo: memFree=1835248/2055920 swapFree=4181492/4192956
[pid=8994] ppid=8992 vsize=13600 CPUtime=0.84
/proc/8994/stat : 8994 (sugar) S 8992 8994 4618 0 -1 4194304 974 7096 0 1 3 0 77 4 15 0 1 0 136594356 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8994/statm: 3400 797 370 3 0 500 0
[pid=9007] ppid=8994 vsize=5356 CPUtime=0
/proc/9007/stat : 9007 (sh) S 8994 8994 4618 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 136594446 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9007/statm: 1339 233 193 169 0 50 0
[pid=9008] ppid=9007 vsize=868516 CPUtime=5.42
/proc/9008/stat : 9008 (java) S 9007 8994 4618 0 -1 0 26019 0 1 0 525 17 0 0 18 0 9 0 136594446 889360384 14910 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9008/statm: 217129 14910 2564 9 0 211676 0
[pid=9008/tid=9009] ppid=9007 vsize=868516 CPUtime=3.5
/proc/9008/task/9009/stat : 9009 (java) R 9007 8994 4618 0 -1 64 3152 0 1 0 348 2 0 0 23 0 9 0 136594447 889360384 14910 996147200 134512640 134550740 4294955952 18446744073709551615 102064644 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9008/tid=9010] ppid=9007 vsize=868516 CPUtime=1.64
/proc/9008/task/9010/stat : 9010 (java) S 9007 8994 4618 0 -1 64 20691 0 0 0 151 13 0 0 16 0 9 0 136594448 889360384 14910 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9008/tid=9011] ppid=9007 vsize=868516 CPUtime=0
/proc/9008/task/9011/stat : 9011 (java) S 9007 8994 4618 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 136594449 889360384 14910 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9008/tid=9012] ppid=9007 vsize=868516 CPUtime=0
/proc/9008/task/9012/stat : 9012 (java) S 9007 8994 4618 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 136594449 889360384 14910 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9008/tid=9013] ppid=9007 vsize=868516 CPUtime=0
/proc/9008/task/9013/stat : 9013 (java) S 9007 8994 4618 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 136594451 889360384 14910 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9008/tid=9014] ppid=9007 vsize=868516 CPUtime=0.25
/proc/9008/task/9014/stat : 9014 (java) S 9007 8994 4618 0 -1 64 1482 0 0 0 24 1 0 0 16 0 9 0 136594451 889360384 14910 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9008/tid=9015] ppid=9007 vsize=868516 CPUtime=0
/proc/9008/task/9015/stat : 9015 (java) S 9007 8994 4618 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 136594451 889360384 14910 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9008/tid=9016] ppid=9007 vsize=868516 CPUtime=0
/proc/9008/task/9016/stat : 9016 (java) S 9007 8994 4618 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 136594451 889360384 14910 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 887472

[startup+7.20211 s]
/proc/loadavg: 1.93 1.98 1.99 3/84 9016
/proc/meminfo: memFree=1830128/2055920 swapFree=4181492/4192956
[pid=8994] ppid=8992 vsize=13600 CPUtime=0.85
/proc/8994/stat : 8994 (sugar) S 8992 8994 4618 0 -1 4194304 974 7096 0 1 4 0 77 4 15 0 1 0 136594356 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8994/statm: 3400 797 370 3 0 500 0
[pid=9007] ppid=8994 vsize=5356 CPUtime=0
/proc/9007/stat : 9007 (sh) S 8994 8994 4618 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 136594446 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9007/statm: 1339 233 193 169 0 50 0
[pid=9008] ppid=9007 vsize=868516 CPUtime=6.21
/proc/9008/stat : 9008 (java) S 9007 8994 4618 0 -1 0 26373 0 1 0 601 20 0 0 18 0 9 0 136594446 889360384 15237 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9008/statm: 217129 15237 2566 9 0 211676 0
[pid=9008/tid=9009] ppid=9007 vsize=868516 CPUtime=4.23
/proc/9008/task/9009/stat : 9009 (java) R 9007 8994 4618 0 -1 64 3485 0 1 0 419 4 0 0 25 0 9 0 136594447 889360384 15237 996147200 134512640 134550740 4294955952 18446744073709551615 102064747 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9008/tid=9010] ppid=9007 vsize=868516 CPUtime=1.66
/proc/9008/task/9010/stat : 9010 (java) S 9007 8994 4618 0 -1 64 20693 0 0 0 153 13 0 0 16 0 9 0 136594448 889360384 15237 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9008/tid=9011] ppid=9007 vsize=868516 CPUtime=0
/proc/9008/task/9011/stat : 9011 (java) S 9007 8994 4618 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 136594449 889360384 15237 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9008/tid=9012] ppid=9007 vsize=868516 CPUtime=0
/proc/9008/task/9012/stat : 9012 (java) S 9007 8994 4618 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 136594449 889360384 15237 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9008/tid=9013] ppid=9007 vsize=868516 CPUtime=0
/proc/9008/task/9013/stat : 9013 (java) S 9007 8994 4618 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 136594451 889360384 15237 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9008/tid=9014] ppid=9007 vsize=868516 CPUtime=0.29
/proc/9008/task/9014/stat : 9014 (java) S 9007 8994 4618 0 -1 64 1501 0 0 0 28 1 0 0 15 0 9 0 136594451 889360384 15237 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9008/tid=9015] ppid=9007 vsize=868516 CPUtime=0
/proc/9008/task/9015/stat : 9015 (java) S 9007 8994 4618 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 136594451 889360384 15237 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9008/tid=9016] ppid=9007 vsize=868516 CPUtime=0
/proc/9008/task/9016/stat : 9016 (java) S 9007 8994 4618 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 136594451 889360384 15237 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.06
Current children cumulated vsize (KiB) 887472

[startup+8.00121 s]
/proc/loadavg: 1.93 1.98 1.99 3/84 9016
/proc/meminfo: memFree=1825840/2055920 swapFree=4181492/4192956
[pid=8994] ppid=8992 vsize=13600 CPUtime=7.65
/proc/8994/stat : 8994 (sugar) S 8992 8994 4618 0 -1 4194304 1034 33796 0 2 4 1 733 27 15 0 1 0 136594356 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8994/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 7.65
Current children cumulated vsize (KiB) 13600

[startup+8.20123 s]
/proc/loadavg: 1.93 1.98 1.99 3/84 9016
/proc/meminfo: memFree=1825840/2055920 swapFree=4181492/4192956
[pid=8994] ppid=8992 vsize=13600 CPUtime=7.85
/proc/8994/stat : 8994 (sugar) S 8992 8994 4618 0 -1 4194304 1090 37361 0 2 4 1 750 30 16 0 1 0 136594356 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8994/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 7.85
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 8.29804
CPU time (s): 8.10877
CPU user time (s): 7.74782
CPU system time (s): 0.360945
CPU usage (%): 97.719
Max. virtual memory (cumulated for all children) (KiB): 900236

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 7.74782
system time used= 0.360945
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 42775
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= 3630
involuntary context switches= 3610

runsolver used 0.022996 second user time and 0.040993 second system time

The end

Launcher Data (download as text)

Begin job on node73 at 2008-07-05 10:17:13
IDJOB=1088166
IDBENCH=58069
IDSOLVER=346
FILE ID=node73/1088166-1215245833
PBS_JOBID= 7881899
Free space on /tmp= 66552 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/rlfapScens11/normalized-scen11-f12.xml
COMMAND LINE= DIR/sugar -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1088166-1215245833/watcher-1088166-1215245833 -o /tmp/evaluation-result-1088166-1215245833/solver-1088166-1215245833 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/sugar -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-1088166-1215245833.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 923ef4c26cd9096899ec03d5df91c70b
RANDOM SEED=985702797

node73.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.230
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.230
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:       1884648 kB
Buffers:          8184 kB
Cached:          88832 kB
SwapCached:       5052 kB
Active:          68112 kB
Inactive:        53360 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1884648 kB
SwapTotal:     4192956 kB
SwapFree:      4181492 kB
Dirty:            1848 kB
Writeback:           0 kB
Mapped:          32452 kB
Slab:            35224 kB
Committed_AS:   518040 kB
PageTables:       1748 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= 66552 MiB
End job on node73 at 2008-07-05 10:17:22