Trace number 1075101

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 4.46832 4.56064

General information on the benchmark

Namecsp/rlfapGraphsMod/
normalized-graph14-f28.xml
MD5SUMdf91cdf5878fafc6bfd01bfcf0040fa0
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.610906
Satisfiable
(Un)Satisfiability was proved
Number of variables916
Number of constraints4638
Maximum constraint arity2
Maximum domain size18
Number of constraints which are defined in extension0
Number of constraints which are defined in intension4638
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Fri Jul  4 16:03:20 2008
0.00/0.04	c 0	PID 16611
0.00/0.04	c 0	HOST node85.alineos.net
0.00/0.04	c 0	CONVERTING HOME/instance-1075101-1215180200.xml TO HOME/temp.csp
0.00/0.04	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1075101-1215180200.xml' 'HOME/temp.csp'
0.03/0.61	c 1	5 domains, 916 variables, 2 predicates, 0 relations, 4638 constraints
0.03/0.62	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.62	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.03/0.70	c 1	Parsing HOME/temp.csp
0.59/0.95	c 1	parsed 5561 expressions
0.59/0.95	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.59/0.95	c 1	Converting to clausal form CSP
0.59/0.98	c 1	converted 557 (10%) expressions
1.05/1.12	c 1	converted 1113 (20%) expressions
1.24/1.38	c 2	converted 1669 (30%) expressions
1.45/1.60	c 2	converted 2225 (40%) expressions
1.64/1.74	c 2	converted 2781 (50%) expressions
1.85/1.97	c 2	converted 3337 (60%) expressions
2.05/2.11	c 2	converted 3893 (70%) expressions
2.14/2.25	c 2	converted 4449 (80%) expressions
2.44/2.53	c 3	converted 5005 (90%) expressions
2.54/2.67	c 3	converted 5561 (100%) expressions
2.54/2.67	c 3	CSP : 916 integers, 0 booleans, 5554 clauses, largest domain size 18
2.54/2.67	c 3	Heap : 25 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.54/2.67	c 3	Propagation in CSP
2.93/3.05	c 3	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.93/3.05	c 3	CSP : 916 integers, 0 booleans, 5554 clauses, largest domain size 18
2.93/3.05	c 3	Heap : 27 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.93/3.06	c 3	Simplifing CSP by introducing new Boolean variables
3.04/3.11	c 3	CSP : 916 integers, 9276 booleans, 14830 clauses, largest domain size 18
3.04/3.11	c 3	Heap : 29 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.14/3.29	c 3	Encoding CSP to SAT : HOME/temp.cnf
3.23/3.34	c 4	92 (10%) CSP integer variables are encoded (1400 clauses, 16187 bytes)
3.23/3.35	c 4	184 (20%) CSP integer variables are encoded (2788 clauses, 34231 bytes)
3.23/3.36	c 4	275 (30%) CSP integer variables are encoded (4159 clauses, 52054 bytes)
3.23/3.37	c 4	367 (40%) CSP integer variables are encoded (5512 clauses, 69643 bytes)
3.23/3.38	c 4	458 (50%) CSP integer variables are encoded (6826 clauses, 86725 bytes)
3.23/3.38	c 4	550 (60%) CSP integer variables are encoded (8148 clauses, 103911 bytes)
3.23/3.39	c 4	642 (70%) CSP integer variables are encoded (9464 clauses, 121218 bytes)
3.32/3.41	c 4	733 (80%) CSP integer variables are encoded (10774 clauses, 140868 bytes)
3.32/3.41	c 4	825 (90%) CSP integer variables are encoded (12037 clauses, 159813 bytes)
3.32/3.42	c 4	916 (100%) CSP integer variables are encoded (13290 clauses, 178608 bytes)
3.43/3.52	c 4	1483 (10%) CSP clauses are encoded (28525 clauses, 454032 bytes)
3.53/3.61	c 4	2966 (20%) CSP clauses are encoded (43525 clauses, 741911 bytes)
3.53/3.67	c 4	4449 (30%) CSP clauses are encoded (58717 clauses, 1035048 bytes)
3.62/3.74	c 4	5932 (40%) CSP clauses are encoded (74172 clauses, 1334719 bytes)
3.73/3.80	c 4	7415 (50%) CSP clauses are encoded (88872 clauses, 1618578 bytes)
3.73/3.87	c 4	8898 (60%) CSP clauses are encoded (103631 clauses, 1903855 bytes)
3.82/3.93	c 4	10381 (70%) CSP clauses are encoded (117953 clauses, 2180635 bytes)
3.82/3.99	c 4	11864 (80%) CSP clauses are encoded (132173 clauses, 2458000 bytes)
3.92/4.05	c 4	13347 (90%) CSP clauses are encoded (146011 clauses, 2741553 bytes)
4.02/4.11	c 4	14830 (100%) CSP clauses are encoded (159206 clauses, 3011599 bytes)
4.02/4.11	c 4	14830 CSP clauses encoded
4.02/4.11	c 4	Writing map file : HOME/temp.map
4.02/4.13	c 4	Heap : 29 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.02/4.13	c 4	SAT : 23482 SAT variables, 159206 SAT clauses, 3011599 bytes
4.02/4.13	c 4	Heap : 29 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.02/4.16	c 4	SOLVING HOME/temp.cnf
4.02/4.16	c 4	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
4.02/4.16	c 4	This is MiniSat 2.0 beta
4.02/4.16	c 4	WARNING: for repeatability, setting FPU to use double precision
4.02/4.16	c 4	============================[ Problem Statistics ]=============================
4.02/4.16	c 4	|                                                                             |
4.02/4.17	c 4	|  Number of variables:  23482                                                |
4.02/4.17	c 4	|  Number of clauses:    159206                                               |
4.09/4.25	c 4	|  Parsing time:         0.08         s                                       |
4.09/4.26	c 4	============================[ Search Statistics ]==============================
4.09/4.26	c 4	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
4.09/4.26	c 4	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
4.09/4.26	c 4	===============================================================================
4.09/4.26	c 4	|         0 |   23482   159206   437112 |    53068        0    nan |  0.000 % |
4.09/4.29	c 4	|       101 |   23482   159206   437112 |    58375      101      5 |  0.000 % |
4.09/4.29	c 4	===============================================================================
4.09/4.29	c 4	restarts              : 2
4.09/4.29	c 4	conflicts             : 120            (1072 /sec)
4.09/4.29	c 4	decisions             : 578            (1.90 % random) (5162 /sec)
4.09/4.29	c 4	propagations          : 41680          (372203 /sec)
4.09/4.29	c 4	conflict literals     : 591            (14.10 % deleted)
4.09/4.29	c 4	Memory used           : 9.93 MB
4.09/4.29	c 4	CPU time              : 0.111982 s
4.09/4.29	c 4	
4.09/4.29	c 4	UNSATISFIABLE
4.09/4.29	c 4	DECODING HOME/temp.out WITH HOME/temp.map
4.09/4.29	c 4	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
4.21/4.37	c 5	Decoding HOME/temp.out
4.40/4.52	s UNSATISFIABLE
4.40/4.53	c 5	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
4.40/4.56	c 5	CPU 4.25 (0.04 0.01 4.21 0.19)
4.40/4.56	c 5	END Fri Jul  4 16:03:25 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-1075101-1215180200/watcher-1075101-1215180200 -o /tmp/evaluation-result-1075101-1215180200/solver-1075101-1215180200 -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-1075101-1215180200.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.91 1.98 1.99 3/82 16611
/proc/meminfo: memFree=1574456/2055920 swapFree=4180776/4192956
[pid=16611] ppid=16609 vsize=12272 CPUtime=0
/proc/16611/stat : 16611 (sugar) R 16609 16611 13247 0 -1 4194304 359 0 0 0 0 0 0 0 18 0 1 0 258962743 12566528 327 996147200 4194304 4206940 548682068608 18446744073709551615 214953933822 0 0 4224 0 0 0 0 17 1 0 0
/proc/16611/statm: 3068 327 246 3 0 168 0

[startup+0.092115 s]
/proc/loadavg: 1.91 1.98 1.99 3/82 16611
/proc/meminfo: memFree=1574456/2055920 swapFree=4180776/4192956
[pid=16611] ppid=16609 vsize=13600 CPUtime=0.03
/proc/16611/stat : 16611 (sugar) S 16609 16611 13247 0 -1 4194304 900 127 0 0 3 0 0 0 16 0 1 0 258962743 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16611/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101117 s]
/proc/loadavg: 1.91 1.98 1.99 3/82 16611
/proc/meminfo: memFree=1574456/2055920 swapFree=4180776/4192956
[pid=16611] ppid=16609 vsize=13600 CPUtime=0.03
/proc/16611/stat : 16611 (sugar) S 16609 16611 13247 0 -1 4194304 900 127 0 0 3 0 0 0 16 0 1 0 258962743 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16611/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301156 s]
/proc/loadavg: 1.91 1.98 1.99 3/82 16611
/proc/meminfo: memFree=1574456/2055920 swapFree=4180776/4192956
[pid=16611] ppid=16609 vsize=13600 CPUtime=0.03
/proc/16611/stat : 16611 (sugar) S 16609 16611 13247 0 -1 4194304 900 127 0 0 3 0 0 0 16 0 1 0 258962743 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16611/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.70123 s]
/proc/loadavg: 1.91 1.98 1.99 3/82 16611
/proc/meminfo: memFree=1574456/2055920 swapFree=4180776/4192956
[pid=16611] ppid=16609 vsize=13600 CPUtime=0.59
/proc/16611/stat : 16611 (sugar) S 16609 16611 13247 0 -1 4194304 973 7280 0 1 3 0 52 4 15 0 1 0 258962743 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16611/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.59
Current children cumulated vsize (KiB) 13600

[startup+1.50239 s]
/proc/loadavg: 1.91 1.98 1.99 3/93 16633
/proc/meminfo: memFree=1564512/2055920 swapFree=4180776/4192956
[pid=16611] ppid=16609 vsize=13600 CPUtime=0.59
/proc/16611/stat : 16611 (sugar) S 16609 16611 13247 0 -1 4194304 973 7280 0 1 3 0 52 4 15 0 1 0 258962743 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16611/statm: 3400 797 370 3 0 500 0
[pid=16624] ppid=16611 vsize=5356 CPUtime=0
/proc/16624/stat : 16624 (sh) S 16611 16611 13247 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 258962806 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16624/statm: 1339 233 193 169 0 50 0
[pid=16625] ppid=16624 vsize=868288 CPUtime=0.86
/proc/16625/stat : 16625 (java) S 16624 16611 13247 0 -1 0 7793 0 1 0 82 4 0 0 20 0 9 0 258962806 889126912 7025 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16625/statm: 217072 7025 2540 9 0 211647 0
[pid=16625/tid=16626] ppid=16624 vsize=868288 CPUtime=0.53
/proc/16625/task/16626/stat : 16626 (java) R 16624 16611 13247 0 -1 64 2675 0 1 0 52 1 0 0 25 0 9 0 258962807 889126912 7025 996147200 134512640 134550740 4294955952 18446744073709551615 4126599954 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16625/tid=16627] ppid=16624 vsize=868288 CPUtime=0.12
/proc/16625/task/16627/stat : 16627 (java) S 16624 16611 13247 0 -1 64 2973 0 0 0 11 1 0 0 16 0 9 0 258962808 889126912 7025 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16625/tid=16628] ppid=16624 vsize=868288 CPUtime=0
/proc/16625/task/16628/stat : 16628 (java) S 16624 16611 13247 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 258962808 889126912 7025 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16625/tid=16629] ppid=16624 vsize=868288 CPUtime=0
/proc/16625/task/16629/stat : 16629 (java) S 16624 16611 13247 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 258962808 889126912 7025 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16625/tid=16630] ppid=16624 vsize=868288 CPUtime=0
/proc/16625/task/16630/stat : 16630 (java) S 16624 16611 13247 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 258962810 889126912 7025 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16625/tid=16631] ppid=16624 vsize=868288 CPUtime=0.17
/proc/16625/task/16631/stat : 16631 (java) S 16624 16611 13247 0 -1 64 1452 0 0 0 17 0 0 0 16 0 9 0 258962810 889126912 7025 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16625/tid=16632] ppid=16624 vsize=868288 CPUtime=0
/proc/16625/task/16632/stat : 16632 (java) S 16624 16611 13247 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 258962810 889126912 7025 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16625/tid=16633] ppid=16624 vsize=868288 CPUtime=0
/proc/16625/task/16633/stat : 16633 (java) R 16624 16611 13247 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 258962810 889126912 7025 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 887244

[startup+3.1067 s]
/proc/loadavg: 1.91 1.98 1.99 3/93 16633
/proc/meminfo: memFree=1544672/2055920 swapFree=4180776/4192956
[pid=16611] ppid=16609 vsize=13600 CPUtime=0.59
/proc/16611/stat : 16611 (sugar) S 16609 16611 13247 0 -1 4194304 974 7280 0 1 3 0 52 4 15 0 1 0 258962743 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16611/statm: 3400 797 370 3 0 500 0
[pid=16624] ppid=16611 vsize=5356 CPUtime=0
/proc/16624/stat : 16624 (sh) S 16611 16611 13247 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 258962806 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16624/statm: 1339 233 193 169 0 50 0
[pid=16625] ppid=16624 vsize=868404 CPUtime=2.45
/proc/16625/stat : 16625 (java) S 16624 16611 13247 0 -1 0 13237 0 1 0 238 7 0 0 20 0 9 0 258962806 889245696 12398 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16625/statm: 217101 12398 2540 9 0 211676 0
[pid=16625/tid=16626] ppid=16624 vsize=868404 CPUtime=1.55
/proc/16625/task/16626/stat : 16626 (java) R 16624 16611 13247 0 -1 64 3019 0 1 0 153 2 0 0 25 0 9 0 258962807 889245696 12398 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16625/tid=16627] ppid=16624 vsize=868404 CPUtime=0.67
/proc/16625/task/16627/stat : 16627 (java) R 16624 16611 13247 0 -1 64 8058 0 0 0 64 3 0 0 16 0 9 0 258962808 889245696 12398 996147200 134512640 134550740 4294955952 18446744073709551615 102674864 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16625/tid=16628] ppid=16624 vsize=868404 CPUtime=0
/proc/16625/task/16628/stat : 16628 (java) S 16624 16611 13247 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 258962808 889245696 12398 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16625/tid=16629] ppid=16624 vsize=868404 CPUtime=0
/proc/16625/task/16629/stat : 16629 (java) S 16624 16611 13247 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 258962808 889245696 12398 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16625/tid=16630] ppid=16624 vsize=868404 CPUtime=0
/proc/16625/task/16630/stat : 16630 (java) S 16624 16611 13247 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 258962810 889245696 12398 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16625/tid=16631] ppid=16624 vsize=868404 CPUtime=0.2
/proc/16625/task/16631/stat : 16631 (java) S 16624 16611 13247 0 -1 64 1467 0 0 0 20 0 0 0 16 0 9 0 258962810 889245696 12398 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16625/tid=16632] ppid=16624 vsize=868404 CPUtime=0
/proc/16625/task/16632/stat : 16632 (java) S 16624 16611 13247 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 258962810 889245696 12398 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16625/tid=16633] ppid=16624 vsize=868404 CPUtime=0
/proc/16625/task/16633/stat : 16633 (java) S 16624 16611 13247 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 258962810 889245696 12398 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 887360

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

[startup+3.90285 s]
/proc/loadavg: 1.92 1.98 1.99 4/93 16633
/proc/meminfo: memFree=1531872/2055920 swapFree=4180776/4192956
[pid=16611] ppid=16609 vsize=13600 CPUtime=0.59
/proc/16611/stat : 16611 (sugar) S 16609 16611 13247 0 -1 4194304 974 7280 0 1 3 0 52 4 15 0 1 0 258962743 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16611/statm: 3400 797 370 3 0 500 0
[pid=16624] ppid=16611 vsize=5356 CPUtime=0
/proc/16624/stat : 16624 (sh) S 16611 16611 13247 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 258962806 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16624/statm: 1339 233 193 169 0 50 0
[pid=16625] ppid=16624 vsize=868516 CPUtime=3.23
/proc/16625/stat : 16625 (java) S 16624 16611 13247 0 -1 0 13478 0 1 0 314 9 0 0 20 0 9 0 258962806 889360384 12580 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16625/statm: 217129 12580 2566 9 0 211676 0
[pid=16625/tid=16626] ppid=16624 vsize=868516 CPUtime=2.09
/proc/16625/task/16626/stat : 16626 (java) R 16624 16611 13247 0 -1 64 3142 0 1 0 206 3 0 0 25 0 9 0 258962807 889360384 12580 996147200 134512640 134550740 4294955952 18446744073709551615 4126594976 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16625/tid=16627] ppid=16624 vsize=868516 CPUtime=0.86
/proc/16625/task/16627/stat : 16627 (java) S 16624 16611 13247 0 -1 64 8141 0 0 0 82 4 0 0 16 0 9 0 258962808 889360384 12580 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16625/tid=16628] ppid=16624 vsize=868516 CPUtime=0
/proc/16625/task/16628/stat : 16628 (java) S 16624 16611 13247 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 258962808 889360384 12580 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16625/tid=16629] ppid=16624 vsize=868516 CPUtime=0
/proc/16625/task/16629/stat : 16629 (java) S 16624 16611 13247 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 258962808 889360384 12580 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16625/tid=16630] ppid=16624 vsize=868516 CPUtime=0
/proc/16625/task/16630/stat : 16630 (java) S 16624 16611 13247 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 258962810 889360384 12580 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16625/tid=16631] ppid=16624 vsize=868516 CPUtime=0.25
/proc/16625/task/16631/stat : 16631 (java) S 16624 16611 13247 0 -1 64 1502 0 0 0 25 0 0 0 15 0 9 0 258962810 889360384 12580 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16625/tid=16632] ppid=16624 vsize=868516 CPUtime=0
/proc/16625/task/16632/stat : 16632 (java) S 16624 16611 13247 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 258962810 889360384 12580 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16625/tid=16633] ppid=16624 vsize=868516 CPUtime=0
/proc/16625/task/16633/stat : 16633 (java) S 16624 16611 13247 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 258962810 889360384 12580 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.82
Current children cumulated vsize (KiB) 887472

[startup+4.30193 s]
/proc/loadavg: 1.92 1.98 1.99 3/85 16637
/proc/meminfo: memFree=1568672/2055920 swapFree=4180776/4192956
[pid=16611] ppid=16609 vsize=13600 CPUtime=4.21
/proc/16611/stat : 16611 (sugar) S 16609 16611 13247 0 -1 4194304 1072 23704 0 2 3 1 401 16 16 0 1 0 258962743 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16611/statm: 3400 799 370 3 0 500 0
[pid=16636] ppid=16611 vsize=5356 CPUtime=0
/proc/16636/stat : 16636 (sh) S 16611 16611 13247 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 258963173 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16636/statm: 1339 233 193 169 0 50 0
[pid=16637] ppid=16636 vsize=152 CPUtime=0
/proc/16637/stat : 16637 (java) R 16636 16611 13247 0 -1 0 204 0 0 0 0 0 0 0 20 0 1 0 258963173 155648 26 996147200 134512640 134550740 4294956000 18446744073709551615 2601259 0 0 4096 0 0 0 0 17 0 0 0
/proc/16637/statm: 38 26 19 9 0 4 0
Current children cumulated CPU time (s) 4.21
Current children cumulated vsize (KiB) 19108

[startup+4.50197 s]
/proc/loadavg: 1.92 1.98 1.99 3/85 16637
/proc/meminfo: memFree=1568672/2055920 swapFree=4180776/4192956
[pid=16611] ppid=16609 vsize=13600 CPUtime=4.21
/proc/16611/stat : 16611 (sugar) S 16609 16611 13247 0 -1 4194304 1090 23704 0 2 3 1 401 16 16 0 1 0 258962743 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16611/statm: 3400 799 370 3 0 500 0
[pid=16636] ppid=16611 vsize=5356 CPUtime=0
/proc/16636/stat : 16636 (sh) S 16611 16611 13247 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 258963173 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16636/statm: 1339 233 193 169 0 50 0
[pid=16637] ppid=16636 vsize=864364 CPUtime=0.19
/proc/16637/stat : 16637 (java) S 16636 16611 13247 0 -1 0 3759 0 1 0 17 2 0 0 20 0 9 0 258963173 885108736 3229 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16637/statm: 216091 3229 1667 9 0 210673 0
Current children cumulated CPU time (s) 4.4
Current children cumulated vsize (KiB) 883320

Child status: 0
Real time (s): 4.56064
CPU time (s): 4.46832
CPU user time (s): 4.25835
CPU system time (s): 0.209968
CPU usage (%): 97.9758
Max. virtual memory (cumulated for all children) (KiB): 887548

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4.25835
system time used= 0.209968
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 29097
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= 3278
involuntary context switches= 3224

runsolver used 0.010998 second user time and 0.023996 second system time

The end

Launcher Data (download as text)

Begin job on node85 at 2008-07-04 16:03:20
IDJOB=1075101
IDBENCH=56485
IDSOLVER=346
FILE ID=node85/1075101-1215180200
PBS_JOBID= 7881463
Free space on /tmp= 126856 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/rlfapGraphsMod/normalized-graph14-f28.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-1075101-1215180200/watcher-1075101-1215180200 -o /tmp/evaluation-result-1075101-1215180200/solver-1075101-1215180200 -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-1075101-1215180200.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= df91cdf5878fafc6bfd01bfcf0040fa0
RANDOM SEED=742226052

node85.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.272
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.272
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1574808 kB
Buffers:         71788 kB
Cached:         311580 kB
SwapCached:       7020 kB
Active:         188012 kB
Inactive:       244356 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1574808 kB
SwapTotal:     4192956 kB
SwapFree:      4180776 kB
Dirty:            1916 kB
Writeback:           0 kB
Mapped:          62440 kB
Slab:            34072 kB
Committed_AS:  1355372 kB
PageTables:       1692 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= 126856 MiB
End job on node85 at 2008-07-04 16:03:25