Trace number 1099921

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+picosatSAT 393.754 395.141

General information on the benchmark

Namecsp/tightness0.65/
normalized-rand-2-40-40-135-650-70_ext.xml
MD5SUM39316bd498ec51541a0d150cf5dd2aeb
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark3.74043
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints135
Maximum constraint arity2
Maximum domain size40
Number of constraints which are defined in extension135
Number of constraints which are defined in intension0
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 21:23:53 2008
0.00/0.04	c 0	PID 29355
0.00/0.04	c 0	HOST node53.alineos.net
0.00/0.04	c 0	CONVERTING HOME/instance-1099921-1215285833.xml TO HOME/temp.csp
0.00/0.04	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1099921-1215285833.xml' 'HOME/temp.csp'
0.02/0.46	c 1	1 domains, 40 variables, 0 predicates, 135 relations, 135 constraints
0.02/0.50	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.02/0.51	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'
0.02/0.58	c 1	Parsing HOME/temp.csp
0.90/1.07	c 1	parsed 311 expressions
0.90/1.08	c 1	Heap : 8 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.90/1.08	c 1	Converting to clausal form CSP
0.90/1.10	c 1	converted 32 (10%) expressions
1.01/1.11	c 1	converted 63 (20%) expressions
1.01/1.11	c 1	converted 94 (30%) expressions
1.01/1.12	c 1	converted 125 (40%) expressions
1.01/1.12	c 1	converted 156 (50%) expressions
1.01/1.15	c 2	converted 187 (60%) expressions
1.01/1.18	c 2	converted 218 (70%) expressions
1.12/1.29	c 2	converted 249 (80%) expressions
1.22/1.32	c 2	converted 280 (90%) expressions
1.22/1.36	c 2	converted 311 (100%) expressions
1.22/1.36	c 2	CSP : 40 integers, 0 booleans, 135 clauses, largest domain size 40
1.22/1.36	c 2	Heap : 16 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.22/1.36	c 2	Propagation in CSP
1.22/1.36	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.22/1.36	c 2	CSP : 40 integers, 0 booleans, 135 clauses, largest domain size 40
1.22/1.36	c 2	Heap : 16 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.22/1.36	c 2	Simplifing CSP by introducing new Boolean variables
1.22/1.36	c 2	CSP : 40 integers, 0 booleans, 135 clauses, largest domain size 40
1.22/1.36	c 2	Heap : 16 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.32/1.42	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.32/1.43	c 2	4 (10%) CSP integer variables are encoded (152 clauses, 1526 bytes)
1.32/1.43	c 2	8 (20%) CSP integer variables are encoded (304 clauses, 3198 bytes)
1.32/1.43	c 2	12 (30%) CSP integer variables are encoded (456 clauses, 4870 bytes)
1.32/1.44	c 2	16 (40%) CSP integer variables are encoded (608 clauses, 6542 bytes)
1.32/1.44	c 2	20 (50%) CSP integer variables are encoded (760 clauses, 8214 bytes)
1.32/1.44	c 2	24 (60%) CSP integer variables are encoded (912 clauses, 9886 bytes)
1.32/1.44	c 2	28 (70%) CSP integer variables are encoded (1064 clauses, 11739 bytes)
1.32/1.44	c 2	32 (80%) CSP integer variables are encoded (1216 clauses, 13715 bytes)
1.32/1.44	c 2	36 (90%) CSP integer variables are encoded (1368 clauses, 15691 bytes)
1.32/1.44	c 2	40 (100%) CSP integer variables are encoded (1520 clauses, 17667 bytes)
1.42/1.50	c 2	14 (10%) CSP clauses are encoded (6492 clauses, 104709 bytes)
1.42/1.54	c 2	27 (20%) CSP clauses are encoded (11106 clauses, 193588 bytes)
1.42/1.57	c 2	41 (30%) CSP clauses are encoded (16078 clauses, 291047 bytes)
1.42/1.59	c 2	54 (40%) CSP clauses are encoded (20694 clauses, 384724 bytes)
1.52/1.62	c 2	68 (50%) CSP clauses are encoded (25649 clauses, 485525 bytes)
1.52/1.65	c 2	81 (60%) CSP clauses are encoded (30220 clauses, 575015 bytes)
1.52/1.68	c 2	95 (70%) CSP clauses are encoded (35178 clauses, 676117 bytes)
1.62/1.71	c 2	108 (80%) CSP clauses are encoded (39769 clauses, 769692 bytes)
1.62/1.74	c 2	122 (90%) CSP clauses are encoded (44763 clauses, 877041 bytes)
1.62/1.77	c 2	135 (100%) CSP clauses are encoded (49401 clauses, 983419 bytes)
1.62/1.77	c 2	135 CSP clauses encoded
1.62/1.77	c 2	Writing map file : HOME/temp.map
1.62/1.77	c 2	Heap : 6 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.62/1.77	c 2	SAT : 1560 SAT variables, 49401 SAT clauses, 983419 bytes
1.62/1.77	c 2	Heap : 6 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.69/1.81	c 2	SOLVING HOME/temp.cnf
1.69/1.81	c 2	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
393.52/394.97	c 395	DECODING HOME/temp.out WITH HOME/temp.map
393.52/394.97	c 395	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
393.61/395.06	c 395	Decoding HOME/temp.out
393.61/395.09	s SATISFIABLE
393.61/395.09	v 9 36 18 38 9 36 11 18 23 2 8 23 4 16 4 16 3 30 17 1 20 36 17 9 2 16 8 29 2 26 15 20 20 10 36 39 27 21 7 36
393.61/395.10	c 395	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
393.61/395.14	c 395	CPU 393.32 (0.03 0.01 393.29 0.4)
393.61/395.14	c 395	END Sat Jul  5 21:30:28 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-1099921-1215285833/watcher-1099921-1215285833 -o /tmp/evaluation-result-1099921-1215285833/solver-1099921-1215285833 -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-1099921-1215285833.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 1.97 1.99 4/72 29355
/proc/meminfo: memFree=1560528/2055920 swapFree=4179912/4192956
[pid=29355] ppid=29353 vsize=12268 CPUtime=0
/proc/29355/stat : 29355 (sugar) R 29353 29355 26526 0 -1 4194304 348 0 0 0 0 0 0 0 18 0 1 0 2007555666 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 269939162110 0 0 4224 0 0 0 0 17 0 0 0
/proc/29355/statm: 3067 316 241 3 0 167 0

[startup+0.061037 s]
/proc/loadavg: 2.01 1.97 1.99 4/72 29355
/proc/meminfo: memFree=1560528/2055920 swapFree=4179912/4192956
[pid=29355] ppid=29353 vsize=13600 CPUtime=0.02
/proc/29355/stat : 29355 (sugar) S 29353 29355 26526 0 -1 4194304 900 127 0 0 2 0 0 0 16 0 1 0 2007555666 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29355/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 13600

[startup+0.101038 s]
/proc/loadavg: 2.01 1.97 1.99 4/72 29355
/proc/meminfo: memFree=1560528/2055920 swapFree=4179912/4192956
[pid=29355] ppid=29353 vsize=13600 CPUtime=0.02
/proc/29355/stat : 29355 (sugar) S 29353 29355 26526 0 -1 4194304 900 127 0 0 2 0 0 0 16 0 1 0 2007555666 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29355/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 13600

[startup+0.301062 s]
/proc/loadavg: 2.01 1.97 1.99 4/72 29355
/proc/meminfo: memFree=1560528/2055920 swapFree=4179912/4192956
[pid=29355] ppid=29353 vsize=13600 CPUtime=0.02
/proc/29355/stat : 29355 (sugar) S 29353 29355 26526 0 -1 4194304 900 127 0 0 2 0 0 0 16 0 1 0 2007555666 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29355/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 13600

[startup+0.701113 s]
/proc/loadavg: 2.01 1.97 1.99 4/72 29355
/proc/meminfo: memFree=1560528/2055920 swapFree=4179912/4192956
[pid=29355] ppid=29353 vsize=13600 CPUtime=0.43
/proc/29355/stat : 29355 (sugar) S 29353 29355 26526 0 -1 4194304 973 4691 0 1 2 0 39 2 15 0 1 0 2007555666 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29355/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 13600

[startup+1.50221 s]
/proc/loadavg: 2.01 1.97 1.99 4/83 29377
/proc/meminfo: memFree=1544440/2055920 swapFree=4179912/4192956
[pid=29355] ppid=29353 vsize=13600 CPUtime=0.45
/proc/29355/stat : 29355 (sugar) S 29353 29355 26526 0 -1 4194304 974 4691 0 1 3 1 39 2 15 0 1 0 2007555666 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29355/statm: 3400 797 370 3 0 500 0
[pid=29368] ppid=29355 vsize=5356 CPUtime=0
/proc/29368/stat : 29368 (sh) S 29355 29355 26526 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2007555717 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29368/statm: 1339 233 193 169 0 50 0
[pid=29369] ppid=29368 vsize=864336 CPUtime=0.97
/proc/29369/stat : 29369 (java) S 29368 29355 26526 0 -1 0 8889 0 1 0 93 4 0 0 18 0 9 0 2007555718 885080064 8132 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29369/statm: 216084 8132 2564 9 0 210631 0
[pid=29369/tid=29370] ppid=29368 vsize=864336 CPUtime=0.48
/proc/29369/task/29370/stat : 29370 (java) R 29368 29355 26526 0 -1 64 2793 0 1 0 47 1 0 0 18 0 9 0 2007555719 885080064 8132 996147200 134512640 134550740 4294955952 18446744073709551615 4126614436 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29369/tid=29371] ppid=29368 vsize=864336 CPUtime=0.36
/proc/29369/task/29371/stat : 29371 (java) S 29368 29355 26526 0 -1 64 5048 0 0 0 35 1 0 0 16 0 9 0 2007555720 885080064 8132 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29369/tid=29372] ppid=29368 vsize=864336 CPUtime=0
/proc/29369/task/29372/stat : 29372 (java) S 29368 29355 26526 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2007555720 885080064 8132 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29369/tid=29373] ppid=29368 vsize=864336 CPUtime=0
/proc/29369/task/29373/stat : 29373 (java) S 29368 29355 26526 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 2007555720 885080064 8132 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29369/tid=29374] ppid=29368 vsize=864336 CPUtime=0
/proc/29369/task/29374/stat : 29374 (java) S 29368 29355 26526 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2007555722 885080064 8132 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29369/tid=29375] ppid=29368 vsize=864336 CPUtime=0.1
/proc/29369/task/29375/stat : 29375 (java) S 29368 29355 26526 0 -1 64 351 0 0 0 10 0 0 0 16 0 9 0 2007555722 885080064 8132 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29369/tid=29376] ppid=29368 vsize=864336 CPUtime=0
/proc/29369/task/29376/stat : 29376 (java) S 29368 29355 26526 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2007555722 885080064 8132 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29369/tid=29377] ppid=29368 vsize=864336 CPUtime=0
/proc/29369/task/29377/stat : 29377 (java) S 29368 29355 26526 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2007555722 885080064 8132 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 883292

[startup+3.1014 s]
/proc/loadavg: 2.01 1.97 1.99 3/75 29379
/proc/meminfo: memFree=1555576/2055920 swapFree=4179912/4192956
[pid=29355] ppid=29353 vsize=13600 CPUtime=1.7
/proc/29355/stat : 29355 (sugar) S 29353 29355 26526 0 -1 4194304 1021 13925 0 2 3 1 158 8 16 0 1 0 2007555666 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29355/statm: 3400 798 370 3 0 500 0
[pid=29378] ppid=29355 vsize=5356 CPUtime=0
/proc/29378/stat : 29378 (sh) S 29355 29355 26526 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2007555848 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29378/statm: 1339 232 193 169 0 50 0
[pid=29379] ppid=29378 vsize=2852 CPUtime=1.27
/proc/29379/stat : 29379 (picosat) R 29378 29355 26526 0 -1 4194304 632 0 0 0 102 25 0 0 25 0 1 0 2007555848 2920448 618 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/29379/statm: 713 618 42 102 0 608 0
Current children cumulated CPU time (s) 2.97
Current children cumulated vsize (KiB) 21808

[startup+6.30278 s]
/proc/loadavg: 2.09 1.99 1.99 3/75 29379
/proc/meminfo: memFree=1553784/2055920 swapFree=4179912/4192956
[pid=29355] ppid=29353 vsize=13600 CPUtime=1.7
/proc/29355/stat : 29355 (sugar) S 29353 29355 26526 0 -1 4194304 1021 13925 0 2 3 1 158 8 16 0 1 0 2007555666 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29355/statm: 3400 798 370 3 0 500 0
[pid=29378] ppid=29355 vsize=5356 CPUtime=0
/proc/29378/stat : 29378 (sh) S 29355 29355 26526 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2007555848 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29378/statm: 1339 232 193 169 0 50 0
[pid=29379] ppid=29378 vsize=3400 CPUtime=4.45
/proc/29379/stat : 29379 (picosat) R 29378 29355 26526 0 -1 4194304 800 0 0 0 420 25 0 0 25 0 1 0 2007555848 3481600 784 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/29379/statm: 850 784 48 102 0 745 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 22356

[startup+12.7015 s]
/proc/loadavg: 2.08 1.99 1.99 3/75 29379
/proc/meminfo: memFree=1553544/2055920 swapFree=4179912/4192956
[pid=29355] ppid=29353 vsize=13600 CPUtime=1.7
/proc/29355/stat : 29355 (sugar) S 29353 29355 26526 0 -1 4194304 1021 13925 0 2 3 1 158 8 16 0 1 0 2007555666 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29355/statm: 3400 798 370 3 0 500 0
[pid=29378] ppid=29355 vsize=5356 CPUtime=0
/proc/29378/stat : 29378 (sh) S 29355 29355 26526 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2007555848 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29378/statm: 1339 232 193 169 0 50 0
[pid=29379] ppid=29378 vsize=3660 CPUtime=10.83
/proc/29379/stat : 29379 (picosat) R 29378 29355 26526 0 -1 4194304 864 0 0 0 1058 25 0 0 25 0 1 0 2007555848 3747840 848 996147200 134512640 134931368 4294956256 18446744073709551615 134525775 0 0 4096 0 0 0 0 17 1 0 0
/proc/29379/statm: 915 848 48 102 0 810 0
Current children cumulated CPU time (s) 12.53
Current children cumulated vsize (KiB) 22616

[startup+25.501 s]
/proc/loadavg: 2.06 1.99 1.99 3/75 29379
/proc/meminfo: memFree=1553160/2055920 swapFree=4179912/4192956
[pid=29355] ppid=29353 vsize=13600 CPUtime=1.7
/proc/29355/stat : 29355 (sugar) S 29353 29355 26526 0 -1 4194304 1021 13925 0 2 3 1 158 8 16 0 1 0 2007555666 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29355/statm: 3400 798 370 3 0 500 0
[pid=29378] ppid=29355 vsize=5356 CPUtime=0
/proc/29378/stat : 29378 (sh) S 29355 29355 26526 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2007555848 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29378/statm: 1339 232 193 169 0 50 0
[pid=29379] ppid=29378 vsize=4336 CPUtime=23.58
/proc/29379/stat : 29379 (picosat) R 29378 29355 26526 0 -1 4194304 966 0 0 0 2332 26 0 0 25 0 1 0 2007555848 4440064 950 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/29379/statm: 1084 950 48 102 0 979 0
Current children cumulated CPU time (s) 25.28
Current children cumulated vsize (KiB) 23292

[startup+51.1011 s]
/proc/loadavg: 2.04 1.99 1.99 3/75 29379
/proc/meminfo: memFree=1552712/2055920 swapFree=4179912/4192956
[pid=29355] ppid=29353 vsize=13600 CPUtime=1.7
/proc/29355/stat : 29355 (sugar) S 29353 29355 26526 0 -1 4194304 1021 13925 0 2 3 1 158 8 16 0 1 0 2007555666 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29355/statm: 3400 798 370 3 0 500 0
[pid=29378] ppid=29355 vsize=5356 CPUtime=0
/proc/29378/stat : 29378 (sh) S 29355 29355 26526 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2007555848 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29378/statm: 1339 232 193 169 0 50 0
[pid=29379] ppid=29378 vsize=4884 CPUtime=49.08
/proc/29379/stat : 29379 (picosat) R 29378 29355 26526 0 -1 4194304 1110 0 0 0 4882 26 0 0 25 0 1 0 2007555848 5001216 1094 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/29379/statm: 1221 1094 48 102 0 1116 0
Current children cumulated CPU time (s) 50.78
Current children cumulated vsize (KiB) 23840

[startup+102.305 s]
/proc/loadavg: 2.02 1.99 1.99 3/75 29379
/proc/meminfo: memFree=1551752/2055920 swapFree=4179912/4192956
[pid=29355] ppid=29353 vsize=13600 CPUtime=1.7
/proc/29355/stat : 29355 (sugar) S 29353 29355 26526 0 -1 4194304 1021 13925 0 2 3 1 158 8 16 0 1 0 2007555666 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29355/statm: 3400 798 370 3 0 500 0
[pid=29378] ppid=29355 vsize=5356 CPUtime=0
/proc/29378/stat : 29378 (sh) S 29355 29355 26526 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2007555848 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29378/statm: 1339 232 193 169 0 50 0
[pid=29379] ppid=29378 vsize=5668 CPUtime=100.08
/proc/29379/stat : 29379 (picosat) R 29378 29355 26526 0 -1 4194304 1380 0 0 0 9982 26 0 0 25 0 1 0 2007555848 5804032 1264 996147200 134512640 134931368 4294956256 18446744073709551615 134525860 0 0 4096 0 0 0 0 17 1 0 0
/proc/29379/statm: 1417 1264 48 102 0 1312 0
Current children cumulated CPU time (s) 101.78
Current children cumulated vsize (KiB) 24624

[startup+162.301 s]
/proc/loadavg: 2.00 1.99 1.99 3/75 29379
/proc/meminfo: memFree=1551304/2055920 swapFree=4179912/4192956
[pid=29355] ppid=29353 vsize=13600 CPUtime=1.7
/proc/29355/stat : 29355 (sugar) S 29353 29355 26526 0 -1 4194304 1021 13925 0 2 3 1 158 8 16 0 1 0 2007555666 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29355/statm: 3400 798 370 3 0 500 0
[pid=29378] ppid=29355 vsize=5356 CPUtime=0
/proc/29378/stat : 29378 (sh) S 29355 29355 26526 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2007555848 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29378/statm: 1339 232 193 169 0 50 0
[pid=29379] ppid=29378 vsize=6140 CPUtime=159.84
/proc/29379/stat : 29379 (picosat) R 29378 29355 26526 0 -1 4194304 1768 0 0 0 15958 26 0 0 25 0 1 0 2007555848 6287360 1390 996147200 134512640 134931368 4294956256 18446744073709551615 134525788 0 0 4096 0 0 0 0 17 1 0 0
/proc/29379/statm: 1535 1390 48 102 0 1430 0
Current children cumulated CPU time (s) 161.54
Current children cumulated vsize (KiB) 25096

[startup+222.301 s]
/proc/loadavg: 2.00 1.99 1.99 3/75 29379
/proc/meminfo: memFree=1550728/2055920 swapFree=4179912/4192956
[pid=29355] ppid=29353 vsize=13600 CPUtime=1.7
/proc/29355/stat : 29355 (sugar) S 29353 29355 26526 0 -1 4194304 1021 13925 0 2 3 1 158 8 16 0 1 0 2007555666 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29355/statm: 3400 798 370 3 0 500 0
[pid=29378] ppid=29355 vsize=5356 CPUtime=0
/proc/29378/stat : 29378 (sh) S 29355 29355 26526 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2007555848 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29378/statm: 1339 232 193 169 0 50 0
[pid=29379] ppid=29378 vsize=6668 CPUtime=219.6
/proc/29379/stat : 29379 (picosat) R 29378 29355 26526 0 -1 4194304 2129 0 0 0 21934 26 0 0 25 0 1 0 2007555848 6828032 1533 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/29379/statm: 1667 1533 48 102 0 1562 0
Current children cumulated CPU time (s) 221.3
Current children cumulated vsize (KiB) 25624

[startup+282.301 s]
/proc/loadavg: 2.00 1.99 1.99 3/75 29379
/proc/meminfo: memFree=1550216/2055920 swapFree=4179912/4192956
[pid=29355] ppid=29353 vsize=13600 CPUtime=1.7
/proc/29355/stat : 29355 (sugar) S 29353 29355 26526 0 -1 4194304 1021 13925 0 2 3 1 158 8 16 0 1 0 2007555666 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29355/statm: 3400 798 370 3 0 500 0
[pid=29378] ppid=29355 vsize=5356 CPUtime=0
/proc/29378/stat : 29378 (sh) S 29355 29355 26526 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2007555848 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29378/statm: 1339 232 193 169 0 50 0
[pid=29379] ppid=29378 vsize=7064 CPUtime=279.36
/proc/29379/stat : 29379 (picosat) R 29378 29355 26526 0 -1 4194304 2444 0 0 0 27910 26 0 0 25 0 1 0 2007555848 7233536 1656 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/29379/statm: 1766 1656 48 102 0 1661 0
Current children cumulated CPU time (s) 281.06
Current children cumulated vsize (KiB) 26020

[startup+342.301 s]
/proc/loadavg: 2.00 1.99 1.99 3/76 29428
/proc/meminfo: memFree=1524288/2055920 swapFree=4179912/4192956
[pid=29355] ppid=29353 vsize=13600 CPUtime=1.7
/proc/29355/stat : 29355 (sugar) S 29353 29355 26526 0 -1 4194304 1021 13925 0 2 3 1 158 8 16 0 1 0 2007555666 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29355/statm: 3400 798 370 3 0 500 0
[pid=29378] ppid=29355 vsize=5356 CPUtime=0
/proc/29378/stat : 29378 (sh) S 29355 29355 26526 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2007555848 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29378/statm: 1339 232 193 169 0 50 0
[pid=29379] ppid=29378 vsize=7196 CPUtime=339.24
/proc/29379/stat : 29379 (picosat) R 29378 29355 26526 0 -1 4194304 2613 0 0 0 33897 27 0 0 25 0 1 0 2007555848 7368704 1672 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/29379/statm: 1799 1672 48 102 0 1694 0
Current children cumulated CPU time (s) 340.94
Current children cumulated vsize (KiB) 26152

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

[startup+358.301 s]
/proc/loadavg: 2.00 1.99 1.99 3/76 29428
/proc/meminfo: memFree=1518592/2055920 swapFree=4179912/4192956
[pid=29355] ppid=29353 vsize=13600 CPUtime=1.7
/proc/29355/stat : 29355 (sugar) S 29353 29355 26526 0 -1 4194304 1021 13925 0 2 3 1 158 8 16 0 1 0 2007555666 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29355/statm: 3400 798 370 3 0 500 0
[pid=29378] ppid=29355 vsize=5356 CPUtime=0
/proc/29378/stat : 29378 (sh) S 29355 29355 26526 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2007555848 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29378/statm: 1339 232 193 169 0 50 0
[pid=29379] ppid=29378 vsize=7328 CPUtime=355.23
/proc/29379/stat : 29379 (picosat) R 29378 29355 26526 0 -1 4194304 2698 0 0 0 35496 27 0 0 25 0 1 0 2007555848 7503872 1704 996147200 134512640 134931368 4294956256 18446744073709551615 134525769 0 0 4096 0 0 0 0 17 0 0 0
/proc/29379/statm: 1832 1704 48 102 0 1727 0
Current children cumulated CPU time (s) 356.93
Current children cumulated vsize (KiB) 26284

[startup+371.102 s]
/proc/loadavg: 2.00 1.99 1.99 3/76 29428
/proc/meminfo: memFree=1518400/2055920 swapFree=4179912/4192956
[pid=29355] ppid=29353 vsize=13600 CPUtime=1.7
/proc/29355/stat : 29355 (sugar) S 29353 29355 26526 0 -1 4194304 1021 13925 0 2 3 1 158 8 16 0 1 0 2007555666 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29355/statm: 3400 798 370 3 0 500 0
[pid=29378] ppid=29355 vsize=5356 CPUtime=0
/proc/29378/stat : 29378 (sh) S 29355 29355 26526 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2007555848 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29378/statm: 1339 232 193 169 0 50 0
[pid=29379] ppid=29378 vsize=7460 CPUtime=368.02
/proc/29379/stat : 29379 (picosat) R 29378 29355 26526 0 -1 4194304 2797 0 0 0 36775 27 0 0 25 0 1 0 2007555848 7639040 1747 996147200 134512640 134931368 4294956256 18446744073709551615 134531368 0 0 4096 0 0 0 0 17 0 0 0
/proc/29379/statm: 1865 1747 48 102 0 1760 0
Current children cumulated CPU time (s) 369.72
Current children cumulated vsize (KiB) 26416

[startup+383.905 s]
/proc/loadavg: 2.00 1.99 1.99 3/76 29428
/proc/meminfo: memFree=1515840/2055920 swapFree=4179912/4192956
[pid=29355] ppid=29353 vsize=13600 CPUtime=1.7
/proc/29355/stat : 29355 (sugar) S 29353 29355 26526 0 -1 4194304 1021 13925 0 2 3 1 158 8 16 0 1 0 2007555666 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29355/statm: 3400 798 370 3 0 500 0
[pid=29378] ppid=29355 vsize=5356 CPUtime=0
/proc/29378/stat : 29378 (sh) S 29355 29355 26526 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2007555848 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29378/statm: 1339 232 193 169 0 50 0
[pid=29379] ppid=29378 vsize=7460 CPUtime=380.82
/proc/29379/stat : 29379 (picosat) R 29378 29355 26526 0 -1 4194304 2797 0 0 0 38055 27 0 0 25 0 1 0 2007555848 7639040 1747 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/29379/statm: 1865 1747 48 102 0 1760 0
Current children cumulated CPU time (s) 382.52
Current children cumulated vsize (KiB) 26416

[startup+390.302 s]
/proc/loadavg: 2.00 1.99 1.99 3/76 29428
/proc/meminfo: memFree=1513664/2055920 swapFree=4179912/4192956
[pid=29355] ppid=29353 vsize=13600 CPUtime=1.7
/proc/29355/stat : 29355 (sugar) S 29353 29355 26526 0 -1 4194304 1021 13925 0 2 3 1 158 8 16 0 1 0 2007555666 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29355/statm: 3400 798 370 3 0 500 0
[pid=29378] ppid=29355 vsize=5356 CPUtime=0
/proc/29378/stat : 29378 (sh) S 29355 29355 26526 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2007555848 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29378/statm: 1339 232 193 169 0 50 0
[pid=29379] ppid=29378 vsize=7460 CPUtime=387.22
/proc/29379/stat : 29379 (picosat) R 29378 29355 26526 0 -1 4194304 2797 0 0 0 38695 27 0 0 25 0 1 0 2007555848 7639040 1747 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/29379/statm: 1865 1747 48 102 0 1760 0
Current children cumulated CPU time (s) 388.92
Current children cumulated vsize (KiB) 26416

[startup+393.501 s]
/proc/loadavg: 2.00 1.99 1.99 3/76 29428
/proc/meminfo: memFree=1512576/2055920 swapFree=4179912/4192956
[pid=29355] ppid=29353 vsize=13600 CPUtime=1.7
/proc/29355/stat : 29355 (sugar) S 29353 29355 26526 0 -1 4194304 1021 13925 0 2 3 1 158 8 16 0 1 0 2007555666 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29355/statm: 3400 798 370 3 0 500 0
[pid=29378] ppid=29355 vsize=5356 CPUtime=0
/proc/29378/stat : 29378 (sh) S 29355 29355 26526 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2007555848 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29378/statm: 1339 232 193 169 0 50 0
[pid=29379] ppid=29378 vsize=7460 CPUtime=390.41
/proc/29379/stat : 29379 (picosat) R 29378 29355 26526 0 -1 4194304 2855 0 0 0 39014 27 0 0 25 0 1 0 2007555848 7639040 1749 996147200 134512640 134931368 4294956256 18446744073709551615 134522688 0 0 4096 0 0 0 0 17 0 0 0
/proc/29379/statm: 1865 1749 48 102 0 1760 0
Current children cumulated CPU time (s) 392.11
Current children cumulated vsize (KiB) 26416

[startup+394.302 s]
/proc/loadavg: 2.00 1.99 1.99 3/76 29428
/proc/meminfo: memFree=1512320/2055920 swapFree=4179912/4192956
[pid=29355] ppid=29353 vsize=13600 CPUtime=1.7
/proc/29355/stat : 29355 (sugar) S 29353 29355 26526 0 -1 4194304 1021 13925 0 2 3 1 158 8 16 0 1 0 2007555666 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29355/statm: 3400 798 370 3 0 500 0
[pid=29378] ppid=29355 vsize=5356 CPUtime=0
/proc/29378/stat : 29378 (sh) S 29355 29355 26526 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2007555848 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29378/statm: 1339 232 193 169 0 50 0
[pid=29379] ppid=29378 vsize=7460 CPUtime=391.21
/proc/29379/stat : 29379 (picosat) R 29378 29355 26526 0 -1 4194304 2855 0 0 0 39094 27 0 0 25 0 1 0 2007555848 7639040 1749 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/29379/statm: 1865 1749 48 102 0 1760 0
Current children cumulated CPU time (s) 392.91
Current children cumulated vsize (KiB) 26416

[startup+394.702 s]
/proc/loadavg: 2.00 1.99 1.99 3/76 29428
/proc/meminfo: memFree=1512320/2055920 swapFree=4179912/4192956
[pid=29355] ppid=29353 vsize=13600 CPUtime=1.7
/proc/29355/stat : 29355 (sugar) S 29353 29355 26526 0 -1 4194304 1021 13925 0 2 3 1 158 8 16 0 1 0 2007555666 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29355/statm: 3400 798 370 3 0 500 0
[pid=29378] ppid=29355 vsize=5356 CPUtime=0
/proc/29378/stat : 29378 (sh) S 29355 29355 26526 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2007555848 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29378/statm: 1339 232 193 169 0 50 0
[pid=29379] ppid=29378 vsize=7460 CPUtime=391.61
/proc/29379/stat : 29379 (picosat) R 29378 29355 26526 0 -1 4194304 2855 0 0 0 39134 27 0 0 25 0 1 0 2007555848 7639040 1749 996147200 134512640 134931368 4294956256 18446744073709551615 134525867 0 0 4096 0 0 0 0 17 0 0 0
/proc/29379/statm: 1865 1749 48 102 0 1760 0
Current children cumulated CPU time (s) 393.31
Current children cumulated vsize (KiB) 26416

[startup+395.102 s]
/proc/loadavg: 2.00 1.99 1.99 3/76 29428
/proc/meminfo: memFree=1512000/2055920 swapFree=4179912/4192956
[pid=29355] ppid=29353 vsize=13600 CPUtime=393.61
/proc/29355/stat : 29355 (sugar) S 29353 29355 26526 0 -1 4194304 1090 17071 0 2 3 1 39320 37 15 0 1 0 2007555666 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29355/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 393.61
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 395.141
CPU time (s): 393.754
CPU user time (s): 393.334
CPU system time (s): 0.419936
CPU usage (%): 99.649
Max. virtual memory (cumulated for all children) (KiB): 883292

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 393.334
system time used= 0.419936
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21909
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= 2049
involuntary context switches= 5482

runsolver used 0.360945 second user time and 1.08983 second system time

The end

Launcher Data (download as text)

Begin job on node53 at 2008-07-05 21:23:53
IDJOB=1099921
IDBENCH=59793
IDSOLVER=345
FILE ID=node53/1099921-1215285833
PBS_JOBID= 7882181
Free space on /tmp= 65124 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/tightness0.65/normalized-rand-2-40-40-135-650-70_ext.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-1099921-1215285833/watcher-1099921-1215285833 -o /tmp/evaluation-result-1099921-1215285833/solver-1099921-1215285833 -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-1099921-1215285833.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 39316bd498ec51541a0d150cf5dd2aeb
RANDOM SEED=1887611634

node53.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.222
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.222
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1561008 kB
Buffers:         95580 kB
Cached:         319884 kB
SwapCached:       7428 kB
Active:         214328 kB
Inactive:       214532 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1561008 kB
SwapTotal:     4192956 kB
SwapFree:      4179912 kB
Dirty:            2480 kB
Writeback:           0 kB
Mapped:          20128 kB
Slab:            51596 kB
Committed_AS:  3978244 kB
PageTables:       1692 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= 65120 MiB
End job on node53 at 2008-07-05 21:30:29