Trace number 1060850

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+picosat? (TO) 1800.05 1804.72

General information on the benchmark

Namecsp/pseudo/par/
normalized-par-32-1.xml
MD5SUMf0ac043490c99c87c4cf60cd6584d033
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables6352
Number of constraints13312
Maximum constraint arity3
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension13312
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.05	c 0	BEGIN Fri Jul  4 01:46:46 2008
0.00/0.05	c 0	PID 907
0.03/0.05	c 0	HOST node34.alineos.net
0.03/0.05	c 0	CONVERTING HOME/instance-1060850-1215128805.xml TO HOME/temp.csp
0.03/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1060850-1215128805.xml' 'HOME/temp.csp'
1.26/1.36	c 1	2 domains, 6352 variables, 3 predicates, 0 relations, 13312 constraints
1.32/1.41	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.32/1.41	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
1.33/1.50	c 1	Parsing HOME/temp.csp
1.33/1.82	c 1	parsed 10000 expressions
1.33/2.06	c 2	parsed 19669 expressions
1.33/2.06	c 2	Heap : 6 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.33/2.06	c 2	Converting to clausal form CSP
1.99/2.12	c 2	converted 1967 (10%) expressions
1.99/2.12	c 2	converted 3934 (20%) expressions
1.99/2.12	c 2	converted 5901 (30%) expressions
2.19/2.38	c 2	converted 7868 (40%) expressions
2.29/2.42	c 2	converted 9835 (50%) expressions
2.29/2.46	c 2	converted 11802 (60%) expressions
2.39/2.50	c 2	converted 13769 (70%) expressions
2.39/2.55	c 2	converted 15736 (80%) expressions
2.39/2.58	c 2	converted 17703 (90%) expressions
2.48/2.62	c 2	converted 19669 (100%) expressions
2.48/2.62	c 2	CSP : 6352 integers, 0 booleans, 12916 clauses, largest domain size 2
2.48/2.63	c 2	Heap : 12 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.48/2.63	c 2	Propagation in CSP
3.47/3.60	c 3	1375 values, 0 unsatisfiable literals, and 0 valid clauses are removed
3.47/3.60	c 3	CSP : 6352 integers, 0 booleans, 12916 clauses, largest domain size 2
3.47/3.60	c 3	Heap : 12 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.47/3.61	c 3	Simplifing CSP by introducing new Boolean variables
3.47/3.62	c 3	CSP : 6352 integers, 0 booleans, 12916 clauses, largest domain size 2
3.47/3.62	c 3	Heap : 13 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.47/3.69	c 3	Encoding CSP to SAT : HOME/temp.cnf
3.57/3.71	c 3	636 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
3.57/3.71	c 3	1271 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
3.57/3.72	c 3	1906 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
3.57/3.72	c 3	2541 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
3.57/3.72	c 3	3176 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
3.57/3.72	c 3	3812 (60%) CSP integer variables are encoded (0 clauses, 64 bytes)
3.57/3.72	c 3	4447 (70%) CSP integer variables are encoded (0 clauses, 64 bytes)
3.57/3.73	c 3	5082 (80%) CSP integer variables are encoded (0 clauses, 64 bytes)
3.57/3.73	c 3	5717 (90%) CSP integer variables are encoded (0 clauses, 64 bytes)
3.57/3.73	c 3	6352 (100%) CSP integer variables are encoded (0 clauses, 64 bytes)
3.57/3.79	c 3	1292 (10%) CSP clauses are encoded (1245 clauses, 14038 bytes)
3.66/3.81	c 3	2584 (20%) CSP clauses are encoded (2503 clauses, 30414 bytes)
3.66/3.81	c 3	3875 (30%) CSP clauses are encoded (3735 clauses, 46434 bytes)
3.66/3.82	c 3	5167 (40%) CSP clauses are encoded (4424 clauses, 55312 bytes)
3.66/3.83	c 3	6458 (50%) CSP clauses are encoded (5122 clauses, 65988 bytes)
3.66/3.84	c 3	7750 (60%) CSP clauses are encoded (6398 clauses, 90054 bytes)
3.66/3.86	c 3	9042 (70%) CSP clauses are encoded (7680 clauses, 115454 bytes)
3.66/3.87	c 3	10333 (80%) CSP clauses are encoded (8820 clauses, 137990 bytes)
3.66/3.88	c 3	11625 (90%) CSP clauses are encoded (9356 clauses, 148350 bytes)
3.66/3.89	c 3	12916 (100%) CSP clauses are encoded (9878 clauses, 158442 bytes)
3.66/3.89	c 3	12916 CSP clauses encoded
3.66/3.89	c 3	Writing map file : HOME/temp.map
3.77/3.95	c 3	Heap : 6 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.77/3.95	c 3	SAT : 4836 SAT variables, 9878 SAT clauses, 158442 bytes
3.77/3.95	c 3	Heap : 6 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.77/3.98	c 3	SOLVING HOME/temp.cnf
3.77/3.98	c 3	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.01/1804.70	sh: line 1:   931 Terminated              HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out' 2>&1
1800.01/1804.70	c 1804	DECODING HOME/temp.out WITH HOME/temp.map
1800.01/1804.70	c 1804	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1800.01/1804.71	c ERROR INTERRUPTED
1800.01/1804.71	s UNKNOWN
1800.01/1804.71	c 1804	CPU 1799.77 (0.04 0.01 1799.73 0.25)
1800.01/1804.71	c 1804	END Fri Jul  4 02:16:50 2008

Verifier Data (download as text)

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: UNKNOWN

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-1060850-1215128805/watcher-1060850-1215128805 -o /tmp/evaluation-result-1060850-1215128805/solver-1060850-1215128805 -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-1060850-1215128805.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: 1.99 2.02 2.00 4/73 907
/proc/meminfo: memFree=1400056/2055920 swapFree=4179812/4192956
[pid=907] ppid=905 vsize=12268 CPUtime=0
/proc/907/stat : 907 (sugar) R 905 907 870 0 -1 4194304 334 0 0 0 0 0 0 0 20 0 1 0 1991854035 12562432 302 996147200 4194304 4206940 548682068608 18446744073709551615 254212998009 0 0 4224 0 0 0 0 17 1 0 0
/proc/907/statm: 3067 302 228 3 0 167 0

[startup+0.0508159 s]
/proc/loadavg: 1.99 2.02 2.00 4/73 907
/proc/meminfo: memFree=1400056/2055920 swapFree=4179812/4192956
[pid=907] ppid=905 vsize=13600 CPUtime=0.03
/proc/907/stat : 907 (sugar) S 905 907 870 0 -1 4194304 837 0 0 0 3 0 0 0 18 0 1 0 1991854035 13926400 792 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/907/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.102375 s]
/proc/loadavg: 1.99 2.02 2.00 4/73 907
/proc/meminfo: memFree=1400056/2055920 swapFree=4179812/4192956
[pid=907] ppid=905 vsize=13600 CPUtime=0.04
/proc/907/stat : 907 (sugar) S 905 907 870 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1991854035 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/907/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.302044 s]
/proc/loadavg: 1.99 2.02 2.00 4/73 907
/proc/meminfo: memFree=1400056/2055920 swapFree=4179812/4192956
[pid=907] ppid=905 vsize=13600 CPUtime=0.04
/proc/907/stat : 907 (sugar) S 905 907 870 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1991854035 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/907/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.70112 s]
/proc/loadavg: 1.99 2.02 2.00 4/73 907
/proc/meminfo: memFree=1400056/2055920 swapFree=4179812/4192956
[pid=907] ppid=905 vsize=13600 CPUtime=0.04
/proc/907/stat : 907 (sugar) S 905 907 870 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1991854035 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/907/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50124 s]
/proc/loadavg: 1.99 2.02 2.00 3/84 919
/proc/meminfo: memFree=1374432/2055920 swapFree=4179812/4192956
[pid=907] ppid=905 vsize=13600 CPUtime=1.33
/proc/907/stat : 907 (sugar) R 905 907 870 0 -1 4194304 973 11345 0 1 3 1 122 7 16 0 1 0 1991854035 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 254195207483 0 0 4224 16386 0 0 0 17 1 0 0
/proc/907/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 13600

[startup+3.10249 s]
/proc/loadavg: 1.99 2.02 2.00 3/84 929
/proc/meminfo: memFree=1384544/2055920 swapFree=4179812/4192956
[pid=907] ppid=905 vsize=13600 CPUtime=1.33
/proc/907/stat : 907 (sugar) S 905 907 870 0 -1 4194304 974 11345 0 1 3 1 122 7 15 0 1 0 1991854035 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/907/statm: 3400 797 370 3 0 500 0
[pid=920] ppid=907 vsize=5356 CPUtime=0
/proc/920/stat : 920 (sh) S 907 907 870 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1991854177 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/920/statm: 1339 233 193 169 0 50 0
[pid=921] ppid=920 vsize=868424 CPUtime=1.65
/proc/921/stat : 921 (java) S 920 907 870 0 -1 0 9472 0 1 0 158 7 0 0 18 0 9 0 1991854178 889266176 8451 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/921/statm: 217106 8451 2540 9 0 211681 0
[pid=921/tid=922] ppid=920 vsize=868424 CPUtime=1.09
/proc/921/task/922/stat : 922 (java) R 920 907 870 0 -1 64 2780 0 1 0 107 2 0 0 25 0 9 0 1991854178 889266176 8451 996147200 134512640 134550740 4294955952 18446744073709551615 4126924483 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=921/tid=923] ppid=920 vsize=868424 CPUtime=0.35
/proc/921/task/923/stat : 923 (java) S 920 907 870 0 -1 64 4520 0 0 0 32 3 0 0 16 0 9 0 1991854180 889266176 8451 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=921/tid=924] ppid=920 vsize=868424 CPUtime=0
/proc/921/task/924/stat : 924 (java) S 920 907 870 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1991854180 889266176 8451 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=921/tid=925] ppid=920 vsize=868424 CPUtime=0
/proc/921/task/925/stat : 925 (java) S 920 907 870 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1991854180 889266176 8451 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=921/tid=926] ppid=920 vsize=868424 CPUtime=0
/proc/921/task/926/stat : 926 (java) S 920 907 870 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1991854182 889266176 8451 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=921/tid=927] ppid=920 vsize=868424 CPUtime=0.2
/proc/921/task/927/stat : 927 (java) S 920 907 870 0 -1 64 1475 0 0 0 19 1 0 0 16 0 9 0 1991854182 889266176 8451 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=921/tid=928] ppid=920 vsize=868424 CPUtime=0
/proc/921/task/928/stat : 928 (java) S 920 907 870 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1991854182 889266176 8451 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=921/tid=929] ppid=920 vsize=868424 CPUtime=0
/proc/921/task/929/stat : 929 (java) S 920 907 870 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1991854182 889266176 8451 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 887380

[startup+6.30198 s]
/proc/loadavg: 1.99 2.02 2.00 3/76 931
/proc/meminfo: memFree=1395744/2055920 swapFree=4179812/4192956
[pid=907] ppid=905 vsize=13600 CPUtime=3.85
/proc/907/stat : 907 (sugar) S 905 907 870 0 -1 4194304 1023 21344 0 2 4 1 363 17 16 0 1 0 1991854035 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/907/statm: 3400 799 370 3 0 500 0
[pid=930] ppid=907 vsize=5356 CPUtime=0
/proc/930/stat : 930 (sh) S 907 907 870 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991854434 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/930/statm: 1339 232 193 169 0 50 0
[pid=931] ppid=930 vsize=1652 CPUtime=2.28
/proc/931/stat : 931 (picosat) R 930 907 870 0 -1 4194304 324 0 0 0 225 3 0 0 25 0 1 0 1991854435 1691648 308 996147200 134512640 134931368 4294956256 18446744073709551615 134522823 0 0 4096 0 0 0 0 17 1 0 0
/proc/931/statm: 413 308 48 102 0 308 0
Current children cumulated CPU time (s) 6.13
Current children cumulated vsize (KiB) 20608

[startup+12.702 s]
/proc/loadavg: 1.99 2.01 2.00 3/76 931
/proc/meminfo: memFree=1395616/2055920 swapFree=4179812/4192956
[pid=907] ppid=905 vsize=13600 CPUtime=3.85
/proc/907/stat : 907 (sugar) S 905 907 870 0 -1 4194304 1023 21344 0 2 4 1 363 17 16 0 1 0 1991854035 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/907/statm: 3400 799 370 3 0 500 0
[pid=930] ppid=907 vsize=5356 CPUtime=0
/proc/930/stat : 930 (sh) S 907 907 870 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991854434 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/930/statm: 1339 232 193 169 0 50 0
[pid=931] ppid=930 vsize=1784 CPUtime=8.62
/proc/931/stat : 931 (picosat) R 930 907 870 0 -1 4194304 338 0 0 0 859 3 0 0 25 0 1 0 1991854435 1826816 322 996147200 134512640 134931368 4294956256 18446744073709551615 134525918 0 0 4096 0 0 0 0 17 1 0 0
/proc/931/statm: 446 322 48 102 0 341 0
Current children cumulated CPU time (s) 12.47
Current children cumulated vsize (KiB) 20740

[startup+25.503 s]
/proc/loadavg: 1.99 2.01 2.00 3/76 931
/proc/meminfo: memFree=1395680/2055920 swapFree=4179812/4192956
[pid=907] ppid=905 vsize=13600 CPUtime=3.85
/proc/907/stat : 907 (sugar) S 905 907 870 0 -1 4194304 1023 21344 0 2 4 1 363 17 16 0 1 0 1991854035 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/907/statm: 3400 799 370 3 0 500 0
[pid=930] ppid=907 vsize=5356 CPUtime=0
/proc/930/stat : 930 (sh) S 907 907 870 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991854434 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/930/statm: 1339 232 193 169 0 50 0
[pid=931] ppid=930 vsize=1956 CPUtime=21.31
/proc/931/stat : 931 (picosat) R 930 907 870 0 -1 4194304 374 0 0 0 2127 4 0 0 25 0 1 0 1991854435 2002944 358 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/931/statm: 489 358 48 102 0 384 0
Current children cumulated CPU time (s) 25.16
Current children cumulated vsize (KiB) 20912

[startup+51.1029 s]
/proc/loadavg: 1.99 2.01 2.00 3/76 931
/proc/meminfo: memFree=1395488/2055920 swapFree=4179812/4192956
[pid=907] ppid=905 vsize=13600 CPUtime=3.85
/proc/907/stat : 907 (sugar) S 905 907 870 0 -1 4194304 1023 21344 0 2 4 1 363 17 16 0 1 0 1991854035 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/907/statm: 3400 799 370 3 0 500 0
[pid=930] ppid=907 vsize=5356 CPUtime=0
/proc/930/stat : 930 (sh) S 907 907 870 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991854434 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/930/statm: 1339 232 193 169 0 50 0
[pid=931] ppid=930 vsize=2072 CPUtime=46.68
/proc/931/stat : 931 (picosat) R 930 907 870 0 -1 4194304 415 0 0 0 4664 4 0 0 25 0 1 0 1991854435 2121728 399 996147200 134512640 134931368 4294956256 18446744073709551615 134525606 0 0 4096 0 0 0 0 17 1 0 0
/proc/931/statm: 518 399 48 102 0 413 0
Current children cumulated CPU time (s) 50.53
Current children cumulated vsize (KiB) 21028

[startup+102.307 s]
/proc/loadavg: 1.99 2.01 2.00 3/76 931
/proc/meminfo: memFree=1395168/2055920 swapFree=4179812/4192956
[pid=907] ppid=905 vsize=13600 CPUtime=3.85
/proc/907/stat : 907 (sugar) S 905 907 870 0 -1 4194304 1023 21344 0 2 4 1 363 17 16 0 1 0 1991854035 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/907/statm: 3400 799 370 3 0 500 0
[pid=930] ppid=907 vsize=5356 CPUtime=0
/proc/930/stat : 930 (sh) S 907 907 870 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991854434 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/930/statm: 1339 232 193 169 0 50 0
[pid=931] ppid=930 vsize=2312 CPUtime=97.41
/proc/931/stat : 931 (picosat) R 930 907 870 0 -1 4194304 475 0 0 0 9737 4 0 0 25 0 1 0 1991854435 2367488 459 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/931/statm: 578 459 48 102 0 473 0
Current children cumulated CPU time (s) 101.26
Current children cumulated vsize (KiB) 21268

[startup+162.302 s]
/proc/loadavg: 1.99 2.00 2.00 3/76 931
/proc/meminfo: memFree=1394848/2055920 swapFree=4179812/4192956
[pid=907] ppid=905 vsize=13600 CPUtime=3.85
/proc/907/stat : 907 (sugar) S 905 907 870 0 -1 4194304 1023 21344 0 2 4 1 363 17 16 0 1 0 1991854035 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/907/statm: 3400 799 370 3 0 500 0
[pid=930] ppid=907 vsize=5356 CPUtime=0
/proc/930/stat : 930 (sh) S 907 907 870 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991854434 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/930/statm: 1339 232 193 169 0 50 0
[pid=931] ppid=930 vsize=2572 CPUtime=156.85
/proc/931/stat : 931 (picosat) R 930 907 870 0 -1 4194304 533 0 0 0 15681 4 0 0 25 0 1 0 1991854435 2633728 517 996147200 134512640 134931368 4294956256 18446744073709551615 134524012 0 0 4096 0 0 0 0 17 1 0 0
/proc/931/statm: 643 517 48 102 0 538 0
Current children cumulated CPU time (s) 160.7
Current children cumulated vsize (KiB) 21528

[startup+222.301 s]
/proc/loadavg: 1.99 2.00 2.00 3/76 931
/proc/meminfo: memFree=1394720/2055920 swapFree=4179812/4192956
[pid=907] ppid=905 vsize=13600 CPUtime=3.85
/proc/907/stat : 907 (sugar) S 905 907 870 0 -1 4194304 1023 21344 0 2 4 1 363 17 16 0 1 0 1991854035 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/907/statm: 3400 799 370 3 0 500 0
[pid=930] ppid=907 vsize=5356 CPUtime=0
/proc/930/stat : 930 (sh) S 907 907 870 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991854434 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/930/statm: 1339 232 193 169 0 50 0
[pid=931] ppid=930 vsize=2700 CPUtime=216.28
/proc/931/stat : 931 (picosat) R 930 907 870 0 -1 4194304 574 0 0 0 21624 4 0 0 25 0 1 0 1991854435 2764800 558 996147200 134512640 134931368 4294956256 18446744073709551615 134530843 0 0 4096 0 0 0 0 17 1 0 0
/proc/931/statm: 675 558 48 102 0 570 0
Current children cumulated CPU time (s) 220.13
Current children cumulated vsize (KiB) 21656

################
# More data... #
################

[pid=907] ppid=905 vsize=13600 CPUtime=3.85
/proc/907/stat : 907 (sugar) S 905 907 870 0 -1 4194304 1023 21344 0 2 4 1 363 17 16 0 1 0 1991854035 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/907/statm: 3400 799 370 3 0 500 0
[pid=930] ppid=907 vsize=5356 CPUtime=0
/proc/930/stat : 930 (sh) S 907 907 870 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991854434 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/930/statm: 1339 232 193 169 0 50 0
[pid=931] ppid=930 vsize=4200 CPUtime=1294
/proc/931/stat : 931 (picosat) R 930 907 870 0 -1 4194304 973 0 0 0 129394 6 0 0 25 0 1 0 1991854435 4300800 936 996147200 134512640 134931368 4294956256 18446744073709551615 134522865 0 0 4096 0 0 0 0 17 0 0 0
/proc/931/statm: 1050 936 48 102 0 945 0
Current children cumulated CPU time (s) 1297.85
Current children cumulated vsize (KiB) 23156

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 965
/proc/meminfo: memFree=1539248/2055920 swapFree=4179812/4192956
[pid=907] ppid=905 vsize=13600 CPUtime=3.85
/proc/907/stat : 907 (sugar) S 905 907 870 0 -1 4194304 1023 21344 0 2 4 1 363 17 16 0 1 0 1991854035 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/907/statm: 3400 799 370 3 0 500 0
[pid=930] ppid=907 vsize=5356 CPUtime=0
/proc/930/stat : 930 (sh) S 907 907 870 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991854434 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/930/statm: 1339 232 193 169 0 50 0
[pid=931] ppid=930 vsize=4296 CPUtime=1353.96
/proc/931/stat : 931 (picosat) R 930 907 870 0 -1 4194304 994 0 0 0 135390 6 0 0 25 0 1 0 1991854435 4399104 950 996147200 134512640 134931368 4294956256 18446744073709551615 134530822 0 0 4096 0 0 0 0 17 0 0 0
/proc/931/statm: 1074 950 48 102 0 969 0
Current children cumulated CPU time (s) 1357.81
Current children cumulated vsize (KiB) 23252

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 965
/proc/meminfo: memFree=1539120/2055920 swapFree=4179812/4192956
[pid=907] ppid=905 vsize=13600 CPUtime=3.85
/proc/907/stat : 907 (sugar) S 905 907 870 0 -1 4194304 1023 21344 0 2 4 1 363 17 16 0 1 0 1991854035 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/907/statm: 3400 799 370 3 0 500 0
[pid=930] ppid=907 vsize=5356 CPUtime=0
/proc/930/stat : 930 (sh) S 907 907 870 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991854434 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/930/statm: 1339 232 193 169 0 50 0
[pid=931] ppid=930 vsize=4332 CPUtime=1413.94
/proc/931/stat : 931 (picosat) R 930 907 870 0 -1 4194304 1015 0 0 0 141388 6 0 0 25 0 1 0 1991854435 4435968 961 996147200 134512640 134931368 4294956256 18446744073709551615 134529907 0 0 4096 0 0 0 0 17 0 0 0
/proc/931/statm: 1083 961 48 102 0 978 0
Current children cumulated CPU time (s) 1417.79
Current children cumulated vsize (KiB) 23288

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 965
/proc/meminfo: memFree=1539056/2055920 swapFree=4179812/4192956
[pid=907] ppid=905 vsize=13600 CPUtime=3.85
/proc/907/stat : 907 (sugar) S 905 907 870 0 -1 4194304 1023 21344 0 2 4 1 363 17 16 0 1 0 1991854035 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/907/statm: 3400 799 370 3 0 500 0
[pid=930] ppid=907 vsize=5356 CPUtime=0
/proc/930/stat : 930 (sh) S 907 907 870 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991854434 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/930/statm: 1339 232 193 169 0 50 0
[pid=931] ppid=930 vsize=4348 CPUtime=1473.91
/proc/931/stat : 931 (picosat) R 930 907 870 0 -1 4194304 1033 0 0 0 147385 6 0 0 25 0 1 0 1991854435 4452352 977 996147200 134512640 134931368 4294956256 18446744073709551615 134525941 0 0 4096 0 0 0 0 17 0 0 0
/proc/931/statm: 1087 977 48 102 0 982 0
Current children cumulated CPU time (s) 1477.76
Current children cumulated vsize (KiB) 23304

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 965
/proc/meminfo: memFree=1538992/2055920 swapFree=4179812/4192956
[pid=907] ppid=905 vsize=13600 CPUtime=3.85
/proc/907/stat : 907 (sugar) S 905 907 870 0 -1 4194304 1023 21344 0 2 4 1 363 17 16 0 1 0 1991854035 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/907/statm: 3400 799 370 3 0 500 0
[pid=930] ppid=907 vsize=5356 CPUtime=0
/proc/930/stat : 930 (sh) S 907 907 870 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991854434 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/930/statm: 1339 232 193 169 0 50 0
[pid=931] ppid=930 vsize=4332 CPUtime=1533.88
/proc/931/stat : 931 (picosat) R 930 907 870 0 -1 4194304 1033 0 0 0 153382 6 0 0 25 0 1 0 1991854435 4435968 973 996147200 134512640 134931368 4294956256 18446744073709551615 134525578 0 0 4096 0 0 0 0 17 0 0 0
/proc/931/statm: 1083 973 48 102 0 978 0
Current children cumulated CPU time (s) 1537.73
Current children cumulated vsize (KiB) 23288

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 965
/proc/meminfo: memFree=1538864/2055920 swapFree=4179812/4192956
[pid=907] ppid=905 vsize=13600 CPUtime=3.85
/proc/907/stat : 907 (sugar) S 905 907 870 0 -1 4194304 1023 21344 0 2 4 1 363 17 16 0 1 0 1991854035 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/907/statm: 3400 799 370 3 0 500 0
[pid=930] ppid=907 vsize=5356 CPUtime=0
/proc/930/stat : 930 (sh) S 907 907 870 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991854434 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/930/statm: 1339 232 193 169 0 50 0
[pid=931] ppid=930 vsize=4472 CPUtime=1593.85
/proc/931/stat : 931 (picosat) R 930 907 870 0 -1 4194304 1063 0 0 0 159379 6 0 0 25 0 1 0 1991854435 4579328 1003 996147200 134512640 134931368 4294956256 18446744073709551615 134525788 0 0 4096 0 0 0 0 17 0 0 0
/proc/931/statm: 1118 1003 48 102 0 1013 0
Current children cumulated CPU time (s) 1597.7
Current children cumulated vsize (KiB) 23428

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 965
/proc/meminfo: memFree=1538672/2055920 swapFree=4179812/4192956
[pid=907] ppid=905 vsize=13600 CPUtime=3.85
/proc/907/stat : 907 (sugar) S 905 907 870 0 -1 4194304 1023 21344 0 2 4 1 363 17 16 0 1 0 1991854035 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/907/statm: 3400 799 370 3 0 500 0
[pid=930] ppid=907 vsize=5356 CPUtime=0
/proc/930/stat : 930 (sh) S 907 907 870 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991854434 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/930/statm: 1339 232 193 169 0 50 0
[pid=931] ppid=930 vsize=4472 CPUtime=1653.83
/proc/931/stat : 931 (picosat) R 930 907 870 0 -1 4194304 1064 0 0 0 165376 7 0 0 25 0 1 0 1991854435 4579328 1004 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/931/statm: 1118 1004 48 102 0 1013 0
Current children cumulated CPU time (s) 1657.68
Current children cumulated vsize (KiB) 23428

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 965
/proc/meminfo: memFree=1538672/2055920 swapFree=4179812/4192956
[pid=907] ppid=905 vsize=13600 CPUtime=3.85
/proc/907/stat : 907 (sugar) S 905 907 870 0 -1 4194304 1023 21344 0 2 4 1 363 17 16 0 1 0 1991854035 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/907/statm: 3400 799 370 3 0 500 0
[pid=930] ppid=907 vsize=5356 CPUtime=0
/proc/930/stat : 930 (sh) S 907 907 870 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991854434 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/930/statm: 1339 232 193 169 0 50 0
[pid=931] ppid=930 vsize=4452 CPUtime=1713.8
/proc/931/stat : 931 (picosat) R 930 907 870 0 -1 4194304 1064 0 0 0 171373 7 0 0 25 0 1 0 1991854435 4558848 1004 996147200 134512640 134931368 4294956256 18446744073709551615 134525918 0 0 4096 0 0 0 0 17 0 0 0
/proc/931/statm: 1113 1004 48 102 0 1008 0
Current children cumulated CPU time (s) 1717.65
Current children cumulated vsize (KiB) 23408

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 965
/proc/meminfo: memFree=1538544/2055920 swapFree=4179812/4192956
[pid=907] ppid=905 vsize=13600 CPUtime=3.85
/proc/907/stat : 907 (sugar) S 905 907 870 0 -1 4194304 1023 21344 0 2 4 1 363 17 16 0 1 0 1991854035 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/907/statm: 3400 799 370 3 0 500 0
[pid=930] ppid=907 vsize=5356 CPUtime=0
/proc/930/stat : 930 (sh) S 907 907 870 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991854434 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/930/statm: 1339 232 193 169 0 50 0
[pid=931] ppid=930 vsize=4592 CPUtime=1773.77
/proc/931/stat : 931 (picosat) R 930 907 870 0 -1 4194304 1094 0 0 0 177370 7 0 0 25 0 1 0 1991854435 4702208 1033 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 0 0 0
/proc/931/statm: 1148 1033 48 102 0 1043 0
Current children cumulated CPU time (s) 1777.62
Current children cumulated vsize (KiB) 23548



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1804.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 965
/proc/meminfo: memFree=1538544/2055920 swapFree=4179812/4192956
[pid=907] ppid=905 vsize=13600 CPUtime=3.85
/proc/907/stat : 907 (sugar) S 905 907 870 0 -1 4194304 1023 21344 0 2 4 1 363 17 16 0 1 0 1991854035 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/907/statm: 3400 799 370 3 0 500 0
[pid=930] ppid=907 vsize=5356 CPUtime=0
/proc/930/stat : 930 (sh) S 907 907 870 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991854434 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/930/statm: 1339 232 193 169 0 50 0
[pid=931] ppid=930 vsize=4512 CPUtime=1796.16
/proc/931/stat : 931 (picosat) R 930 907 870 0 -1 4194304 1094 0 0 0 179609 7 0 0 25 0 1 0 1991854435 4620288 1022 996147200 134512640 134931368 4294956256 18446744073709551615 134524012 0 0 4096 0 0 0 0 17 0 0 0
/proc/931/statm: 1128 1022 48 102 0 1023 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 23468

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+1804.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 965
/proc/meminfo: memFree=1538544/2055920 swapFree=4179812/4192956
[pid=907] ppid=905 vsize=13600 CPUtime=3.85
/proc/907/stat : 907 (sugar) S 905 907 870 0 -1 4194304 1023 21344 0 2 4 1 363 17 16 0 1 0 1991854035 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/907/statm: 3400 799 370 3 0 500 0
[pid=930] ppid=907 vsize=5356 CPUtime=0
/proc/930/stat : 930 (sh) S 907 907 870 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991854434 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/930/statm: 1339 232 193 169 0 50 0
[pid=931] ppid=930 vsize=4512 CPUtime=1796.16
/proc/931/stat : 931 (picosat) R 930 907 870 0 -1 4194304 1094 0 0 0 179609 7 0 0 25 0 1 0 1991854435 4620288 1022 996147200 134512640 134931368 4294956256 18446744073709551615 134524012 0 0 4096 0 0 0 0 17 0 0 0
/proc/931/statm: 1128 1022 48 102 0 1023 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 23468

Child status: 0
Real time (s): 1804.72
CPU time (s): 1800.05
CPU user time (s): 1799.78
CPU system time (s): 0.271958
CPU usage (%): 99.7412
Max. virtual memory (cumulated for all children) (KiB): 887632

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.78
system time used= 0.271958
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24196
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3404
involuntary context switches= 17777

runsolver used 2.25566 second user time and 5.96409 second system time

The end

Launcher Data (download as text)

Begin job on node34 at 2008-07-04 01:46:45
IDJOB=1060850
IDBENCH=54485
IDSOLVER=345
FILE ID=node34/1060850-1215128805
PBS_JOBID= 7877308
Free space on /tmp= 66540 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/pseudo/par/normalized-par-32-1.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-1060850-1215128805/watcher-1060850-1215128805 -o /tmp/evaluation-result-1060850-1215128805/solver-1060850-1215128805 -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-1060850-1215128805.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= f0ac043490c99c87c4cf60cd6584d033
RANDOM SEED=1658501968

node34.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.259
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.259
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:       1400536 kB
Buffers:         63396 kB
Cached:         348348 kB
SwapCached:       6932 kB
Active:         377792 kB
Inactive:       205048 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1400536 kB
SwapTotal:     4192956 kB
SwapFree:      4179812 kB
Dirty:            3352 kB
Writeback:           0 kB
Mapped:         177532 kB
Slab:            57572 kB
Committed_AS:  3567308 kB
PageTables:       2144 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= 66540 MiB
End job on node34 at 2008-07-04 02:16:52