Trace number 1087157

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+picosatUNSAT 54.0128 54.4069

General information on the benchmark

Namecsp/fapp/fapp01/
normalized-fapp01-0200-2.xml
MD5SUM8958f22ef51eff112eba2674fcf8e386
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 benchmark9.95049
Satisfiable
(Un)Satisfiability was proved
Number of variables200
Number of constraints2053
Maximum constraint arity2
Maximum domain size190
Number of constraints which are defined in extension0
Number of constraints which are defined in intension2053
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/picosat
0.00/0.04	c 0	BEGIN Sat Jul  5 09:27:32 2008
0.00/0.04	c 0	PID 28964
0.04/0.05	c 0	HOST node1.alineos.net
0.04/0.05	c 0	CONVERTING HOME/instance-1087157-1215242852.xml TO HOME/temp.csp
0.04/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1087157-1215242852.xml' 'HOME/temp.csp'
0.04/0.60	c 0	9 domains, 200 variables, 8 predicates, 0 relations, 2053 constraints
0.04/0.62	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/0.63	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.58/0.70	c 1	Parsing HOME/temp.csp
0.58/0.91	c 1	parsed 2270 expressions
0.58/0.91	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.58/0.91	c 1	Converting to clausal form CSP
0.94/1.01	c 1	converted 227 (10%) expressions
1.33/1.48	c 1	converted 454 (20%) expressions
1.63/1.75	c 2	converted 681 (30%) expressions
1.93/2.05	c 2	converted 908 (40%) expressions
2.12/2.29	c 2	converted 1135 (50%) expressions
2.32/2.48	c 2	converted 1362 (60%) expressions
2.63/2.74	c 3	converted 1589 (70%) expressions
2.83/2.91	c 3	converted 1816 (80%) expressions
2.92/3.05	c 3	converted 2043 (90%) expressions
3.12/3.24	c 3	converted 2270 (100%) expressions
3.12/3.24	c 3	CSP : 397 integers, 5863 booleans, 12514 clauses, largest domain size 2657
3.12/3.24	c 3	Heap : 18 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.12/3.24	c 3	Propagation in CSP
3.22/3.39	c 3	6720 values, 0 unsatisfiable literals, and 0 valid clauses are removed
3.22/3.39	c 3	CSP : 397 integers, 5863 booleans, 12514 clauses, largest domain size 2657
3.22/3.39	c 3	Heap : 19 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.32/3.40	c 3	Simplifing CSP by introducing new Boolean variables
3.32/3.43	c 3	CSP : 397 integers, 10063 booleans, 16714 clauses, largest domain size 2657
3.32/3.43	c 3	Heap : 20 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.42/3.58	c 3	Encoding CSP to SAT : HOME/temp.cnf
3.61/3.72	c 4	40 (10%) CSP integer variables are encoded (4973 clauses, 62518 bytes)
3.71/3.81	c 4	80 (20%) CSP integer variables are encoded (9942 clauses, 127160 bytes)
3.81/3.92	c 4	120 (30%) CSP integer variables are encoded (15990 clauses, 217880 bytes)
3.91/4.01	c 4	159 (40%) CSP integer variables are encoded (21218 clauses, 296300 bytes)
4.01/4.10	c 4	199 (50%) CSP integer variables are encoded (26495 clauses, 375455 bytes)
4.01/4.18	c 4	239 (60%) CSP integer variables are encoded (85498 clauses, 1260500 bytes)
4.11/4.25	c 4	278 (70%) CSP integer variables are encoded (141765 clauses, 2188532 bytes)
4.21/4.33	c 4	318 (80%) CSP integer variables are encoded (198433 clauses, 3151888 bytes)
4.31/4.41	c 4	358 (90%) CSP integer variables are encoded (263393 clauses, 4256208 bytes)
4.31/4.49	c 4	397 (100%) CSP integer variables are encoded (322294 clauses, 5257525 bytes)
7.49/7.68	c 7	1672 (10%) CSP clauses are encoded (950302 clauses, 17672823 bytes)
9.96/10.18	c 10	3343 (20%) CSP clauses are encoded (1495477 clauses, 29255648 bytes)
11.55/11.74	c 12	5015 (30%) CSP clauses are encoded (1891888 clauses, 37779392 bytes)
12.75/12.99	c 13	6686 (40%) CSP clauses are encoded (2238233 clauses, 45503955 bytes)
13.74/13.97	c 14	8357 (50%) CSP clauses are encoded (2540360 clauses, 52367583 bytes)
14.54/14.80	c 15	10029 (60%) CSP clauses are encoded (2852815 clauses, 59542796 bytes)
15.52/15.72	c 16	11700 (70%) CSP clauses are encoded (3199790 clauses, 67641867 bytes)
16.12/16.40	c 16	13372 (80%) CSP clauses are encoded (3441297 clauses, 73323686 bytes)
17.11/17.34	c 17	15043 (90%) CSP clauses are encoded (3826489 clauses, 82209663 bytes)
17.81/18.00	c 18	16714 (100%) CSP clauses are encoded (4092193 clauses, 88532966 bytes)
17.81/18.00	c 18	16714 CSP clauses encoded
17.81/18.00	c 18	Writing map file : HOME/temp.map
17.81/18.01	c 18	Heap : 20 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
17.81/18.01	c 18	SAT : 332754 SAT variables, 4092193 SAT clauses, 88532966 bytes
17.81/18.01	c 18	Heap : 20 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
17.81/18.03	c 18	SOLVING HOME/temp.cnf
17.81/18.03	c 18	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
53.61/54.09	c 54	DECODING HOME/temp.out WITH HOME/temp.map
53.61/54.09	c 54	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
53.72/54.18	c 54	Decoding HOME/temp.out
53.72/54.33	s UNSATISFIABLE
53.72/54.33	c 54	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
53.72/54.37	c 54	CPU 36.12 (0.03 0.01 36.09 17.82)
53.72/54.37	c 54	END Sat Jul  5 09:28:26 2008

Verifier Data (download as text)

No possible verification on an UNSAT instance

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1087157-1215242852/watcher-1087157-1215242852 -o /tmp/evaluation-result-1087157-1215242852/solver-1087157-1215242852 -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/picosat -tmp=HOME/temp HOME/instance-1087157-1215242852.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.01 2.10 1.91 4/80 28964
/proc/meminfo: memFree=1598672/2055920 swapFree=4179472/4192956
[pid=28964] ppid=28962 vsize=12000 CPUtime=0
/proc/28964/stat : 28964 (sugar) R 28962 28964 28813 0 -1 4194304 206 0 0 0 0 0 0 0 20 0 1 0 2003260806 12288000 174 996147200 4194304 4206940 548682068608 18446744073709551615 259373723782 0 0 4224 0 0 0 0 17 1 0 0
/proc/28964/statm: 3000 174 135 3 0 100 0

[startup+0.05003 s]
/proc/loadavg: 2.01 2.10 1.91 4/80 28964
/proc/meminfo: memFree=1598672/2055920 swapFree=4179472/4192956
[pid=28964] ppid=28962 vsize=13600 CPUtime=0.04
/proc/28964/stat : 28964 (sugar) S 28962 28964 28813 0 -1 4194304 837 0 0 0 3 1 0 0 18 0 1 0 2003260806 13926400 792 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28964/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.101095 s]
/proc/loadavg: 2.01 2.10 1.91 4/80 28964
/proc/meminfo: memFree=1598672/2055920 swapFree=4179472/4192956
[pid=28964] ppid=28962 vsize=13600 CPUtime=0.04
/proc/28964/stat : 28964 (sugar) S 28962 28964 28813 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 2003260806 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28964/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.301129 s]
/proc/loadavg: 2.01 2.10 1.91 4/80 28964
/proc/meminfo: memFree=1598672/2055920 swapFree=4179472/4192956
[pid=28964] ppid=28962 vsize=13600 CPUtime=0.04
/proc/28964/stat : 28964 (sugar) S 28962 28964 28813 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 2003260806 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28964/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.702214 s]
/proc/loadavg: 2.01 2.10 1.91 4/80 28964
/proc/meminfo: memFree=1598672/2055920 swapFree=4179472/4192956
[pid=28964] ppid=28962 vsize=13600 CPUtime=0.58
/proc/28964/stat : 28964 (sugar) S 28962 28964 28813 0 -1 4194304 956 5151 0 1 3 1 51 3 16 0 1 0 2003260806 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28964/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.58
Current children cumulated vsize (KiB) 13600

[startup+1.50137 s]
/proc/loadavg: 2.01 2.10 1.91 3/91 28986
/proc/meminfo: memFree=1589240/2055920 swapFree=4179472/4192956
[pid=28964] ppid=28962 vsize=13600 CPUtime=0.58
/proc/28964/stat : 28964 (sugar) S 28962 28964 28813 0 -1 4194304 973 5151 0 1 3 1 51 3 15 0 1 0 2003260806 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28964/statm: 3400 797 370 3 0 500 0
[pid=28977] ppid=28964 vsize=5356 CPUtime=0
/proc/28977/stat : 28977 (sh) S 28964 28964 28813 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003260869 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28977/statm: 1339 233 193 169 0 50 0
[pid=28978] ppid=28977 vsize=868272 CPUtime=0.85
/proc/28978/stat : 28978 (java) S 28977 28964 28813 0 -1 0 5807 0 1 0 81 4 0 0 19 0 9 0 2003260869 889110528 5211 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28978/statm: 217068 5211 1734 9 0 211643 0
[pid=28978/tid=28979] ppid=28977 vsize=868272 CPUtime=0.58
/proc/28978/task/28979/stat : 28979 (java) R 28977 28964 28813 0 -1 64 2671 0 1 0 56 2 0 0 24 0 9 0 2003260870 889110528 5211 996147200 134512640 134550740 4294955952 18446744073709551615 4126578233 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28978/tid=28980] ppid=28977 vsize=868272 CPUtime=0.07
/proc/28978/task/28980/stat : 28980 (java) S 28977 28964 28813 0 -1 64 996 0 0 0 6 1 0 0 16 0 9 0 2003260871 889110528 5211 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28978/tid=28981] ppid=28977 vsize=868272 CPUtime=0
/proc/28978/task/28981/stat : 28981 (java) S 28977 28964 28813 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 2003260871 889110528 5211 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28978/tid=28982] ppid=28977 vsize=868272 CPUtime=0
/proc/28978/task/28982/stat : 28982 (java) S 28977 28964 28813 0 -1 64 3 0 0 0 0 0 0 0 20 0 9 0 2003260871 889110528 5211 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28978/tid=28983] ppid=28977 vsize=868272 CPUtime=0
/proc/28978/task/28983/stat : 28983 (java) S 28977 28964 28813 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2003260873 889110528 5211 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28978/tid=28984] ppid=28977 vsize=868272 CPUtime=0.18
/proc/28978/task/28984/stat : 28984 (java) S 28977 28964 28813 0 -1 64 1449 0 0 0 18 0 0 0 16 0 9 0 2003260873 889110528 5211 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28978/tid=28985] ppid=28977 vsize=868272 CPUtime=0
/proc/28978/task/28985/stat : 28985 (java) S 28977 28964 28813 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2003260873 889110528 5211 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28978/tid=28986] ppid=28977 vsize=868272 CPUtime=0
/proc/28978/task/28986/stat : 28986 (java) S 28977 28964 28813 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2003260873 889110528 5211 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 887228

[startup+3.10269 s]
/proc/loadavg: 2.01 2.10 1.91 3/91 28986
/proc/meminfo: memFree=1577208/2055920 swapFree=4179472/4192956
[pid=28964] ppid=28962 vsize=13600 CPUtime=0.58
/proc/28964/stat : 28964 (sugar) S 28962 28964 28813 0 -1 4194304 973 5151 0 1 3 1 51 3 15 0 1 0 2003260806 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28964/statm: 3400 797 370 3 0 500 0
[pid=28977] ppid=28964 vsize=5356 CPUtime=0
/proc/28977/stat : 28977 (sh) S 28964 28964 28813 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003260869 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28977/statm: 1339 233 193 169 0 50 0
[pid=28978] ppid=28977 vsize=868388 CPUtime=2.44
/proc/28978/stat : 28978 (java) S 28977 28964 28813 0 -1 0 10392 0 1 0 237 7 0 0 19 0 9 0 2003260869 889229312 9516 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28978/statm: 217097 9516 2540 9 0 211672 0
[pid=28978/tid=28979] ppid=28977 vsize=868388 CPUtime=1.74
/proc/28978/task/28979/stat : 28979 (java) R 28977 28964 28813 0 -1 64 2877 0 1 0 172 2 0 0 25 0 9 0 2003260870 889229312 9516 996147200 134512640 134550740 4294955952 18446744073709551615 4126567204 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28978/tid=28980] ppid=28977 vsize=868388 CPUtime=0.46
/proc/28978/task/28980/stat : 28980 (java) S 28977 28964 28813 0 -1 64 5364 0 0 0 43 3 0 0 16 0 9 0 2003260871 889229312 9516 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28978/tid=28981] ppid=28977 vsize=868388 CPUtime=0
/proc/28978/task/28981/stat : 28981 (java) S 28977 28964 28813 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2003260871 889229312 9516 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28978/tid=28982] ppid=28977 vsize=868388 CPUtime=0
/proc/28978/task/28982/stat : 28982 (java) S 28977 28964 28813 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2003260871 889229312 9516 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28978/tid=28983] ppid=28977 vsize=868388 CPUtime=0
/proc/28978/task/28983/stat : 28983 (java) S 28977 28964 28813 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2003260873 889229312 9516 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28978/tid=28984] ppid=28977 vsize=868388 CPUtime=0.2
/proc/28978/task/28984/stat : 28984 (java) S 28977 28964 28813 0 -1 64 1458 0 0 0 20 0 0 0 15 0 9 0 2003260873 889229312 9516 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28978/tid=28985] ppid=28977 vsize=868388 CPUtime=0
/proc/28978/task/28985/stat : 28985 (java) S 28977 28964 28813 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2003260873 889229312 9516 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28978/tid=28986] ppid=28977 vsize=868388 CPUtime=0
/proc/28978/task/28986/stat : 28986 (java) S 28977 28964 28813 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2003260873 889229312 9516 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.02
Current children cumulated vsize (KiB) 887344

[startup+6.30231 s]
/proc/loadavg: 2.01 2.10 1.91 3/91 28986
/proc/meminfo: memFree=1556152/2055920 swapFree=4179472/4192956
[pid=28964] ppid=28962 vsize=13600 CPUtime=0.58
/proc/28964/stat : 28964 (sugar) S 28962 28964 28813 0 -1 4194304 974 5151 0 1 3 1 51 3 15 0 1 0 2003260806 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28964/statm: 3400 797 370 3 0 500 0
[pid=28977] ppid=28964 vsize=5356 CPUtime=0
/proc/28977/stat : 28977 (sh) S 28964 28964 28813 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003260869 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28977/statm: 1339 233 193 169 0 50 0
[pid=28978] ppid=28977 vsize=868500 CPUtime=5.61
/proc/28978/stat : 28978 (java) S 28977 28964 28813 0 -1 0 11630 0 1 0 544 17 0 0 19 0 9 0 2003260869 889344000 10544 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28978/statm: 217125 10544 2565 9 0 211672 0
[pid=28978/tid=28979] ppid=28977 vsize=868500 CPUtime=4.58
/proc/28978/task/28979/stat : 28979 (java) R 28977 28964 28813 0 -1 64 3235 0 1 0 449 9 0 0 25 0 9 0 2003260870 889344000 10544 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28978/tid=28980] ppid=28977 vsize=868500 CPUtime=0.73
/proc/28978/task/28980/stat : 28980 (java) S 28977 28964 28813 0 -1 64 6209 0 0 0 68 5 0 0 16 0 9 0 2003260871 889344000 10544 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28978/tid=28981] ppid=28977 vsize=868500 CPUtime=0
/proc/28978/task/28981/stat : 28981 (java) S 28977 28964 28813 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2003260871 889344000 10544 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28978/tid=28982] ppid=28977 vsize=868500 CPUtime=0
/proc/28978/task/28982/stat : 28982 (java) S 28977 28964 28813 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2003260871 889344000 10544 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28978/tid=28983] ppid=28977 vsize=868500 CPUtime=0
/proc/28978/task/28983/stat : 28983 (java) S 28977 28964 28813 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2003260873 889344000 10544 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28978/tid=28984] ppid=28977 vsize=868500 CPUtime=0.27
/proc/28978/task/28984/stat : 28984 (java) S 28977 28964 28813 0 -1 64 1493 0 0 0 27 0 0 0 16 0 9 0 2003260873 889344000 10544 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28978/tid=28985] ppid=28977 vsize=868500 CPUtime=0
/proc/28978/task/28985/stat : 28985 (java) S 28977 28964 28813 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2003260873 889344000 10544 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28978/tid=28986] ppid=28977 vsize=868500 CPUtime=0
/proc/28978/task/28986/stat : 28986 (java) S 28977 28964 28813 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2003260873 889344000 10544 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 887456

[startup+12.7016 s]
/proc/loadavg: 2.01 2.10 1.91 3/91 28986
/proc/meminfo: memFree=1524664/2055920 swapFree=4179472/4192956
[pid=28964] ppid=28962 vsize=13600 CPUtime=0.58
/proc/28964/stat : 28964 (sugar) S 28962 28964 28813 0 -1 4194304 974 5151 0 1 3 1 51 3 16 0 1 0 2003260806 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28964/statm: 3400 797 370 3 0 500 0
[pid=28977] ppid=28964 vsize=5356 CPUtime=0
/proc/28977/stat : 28977 (sh) S 28964 28964 28813 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003260869 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28977/statm: 1339 233 193 169 0 50 0
[pid=28978] ppid=28977 vsize=868500 CPUtime=11.97
/proc/28978/stat : 28978 (java) S 28977 28964 28813 0 -1 0 12052 0 1 0 1162 35 0 0 19 0 9 0 2003260869 889344000 10556 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28978/statm: 217125 10556 2566 9 0 211672 0
[pid=28978/tid=28979] ppid=28977 vsize=868500 CPUtime=10.79
/proc/28978/task/28979/stat : 28979 (java) R 28977 28964 28813 0 -1 64 3645 0 1 0 1053 26 0 0 25 0 9 0 2003260870 889344000 10556 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28978/tid=28980] ppid=28977 vsize=868500 CPUtime=0.86
/proc/28978/task/28980/stat : 28980 (java) S 28977 28964 28813 0 -1 64 6209 0 0 0 79 7 0 0 16 0 9 0 2003260871 889344000 10556 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28978/tid=28981] ppid=28977 vsize=868500 CPUtime=0
/proc/28978/task/28981/stat : 28981 (java) S 28977 28964 28813 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2003260871 889344000 10556 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28978/tid=28982] ppid=28977 vsize=868500 CPUtime=0
/proc/28978/task/28982/stat : 28982 (java) S 28977 28964 28813 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2003260871 889344000 10556 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28978/tid=28983] ppid=28977 vsize=868500 CPUtime=0
/proc/28978/task/28983/stat : 28983 (java) S 28977 28964 28813 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2003260873 889344000 10556 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28978/tid=28984] ppid=28977 vsize=868500 CPUtime=0.28
/proc/28978/task/28984/stat : 28984 (java) S 28977 28964 28813 0 -1 64 1505 0 0 0 28 0 0 0 16 0 9 0 2003260873 889344000 10556 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28978/tid=28985] ppid=28977 vsize=868500 CPUtime=0
/proc/28978/task/28985/stat : 28985 (java) S 28977 28964 28813 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2003260873 889344000 10556 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28978/tid=28986] ppid=28977 vsize=868500 CPUtime=0
/proc/28978/task/28986/stat : 28986 (java) S 28977 28964 28813 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2003260873 889344000 10556 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 887456

[startup+25.5021 s]
/proc/loadavg: 2.00 2.09 1.91 3/83 28988
/proc/meminfo: memFree=1460152/2055920 swapFree=4179472/4192956
[pid=28964] ppid=28962 vsize=13600 CPUtime=17.86
/proc/28964/stat : 28964 (sugar) S 28962 28964 28813 0 -1 4194304 1024 18030 0 2 3 1 1714 68 16 0 1 0 2003260806 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28964/statm: 3400 799 370 3 0 500 0
[pid=28987] ppid=28964 vsize=5356 CPUtime=0
/proc/28987/stat : 28987 (sh) S 28964 28964 28813 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2003262609 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28987/statm: 1339 232 193 169 0 50 0
[pid=28988] ppid=28987 vsize=62956 CPUtime=7.4
/proc/28988/stat : 28988 (picosat) R 28987 28964 28813 0 -1 4194304 12571 0 0 0 338 402 0 0 25 0 1 0 2003262610 64466944 12557 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 0 0 0
/proc/28988/statm: 15739 12557 40 102 0 15634 0
Current children cumulated CPU time (s) 25.26
Current children cumulated vsize (KiB) 81912

[startup+51.1021 s]
/proc/loadavg: 2.00 2.08 1.91 3/83 28988
/proc/meminfo: memFree=1365752/2055920 swapFree=4179472/4192956
[pid=28964] ppid=28962 vsize=13600 CPUtime=17.86
/proc/28964/stat : 28964 (sugar) S 28962 28964 28813 0 -1 4194304 1024 18030 0 2 3 1 1714 68 16 0 1 0 2003260806 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28964/statm: 3400 799 370 3 0 500 0
[pid=28987] ppid=28964 vsize=5356 CPUtime=0
/proc/28987/stat : 28987 (sh) S 28964 28964 28813 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2003262609 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28987/statm: 1339 232 193 169 0 50 0
[pid=28988] ppid=28987 vsize=164296 CPUtime=32.87
/proc/28988/stat : 28988 (picosat) R 28987 28964 28813 0 -1 4194304 35977 0 0 0 1580 1707 0 0 25 0 1 0 2003262610 168239104 35930 996147200 134512640 134931368 4294956256 18446744073709551615 134525619 0 0 4096 0 0 0 0 17 0 0 0
/proc/28988/statm: 41074 35930 42 102 0 40969 0
Current children cumulated CPU time (s) 50.73
Current children cumulated vsize (KiB) 183252

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

[startup+52.7015 s]
/proc/loadavg: 2.00 2.08 1.91 3/83 28988
/proc/meminfo: memFree=1365368/2055920 swapFree=4179472/4192956
[pid=28964] ppid=28962 vsize=13600 CPUtime=17.86
/proc/28964/stat : 28964 (sugar) S 28962 28964 28813 0 -1 4194304 1024 18030 0 2 3 1 1714 68 16 0 1 0 2003260806 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28964/statm: 3400 799 370 3 0 500 0
[pid=28987] ppid=28964 vsize=5356 CPUtime=0
/proc/28987/stat : 28987 (sh) S 28964 28964 28813 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2003262609 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28987/statm: 1339 232 193 169 0 50 0
[pid=28988] ppid=28987 vsize=168392 CPUtime=34.46
/proc/28988/stat : 28988 (picosat) R 28987 28964 28813 0 -1 4194304 36022 0 0 0 1739 1707 0 0 25 0 1 0 2003262610 172433408 35975 996147200 134512640 134931368 4294956256 18446744073709551615 134524081 0 0 4096 0 0 0 0 17 0 0 0
/proc/28988/statm: 42098 35975 42 102 0 41993 0
Current children cumulated CPU time (s) 52.32
Current children cumulated vsize (KiB) 187348

[startup+53.5016 s]
/proc/loadavg: 2.00 2.08 1.91 3/83 28988
/proc/meminfo: memFree=1365368/2055920 swapFree=4179472/4192956
[pid=28964] ppid=28962 vsize=13600 CPUtime=17.86
/proc/28964/stat : 28964 (sugar) S 28962 28964 28813 0 -1 4194304 1024 18030 0 2 3 1 1714 68 16 0 1 0 2003260806 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28964/statm: 3400 799 370 3 0 500 0
[pid=28987] ppid=28964 vsize=5356 CPUtime=0
/proc/28987/stat : 28987 (sh) S 28964 28964 28813 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2003262609 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28987/statm: 1339 232 193 169 0 50 0
[pid=28988] ppid=28987 vsize=168392 CPUtime=35.25
/proc/28988/stat : 28988 (picosat) R 28987 28964 28813 0 -1 4194304 36027 0 0 0 1818 1707 0 0 25 0 1 0 2003262610 172433408 35980 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/28988/statm: 42098 35980 42 102 0 41993 0
Current children cumulated CPU time (s) 53.11
Current children cumulated vsize (KiB) 187348

[startup+53.9067 s]
/proc/loadavg: 2.00 2.08 1.91 3/83 28988
/proc/meminfo: memFree=1365304/2055920 swapFree=4179472/4192956
[pid=28964] ppid=28962 vsize=13600 CPUtime=17.86
/proc/28964/stat : 28964 (sugar) S 28962 28964 28813 0 -1 4194304 1024 18030 0 2 3 1 1714 68 16 0 1 0 2003260806 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28964/statm: 3400 799 370 3 0 500 0
[pid=28987] ppid=28964 vsize=5356 CPUtime=0
/proc/28987/stat : 28987 (sh) S 28964 28964 28813 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2003262609 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28987/statm: 1339 232 193 169 0 50 0
[pid=28988] ppid=28987 vsize=168392 CPUtime=35.66
/proc/28988/stat : 28988 (picosat) R 28987 28964 28813 0 -1 4194304 36033 0 0 0 1859 1707 0 0 25 0 1 0 2003262610 172433408 35986 996147200 134512640 134931368 4294956256 18446744073709551615 134525621 0 0 4096 0 0 0 0 17 0 0 0
/proc/28988/statm: 42098 35986 42 102 0 41993 0
Current children cumulated CPU time (s) 53.52
Current children cumulated vsize (KiB) 187348

[startup+54.3018 s]
/proc/loadavg: 2.00 2.08 1.91 3/83 28988
/proc/meminfo: memFree=1365304/2055920 swapFree=4179472/4192956
[pid=28964] ppid=28962 vsize=13600 CPUtime=53.72
/proc/28964/stat : 28964 (sugar) S 28962 28964 28813 0 -1 4194304 1092 54359 0 2 3 1 3590 1778 16 0 1 0 2003260806 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28964/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 53.72
Current children cumulated vsize (KiB) 13600

[startup+54.4018 s]
/proc/loadavg: 2.00 2.08 1.91 3/83 28988
/proc/meminfo: memFree=1365304/2055920 swapFree=4179472/4192956
[pid=28964] ppid=28962 vsize=13600 CPUtime=53.99
/proc/28964/stat : 28964 (sugar) R 28962 28964 28813 0 -1 4194304 1119 58671 0 3 3 5 3609 1782 16 0 1 0 2003260806 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 259353449513 0 0 4224 16386 0 0 0 17 0 0 0
/proc/28964/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 53.99
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 54.4069
CPU time (s): 54.0128
CPU user time (s): 36.1335
CPU system time (s): 17.8793
CPU usage (%): 99.2757
Max. virtual memory (cumulated for all children) (KiB): 887532

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 36.1335
system time used= 17.8793
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 59820
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= 11377
involuntary context switches= 11698

runsolver used 0.090986 second user time and 0.175973 second system time

The end

Launcher Data (download as text)

Begin job on node1 at 2008-07-05 09:27:32
IDJOB=1087157
IDBENCH=57944
IDSOLVER=345
FILE ID=node1/1087157-1215242852
PBS_JOBID= 7882011
Free space on /tmp= 66512 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/fapp/fapp01/normalized-fapp01-0200-2.xml
COMMAND LINE= DIR/sugar -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/picosat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1087157-1215242852/watcher-1087157-1215242852 -o /tmp/evaluation-result-1087157-1215242852/solver-1087157-1215242852 -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/picosat" -tmp="HOME/temp" HOME/instance-1087157-1215242852.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 8958f22ef51eff112eba2674fcf8e386
RANDOM SEED=1770455253

node1.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.265
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.265
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:       1599152 kB
Buffers:          5412 kB
Cached:          74340 kB
SwapCached:       7288 kB
Active:         391460 kB
Inactive:        14320 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1599152 kB
SwapTotal:     4192956 kB
SwapFree:      4179472 kB
Dirty:            2200 kB
Writeback:           0 kB
Mapped:         339940 kB
Slab:            35668 kB
Committed_AS:  4015484 kB
PageTables:       2464 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= 66512 MiB
End job on node1 at 2008-07-05 09:28:26