Trace number 2084105

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.14.6+picosatUNSAT 106.223 107.731

General information on the benchmark

Namecsp/fapp/fapp03/
normalized-fapp03-0300-4.xml
MD5SUM20a4b386543d008e4a5d9418ad2d042b
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 benchmark15.5956
Satisfiable
(Un)Satisfiability was proved
Number of variables300
Number of constraints4377
Maximum constraint arity2
Maximum domain size250
Number of constraints which are defined in extension0
Number of constraints which are defined in intension4377
Global constraints used (with number of constraints)

Solver Data

0.04/0.24	c 0	Sugar v1-14-6 + HOME/picosat
0.04/0.25	c 0	BEGIN Sun Jul 12 08:07:13 2009
0.04/0.25	c 0	PID 24615
0.04/0.25	c 0	HOST node11.alineos.net
0.04/0.25	c 0	CONVERTING HOME/instance-2084105-1247378832.xml TO HOME/temp.csp
0.04/0.25	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2084105-1247378832.xml' 'HOME/temp.csp'
0.65/1.02	c 0	13 domains, 300 variables, 7 predicates, 0 relations, 4377 constraints
0.65/1.05	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.65/1.05	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.67/1.13	c 1	Parsing HOME/temp.csp
0.67/1.43	c 1	parsed 4697 expressions
0.67/1.46	c 1	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.67/1.46	c 1	Converting to clausal form CSP
0.67/1.90	c 1	converted 470 (10%) expressions
1.97/2.46	c 2	converted 940 (20%) expressions
2.48/2.91	c 2	converted 1410 (30%) expressions
2.88/3.34	c 3	converted 1879 (40%) expressions
3.16/3.64	c 3	converted 2349 (50%) expressions
3.47/3.93	c 3	converted 2819 (60%) expressions
3.76/4.21	c 4	converted 3288 (70%) expressions
4.15/4.67	c 4	converted 3758 (80%) expressions
4.45/4.98	c 4	converted 4228 (90%) expressions
4.75/5.29	c 5	converted 4697 (100%) expressions
4.75/5.30	c 5	CSP : 600 integers, 12619 booleans, 26413 clauses, largest domain size 2657
4.75/5.30	c 5	Heap : 26 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.75/5.30	c 5	Propagation in CSP
4.95/5.46	c 5	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
4.95/5.46	c 5	CSP : 600 integers, 12619 booleans, 26413 clauses, largest domain size 2657
4.95/5.46	c 5	Heap : 27 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.95/5.48	c 5	Simplifing CSP by introducing new Boolean variables
5.05/5.53	c 5	CSP : 600 integers, 21263 booleans, 35057 clauses, largest domain size 2657
5.05/5.53	c 5	Heap : 30 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
5.34/5.84	c 5	Encoding CSP to SAT : HOME/temp.cnf
5.64/6.14	c 6	60 (10%) CSP integer variables are encoded (10848 clauses, 140692 bytes)
5.84/6.37	c 6	120 (20%) CSP integer variables are encoded (21172 clauses, 295552 bytes)
6.04/6.60	c 6	180 (30%) CSP integer variables are encoded (31652 clauses, 452752 bytes)
6.23/6.79	c 6	240 (40%) CSP integer variables are encoded (40776 clauses, 589612 bytes)
6.52/7.06	c 7	300 (50%) CSP integer variables are encoded (52936 clauses, 772012 bytes)
6.73/7.20	c 7	360 (60%) CSP integer variables are encoded (167096 clauses, 2619267 bytes)
6.83/7.35	c 7	420 (70%) CSP integer variables are encoded (289226 clauses, 4695477 bytes)
6.93/7.49	c 7	480 (80%) CSP integer variables are encoded (390282 clauses, 6413429 bytes)
7.12/7.63	c 7	540 (90%) CSP integer variables are encoded (504074 clauses, 8347893 bytes)
7.23/7.76	c 7	600 (100%) CSP integer variables are encoded (609728 clauses, 10144011 bytes)
10.10/10.60	c 10	3506 (10%) CSP clauses are encoded (1463479 clauses, 30251358 bytes)
12.16/12.71	c 12	7012 (20%) CSP clauses are encoded (2135616 clauses, 46264171 bytes)
14.13/14.80	c 14	10518 (30%) CSP clauses are encoded (2860387 clauses, 63650013 bytes)
16.21/16.81	c 16	14023 (40%) CSP clauses are encoded (3605156 clauses, 81557287 bytes)
18.28/18.97	c 18	17529 (50%) CSP clauses are encoded (4421214 clauses, 101162688 bytes)
20.27/20.96	c 20	21035 (60%) CSP clauses are encoded (5167410 clauses, 119219297 bytes)
22.71/23.48	c 23	24540 (70%) CSP clauses are encoded (6125899 clauses, 142444537 bytes)
24.69/25.48	c 25	28046 (80%) CSP clauses are encoded (6852526 clauses, 159948506 bytes)
26.56/27.37	c 27	31552 (90%) CSP clauses are encoded (7553951 clauses, 176874815 bytes)
28.84/29.62	c 29	35057 (100%) CSP clauses are encoded (8370414 clauses, 196529122 bytes)
28.84/29.62	c 29	35057 CSP clauses encoded
28.84/29.62	c 29	Writing map file : HOME/temp.map
28.84/29.65	c 29	Heap : 27 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
28.84/29.65	c 29	SAT : 631591 SAT variables, 8370414 SAT clauses, 196529122 bytes
28.84/29.65	c 29	Heap : 27 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
28.84/29.68	c 29	SOLVING HOME/temp.cnf
28.84/29.68	c 29	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
105.59/107.19	c 107	DECODING HOME/temp.out WITH HOME/temp.map
105.59/107.19	c 107	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -decode 'HOME/temp.out' 'HOME/temp.map'
105.69/107.27	c 107	Decoding HOME/temp.out
105.70/107.60	s UNSATISFIABLE
105.70/107.60	c 107	Heap : 3 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
105.70/107.63	c 107	CPU 106.1 (0.06 0.02 64.72 41.3)
105.70/107.63	c 107	END Sun Jul 12 08:09:00 2009

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2084105-1247378832/watcher-2084105-1247378832 -o /tmp/evaluation-result-2084105-1247378832/solver-2084105-1247378832 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/picosat -tmp=HOME/temp HOME/instance-2084105-1247378832.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.18 2.16 2.22 4/72 24615
/proc/meminfo: memFree=1900320/2055920 swapFree=4192812/4192956
[pid=24615] ppid=24613 vsize=18576 CPUtime=0
/proc/24615/stat : 24615 (runsolver) R 24613 24615 23210 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 24950260 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 262910045479 0 0 4096 24578 0 0 0 17 1 0 0
/proc/24615/statm: 4644 284 249 26 0 2626 0

[startup+0.0851121 s]
/proc/loadavg: 2.18 2.16 2.22 4/72 24615
/proc/meminfo: memFree=1900320/2055920 swapFree=4192812/4192956
[pid=24615] ppid=24613 vsize=12272 CPUtime=0
/proc/24615/stat : 24615 (sugar) D 24613 24615 23210 0 -1 4194304 360 0 2 0 0 0 0 0 18 0 1 0 24950260 12566528 330 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 0 18446744071563608240 0 0 17 0 0 0
/proc/24615/statm: 3068 330 246 3 0 168 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12272

[startup+0.101115 s]
/proc/loadavg: 2.18 2.16 2.22 4/72 24615
/proc/meminfo: memFree=1900320/2055920 swapFree=4192812/4192956
[pid=24615] ppid=24613 vsize=12412 CPUtime=0
/proc/24615/stat : 24615 (sugar) D 24613 24615 23210 0 -1 4194304 412 0 2 0 0 0 0 0 18 0 1 0 24950260 12709888 382 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 0 18446744071563479169 0 0 17 0 0 0
/proc/24615/statm: 3103 382 275 3 0 203 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12412

[startup+0.301156 s]
/proc/loadavg: 2.18 2.16 2.22 4/72 24615
/proc/meminfo: memFree=1900320/2055920 swapFree=4192812/4192956
[pid=24615] ppid=24613 vsize=16868 CPUtime=0.06
/proc/24615/stat : 24615 (sugar) S 24613 24615 23210 0 -1 4194304 1223 128 4 0 5 1 0 0 17 0 1 0 24950260 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24615/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701239 s]
/proc/loadavg: 2.18 2.16 2.22 4/72 24615
/proc/meminfo: memFree=1900320/2055920 swapFree=4192812/4192956
[pid=24615] ppid=24613 vsize=16868 CPUtime=0.06
/proc/24615/stat : 24615 (sugar) S 24613 24615 23210 0 -1 4194304 1223 128 4 0 5 1 0 0 17 0 1 0 24950260 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24615/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.5024 s]
/proc/loadavg: 2.18 2.16 2.22 3/83 24627
/proc/meminfo: memFree=1874504/2055920 swapFree=4192812/4192956
[pid=24615] ppid=24613 vsize=16868 CPUtime=0.67
/proc/24615/stat : 24615 (sugar) S 24613 24615 23210 0 -1 4194304 1305 7176 4 58 5 1 54 7 15 0 1 0 24950260 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24615/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 16868

[startup+3.10171 s]
/proc/loadavg: 2.16 2.16 2.22 4/83 24637
/proc/meminfo: memFree=1872712/2055920 swapFree=4192812/4192956
[pid=24615] ppid=24613 vsize=16868 CPUtime=0.67
/proc/24615/stat : 24615 (sugar) S 24613 24615 23210 0 -1 4194304 1305 7176 4 58 5 1 54 7 15 0 1 0 24950260 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24615/statm: 4217 1111 409 3 0 796 0
[pid=24628] ppid=24615 vsize=5356 CPUtime=0
/proc/24628/stat : 24628 (sh) S 24615 24615 23210 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24950366 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24628/statm: 1339 233 193 169 0 50 0
[pid=24629] ppid=24628 vsize=868604 CPUtime=2
/proc/24629/stat : 24629 (java) S 24628 24615 23210 0 -1 0 8966 0 4 0 194 6 0 0 18 0 9 0 24950366 889450496 8093 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24629/statm: 217151 8093 2566 9 0 211656 0
[pid=24629/tid=24630] ppid=24628 vsize=868604 CPUtime=1.54
/proc/24629/task/24630/stat : 24630 (java) R 24628 24615 23210 0 -1 64 2796 0 4 0 152 2 0 0 25 0 9 0 24950367 889450496 8093 996147200 134512640 134550932 4294955936 18446744073709551615 4126509360 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24629/tid=24631] ppid=24628 vsize=868604 CPUtime=0.26
/proc/24629/task/24631/stat : 24631 (java) S 24628 24615 23210 0 -1 64 4002 0 0 0 24 2 0 0 16 0 9 0 24950368 889450496 8093 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24629/tid=24632] ppid=24628 vsize=868604 CPUtime=0
/proc/24629/task/24632/stat : 24632 (java) S 24628 24615 23210 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24950368 889450496 8093 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24629/tid=24633] ppid=24628 vsize=868604 CPUtime=0
/proc/24629/task/24633/stat : 24633 (java) S 24628 24615 23210 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 24950368 889450496 8093 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24629/tid=24634] ppid=24628 vsize=868604 CPUtime=0
/proc/24629/task/24634/stat : 24634 (java) S 24628 24615 23210 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24950370 889450496 8093 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24629/tid=24635] ppid=24628 vsize=868604 CPUtime=0.17
/proc/24629/task/24635/stat : 24635 (java) S 24628 24615 23210 0 -1 64 1469 0 0 0 16 1 0 0 16 0 9 0 24950370 889450496 8093 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24629/tid=24636] ppid=24628 vsize=868604 CPUtime=0
/proc/24629/task/24636/stat : 24636 (java) S 24628 24615 23210 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24950370 889450496 8093 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24629/tid=24637] ppid=24628 vsize=868604 CPUtime=0
/proc/24629/task/24637/stat : 24637 (java) S 24628 24615 23210 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24950370 889450496 8093 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.67
Current children cumulated vsize (KiB) 890828

[startup+6.30234 s]
/proc/loadavg: 2.16 2.16 2.22 3/83 24637
/proc/meminfo: memFree=1846664/2055920 swapFree=4192812/4192956
[pid=24615] ppid=24613 vsize=16868 CPUtime=0.67
/proc/24615/stat : 24615 (sugar) S 24613 24615 23210 0 -1 4194304 1306 7176 4 58 5 1 54 7 15 0 1 0 24950260 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24615/statm: 4217 1111 409 3 0 796 0
[pid=24628] ppid=24615 vsize=5356 CPUtime=0
/proc/24628/stat : 24628 (sh) S 24615 24615 23210 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24950366 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24628/statm: 1339 233 193 169 0 50 0
[pid=24629] ppid=24628 vsize=868716 CPUtime=5.17
/proc/24629/stat : 24629 (java) S 24628 24615 23210 0 -1 0 19528 0 5 0 503 14 0 0 18 0 9 0 24950366 889565184 13252 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24629/statm: 217179 13252 2592 9 0 211656 0
[pid=24629/tid=24630] ppid=24628 vsize=868716 CPUtime=3.86
/proc/24629/task/24630/stat : 24630 (java) R 24628 24615 23210 0 -1 64 3334 0 5 0 382 4 0 0 21 0 9 0 24950367 889565184 13252 996147200 134512640 134550932 4294955936 18446744073709551615 4126519158 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24629/tid=24631] ppid=24628 vsize=868716 CPUtime=1.07
/proc/24629/task/24631/stat : 24631 (java) S 24628 24615 23210 0 -1 64 13981 0 0 0 99 8 0 0 16 0 9 0 24950368 889565184 13252 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24629/tid=24632] ppid=24628 vsize=868716 CPUtime=0
/proc/24629/task/24632/stat : 24632 (java) S 24628 24615 23210 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24950368 889565184 13252 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24629/tid=24633] ppid=24628 vsize=868716 CPUtime=0
/proc/24629/task/24633/stat : 24633 (java) S 24628 24615 23210 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 24950368 889565184 13252 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24629/tid=24634] ppid=24628 vsize=868716 CPUtime=0
/proc/24629/task/24634/stat : 24634 (java) S 24628 24615 23210 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24950370 889565184 13252 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24629/tid=24635] ppid=24628 vsize=868716 CPUtime=0.21
/proc/24629/task/24635/stat : 24635 (java) S 24628 24615 23210 0 -1 64 1514 0 0 0 20 1 0 0 15 0 9 0 24950370 889565184 13252 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24629/tid=24636] ppid=24628 vsize=868716 CPUtime=0
/proc/24629/task/24636/stat : 24636 (java) S 24628 24615 23210 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24950370 889565184 13252 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24629/tid=24637] ppid=24628 vsize=868716 CPUtime=0
/proc/24629/task/24637/stat : 24637 (java) S 24628 24615 23210 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24950370 889565184 13252 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 5.84
Current children cumulated vsize (KiB) 890940

[startup+12.7016 s]
/proc/loadavg: 2.15 2.16 2.22 3/83 24637
/proc/meminfo: memFree=1802440/2055920 swapFree=4192812/4192956
[pid=24615] ppid=24613 vsize=16868 CPUtime=0.67
/proc/24615/stat : 24615 (sugar) S 24613 24615 23210 0 -1 4194304 1306 7176 4 58 5 1 54 7 16 0 1 0 24950260 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24615/statm: 4217 1111 409 3 0 796 0
[pid=24628] ppid=24615 vsize=5356 CPUtime=0
/proc/24628/stat : 24628 (sh) S 24615 24615 23210 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24950366 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24628/statm: 1339 233 193 169 0 50 0
[pid=24629] ppid=24628 vsize=868716 CPUtime=11.49
/proc/24629/stat : 24629 (java) S 24628 24615 23210 0 -1 0 19904 0 5 0 1108 41 0 0 18 0 9 0 24950366 889565184 13275 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24629/statm: 217179 13275 2593 9 0 211656 0
[pid=24629/tid=24630] ppid=24628 vsize=868716 CPUtime=10.01
/proc/24629/task/24630/stat : 24630 (java) R 24628 24615 23210 0 -1 64 3690 0 5 0 972 29 0 0 25 0 9 0 24950367 889565184 13275 996147200 134512640 134550932 4294955936 18446744073709551615 4127033203 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24629/tid=24631] ppid=24628 vsize=868716 CPUtime=1.2
/proc/24629/task/24631/stat : 24631 (java) S 24628 24615 23210 0 -1 64 13982 0 0 0 110 10 0 0 16 0 9 0 24950368 889565184 13275 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24629/tid=24632] ppid=24628 vsize=868716 CPUtime=0
/proc/24629/task/24632/stat : 24632 (java) S 24628 24615 23210 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24950368 889565184 13275 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24629/tid=24633] ppid=24628 vsize=868716 CPUtime=0
/proc/24629/task/24633/stat : 24633 (java) S 24628 24615 23210 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 24950368 889565184 13275 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24629/tid=24634] ppid=24628 vsize=868716 CPUtime=0
/proc/24629/task/24634/stat : 24634 (java) S 24628 24615 23210 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24950370 889565184 13275 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24629/tid=24635] ppid=24628 vsize=868716 CPUtime=0.25
/proc/24629/task/24635/stat : 24635 (java) S 24628 24615 23210 0 -1 64 1533 0 0 0 24 1 0 0 16 0 9 0 24950370 889565184 13275 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24629/tid=24636] ppid=24628 vsize=868716 CPUtime=0
/proc/24629/task/24636/stat : 24636 (java) S 24628 24615 23210 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24950370 889565184 13275 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24629/tid=24637] ppid=24628 vsize=868716 CPUtime=0
/proc/24629/task/24637/stat : 24637 (java) S 24628 24615 23210 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24950370 889565184 13275 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.16
Current children cumulated vsize (KiB) 890940

[startup+25.5021 s]
/proc/loadavg: 2.34 2.20 2.23 3/83 24637
/proc/meminfo: memFree=1689544/2055920 swapFree=4192812/4192956
[pid=24615] ppid=24613 vsize=16868 CPUtime=0.67
/proc/24615/stat : 24615 (sugar) S 24613 24615 23210 0 -1 4194304 1306 7176 4 58 5 1 54 7 16 0 1 0 24950260 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24615/statm: 4217 1111 409 3 0 796 0
[pid=24628] ppid=24615 vsize=5356 CPUtime=0
/proc/24628/stat : 24628 (sh) S 24615 24615 23210 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24950366 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24628/statm: 1339 233 193 169 0 50 0
[pid=24629] ppid=24628 vsize=868716 CPUtime=24.12
/proc/24629/stat : 24629 (java) S 24628 24615 23210 0 -1 0 20759 0 5 0 2294 118 0 0 18 0 9 0 24950366 889565184 13275 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24629/statm: 217179 13275 2593 9 0 211656 0
[pid=24629/tid=24630] ppid=24628 vsize=868716 CPUtime=22.24
/proc/24629/task/24630/stat : 24630 (java) R 24628 24615 23210 0 -1 64 4545 0 5 0 2125 99 0 0 25 0 9 0 24950367 889565184 13275 996147200 134512640 134550932 4294955936 18446744073709551615 4126975723 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24629/tid=24631] ppid=24628 vsize=868716 CPUtime=1.6
/proc/24629/task/24631/stat : 24631 (java) S 24628 24615 23210 0 -1 64 13982 0 0 0 144 16 0 0 16 0 9 0 24950368 889565184 13275 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24629/tid=24632] ppid=24628 vsize=868716 CPUtime=0
/proc/24629/task/24632/stat : 24632 (java) S 24628 24615 23210 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24950368 889565184 13275 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24629/tid=24633] ppid=24628 vsize=868716 CPUtime=0
/proc/24629/task/24633/stat : 24633 (java) S 24628 24615 23210 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 24950368 889565184 13275 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24629/tid=24634] ppid=24628 vsize=868716 CPUtime=0
/proc/24629/task/24634/stat : 24634 (java) S 24628 24615 23210 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24950370 889565184 13275 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24629/tid=24635] ppid=24628 vsize=868716 CPUtime=0.25
/proc/24629/task/24635/stat : 24635 (java) S 24628 24615 23210 0 -1 64 1533 0 0 0 24 1 0 0 16 0 9 0 24950370 889565184 13275 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24629/tid=24636] ppid=24628 vsize=868716 CPUtime=0
/proc/24629/task/24636/stat : 24636 (java) S 24628 24615 23210 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24950370 889565184 13275 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24629/tid=24637] ppid=24628 vsize=868716 CPUtime=0
/proc/24629/task/24637/stat : 24637 (java) S 24628 24615 23210 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24950370 889565184 13275 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 24.79
Current children cumulated vsize (KiB) 890940

[startup+51.1012 s]
/proc/loadavg: 2.34 2.21 2.23 3/75 24639
/proc/meminfo: memFree=1577032/2055920 swapFree=4192812/4192956
[pid=24615] ppid=24613 vsize=16868 CPUtime=28.91
/proc/24615/stat : 24615 (sugar) S 24613 24615 23210 0 -1 4194304 1362 28524 4 63 6 1 2731 153 16 0 1 0 24950260 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24615/statm: 4217 1114 409 3 0 796 0
[pid=24638] ppid=24615 vsize=5356 CPUtime=0
/proc/24638/stat : 24638 (sh) S 24615 24615 23210 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24953229 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24638/statm: 1339 232 193 169 0 50 0
[pid=24639] ppid=24638 vsize=146476 CPUtime=21.2
/proc/24639/stat : 24639 (picosat) R 24638 24615 23210 0 -1 4194304 29792 0 0 0 961 1159 0 0 25 0 1 0 24953229 149991424 29778 996147200 134512640 134931368 4294956256 18446744073709551615 134549518 0 0 4096 0 0 0 0 17 1 0 0
/proc/24639/statm: 36619 29778 40 102 0 36514 0
Current children cumulated CPU time (s) 50.11
Current children cumulated vsize (KiB) 168700

[startup+102.306 s]
/proc/loadavg: 2.13 2.17 2.22 3/75 24639
/proc/meminfo: memFree=1388360/2055920 swapFree=4192812/4192956
[pid=24615] ppid=24613 vsize=16868 CPUtime=28.91
/proc/24615/stat : 24615 (sugar) S 24613 24615 23210 0 -1 4194304 1362 28524 4 63 6 1 2731 153 16 0 1 0 24950260 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24615/statm: 4217 1114 409 3 0 796 0
[pid=24638] ppid=24615 vsize=5356 CPUtime=0
/proc/24638/stat : 24638 (sh) S 24615 24615 23210 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24953229 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24638/statm: 1339 232 193 169 0 50 0
[pid=24639] ppid=24638 vsize=336712 CPUtime=71.92
/proc/24639/stat : 24639 (picosat) R 24638 24615 23210 0 -1 4194304 76463 0 0 0 3276 3916 0 0 25 0 1 0 24953229 344793088 76449 996147200 134512640 134931368 4294956256 18446744073709551615 134520649 0 0 4096 0 0 0 0 17 1 0 0
/proc/24639/statm: 84178 76449 40 102 0 84073 0
Current children cumulated CPU time (s) 100.83
Current children cumulated vsize (KiB) 358936

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

[startup+105.502 s]
/proc/loadavg: 2.13 2.17 2.22 3/75 24639
/proc/meminfo: memFree=1382600/2055920 swapFree=4192812/4192956
[pid=24615] ppid=24613 vsize=16868 CPUtime=28.91
/proc/24615/stat : 24615 (sugar) S 24613 24615 23210 0 -1 4194304 1362 28524 4 63 6 1 2731 153 16 0 1 0 24950260 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24615/statm: 4217 1114 409 3 0 796 0
[pid=24638] ppid=24615 vsize=5356 CPUtime=0
/proc/24638/stat : 24638 (sh) S 24615 24615 23210 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24953229 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24638/statm: 1339 232 193 169 0 50 0
[pid=24639] ppid=24638 vsize=348352 CPUtime=75.09
/proc/24639/stat : 24639 (picosat) R 24638 24615 23210 0 -1 4194304 77796 0 0 0 3541 3968 0 0 25 0 1 0 24953229 356712448 77782 996147200 134512640 134931368 4294956256 18446744073709551615 134525718 0 0 4096 0 0 0 0 17 1 0 0
/proc/24639/statm: 87088 77782 42 102 0 86983 0
Current children cumulated CPU time (s) 104
Current children cumulated vsize (KiB) 370576

[startup+107.102 s]
/proc/loadavg: 2.13 2.17 2.22 3/75 24639
/proc/meminfo: memFree=1382280/2055920 swapFree=4192812/4192956
[pid=24615] ppid=24613 vsize=16868 CPUtime=28.91
/proc/24615/stat : 24615 (sugar) S 24613 24615 23210 0 -1 4194304 1362 28524 4 63 6 1 2731 153 16 0 1 0 24950260 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24615/statm: 4217 1114 409 3 0 796 0
[pid=24638] ppid=24615 vsize=5356 CPUtime=0
/proc/24638/stat : 24638 (sh) S 24615 24615 23210 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24953229 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24638/statm: 1339 232 193 169 0 50 0
[pid=24639] ppid=24638 vsize=315584 CPUtime=76.68
/proc/24639/stat : 24639 (picosat) R 24638 24615 23210 0 -1 4194304 77898 0 0 0 3699 3969 0 0 25 0 1 0 24953229 323158016 70903 996147200 134512640 134931368 4294956256 18446744073709551615 134582042 0 0 4096 0 0 0 0 17 1 0 0
/proc/24639/statm: 78896 70903 42 102 0 78791 0
Current children cumulated CPU time (s) 105.59
Current children cumulated vsize (KiB) 337808

[startup+107.501 s]
/proc/loadavg: 2.13 2.17 2.22 3/75 24639
/proc/meminfo: memFree=1382280/2055920 swapFree=4192812/4192956
[pid=24615] ppid=24613 vsize=16868 CPUtime=105.7
/proc/24615/stat : 24615 (sugar) S 24613 24615 23210 0 -1 4194304 1443 106709 4 63 6 2 6435 4127 16 0 1 0 24950260 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24615/statm: 4217 1114 409 3 0 796 0
Current children cumulated CPU time (s) 105.7
Current children cumulated vsize (KiB) 16868

[startup+107.701 s]
/proc/loadavg: 2.12 2.17 2.22 3/73 24649
/proc/meminfo: memFree=1863704/2055920 swapFree=4192812/4192956
[pid=24615] ppid=24613 vsize=16868 CPUtime=106.18
/proc/24615/stat : 24615 (sugar) R 24613 24615 23210 0 -1 4194304 1473 111585 4 64 6 10 6472 4130 16 0 1 0 24950260 17272832 1115 996147200 4194304 4206940 548682068608 18446744073709551615 262910219305 0 0 4224 16386 0 0 0 17 1 0 0
/proc/24615/statm: 4217 1115 410 3 0 796 0
Current children cumulated CPU time (s) 106.18
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 107.731
CPU time (s): 106.223
CPU user time (s): 64.7881
CPU system time (s): 41.4347
CPU usage (%): 98.5998
Max. virtual memory (cumulated for all children) (KiB): 901328

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 64.7882
system time used= 41.4347
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 113118
page faults= 68
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 18654
involuntary context switches= 19916

runsolver used 0.117982 second user time and 0.394939 second system time

The end

Launcher Data

Begin job on node11 at 2009-07-12 08:07:12
IDJOB=2084105
IDBENCH=58038
IDSOLVER=738
FILE ID=node11/2084105-1247378832
PBS_JOBID= 9507148
Free space on /tmp= 66448 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/fapp/fapp03/normalized-fapp03-0300-4.xml
COMMAND LINE= DIR/sugar -c -vv -memlimit=MEMLIMIT -jar="DIR/sugar-v1-14-6.jar" -solver="DIR/picosat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2084105-1247378832/watcher-2084105-1247378832 -o /tmp/evaluation-result-2084105-1247378832/solver-2084105-1247378832 -C 1800 -W 2000 -M 900  HOME/sugar -c -vv -memlimit=900 -jar="HOME/sugar-v1-14-6.jar" -solver="HOME/picosat" -tmp="HOME/temp" HOME/instance-2084105-1247378832.xml

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

MD5SUM BENCH= 20a4b386543d008e4a5d9418ad2d042b
RANDOM SEED=221787332

node11.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.274
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.274
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:       1900864 kB
Buffers:          9612 kB
Cached:          41660 kB
SwapCached:          0 kB
Active:          81504 kB
Inactive:        18960 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1900864 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1996 kB
Writeback:           0 kB
Mapped:          60712 kB
Slab:            40020 kB
Committed_AS:   221368 kB
PageTables:       1932 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= 66444 MiB
End job on node11 at 2009-07-12 08:09:00