Trace number 2064063

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+picosatSAT 102.104 103.345

General information on the benchmark

Namecsp/compet02/
normalized-patat-02-comp-4.xml
MD5SUM9d111ad847d28c529e11463744b5c0db
Bench CategoryAlldiff (alldiff)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark58.6201
Satisfiable
(Un)Satisfiability was proved
Number of variables800
Number of constraints35311
Maximum constraint arity20
Maximum domain size45
Number of constraints which are defined in extension0
Number of constraints which are defined in intension35011
Global constraints used (with number of constraints)alldifferent(300)

Solver Data

0.03/0.08	c 0	Sugar v1-14-6 + HOME/picosat
0.03/0.08	c 0	BEGIN Sat Jul 11 19:37:11 2009
0.03/0.08	c 0	PID 15822
0.03/0.08	c 0	HOST node15.alineos.net
0.03/0.08	c 0	CONVERTING HOME/instance-2064063-1247333831.xml TO HOME/temp.csp
0.03/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2064063-1247333831.xml' 'HOME/temp.csp'
2.33/2.48	c 2	37 domains, 800 variables, 1 predicates, 0 relations, 35311 constraints
2.42/2.54	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
2.42/2.54	c 2	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'
2.44/2.62	c 3	Parsing HOME/temp.csp
2.44/2.79	c 3	parsed 10000 expressions
2.44/2.94	c 3	parsed 20000 expressions
2.44/3.12	c 3	parsed 30000 expressions
3.08/3.27	c 3	parsed 36149 expressions
3.08/3.28	c 3	Heap : 14 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.08/3.28	c 3	Converting to clausal form CSP
3.56/3.73	c 4	converted 3615 (10%) expressions
3.76/3.99	c 4	converted 7230 (20%) expressions
4.26/4.43	c 4	converted 10845 (30%) expressions
4.54/4.70	c 5	converted 14460 (40%) expressions
4.74/4.96	c 5	converted 18075 (50%) expressions
5.35/5.52	c 5	converted 21690 (60%) expressions
5.54/5.77	c 6	converted 25305 (70%) expressions
5.83/6.04	c 6	converted 28920 (80%) expressions
6.13/6.31	c 6	converted 32535 (90%) expressions
8.31/8.58	c 9	converted 36149 (100%) expressions
8.31/8.58	c 9	CSP : 800 integers, 0 booleans, 78724 clauses, largest domain size 45
8.31/8.58	c 9	Heap : 88 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
8.31/8.58	c 9	Propagation in CSP
8.60/8.87	c 9	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
8.60/8.88	c 9	CSP : 800 integers, 0 booleans, 78724 clauses, largest domain size 45
8.60/8.88	c 9	Heap : 92 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
8.69/8.91	c 9	Simplifing CSP by introducing new Boolean variables
10.78/11.07	c 11	CSP : 800 integers, 215477 booleans, 294201 clauses, largest domain size 45
10.78/11.07	c 11	Heap : 151 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
11.87/12.11	c 12	Encoding CSP to SAT : HOME/temp.cnf
11.87/12.16	c 12	80 (10%) CSP integer variables are encoded (3440 clauses, 42621 bytes)
11.87/12.16	c 12	160 (20%) CSP integer variables are encoded (6880 clauses, 87341 bytes)
11.87/12.17	c 12	240 (30%) CSP integer variables are encoded (10320 clauses, 133158 bytes)
11.87/12.17	c 12	320 (40%) CSP integer variables are encoded (13760 clauses, 184758 bytes)
11.87/12.18	c 12	400 (50%) CSP integer variables are encoded (17200 clauses, 236358 bytes)
11.87/12.18	c 12	480 (60%) CSP integer variables are encoded (17255 clauses, 237183 bytes)
11.87/12.18	c 12	560 (70%) CSP integer variables are encoded (17337 clauses, 238413 bytes)
11.87/12.19	c 12	640 (80%) CSP integer variables are encoded (17398 clauses, 239328 bytes)
11.87/12.19	c 12	720 (90%) CSP integer variables are encoded (17457 clauses, 240213 bytes)
11.87/12.19	c 12	800 (100%) CSP integer variables are encoded (17503 clauses, 240903 bytes)
13.26/13.51	c 13	29421 (10%) CSP clauses are encoded (609837 clauses, 11766296 bytes)
14.44/14.72	c 15	58841 (20%) CSP clauses are encoded (1202287 clauses, 23727555 bytes)
15.64/15.94	c 16	88261 (30%) CSP clauses are encoded (1792986 clauses, 35698764 bytes)
16.90/17.21	c 17	117681 (40%) CSP clauses are encoded (2381796 clauses, 47981172 bytes)
18.18/18.51	c 18	147101 (50%) CSP clauses are encoded (2971574 clauses, 60946564 bytes)
19.57/20.00	c 20	176521 (60%) CSP clauses are encoded (3684828 clauses, 76585584 bytes)
21.33/21.76	c 22	205941 (70%) CSP clauses are encoded (4572864 clauses, 95513722 bytes)
23.11/23.52	c 23	235361 (80%) CSP clauses are encoded (5461296 clauses, 114624630 bytes)
24.79/25.27	c 25	264781 (90%) CSP clauses are encoded (6349948 clauses, 133717244 bytes)
26.55/27.04	c 27	294201 (100%) CSP clauses are encoded (7238820 clauses, 152892339 bytes)
26.55/27.05	c 27	294201 CSP clauses encoded
26.55/27.05	c 27	Writing map file : HOME/temp.map
26.55/27.08	c 27	Heap : 117 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
26.55/27.08	c 27	SAT : 233656 SAT variables, 7238820 SAT clauses, 152892339 bytes
26.55/27.08	c 27	Heap : 117 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
26.63/27.15	c 27	SOLVING HOME/temp.cnf
26.63/27.15	c 27	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
101.41/102.61	c 103	DECODING HOME/temp.out WITH HOME/temp.map
101.41/102.61	c 103	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'
101.41/102.70	c 103	Decoding HOME/temp.out
101.43/103.15	s SATISFIABLE
101.43/103.19	v 11 20 5 42 28 15 1 11 2 23 3 29 17 8 32 36 19 25 10 15 10 5 41 6 24 39 14 29 13 0 35 18 43 10 43 40 5 33 35 14 1 7 13 40 4 5 1 26 26 44 9 2 31 30 0 34 43 5 8 2 6 4 21 42 16 3 44 1 39 35 25 19 4 6 16 6 0 31 2 21 26 5 25 4 4 31 33 31 2 4 17 15 21 10 0 8 7 20 24 44 6 9 25 11 19 10 12 5 6 21 8 7 36 7 1 41 27 31 24 13 9 17 1 29 3 7 3 13 9 18 31 11 10 11 23 32 12 5 33 28 24 44 39 31 5 15 42 24 8 28 13 17 6 0 33 14 5 18 16 14 7 0 20 6 29 21 7 15 16 34 23 19 17 34 13 23 37 13 15 18 16 41 17 11 19 18 6 23 27 17 42 16 39 25 8 18 19 32 2 35 8 21 3 3 43 26 29 24 20 21 2 9 14 9 13 39 7 17 36 23 11 16 22 28 20 43 28 19 32 31 25 12 0 14 23 33 29 23 12 4 37 14 27 15 38 26 4 24 41 44 44 27 22 40 16 40 27 20 3 27 12 20 1 43 21 29 22 23 32 11 10 22 43 26 9 15 3 2 3 25 33 44 36 25 36 26 27 18 18 40 28 9 7 0 20 11 29 35 10 15 7 27 39 14 22 21 28 18 6 1 38 12 38 0 31 29 30 17 28 12 30 39 29 14 42 10 44 35 32 22 10 11 33 20 33 19 25 35 34 41 33 32 37 40 37 35 37 19 36 20 32 30 4 26 36 38 34 41 37 34 22 36 39 16 41 30 17 43 9 13 33 38 18 37 39 31 38 22 30 41 30 40 34 42 38 38 40 9 40 30 30 26 42 43 37 24 27 8 1 12 0 5 7 1 1 7 4 7 5 8 6 6 7 0 0 4 6 7 5 6 3 3 1 2 3 3 9 4 2 9 2 5 5 7 4 8 4 7 1 2 1 0 1 7 4 5 7 4 3 2 2 3 1 7 6 4 7 6 3 6 3 1 2 3 7 5 3 9 9 3 6 1 2 0 3 5 5 3 1 7 5 1 0 9 6 5 4 4 7 7 8 2 5 1 3 5 5 1 1 1 8 1 1 5 4 6 6 8 9 4 1 4 8 9 0 2 0 6 5 6 8 9 3 9 1 8 8 8 5 6 8 6 4 1 9 2 4 2 9 4 6 0 5 0 9 8 7 9 7 8 0 0 6 1 0 1 0 4 4 8 7 7 3 7 1 0 3 1 5 1 5 9 1 3 9 0 1 7 0 1 1 0 6 4 5 0 1 2 4 2 2 9 7 4 2 8 8 7 4 8 6 9 3 4 9 1 3 8 9 1 9 0 0 4 4 4 2 3 0 3 3 6 1 9 2 3 7 2 3 7 9 2 2 6 4 6 8 1 1 0 5 4 3 5 1 8 8 2 3 8 6 9 5 9 8 0 7 0 7 2 3 7 2 8 6 0 2 6 4 2 9 3 6 2 9 4 0 2 9 2 5 4 5 3 2 6 1 7 9 2 0 7 6 0 6 9 7 0 8 3 1 5 8 7 7 3 3 2 4 5 3 7 7 8 2 5 0 5 5 9 3 2 2 3 4 2 7 4 8 9 0 8 1 4 3 7 8 6 2 9 2 1 6 1 4 9 7 3 6 8 6 2 3 0 3 2 8 8 9 0 4 1 1 2 4 1 4 2 6 3 8 6 3 3 6 9 4 8 4 6 5 4 9 6 8 9 3 3 6 6 8 9 8 1 8 4 8 4 8 0
101.43/103.20	c 103	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
101.43/103.26	c 103	CPU 102 (0.06 0.02 65.09 36.83)
101.43/103.26	c 103	END Sat Jul 11 19:38:54 2009

Verifier Data

OK

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2064063-1247333831/watcher-2064063-1247333831 -o /tmp/evaluation-result-2064063-1247333831/solver-2064063-1247333831 -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-2064063-1247333831.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: 1.85 1.97 1.88 4/73 15822
/proc/meminfo: memFree=1850968/2055920 swapFree=4191900/4192956
[pid=15822] ppid=15820 vsize=18576 CPUtime=0
/proc/15822/stat : 15822 (runsolver) R 15820 15822 15785 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 20449943 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 240472616231 0 0 4096 24578 0 0 0 17 1 0 0
/proc/15822/statm: 4644 284 249 26 0 2626 0

[startup+0.0474959 s]
/proc/loadavg: 1.85 1.97 1.88 4/73 15822
/proc/meminfo: memFree=1850968/2055920 swapFree=4191900/4192956
[pid=15822] ppid=15820 vsize=13468 CPUtime=0.03
/proc/15822/stat : 15822 (sugar) R 15820 15822 15785 0 -1 4194304 755 0 0 0 2 1 0 0 18 0 1 0 20449943 13791232 723 996147200 4194304 4206940 548682068608 18446744073709551615 240490149826 0 0 4224 0 0 0 0 17 1 0 0
/proc/15822/statm: 3367 723 338 3 0 467 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13468

[startup+0.101505 s]
/proc/loadavg: 1.85 1.97 1.88 4/73 15822
/proc/meminfo: memFree=1850968/2055920 swapFree=4191900/4192956
[pid=15822] ppid=15820 vsize=16868 CPUtime=0.06
/proc/15822/stat : 15822 (sugar) S 15820 15822 15785 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 20449943 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15822/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301515 s]
/proc/loadavg: 1.85 1.97 1.88 4/73 15822
/proc/meminfo: memFree=1850968/2055920 swapFree=4191900/4192956
[pid=15822] ppid=15820 vsize=16868 CPUtime=0.06
/proc/15822/stat : 15822 (sugar) S 15820 15822 15785 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 20449943 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15822/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701558 s]
/proc/loadavg: 1.85 1.97 1.88 4/73 15822
/proc/meminfo: memFree=1850968/2055920 swapFree=4191900/4192956
[pid=15822] ppid=15820 vsize=16868 CPUtime=0.06
/proc/15822/stat : 15822 (sugar) S 15820 15822 15785 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 20449943 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15822/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50263 s]
/proc/loadavg: 2.02 2.00 1.89 4/84 15834
/proc/meminfo: memFree=1825216/2055920 swapFree=4191900/4192956
[pid=15822] ppid=15820 vsize=16868 CPUtime=0.06
/proc/15822/stat : 15822 (sugar) S 15820 15822 15785 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 20449943 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15822/statm: 4217 1111 409 3 0 796 0
[pid=15825] ppid=15822 vsize=5356 CPUtime=0
/proc/15825/stat : 15825 (sh) S 15822 15822 15785 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20449951 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15825/statm: 1339 233 193 169 0 50 0
[pid=15826] ppid=15825 vsize=864772 CPUtime=1.38
/proc/15826/stat : 15826 (java) S 15825 15822 15785 0 -1 0 14749 0 1 0 130 8 0 0 18 0 9 0 20449951 885526528 12775 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15826/statm: 216193 12775 2556 9 0 210705 0
[pid=15826/tid=15827] ppid=15825 vsize=864772 CPUtime=0.79
/proc/15826/task/15827/stat : 15827 (java) R 15825 15822 15785 0 -1 64 3070 0 1 0 77 2 0 0 24 0 9 0 20449953 885526528 12775 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15826/tid=15828] ppid=15825 vsize=864772 CPUtime=0.46
/proc/15826/task/15828/stat : 15828 (java) R 15825 15822 15785 0 -1 64 10459 0 0 0 41 5 0 0 16 0 9 0 20449954 885526528 12775 996147200 134512640 134550932 4294955984 18446744073709551615 102709360 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15826/tid=15829] ppid=15825 vsize=864772 CPUtime=0
/proc/15826/task/15829/stat : 15829 (java) S 15825 15822 15785 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 20449954 885526528 12775 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15826/tid=15830] ppid=15825 vsize=864772 CPUtime=0
/proc/15826/task/15830/stat : 15830 (java) S 15825 15822 15785 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 20449954 885526528 12775 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15826/tid=15831] ppid=15825 vsize=864772 CPUtime=0
/proc/15826/task/15831/stat : 15831 (java) S 15825 15822 15785 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 20449956 885526528 12775 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15826/tid=15832] ppid=15825 vsize=864772 CPUtime=0.11
/proc/15826/task/15832/stat : 15832 (java) S 15825 15822 15785 0 -1 64 515 0 0 0 11 0 0 0 16 0 9 0 20449956 885526528 12775 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15826/tid=15833] ppid=15825 vsize=864772 CPUtime=0
/proc/15826/task/15833/stat : 15833 (java) S 15825 15822 15785 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 20449956 885526528 12775 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15826/tid=15834] ppid=15825 vsize=864772 CPUtime=0
/proc/15826/task/15834/stat : 15834 (java) S 15825 15822 15785 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20449956 885526528 12775 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 886996

[startup+3.10177 s]
/proc/loadavg: 2.02 2.00 1.89 3/84 15834
/proc/meminfo: memFree=1793536/2055920 swapFree=4191900/4192956
[pid=15822] ppid=15820 vsize=16868 CPUtime=2.44
/proc/15822/stat : 15822 (sugar) S 15820 15822 15785 0 -1 4194304 1309 20169 0 1 6 1 224 13 15 0 1 0 20449943 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15822/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 2.44
Current children cumulated vsize (KiB) 16868
heavy processes:

[startup+6.30425 s]
/proc/loadavg: 2.10 2.02 1.90 3/84 15844
/proc/meminfo: memFree=1793664/2055920 swapFree=4191900/4192956
[pid=15822] ppid=15820 vsize=16868 CPUtime=2.44
/proc/15822/stat : 15822 (sugar) S 15820 15822 15785 0 -1 4194304 1309 20169 0 1 6 1 224 13 16 0 1 0 20449943 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15822/statm: 4217 1111 409 3 0 796 0
[pid=15835] ppid=15822 vsize=5356 CPUtime=0
/proc/15835/stat : 15835 (sh) S 15822 15822 15785 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20450197 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15835/statm: 1339 233 193 169 0 50 0
[pid=15836] ppid=15835 vsize=868608 CPUtime=3.69
/proc/15836/stat : 15836 (java) S 15835 15822 15785 0 -1 0 21334 0 1 0 358 11 0 0 19 0 9 0 20450198 889454592 19750 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15836/statm: 217152 19750 2566 9 0 211657 0
[pid=15836/tid=15837] ppid=15835 vsize=868608 CPUtime=2.18
/proc/15836/task/15837/stat : 15837 (java) R 15835 15822 15785 0 -1 64 3229 0 1 0 216 2 0 0 25 0 9 0 20450199 889454592 19750 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15836/tid=15838] ppid=15835 vsize=868608 CPUtime=1.3
/proc/15836/task/15838/stat : 15838 (java) S 15835 15822 15785 0 -1 64 15936 0 0 0 123 7 0 0 15 0 9 0 20450200 889454592 19750 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15836/tid=15839] ppid=15835 vsize=868608 CPUtime=0
/proc/15836/task/15839/stat : 15839 (java) S 15835 15822 15785 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20450200 889454592 19750 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15836/tid=15840] ppid=15835 vsize=868608 CPUtime=0
/proc/15836/task/15840/stat : 15840 (java) S 15835 15822 15785 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 20450200 889454592 19750 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15836/tid=15841] ppid=15835 vsize=868608 CPUtime=0
/proc/15836/task/15841/stat : 15841 (java) S 15835 15822 15785 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20450202 889454592 19750 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15836/tid=15842] ppid=15835 vsize=868608 CPUtime=0.18
/proc/15836/task/15842/stat : 15842 (java) S 15835 15822 15785 0 -1 64 1467 0 0 0 17 1 0 0 16 0 9 0 20450202 889454592 19750 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15836/tid=15843] ppid=15835 vsize=868608 CPUtime=0
/proc/15836/task/15843/stat : 15843 (java) S 15835 15822 15785 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 20450202 889454592 19750 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15836/tid=15844] ppid=15835 vsize=868608 CPUtime=0
/proc/15836/task/15844/stat : 15844 (java) S 15835 15822 15785 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 20450202 889454592 19750 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.13
Current children cumulated vsize (KiB) 890832

[startup+12.7026 s]
/proc/loadavg: 2.09 2.02 1.90 4/84 15844
/proc/meminfo: memFree=1655424/2055920 swapFree=4191900/4192956
[pid=15822] ppid=15820 vsize=16868 CPUtime=2.44
/proc/15822/stat : 15822 (sugar) S 15820 15822 15785 0 -1 4194304 1310 20169 0 1 6 1 224 13 15 0 1 0 20449943 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15822/statm: 4217 1111 409 3 0 796 0
[pid=15835] ppid=15822 vsize=5356 CPUtime=0
/proc/15835/stat : 15835 (sh) S 15822 15822 15785 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20450197 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15835/statm: 1339 233 193 169 0 50 0
[pid=15836] ppid=15835 vsize=868720 CPUtime=10.03
/proc/15836/stat : 15836 (java) S 15835 15822 15785 0 -1 0 73456 0 1 0 961 42 0 0 19 0 9 0 20450198 889569280 47478 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15836/statm: 217180 47478 2593 9 0 211657 0
[pid=15836/tid=15837] ppid=15835 vsize=868720 CPUtime=4.42
/proc/15836/task/15837/stat : 15837 (java) R 15835 15822 15785 0 -1 64 4634 0 1 0 436 6 0 0 21 0 9 0 20450199 889569280 47478 996147200 134512640 134550932 4294955936 18446744073709551615 4126991687 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15836/tid=15838] ppid=15835 vsize=868720 CPUtime=5.32
/proc/15836/task/15838/stat : 15838 (java) S 15835 15822 15785 0 -1 64 66586 0 0 0 499 33 0 0 16 0 9 0 20450200 889569280 47478 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15836/tid=15839] ppid=15835 vsize=868720 CPUtime=0
/proc/15836/task/15839/stat : 15839 (java) S 15835 15822 15785 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20450200 889569280 47478 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15836/tid=15840] ppid=15835 vsize=868720 CPUtime=0
/proc/15836/task/15840/stat : 15840 (java) S 15835 15822 15785 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 20450200 889569280 47478 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15836/tid=15841] ppid=15835 vsize=868720 CPUtime=0
/proc/15836/task/15841/stat : 15841 (java) S 15835 15822 15785 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20450202 889569280 47478 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15836/tid=15842] ppid=15835 vsize=868720 CPUtime=0.25
/proc/15836/task/15842/stat : 15842 (java) S 15835 15822 15785 0 -1 64 1534 0 0 0 24 1 0 0 16 0 9 0 20450202 889569280 47478 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15836/tid=15843] ppid=15835 vsize=868720 CPUtime=0
/proc/15836/task/15843/stat : 15843 (java) S 15835 15822 15785 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 20450202 889569280 47478 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15836/tid=15844] ppid=15835 vsize=868720 CPUtime=0
/proc/15836/task/15844/stat : 15844 (java) S 15835 15822 15785 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 20450202 889569280 47478 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.47
Current children cumulated vsize (KiB) 890944

[startup+25.5027 s]
/proc/loadavg: 2.07 2.02 1.90 3/84 15844
/proc/meminfo: memFree=1533056/2055920 swapFree=4191900/4192956
[pid=15822] ppid=15820 vsize=16868 CPUtime=2.44
/proc/15822/stat : 15822 (sugar) S 15820 15822 15785 0 -1 4194304 1310 20169 0 1 6 1 224 13 16 0 1 0 20449943 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15822/statm: 4217 1111 409 3 0 796 0
[pid=15835] ppid=15822 vsize=5356 CPUtime=0
/proc/15835/stat : 15835 (sh) S 15822 15822 15785 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20450197 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15835/statm: 1339 233 193 169 0 50 0
[pid=15836] ppid=15835 vsize=868720 CPUtime=22.64
/proc/15836/stat : 15836 (java) S 15835 15822 15785 0 -1 0 73730 0 1 0 2140 124 0 0 19 0 9 0 20450198 889569280 47484 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15836/statm: 217180 47484 2593 9 0 211657 0
[pid=15836/tid=15837] ppid=15835 vsize=868720 CPUtime=16.79
/proc/15836/task/15837/stat : 15837 (java) R 15835 15822 15785 0 -1 64 4902 0 1 0 1593 86 0 0 25 0 9 0 20450199 889569280 47484 996147200 134512640 134550932 4294955936 18446744073709551615 4127062911 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15836/tid=15838] ppid=15835 vsize=868720 CPUtime=5.56
/proc/15836/task/15838/stat : 15838 (java) S 15835 15822 15785 0 -1 64 66586 0 0 0 520 36 0 0 16 0 9 0 20450200 889569280 47484 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15836/tid=15839] ppid=15835 vsize=868720 CPUtime=0
/proc/15836/task/15839/stat : 15839 (java) S 15835 15822 15785 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20450200 889569280 47484 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15836/tid=15840] ppid=15835 vsize=868720 CPUtime=0
/proc/15836/task/15840/stat : 15840 (java) S 15835 15822 15785 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 20450200 889569280 47484 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15836/tid=15841] ppid=15835 vsize=868720 CPUtime=0
/proc/15836/task/15841/stat : 15841 (java) S 15835 15822 15785 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20450202 889569280 47484 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15836/tid=15842] ppid=15835 vsize=868720 CPUtime=0.26
/proc/15836/task/15842/stat : 15842 (java) S 15835 15822 15785 0 -1 64 1540 0 0 0 25 1 0 0 16 0 9 0 20450202 889569280 47484 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15836/tid=15843] ppid=15835 vsize=868720 CPUtime=0
/proc/15836/task/15843/stat : 15843 (java) S 15835 15822 15785 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 20450202 889569280 47484 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15836/tid=15844] ppid=15835 vsize=868720 CPUtime=0
/proc/15836/task/15844/stat : 15844 (java) S 15835 15822 15785 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 20450202 889569280 47484 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.08
Current children cumulated vsize (KiB) 890944

[startup+51.1019 s]
/proc/loadavg: 2.04 2.01 1.90 3/76 15846
/proc/meminfo: memFree=1599168/2055920 swapFree=4191900/4192956
[pid=15822] ppid=15820 vsize=16868 CPUtime=26.69
/proc/15822/stat : 15822 (sugar) S 15820 15822 15785 0 -1 4194304 1365 94242 0 2 6 2 2509 152 16 0 1 0 20449943 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15822/statm: 4217 1113 409 3 0 796 0
[pid=15845] ppid=15822 vsize=5356 CPUtime=0
/proc/15845/stat : 15845 (sh) S 15822 15822 15785 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20452658 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15845/statm: 1339 232 193 169 0 50 0
[pid=15846] ppid=15845 vsize=105088 CPUtime=23.71
/proc/15846/stat : 15846 (picosat) R 15845 15822 15785 0 -1 4194304 24389 0 0 0 1080 1291 0 0 25 0 1 0 20452658 107610112 24375 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/15846/statm: 26272 24375 40 102 0 26167 0
Current children cumulated CPU time (s) 50.4
Current children cumulated vsize (KiB) 127312

[startup+102.306 s]
/proc/loadavg: 2.02 2.01 1.91 3/76 15846
/proc/meminfo: memFree=1430464/2055920 swapFree=4191900/4192956
[pid=15822] ppid=15820 vsize=16868 CPUtime=26.69
/proc/15822/stat : 15822 (sugar) S 15820 15822 15785 0 -1 4194304 1365 94242 0 2 6 2 2509 152 16 0 1 0 20449943 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15822/statm: 4217 1113 409 3 0 796 0
[pid=15845] ppid=15822 vsize=5356 CPUtime=0
/proc/15845/stat : 15845 (sh) S 15822 15822 15785 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20452658 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15845/statm: 1339 232 193 169 0 50 0
[pid=15846] ppid=15845 vsize=273096 CPUtime=74.42
/proc/15846/stat : 15846 (picosat) R 15845 15822 15785 0 -1 4194304 65508 0 0 0 3920 3522 0 0 25 0 1 0 20452658 279650304 65459 996147200 134512640 134931368 4294956256 18446744073709551615 134579022 0 0 4096 0 0 0 0 17 1 0 0
/proc/15846/statm: 68274 65459 52 102 0 68169 0
Current children cumulated CPU time (s) 101.11
Current children cumulated vsize (KiB) 295320

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

[startup+103.101 s]
/proc/loadavg: 2.02 2.01 1.91 3/76 15846
/proc/meminfo: memFree=1430464/2055920 swapFree=4191900/4192956
[pid=15822] ppid=15820 vsize=16868 CPUtime=101.43
/proc/15822/stat : 15822 (sugar) S 15820 15822 15785 0 -1 4194304 1446 160036 0 2 6 2 6456 3679 16 0 1 0 20449943 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15822/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 101.43
Current children cumulated vsize (KiB) 16868

[startup+103.301 s]
/proc/loadavg: 2.02 2.01 1.91 3/74 15856
/proc/meminfo: memFree=1789008/2055920 swapFree=4191900/4192956
[pid=15822] ppid=15820 vsize=16868 CPUtime=102.05
/proc/15822/stat : 15822 (sugar) R 15820 15822 15785 0 -1 4194304 1477 164039 0 3 6 7 6509 3683 16 0 1 0 20449943 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 240472790057 0 0 4224 16386 0 0 0 17 1 0 0
/proc/15822/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 102.05
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 103.345
CPU time (s): 102.104
CPU user time (s): 65.1591
CPU system time (s): 36.9454
CPU usage (%): 98.7992
Max. virtual memory (cumulated for all children) (KiB): 916948

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 65.1591
system time used= 36.9454
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 165576
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= 7888
involuntary context switches= 9851

runsolver used 0.12698 second user time and 0.378942 second system time

The end

Launcher Data

Begin job on node15 at 2009-07-11 19:37:11
IDJOB=2064063
IDBENCH=54119
IDSOLVER=738
FILE ID=node15/2064063-1247333831
PBS_JOBID= 9506724
Free space on /tmp= 66260 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/compet02/normalized-patat-02-comp-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-2064063-1247333831/watcher-2064063-1247333831 -o /tmp/evaluation-result-2064063-1247333831/solver-2064063-1247333831 -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-2064063-1247333831.xml

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

MD5SUM BENCH= 9d111ad847d28c529e11463744b5c0db
RANDOM SEED=1801612038

node15.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.220
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.220
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:       1851448 kB
Buffers:         12992 kB
Cached:          75220 kB
SwapCached:        392 kB
Active:         129552 kB
Inactive:        24824 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1851448 kB
SwapTotal:     4192956 kB
SwapFree:      4191900 kB
Dirty:            6460 kB
Writeback:           0 kB
Mapped:          76136 kB
Slab:            35256 kB
Committed_AS:   226700 kB
PageTables:       1940 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= 66256 MiB
End job on node15 at 2009-07-11 19:38:54