Trace number 1065416

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 5.68513 5.8452

General information on the benchmark

Namecsp/small/
normalized-patat-02-small-5.xml
MD5SUMc894b28341e243e0cd4c769be1909fc4
Bench CategoryGLOBAL (global constraints)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.863868
Satisfiable
(Un)Satisfiability was proved
Number of variables200
Number of constraints2805
Maximum constraint arity19
Maximum domain size45
Number of constraints which are defined in extension0
Number of constraints which are defined in intension2736
Global constraints used (with number of constraints)alldifferent(69)

Solver Data (download as text)

0.00/0.05	c 0	Sugar v1-13 + HOME/minisat
0.00/0.05	c 0	BEGIN Fri Jul  4 06:44:38 2008
0.00/0.05	c 0	PID 22305
0.00/0.05	c 0	HOST node37.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1065416-1215146677.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-1065416-1215146677.xml' 'HOME/temp.csp'
0.03/0.75	c 0	12 domains, 200 variables, 1 predicates, 0 relations, 2805 constraints
0.03/0.78	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.78	c 0	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.72/0.86	c 0	Parsing HOME/temp.csp
1.11/1.29	c 1	parsed 3018 expressions
1.11/1.29	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.11/1.29	c 1	Converting to clausal form CSP
1.23/1.39	c 1	converted 302 (10%) expressions
1.41/1.52	c 1	converted 604 (20%) expressions
1.41/1.55	c 1	converted 906 (30%) expressions
1.41/1.57	c 1	converted 1208 (40%) expressions
1.41/1.60	c 1	converted 1509 (50%) expressions
1.51/1.61	c 1	converted 1811 (60%) expressions
1.51/1.63	c 1	converted 2113 (70%) expressions
1.51/1.65	c 1	converted 2415 (80%) expressions
1.51/1.66	c 1	converted 2717 (90%) expressions
1.71/1.85	c 1	converted 3018 (100%) expressions
1.71/1.85	c 1	CSP : 200 integers, 0 booleans, 8232 clauses, largest domain size 45
1.71/1.85	c 1	Heap : 7 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.71/1.85	c 1	Propagation in CSP
1.81/2.00	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.81/2.00	c 1	CSP : 200 integers, 0 booleans, 8232 clauses, largest domain size 45
1.81/2.00	c 1	Heap : 8 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.91/2.00	c 1	Simplifing CSP by introducing new Boolean variables
2.01/2.19	c 2	CSP : 200 integers, 20663 booleans, 28895 clauses, largest domain size 45
2.01/2.19	c 2	Heap : 15 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.11/2.29	c 2	Encoding CSP to SAT : HOME/temp.cnf
2.20/2.33	c 2	20 (10%) CSP integer variables are encoded (860 clauses, 9314 bytes)
2.20/2.33	c 2	40 (20%) CSP integer variables are encoded (1720 clauses, 20261 bytes)
2.20/2.33	c 2	60 (30%) CSP integer variables are encoded (2580 clauses, 31441 bytes)
2.20/2.33	c 2	80 (40%) CSP integer variables are encoded (3440 clauses, 42621 bytes)
2.20/2.34	c 2	100 (50%) CSP integer variables are encoded (4300 clauses, 53801 bytes)
2.20/2.34	c 2	120 (60%) CSP integer variables are encoded (4311 clauses, 53944 bytes)
2.20/2.34	c 2	140 (70%) CSP integer variables are encoded (4323 clauses, 54100 bytes)
2.20/2.34	c 2	160 (80%) CSP integer variables are encoded (4336 clauses, 54269 bytes)
2.20/2.34	c 2	180 (90%) CSP integer variables are encoded (4353 clauses, 54490 bytes)
2.20/2.34	c 2	200 (100%) CSP integer variables are encoded (4369 clauses, 54698 bytes)
2.50/2.60	c 2	2890 (10%) CSP clauses are encoded (62905 clauses, 1070234 bytes)
2.70/2.80	c 2	5779 (20%) CSP clauses are encoded (120889 clauses, 2107696 bytes)
2.90/3.01	c 2	8669 (30%) CSP clauses are encoded (181446 clauses, 3273380 bytes)
3.09/3.22	c 3	11558 (40%) CSP clauses are encoded (240473 clauses, 4434644 bytes)
3.29/3.47	c 3	14448 (50%) CSP clauses are encoded (315868 clauses, 5892580 bytes)
3.59/3.76	c 3	17337 (60%) CSP clauses are encoded (402621 clauses, 7559531 bytes)
3.89/4.03	c 3	20227 (70%) CSP clauses are encoded (489639 clauses, 9225217 bytes)
4.18/4.31	c 4	23116 (80%) CSP clauses are encoded (576656 clauses, 10901869 bytes)
4.38/4.58	c 4	26006 (90%) CSP clauses are encoded (663806 clauses, 12576753 bytes)
4.68/4.86	c 4	28895 (100%) CSP clauses are encoded (750955 clauses, 14236947 bytes)
4.68/4.86	c 4	28895 CSP clauses encoded
4.68/4.86	c 4	Writing map file : HOME/temp.map
4.68/4.88	c 4	Heap : 11 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.68/4.88	c 4	SAT : 25198 SAT variables, 750955 SAT clauses, 14236947 bytes
4.68/4.88	c 4	Heap : 11 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.75/4.91	c 4	SOLVING HOME/temp.cnf
4.75/4.91	c 4	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
4.75/4.91	c 4	This is MiniSat 2.0 beta
4.75/4.91	c 4	WARNING: for repeatability, setting FPU to use double precision
4.75/4.91	c 4	============================[ Problem Statistics ]=============================
4.75/4.91	c 4	|                                                                             |
4.75/4.91	c 4	|  Number of variables:  25198                                                |
4.75/4.91	c 4	|  Number of clauses:    750955                                               |
4.78/5.29	c 5	|  Parsing time:         0.32         s                                       |
4.78/5.31	c 5	============================[ Search Statistics ]==============================
4.78/5.31	c 5	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
4.78/5.31	c 5	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
4.78/5.31	c 5	===============================================================================
4.78/5.31	c 5	|         0 |   25198   750955  2207578 |   250318        0    nan |  0.000 % |
5.26/5.44	c 5	===============================================================================
5.26/5.44	c 5	restarts              : 1
5.26/5.44	c 5	conflicts             : 8              (17 /sec)
5.26/5.44	c 5	decisions             : 7487           (1.04 % random) (16138 /sec)
5.26/5.44	c 5	propagations          : 32726          (70541 /sec)
5.26/5.44	c 5	conflict literals     : 48             (2.04 % deleted)
5.26/5.44	c 5	Memory used           : 34.05 MB
5.26/5.44	c 5	CPU time              : 0.463929 s
5.26/5.44	c 5	
5.26/5.45	c 5	SATISFIABLE
5.26/5.46	c 5	DECODING HOME/temp.out WITH HOME/temp.map
5.26/5.46	c 5	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
5.34/5.54	c 5	Decoding HOME/temp.out
5.34/5.78	s SATISFIABLE
5.34/5.79	v 1 0 6 5 5 2 6 4 3 44 7 8 10 8 11 12 23 9 17 44 25 25 26 17 26 13 26 27 14 28 29 18 15 19 16 30 29 27 31 30 32 23 40 28 43 31 32 20 30 32 33 22 30 21 32 24 33 34 35 36 35 31 33 36 37 36 26 34 32 28 25 37 27 38 39 37 34 40 41 36 33 31 38 42 37 40 42 38 43 35 43 44 43 43 24 40 41 44 39 42 1 0 2 4 3 3 3 0 3 2 1 3 3 1 4 4 3 4 2 1 1 4 4 3 0 4 3 4 4 4 3 3 4 0 3 1 4 3 4 4 2 2 3 3 4 1 3 4 0 0 0 3 3 3 4 1 3 3 4 2 3 3 2 1 2 0 2 2 1 1 3 3 2 4 1 1 4 1 1 3 4 2 3 4 0 0 3 1 1 1 0 3 3 2 0 4 4 0 0 2
5.34/5.79	c 5	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
5.34/5.84	c 5	CPU 5.3 (0.04 0.01 5.26 0.35)
5.34/5.84	c 5	END Fri Jul  4 06:44:43 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-1065416-1215146677/watcher-1065416-1215146677 -o /tmp/evaluation-result-1065416-1215146677/solver-1065416-1215146677 -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-1065416-1215146677.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.08 2.11 2.04 4/72 22305
/proc/meminfo: memFree=1716152/2055920 swapFree=4179916/4192956
[pid=22305] ppid=22303 vsize=12268 CPUtime=0
/proc/22305/stat : 22305 (sugar) R 22303 22305 18683 0 -1 4194304 340 0 0 0 0 0 0 0 22 0 1 0 1993640996 12562432 308 996147200 4194304 4206940 548682068608 18446744073709551615 213136259704 0 0 4224 0 0 0 0 17 1 0 0
/proc/22305/statm: 3067 308 233 3 0 167 0

[startup+0.067181 s]
/proc/loadavg: 2.08 2.11 2.04 4/72 22305
/proc/meminfo: memFree=1716152/2055920 swapFree=4179916/4192956
[pid=22305] ppid=22303 vsize=13600 CPUtime=0.03
/proc/22305/stat : 22305 (sugar) S 22303 22305 18683 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1993640996 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22305/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101183 s]
/proc/loadavg: 2.08 2.11 2.04 4/72 22305
/proc/meminfo: memFree=1716152/2055920 swapFree=4179916/4192956
[pid=22305] ppid=22303 vsize=13600 CPUtime=0.03
/proc/22305/stat : 22305 (sugar) S 22303 22305 18683 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1993640996 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22305/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301199 s]
/proc/loadavg: 2.08 2.11 2.04 4/72 22305
/proc/meminfo: memFree=1716152/2055920 swapFree=4179916/4192956
[pid=22305] ppid=22303 vsize=13600 CPUtime=0.03
/proc/22305/stat : 22305 (sugar) S 22303 22305 18683 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1993640996 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22305/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701252 s]
/proc/loadavg: 2.08 2.11 2.04 4/72 22305
/proc/meminfo: memFree=1716152/2055920 swapFree=4179916/4192956
[pid=22305] ppid=22303 vsize=13600 CPUtime=0.03
/proc/22305/stat : 22305 (sugar) S 22303 22305 18683 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1993640996 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22305/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50234 s]
/proc/loadavg: 2.16 2.12 2.04 4/83 22327
/proc/meminfo: memFree=1708704/2055920 swapFree=4179916/4192956
[pid=22305] ppid=22303 vsize=13600 CPUtime=0.73
/proc/22305/stat : 22305 (sugar) S 22303 22305 18683 0 -1 4194304 974 5425 0 1 3 1 65 4 15 0 1 0 1993640996 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22305/statm: 3400 797 370 3 0 500 0
[pid=22318] ppid=22305 vsize=5356 CPUtime=0
/proc/22318/stat : 22318 (sh) S 22305 22305 18683 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1993641075 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22318/statm: 1339 233 193 169 0 50 0
[pid=22319] ppid=22318 vsize=868376 CPUtime=0.68
/proc/22319/stat : 22319 (java) S 22318 22305 18683 0 -1 0 5186 0 1 0 65 3 0 0 18 0 9 0 1993641075 889217024 4612 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22319/statm: 217094 4612 1732 9 0 211669 0
[pid=22319/tid=22320] ppid=22318 vsize=868376 CPUtime=0.47
/proc/22319/task/22320/stat : 22320 (java) R 22318 22305 18683 0 -1 64 2646 0 1 0 46 1 0 0 18 0 9 0 1993641076 889217024 4612 996147200 134512640 134550740 4294955952 18446744073709551615 4126697552 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22319/tid=22321] ppid=22318 vsize=868376 CPUtime=0.02
/proc/22319/task/22321/stat : 22321 (java) S 22318 22305 18683 0 -1 64 412 0 0 0 2 0 0 0 16 0 9 0 1993641077 889217024 4612 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22319/tid=22322] ppid=22318 vsize=868376 CPUtime=0
/proc/22319/task/22322/stat : 22322 (java) S 22318 22305 18683 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 1993641077 889217024 4612 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22319/tid=22323] ppid=22318 vsize=868376 CPUtime=0
/proc/22319/task/22323/stat : 22323 (java) S 22318 22305 18683 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1993641077 889217024 4612 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22319/tid=22324] ppid=22318 vsize=868376 CPUtime=0
/proc/22319/task/22324/stat : 22324 (java) S 22318 22305 18683 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1993641079 889217024 4612 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22319/tid=22325] ppid=22318 vsize=868376 CPUtime=0.17
/proc/22319/task/22325/stat : 22325 (java) S 22318 22305 18683 0 -1 64 1437 0 0 0 16 1 0 0 17 0 9 0 1993641079 889217024 4612 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22319/tid=22326] ppid=22318 vsize=868376 CPUtime=0
/proc/22319/task/22326/stat : 22326 (java) S 22318 22305 18683 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1993641079 889217024 4612 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22319/tid=22327] ppid=22318 vsize=868376 CPUtime=0
/proc/22319/task/22327/stat : 22327 (java) S 22318 22305 18683 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1993641079 889217024 4612 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 887332

[startup+3.10251 s]
/proc/loadavg: 2.16 2.12 2.04 4/83 22327
/proc/meminfo: memFree=1689632/2055920 swapFree=4179916/4192956
[pid=22305] ppid=22303 vsize=13600 CPUtime=0.73
/proc/22305/stat : 22305 (sugar) S 22303 22305 18683 0 -1 4194304 974 5425 0 1 3 1 65 4 15 0 1 0 1993640996 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22305/statm: 3400 797 370 3 0 500 0
[pid=22318] ppid=22305 vsize=5356 CPUtime=0
/proc/22318/stat : 22318 (sh) S 22305 22305 18683 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1993641075 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22318/statm: 1339 233 193 169 0 50 0
[pid=22319] ppid=22318 vsize=868488 CPUtime=2.27
/proc/22319/stat : 22319 (java) S 22318 22305 18683 0 -1 0 9944 0 1 0 216 11 0 0 18 0 9 0 1993641075 889331712 8959 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22319/statm: 217122 8959 2566 9 0 211669 0
[pid=22319/tid=22320] ppid=22318 vsize=868488 CPUtime=1.51
/proc/22319/task/22320/stat : 22320 (java) R 22318 22305 18683 0 -1 64 2965 0 1 0 146 5 0 0 23 0 9 0 1993641076 889331712 8959 996147200 134512640 134550740 4294955952 18446744073709551615 4127000816 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22319/tid=22321] ppid=22318 vsize=868488 CPUtime=0.46
/proc/22319/task/22321/stat : 22321 (java) S 22318 22305 18683 0 -1 64 4788 0 0 0 43 3 0 0 16 0 9 0 1993641077 889331712 8959 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22319/tid=22322] ppid=22318 vsize=868488 CPUtime=0
/proc/22319/task/22322/stat : 22322 (java) S 22318 22305 18683 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1993641077 889331712 8959 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22319/tid=22323] ppid=22318 vsize=868488 CPUtime=0
/proc/22319/task/22323/stat : 22323 (java) S 22318 22305 18683 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1993641077 889331712 8959 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22319/tid=22324] ppid=22318 vsize=868488 CPUtime=0
/proc/22319/task/22324/stat : 22324 (java) S 22318 22305 18683 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1993641079 889331712 8959 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22319/tid=22325] ppid=22318 vsize=868488 CPUtime=0.26
/proc/22319/task/22325/stat : 22325 (java) S 22318 22305 18683 0 -1 64 1499 0 0 0 25 1 0 0 16 0 9 0 1993641079 889331712 8959 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22319/tid=22326] ppid=22318 vsize=868488 CPUtime=0
/proc/22319/task/22326/stat : 22326 (java) S 22318 22305 18683 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1993641079 889331712 8959 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22319/tid=22327] ppid=22318 vsize=868488 CPUtime=0
/proc/22319/task/22327/stat : 22327 (java) S 22318 22305 18683 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1993641079 889331712 8959 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) 887444

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

[startup+4.70285 s]
/proc/loadavg: 2.16 2.12 2.04 3/83 22327
/proc/meminfo: memFree=1676896/2055920 swapFree=4179916/4192956
[pid=22305] ppid=22303 vsize=13600 CPUtime=0.73
/proc/22305/stat : 22305 (sugar) S 22303 22305 18683 0 -1 4194304 974 5425 0 1 3 1 65 4 15 0 1 0 1993640996 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22305/statm: 3400 797 370 3 0 500 0
[pid=22318] ppid=22305 vsize=5356 CPUtime=0
/proc/22318/stat : 22318 (sh) S 22305 22305 18683 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1993641075 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22318/statm: 1339 233 193 169 0 50 0
[pid=22319] ppid=22318 vsize=868488 CPUtime=3.84
/proc/22319/stat : 22319 (java) S 22318 22305 18683 0 -1 0 10118 0 1 0 366 18 0 0 18 0 9 0 1993641075 889331712 8965 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22319/statm: 217122 8965 2566 9 0 211669 0
[pid=22319/tid=22320] ppid=22318 vsize=868488 CPUtime=3.02
/proc/22319/task/22320/stat : 22320 (java) R 22318 22305 18683 0 -1 64 3133 0 1 0 291 11 0 0 25 0 9 0 1993641076 889331712 8965 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22319/tid=22321] ppid=22318 vsize=868488 CPUtime=0.52
/proc/22319/task/22321/stat : 22321 (java) S 22318 22305 18683 0 -1 64 4788 0 0 0 48 4 0 0 15 0 9 0 1993641077 889331712 8965 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22319/tid=22322] ppid=22318 vsize=868488 CPUtime=0
/proc/22319/task/22322/stat : 22322 (java) S 22318 22305 18683 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1993641077 889331712 8965 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22319/tid=22323] ppid=22318 vsize=868488 CPUtime=0
/proc/22319/task/22323/stat : 22323 (java) S 22318 22305 18683 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1993641077 889331712 8965 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22319/tid=22324] ppid=22318 vsize=868488 CPUtime=0
/proc/22319/task/22324/stat : 22324 (java) S 22318 22305 18683 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1993641079 889331712 8965 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22319/tid=22325] ppid=22318 vsize=868488 CPUtime=0.27
/proc/22319/task/22325/stat : 22325 (java) S 22318 22305 18683 0 -1 64 1505 0 0 0 26 1 0 0 16 0 9 0 1993641079 889331712 8965 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22319/tid=22326] ppid=22318 vsize=868488 CPUtime=0
/proc/22319/task/22326/stat : 22326 (java) S 22318 22305 18683 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1993641079 889331712 8965 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22319/tid=22327] ppid=22318 vsize=868488 CPUtime=0
/proc/22319/task/22327/stat : 22327 (java) S 22318 22305 18683 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1993641079 889331712 8965 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4.57
Current children cumulated vsize (KiB) 887444

[startup+5.50777 s]
/proc/loadavg: 2.16 2.12 2.04 3/75 22329
/proc/meminfo: memFree=1666720/2055920 swapFree=4179916/4192956
[pid=22305] ppid=22303 vsize=13600 CPUtime=5.34
/proc/22305/stat : 22305 (sugar) S 22303 22305 18683 0 -1 4194304 1069 24456 0 2 4 1 497 32 16 0 1 0 1993640996 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22305/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 5.34
Current children cumulated vsize (KiB) 13600

[startup+5.70279 s]
/proc/loadavg: 2.16 2.12 2.04 3/75 22329
/proc/meminfo: memFree=1666720/2055920 swapFree=4179916/4192956
[pid=22305] ppid=22303 vsize=13600 CPUtime=5.34
/proc/22305/stat : 22305 (sugar) S 22303 22305 18683 0 -1 4194304 1087 24456 0 2 4 1 497 32 16 0 1 0 1993640996 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22305/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 5.34
Current children cumulated vsize (KiB) 13600

[startup+5.80281 s]
/proc/loadavg: 2.16 2.12 2.04 3/75 22329
/proc/meminfo: memFree=1666720/2055920 swapFree=4179916/4192956
[pid=22305] ppid=22303 vsize=13600 CPUtime=5.34
/proc/22305/stat : 22305 (sugar) S 22303 22305 18683 0 -1 4194304 1088 24456 0 2 4 1 497 32 15 0 1 0 1993640996 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22305/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 5.34
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 5.8452
CPU time (s): 5.68513
CPU user time (s): 5.30919
CPU system time (s): 0.375942
CPU usage (%): 97.2617
Max. virtual memory (cumulated for all children) (KiB): 887584

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5.30919
system time used= 0.375942
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 29377
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= 4349
involuntary context switches= 4295

runsolver used 0.013997 second user time and 0.026995 second system time

The end

Launcher Data (download as text)

Begin job on node37 at 2008-07-04 06:44:37
IDJOB=1065416
IDBENCH=55066
IDSOLVER=346
FILE ID=node37/1065416-1215146677
PBS_JOBID= 7877303
Free space on /tmp= 66548 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/small/normalized-patat-02-small-5.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-1065416-1215146677/watcher-1065416-1215146677 -o /tmp/evaluation-result-1065416-1215146677/solver-1065416-1215146677 -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-1065416-1215146677.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= c894b28341e243e0cd4c769be1909fc4
RANDOM SEED=1344268388

node37.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.236
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.236
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:       1716632 kB
Buffers:         34856 kB
Cached:         137224 kB
SwapCached:       6964 kB
Active:         221704 kB
Inactive:        59936 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1716632 kB
SwapTotal:     4192956 kB
SwapFree:      4179916 kB
Dirty:            1660 kB
Writeback:           0 kB
Mapped:         116960 kB
Slab:            42908 kB
Committed_AS:  3538752 kB
PageTables:       1936 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264884 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66548 MiB
End job on node37 at 2008-07-04 06:44:43