Trace number 1058248

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+minisatSAT 21.2898 21.665

General information on the benchmark

Namecsp/compet02/
normalized-patat-02-comp-17.xml
MD5SUM2c09e70fdcad0fe4d75285080a3072d5
Bench CategoryGLOBAL (global constraints)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark4.20836
Satisfiable
(Un)Satisfiability was proved
Number of variables700
Number of constraints5793
Maximum constraint arity20
Maximum domain size45
Number of constraints which are defined in extension0
Number of constraints which are defined in intension5493
Global constraints used (with number of constraints)alldifferent(300)

Solver Data (download as text)

0.00/0.05	c 0	Sugar v1-13 + HOME/minisat
0.00/0.05	c 0	BEGIN Mon Jul  7 21:51:41 2008
0.00/0.05	c 0	PID 3934
0.00/0.05	c 0	HOST node23.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1058248-1215460301.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-1058248-1215460301.xml' 'HOME/temp.csp'
0.04/0.96	c 1	24 domains, 700 variables, 1 predicates, 0 relations, 5793 constraints
0.93/1.00	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.93/1.00	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.93/1.08	c 1	Parsing HOME/temp.csp
0.94/1.41	c 1	parsed 6518 expressions
0.94/1.42	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.94/1.42	c 1	Converting to clausal form CSP
0.94/1.45	c 1	converted 652 (10%) expressions
0.94/1.65	c 1	converted 1304 (20%) expressions
0.94/1.70	c 1	converted 1956 (30%) expressions
0.94/1.78	c 2	converted 2608 (40%) expressions
0.94/1.82	c 2	converted 3259 (50%) expressions
0.94/1.86	c 2	converted 3911 (60%) expressions
0.94/1.89	c 2	converted 4563 (70%) expressions
0.94/1.93	c 2	converted 5215 (80%) expressions
0.94/1.97	c 2	converted 5867 (90%) expressions
3.40/3.53	c 3	converted 6518 (100%) expressions
3.40/3.54	c 3	CSP : 700 integers, 0 booleans, 50430 clauses, largest domain size 45
3.40/3.54	c 3	Heap : 31 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.40/3.54	c 3	Propagation in CSP
3.99/4.15	c 4	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
3.99/4.15	c 4	CSP : 700 integers, 0 booleans, 50430 clauses, largest domain size 45
3.99/4.15	c 4	Heap : 40 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.99/4.17	c 4	Simplifing CSP by introducing new Boolean variables
4.98/5.14	c 5	CSP : 700 integers, 101745 booleans, 152175 clauses, largest domain size 45
4.98/5.14	c 5	Heap : 73 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.37/5.54	c 5	Encoding CSP to SAT : HOME/temp.cnf
5.37/5.58	c 5	70 (10%) CSP integer variables are encoded (3010 clauses, 37031 bytes)
5.37/5.58	c 5	140 (20%) CSP integer variables are encoded (6020 clauses, 76161 bytes)
5.37/5.59	c 5	210 (30%) CSP integer variables are encoded (9030 clauses, 115291 bytes)
5.37/5.59	c 5	280 (40%) CSP integer variables are encoded (12040 clauses, 158958 bytes)
5.37/5.60	c 5	350 (50%) CSP integer variables are encoded (15050 clauses, 204108 bytes)
5.47/5.60	c 5	420 (60%) CSP integer variables are encoded (15051 clauses, 204123 bytes)
5.47/5.60	c 5	490 (70%) CSP integer variables are encoded (15052 clauses, 204138 bytes)
5.47/5.60	c 5	560 (80%) CSP integer variables are encoded (15052 clauses, 204138 bytes)
5.47/5.60	c 5	630 (90%) CSP integer variables are encoded (15055 clauses, 204183 bytes)
5.47/5.60	c 5	700 (100%) CSP integer variables are encoded (15061 clauses, 204273 bytes)
6.36/6.53	c 6	15218 (10%) CSP clauses are encoded (433074 clauses, 8595326 bytes)
7.15/7.39	c 7	30435 (20%) CSP clauses are encoded (875468 clauses, 17654130 bytes)
8.03/8.29	c 8	45653 (30%) CSP clauses are encoded (1334866 clauses, 26912228 bytes)
8.92/9.17	c 9	60870 (40%) CSP clauses are encoded (1794263 clauses, 36198590 bytes)
9.80/10.05	c 10	76088 (50%) CSP clauses are encoded (2253969 clauses, 45366865 bytes)
10.69/10.95	c 11	91305 (60%) CSP clauses are encoded (2713586 clauses, 54684221 bytes)
11.57/11.84	c 12	106523 (70%) CSP clauses are encoded (3173292 clauses, 63955303 bytes)
12.46/12.74	c 13	121740 (80%) CSP clauses are encoded (3632909 clauses, 73279593 bytes)
13.35/13.66	c 13	136958 (90%) CSP clauses are encoded (4092791 clauses, 82880362 bytes)
14.23/14.59	c 14	152175 (100%) CSP clauses are encoded (4552584 clauses, 92710586 bytes)
14.23/14.59	c 14	152175 CSP clauses encoded
14.23/14.59	c 14	Writing map file : HOME/temp.map
14.33/14.62	c 14	Heap : 63 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
14.33/14.62	c 14	SAT : 117182 SAT variables, 4552584 SAT clauses, 92710586 bytes
14.33/14.62	c 14	Heap : 63 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
14.33/14.64	c 14	SOLVING HOME/temp.cnf
14.33/14.64	c 14	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
14.33/14.64	c 14	This is MiniSat 2.0 beta
14.33/14.64	c 14	WARNING: for repeatability, setting FPU to use double precision
14.33/14.64	c 14	============================[ Problem Statistics ]=============================
14.33/14.64	c 14	|                                                                             |
14.33/14.65	c 14	|  Number of variables:  117182                                               |
14.33/14.65	c 14	|  Number of clauses:    4552584                                              |
16.68/17.06	c 17	|  Parsing time:         2.00         s                                       |
16.78/17.18	c 17	============================[ Search Statistics ]==============================
16.78/17.18	c 17	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
16.78/17.18	c 17	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
16.78/17.18	c 17	===============================================================================
16.78/17.18	c 17	|         0 |  117182  4552584 13402195 |  1517528        0    nan |  0.000 % |
18.17/18.56	c 18	|       100 |  117182  4552584 13402195 |  1669280      100     17 |  0.000 % |
18.66/19.00	c 19	|       251 |  117182  4552584 13402195 |  1836208      251     13 |  0.000 % |
19.55/19.90	c 20	|       476 |  117182  4552584 13402195 |  2019829      476     12 |  0.000 % |
20.74/21.14	c 21	===============================================================================
20.74/21.15	c 21	restarts              : 4
20.74/21.15	c 21	conflicts             : 718            (120 /sec)
20.74/21.15	c 21	decisions             : 9438           (1.10 % random) (1572 /sec)
20.74/21.15	c 21	propagations          : 1228627        (204598 /sec)
20.74/21.15	c 21	conflict literals     : 27843          (2.06 % deleted)
20.74/21.15	c 21	Memory used           : 204.95 MB
20.74/21.15	c 21	CPU time              : 6.00509 s
20.74/21.15	c 21	
20.84/21.20	c 21	SATISFIABLE
20.84/21.24	c 21	DECODING HOME/temp.out WITH HOME/temp.map
20.84/21.24	c 21	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
20.90/21.32	c 21	Decoding HOME/temp.out
20.90/21.53	s SATISFIABLE
20.90/21.56	v 44 40 8 38 13 5 33 22 14 5 31 36 40 18 33 23 32 24 10 44 23 24 42 24 32 22 27 26 34 10 8 8 0 7 7 8 16 24 28 19 1 28 18 39 33 35 10 4 35 17 20 14 12 32 31 9 42 35 24 10 36 39 44 0 44 23 31 2 39 21 7 6 40 30 31 30 15 14 7 21 16 2 26 19 11 20 6 24 21 38 40 35 16 28 8 33 22 1 30 1 22 16 21 22 29 31 17 13 41 30 34 22 27 3 34 34 33 11 20 42 11 13 2 20 34 29 27 18 32 36 31 5 17 21 5 20 39 14 41 3 30 25 2 40 8 9 33 10 21 0 39 36 9 6 29 40 35 33 1 25 30 10 29 9 38 30 40 11 43 19 29 28 17 27 16 4 10 4 12 15 34 18 0 29 13 28 6 25 0 2 17 9 14 37 4 7 7 2 29 3 44 37 15 19 27 35 43 39 13 5 36 0 14 31 7 41 44 36 42 14 3 25 3 37 44 4 23 25 9 23 19 38 33 20 29 34 3 4 17 44 1 23 14 3 15 38 8 3 11 26 15 41 8 35 36 15 26 7 5 5 16 26 22 26 36 4 14 41 1 6 3 41 33 35 13 18 11 22 5 7 9 28 14 25 42 12 42 38 0 42 12 43 43 41 12 19 11 27 38 43 42 2 1 36 26 6 18 15 30 25 41 13 35 4 37 9 38 0 15 21 19 33 43 38 13 13 23 24 37 9 17 20 34 19 12 32 43 43 18 43 37 37 32 6 12 18 40 39 16 32 0 2 4 6 5 5 9 1 4 6 5 2 8 3 0 6 1 6 4 9 9 9 2 1 9 8 0 7 0 2 7 9 0 8 6 6 8 8 8 3 5 0 9 9 7 4 1 5 8 4 0 7 1 8 4 5 5 2 4 3 8 0 6 7 3 8 0 5 7 8 0 3 3 4 1 8 2 1 4 6 0 3 0 1 8 9 0 0 1 0 7 9 9 4 1 2 0 1 2 7 9 1 2 7 9 2 7 1 7 7 7 4 1 9 8 4 3 0 2 8 4 3 2 7 1 7 7 1 0 4 7 4 9 0 9 8 1 2 0 3 9 1 0 1 3 9 4 0 3 9 8 6 7 6 0 4 1 1 3 0 0 8 4 3 4 1 0 9 7 0 2 1 6 2 6 1 9 7 5 8 3 6 5 8 0 2 4 6 3 9 8 1 8 7 3 3 5 7 5 0 4 0 7 8 6 5 0 2 4 0 9 4 5 9 1 2 1 5 1 3 2 8 7 9 7 2 5 4 8 1 2 7 6 3 1 9 5 0 1 8 0 4 0 1 0 8 2 4 3 2 5 3 0 6 0 1 9 2 3 2 2 8 3 1 1 8 9 1 9 2 8 5 5 7 9 4 1 6 7 7 0 9 6 9 4 8 0 2 2 9 3 8 2 9 0 4 7 4 3 3 3 8 2 7 6 8 2 4 5 7 4 2 3 4 1 6 5 6 9 4 7 8 4 1 8 7 0 7 8 2 3 6 5 9 9 4 9 6 0 5 5 4 5 1 2 8 5 5 5 2
20.90/21.56	c 21	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
20.91/21.62	c 21	CPU 19.87 (0.03 0.02 19.84 1.32)
20.91/21.62	c 21	END Mon Jul  7 21:52:02 2008

Verifier Data (download as text)

OK

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-1058248-1215460301/watcher-1058248-1215460301 -o /tmp/evaluation-result-1058248-1215460301/solver-1058248-1215460301 -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-1058248-1215460301.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: 2.09 2.10 2.13 4/72 3934
/proc/meminfo: memFree=1875744/2055920 swapFree=4192812/4192956
[pid=3934] ppid=3932 vsize=18572 CPUtime=0
/proc/3934/stat : 3934 (runsolver) R 3932 3934 2682 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 2732063 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 238487661863 0 0 4096 24578 0 0 0 17 1 0 0
/proc/3934/statm: 4643 292 257 25 0 2626 0

[startup+0.0684381 s]
/proc/loadavg: 2.09 2.10 2.13 4/72 3934
/proc/meminfo: memFree=1875744/2055920 swapFree=4192812/4192956
[pid=3934] ppid=3932 vsize=13600 CPUtime=0.04
/proc/3934/stat : 3934 (sugar) S 3932 3934 2682 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 2732063 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3934/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.102442 s]
/proc/loadavg: 2.09 2.10 2.13 4/72 3934
/proc/meminfo: memFree=1875744/2055920 swapFree=4192812/4192956
[pid=3934] ppid=3932 vsize=13600 CPUtime=0.04
/proc/3934/stat : 3934 (sugar) S 3932 3934 2682 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 2732063 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3934/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.301466 s]
/proc/loadavg: 2.09 2.10 2.13 4/72 3934
/proc/meminfo: memFree=1875744/2055920 swapFree=4192812/4192956
[pid=3934] ppid=3932 vsize=13600 CPUtime=0.04
/proc/3934/stat : 3934 (sugar) S 3932 3934 2682 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 2732063 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3934/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701509 s]
/proc/loadavg: 2.09 2.10 2.13 4/72 3934
/proc/meminfo: memFree=1875744/2055920 swapFree=4192812/4192956
[pid=3934] ppid=3932 vsize=13600 CPUtime=0.04
/proc/3934/stat : 3934 (sugar) S 3932 3934 2682 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 2732063 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3934/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.5016 s]
/proc/loadavg: 2.09 2.10 2.13 3/75 3946
/proc/meminfo: memFree=1873160/2055920 swapFree=4192812/4192956
[pid=3934] ppid=3932 vsize=13600 CPUtime=0.94
/proc/3934/stat : 3934 (sugar) S 3932 3934 2682 0 -1 4194304 974 7784 0 1 3 1 85 5 15 0 1 0 2732063 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3934/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.94
Current children cumulated vsize (KiB) 13600

[startup+3.10278 s]
/proc/loadavg: 2.09 2.10 2.13 3/83 3956
/proc/meminfo: memFree=1854600/2055920 swapFree=4192812/4192956
[pid=3934] ppid=3932 vsize=13600 CPUtime=0.94
/proc/3934/stat : 3934 (sugar) S 3932 3934 2682 0 -1 4194304 974 7784 0 1 3 1 85 5 15 0 1 0 2732063 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3934/statm: 3400 797 370 3 0 500 0
[pid=3947] ppid=3934 vsize=5356 CPUtime=0
/proc/3947/stat : 3947 (sh) S 3934 3934 2682 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2732164 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3947/statm: 1339 233 193 169 0 50 0
[pid=3948] ppid=3947 vsize=868356 CPUtime=2.06
/proc/3948/stat : 3948 (java) S 3947 3934 2682 0 -1 0 12100 0 1 0 197 9 0 0 18 0 9 0 2732164 889196544 11127 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3948/statm: 217089 11127 2540 9 0 211664 0
[pid=3948/tid=3949] ppid=3947 vsize=868356 CPUtime=1.22
/proc/3948/task/3949/stat : 3949 (java) R 3947 3934 2682 0 -1 64 3022 0 1 0 120 2 0 0 25 0 9 0 2732165 889196544 11127 996147200 134512640 134550740 4294955952 18446744073709551615 4126523506 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3948/tid=3950] ppid=3947 vsize=868356 CPUtime=0.63
/proc/3948/task/3950/stat : 3950 (java) S 3947 3934 2682 0 -1 64 6934 0 0 0 58 5 0 0 16 0 9 0 2732166 889196544 11127 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3948/tid=3951] ppid=3947 vsize=868356 CPUtime=0
/proc/3948/task/3951/stat : 3951 (java) S 3947 3934 2682 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2732166 889196544 11127 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3948/tid=3952] ppid=3947 vsize=868356 CPUtime=0
/proc/3948/task/3952/stat : 3952 (java) S 3947 3934 2682 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2732166 889196544 11127 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3948/tid=3953] ppid=3947 vsize=868356 CPUtime=0
/proc/3948/task/3953/stat : 3953 (java) S 3947 3934 2682 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2732168 889196544 11127 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3948/tid=3954] ppid=3947 vsize=868356 CPUtime=0.19
/proc/3948/task/3954/stat : 3954 (java) S 3947 3934 2682 0 -1 64 1452 0 0 0 18 1 0 0 16 0 9 0 2732169 889196544 11127 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3948/tid=3955] ppid=3947 vsize=868356 CPUtime=0
/proc/3948/task/3955/stat : 3955 (java) S 3947 3934 2682 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2732169 889196544 11127 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3948/tid=3956] ppid=3947 vsize=868356 CPUtime=0
/proc/3948/task/3956/stat : 3956 (java) R 3947 3934 2682 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2732169 889196544 11127 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) 887312

[startup+6.30214 s]
/proc/loadavg: 2.24 2.13 2.14 4/83 3956
/proc/meminfo: memFree=1783496/2055920 swapFree=4192812/4192956
[pid=3934] ppid=3932 vsize=13600 CPUtime=0.94
/proc/3934/stat : 3934 (sugar) S 3932 3934 2682 0 -1 4194304 974 7784 0 1 3 1 85 5 15 0 1 0 2732063 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3934/statm: 3400 797 370 3 0 500 0
[pid=3947] ppid=3934 vsize=5356 CPUtime=0
/proc/3947/stat : 3947 (sh) S 3934 3934 2682 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2732164 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3947/statm: 1339 233 193 169 0 50 0
[pid=3948] ppid=3947 vsize=868468 CPUtime=5.23
/proc/3948/stat : 3948 (java) S 3947 3934 2682 0 -1 0 26536 0 1 0 503 20 0 0 18 0 9 0 2732164 889311232 24602 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3948/statm: 217117 24602 2566 9 0 211664 0
[pid=3948/tid=3949] ppid=3947 vsize=868468 CPUtime=2.67
/proc/3948/task/3949/stat : 3949 (java) R 3947 3934 2682 0 -1 64 3849 0 1 0 261 6 0 0 25 0 9 0 2732165 889311232 24602 996147200 134512640 134550740 4294955952 18446744073709551615 4126476218 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3948/tid=3950] ppid=3947 vsize=868468 CPUtime=2.25
/proc/3948/task/3950/stat : 3950 (java) S 3947 3934 2682 0 -1 64 20493 0 0 0 215 10 0 0 16 0 9 0 2732166 889311232 24602 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3948/tid=3951] ppid=3947 vsize=868468 CPUtime=0
/proc/3948/task/3951/stat : 3951 (java) S 3947 3934 2682 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2732166 889311232 24602 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3948/tid=3952] ppid=3947 vsize=868468 CPUtime=0
/proc/3948/task/3952/stat : 3952 (java) S 3947 3934 2682 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2732166 889311232 24602 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3948/tid=3953] ppid=3947 vsize=868468 CPUtime=0
/proc/3948/task/3953/stat : 3953 (java) S 3947 3934 2682 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2732168 889311232 24602 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3948/tid=3954] ppid=3947 vsize=868468 CPUtime=0.27
/proc/3948/task/3954/stat : 3954 (java) S 3947 3934 2682 0 -1 64 1502 0 0 0 26 1 0 0 16 0 9 0 2732169 889311232 24602 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3948/tid=3955] ppid=3947 vsize=868468 CPUtime=0
/proc/3948/task/3955/stat : 3955 (java) S 3947 3934 2682 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2732169 889311232 24602 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3948/tid=3956] ppid=3947 vsize=868468 CPUtime=0
/proc/3948/task/3956/stat : 3956 (java) S 3947 3934 2682 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2732169 889311232 24602 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) 887424

[startup+12.7029 s]
/proc/loadavg: 2.22 2.12 2.14 3/83 3956
/proc/meminfo: memFree=1718472/2055920 swapFree=4192812/4192956
[pid=3934] ppid=3932 vsize=13600 CPUtime=0.94
/proc/3934/stat : 3934 (sugar) S 3932 3934 2682 0 -1 4194304 974 7784 0 1 3 1 85 5 16 0 1 0 2732063 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3934/statm: 3400 797 370 3 0 500 0
[pid=3947] ppid=3934 vsize=5356 CPUtime=0
/proc/3947/stat : 3947 (sh) S 3934 3934 2682 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2732164 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3947/statm: 1339 233 193 169 0 50 0
[pid=3948] ppid=3947 vsize=868468 CPUtime=11.52
/proc/3948/stat : 3948 (java) S 3947 3934 2682 0 -1 0 26804 0 1 0 1088 64 0 0 18 0 9 0 2732164 889311232 24603 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3948/statm: 217117 24603 2566 9 0 211664 0
[pid=3948/tid=3949] ppid=3947 vsize=868468 CPUtime=8.8
/proc/3948/task/3949/stat : 3949 (java) R 3947 3934 2682 0 -1 64 4116 0 1 0 832 48 0 0 25 0 9 0 2732165 889311232 24603 996147200 134512640 134550740 4294955952 18446744073709551615 4126998168 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3948/tid=3950] ppid=3947 vsize=868468 CPUtime=2.4
/proc/3948/task/3950/stat : 3950 (java) S 3947 3934 2682 0 -1 64 20493 0 0 0 228 12 0 0 16 0 9 0 2732166 889311232 24603 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3948/tid=3951] ppid=3947 vsize=868468 CPUtime=0
/proc/3948/task/3951/stat : 3951 (java) S 3947 3934 2682 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2732166 889311232 24603 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3948/tid=3952] ppid=3947 vsize=868468 CPUtime=0
/proc/3948/task/3952/stat : 3952 (java) S 3947 3934 2682 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2732166 889311232 24603 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3948/tid=3953] ppid=3947 vsize=868468 CPUtime=0
/proc/3948/task/3953/stat : 3953 (java) S 3947 3934 2682 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2732168 889311232 24603 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3948/tid=3954] ppid=3947 vsize=868468 CPUtime=0.27
/proc/3948/task/3954/stat : 3954 (java) S 3947 3934 2682 0 -1 64 1503 0 0 0 26 1 0 0 16 0 9 0 2732169 889311232 24603 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3948/tid=3955] ppid=3947 vsize=868468 CPUtime=0
/proc/3948/task/3955/stat : 3955 (java) S 3947 3934 2682 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2732169 889311232 24603 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3948/tid=3956] ppid=3947 vsize=868468 CPUtime=0
/proc/3948/task/3956/stat : 3956 (java) S 3947 3934 2682 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2732169 889311232 24603 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.46
Current children cumulated vsize (KiB) 887424

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

[startup+15.9022 s]
/proc/loadavg: 2.20 2.12 2.14 3/75 3958
/proc/meminfo: memFree=1731464/2055920 swapFree=4192812/4192956
[pid=3934] ppid=3932 vsize=13600 CPUtime=14.38
/proc/3934/stat : 3934 (sugar) S 3932 3934 2682 0 -1 4194304 1033 34975 0 2 3 1 1351 83 16 0 1 0 2732063 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3934/statm: 3400 799 370 3 0 500 0
[pid=3957] ppid=3934 vsize=5356 CPUtime=0
/proc/3957/stat : 3957 (sh) S 3934 3934 2682 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2733528 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3957/statm: 1339 232 193 169 0 50 0
[pid=3958] ppid=3957 vsize=94292 CPUtime=1.21
/proc/3958/stat : 3958 (minisat) R 3957 3934 2682 0 -1 4194304 23302 0 0 0 103 18 0 0 25 0 1 0 2733528 96555008 23288 996147200 134512640 135127466 4294956256 18446744073709551615 134706298 0 0 4096 3 0 0 0 17 1 0 0
/proc/3958/statm: 23573 23288 62 150 0 23420 0
Current children cumulated CPU time (s) 15.59
Current children cumulated vsize (KiB) 113248

[startup+19.1016 s]
/proc/loadavg: 2.20 2.12 2.14 3/75 3958
/proc/meminfo: memFree=1586056/2055920 swapFree=4192812/4192956
[pid=3934] ppid=3932 vsize=13600 CPUtime=14.38
/proc/3934/stat : 3934 (sugar) S 3932 3934 2682 0 -1 4194304 1033 34975 0 2 3 1 1351 83 15 0 1 0 2732063 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3934/statm: 3400 799 370 3 0 500 0
[pid=3957] ppid=3934 vsize=5356 CPUtime=0
/proc/3957/stat : 3957 (sh) S 3934 3934 2682 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2733528 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3957/statm: 1339 232 193 169 0 50 0
[pid=3958] ppid=3957 vsize=204148 CPUtime=4.38
/proc/3958/stat : 3958 (minisat) R 3957 3934 2682 0 -1 4194304 49801 0 0 0 398 40 0 0 25 0 1 0 2733528 209047552 49787 996147200 134512640 135127466 4294956256 18446744073709551615 134530679 0 0 4096 3 0 0 0 17 1 0 0
/proc/3958/statm: 51037 49787 76 150 0 50884 0
Current children cumulated CPU time (s) 18.76
Current children cumulated vsize (KiB) 223104

[startup+20.7018 s]
/proc/loadavg: 2.18 2.12 2.14 3/75 3958
/proc/meminfo: memFree=1580040/2055920 swapFree=4192812/4192956
[pid=3934] ppid=3932 vsize=13600 CPUtime=14.38
/proc/3934/stat : 3934 (sugar) S 3932 3934 2682 0 -1 4194304 1033 34975 0 2 3 1 1351 83 16 0 1 0 2732063 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3934/statm: 3400 799 370 3 0 500 0
[pid=3957] ppid=3934 vsize=5356 CPUtime=0
/proc/3957/stat : 3957 (sh) S 3934 3934 2682 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2733528 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3957/statm: 1339 232 193 169 0 50 0
[pid=3958] ppid=3957 vsize=209560 CPUtime=5.97
/proc/3958/stat : 3958 (minisat) R 3957 3934 2682 0 -1 4194304 51163 0 0 0 556 41 0 0 25 0 1 0 2733528 214589440 51149 996147200 134512640 135127466 4294956256 18446744073709551615 134530814 0 0 4096 3 0 0 0 17 1 0 0
/proc/3958/statm: 52390 51149 76 150 0 52237 0
Current children cumulated CPU time (s) 20.35
Current children cumulated vsize (KiB) 228516

[startup+21.1018 s]
/proc/loadavg: 2.18 2.12 2.14 3/75 3958
/proc/meminfo: memFree=1577096/2055920 swapFree=4192812/4192956
[pid=3934] ppid=3932 vsize=13600 CPUtime=14.38
/proc/3934/stat : 3934 (sugar) S 3932 3934 2682 0 -1 4194304 1033 34975 0 2 3 1 1351 83 16 0 1 0 2732063 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3934/statm: 3400 799 370 3 0 500 0
[pid=3957] ppid=3934 vsize=5356 CPUtime=0
/proc/3957/stat : 3957 (sh) S 3934 3934 2682 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2733528 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3957/statm: 1339 232 193 169 0 50 0
[pid=3958] ppid=3957 vsize=209692 CPUtime=6.36
/proc/3958/stat : 3958 (minisat) R 3957 3934 2682 0 -1 4194304 51199 0 0 0 595 41 0 0 25 0 1 0 2733528 214724608 51185 996147200 134512640 135127466 4294956256 18446744073709551615 134530679 0 0 4096 3 0 0 0 17 1 0 0
/proc/3958/statm: 52423 51185 76 150 0 52270 0
Current children cumulated CPU time (s) 20.74
Current children cumulated vsize (KiB) 228648

[startup+21.5018 s]
/proc/loadavg: 2.18 2.12 2.14 3/75 3958
/proc/meminfo: memFree=1577096/2055920 swapFree=4192812/4192956
[pid=3934] ppid=3932 vsize=13600 CPUtime=20.9
/proc/3934/stat : 3934 (sugar) S 3932 3934 2682 0 -1 4194304 1090 86508 0 2 3 1 1957 129 16 0 1 0 2732063 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3934/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 20.9
Current children cumulated vsize (KiB) 13600

[startup+21.6018 s]
/proc/loadavg: 2.18 2.12 2.14 3/75 3958
/proc/meminfo: memFree=1577096/2055920 swapFree=4192812/4192956
[pid=3934] ppid=3932 vsize=13600 CPUtime=20.91
/proc/3934/stat : 3934 (sugar) S 3932 3934 2682 0 -1 4194304 1091 86508 0 2 3 2 1957 129 15 0 1 0 2732063 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3934/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 20.91
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 21.665
CPU time (s): 21.2898
CPU user time (s): 19.889
CPU system time (s): 1.40079
CPU usage (%): 98.2681
Max. virtual memory (cumulated for all children) (KiB): 888316

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 19.889
system time used= 1.40079
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 91552
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= 7308
involuntary context switches= 7608

runsolver used 0.035994 second user time and 0.078987 second system time

The end

Launcher Data (download as text)

Begin job on node23 at 2008-07-07 21:51:41
IDJOB=1058248
IDBENCH=54116
IDSOLVER=346
FILE ID=node23/1058248-1215460301
PBS_JOBID= 7888599
Free space on /tmp= 66536 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/compet02/normalized-patat-02-comp-17.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-1058248-1215460301/watcher-1058248-1215460301 -o /tmp/evaluation-result-1058248-1215460301/solver-1058248-1215460301 -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-1058248-1215460301.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 2c09e70fdcad0fe4d75285080a3072d5
RANDOM SEED=1759545944

node23.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.240
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.240
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:       1876224 kB
Buffers:          4184 kB
Cached:          45728 kB
SwapCached:          0 kB
Active:         137292 kB
Inactive:         8552 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1876224 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2148 kB
Writeback:           0 kB
Mapped:         107436 kB
Slab:            19068 kB
Committed_AS:   163796 kB
PageTables:       1872 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= 66532 MiB
End job on node23 at 2008-07-07 21:52:02