Trace number 2083831

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.14.6+minisat? (TO) 259.253 2002.04

General information on the benchmark

Namecsp/fapp/fapp14/
normalized-fapp14-2500-2.xml
MD5SUM3ec556ad251960bf7980f3107ef7856e
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 benchmark36.2485
Satisfiable
(Un)Satisfiability was proved
Number of variables2500
Number of constraints40767
Maximum constraint arity2
Maximum domain size362
Number of constraints which are defined in extension0
Number of constraints which are defined in intension40767
Global constraints used (with number of constraints)

Solver Data

0.05/46.48	c 0	Sugar v1-14-6 + HOME/minisat
0.05/46.48	c 0	BEGIN Sun Jul 12 07:59:02 2009
0.05/46.48	c 0	PID 24850
0.06/48.78	c 3	HOST node91.alineos.net
0.06/48.78	c 3	CONVERTING HOME/instance-2083831-1247378280.xml TO HOME/temp.csp
0.06/48.78	c 3	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2083831-1247378280.xml' 'HOME/temp.csp'
2.21/54.42	c 8	30 domains, 2500 variables, 8 predicates, 0 relations, 40767 constraints
2.21/54.46	c 8	ENCODING HOME/temp.csp TO HOME/temp.cnf
2.21/54.46	c 8	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
2.24/54.62	c 8	Parsing HOME/temp.csp
2.24/54.77	c 9	parsed 10000 expressions
2.61/54.91	c 9	parsed 20000 expressions
2.71/55.07	c 9	parsed 30000 expressions
2.91/55.25	c 9	parsed 40000 expressions
2.91/55.29	c 9	parsed 43305 expressions
2.91/55.29	c 9	Heap : 17 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.91/55.29	c 9	Converting to clausal form CSP
6.03/58.30	c 12	converted 4331 (10%) expressions
12.31/64.59	c 18	converted 8661 (20%) expressions
18.50/70.76	c 25	converted 12992 (30%) expressions
24.18/76.45	c 30	converted 17322 (40%) expressions
30.35/82.62	c 36	converted 21653 (50%) expressions
35.84/88.14	c 42	converted 25983 (60%) expressions
41.03/93.39	c 47	converted 30314 (70%) expressions
47.12/99.44	c 53	converted 34644 (80%) expressions
51.62/103.95	c 58	converted 38975 (90%) expressions
55.53/107.90	c 62	converted 43305 (100%) expressions
55.53/107.90	c 62	CSP : 12565 integers, 117899 booleans, 270372 clauses, largest domain size 2741
55.53/107.90	c 62	Heap : 224 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
55.53/107.90	c 62	Propagation in CSP
61.12/113.41	c 67	90 values, 0 unsatisfiable literals, and 0 valid clauses are removed
61.12/113.42	c 67	CSP : 12565 integers, 117899 booleans, 270372 clauses, largest domain size 2741
61.12/113.42	c 67	Heap : 226 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
61.21/113.50	c 67	Simplifing CSP by introducing new Boolean variables
61.71/114.08	c 68	CSP : 12565 integers, 216509 booleans, 368982 clauses, largest domain size 2741
61.71/114.08	c 68	Heap : 244 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
63.12/115.49	c 69	Encoding CSP to SAT : HOME/temp.cnf
71.31/123.67	c 77	1257 (10%) CSP integer variables are encoded (386675 clauses, 6352058 bytes)
79.46/138.88	c 93	2513 (20%) CSP integer variables are encoded (804867 clauses, 13461322 bytes)
83.05/142.44	c 96	3770 (30%) CSP integer variables are encoded (3864238 clauses, 71204302 bytes)
86.60/152.83	c 107	5026 (40%) CSP integer variables are encoded (6845926 clauses, 127856374 bytes)
90.26/156.58	c 110	6283 (50%) CSP integer variables are encoded (9878107 clauses, 185467813 bytes)
94.12/165.67	c 119	7539 (60%) CSP integer variables are encoded (12926283 clauses, 249248380 bytes)
97.96/169.53	c 123	8796 (70%) CSP integer variables are encoded (15945348 clauses, 312648745 bytes)
101.72/181.48	c 135	10052 (80%) CSP integer variables are encoded (18974134 clauses, 376253251 bytes)
105.58/185.35	c 139	11309 (90%) CSP integer variables are encoded (22003241 clauses, 439864498 bytes)
109.28/195.33	c 149	12565 (100%) CSP integer variables are encoded (24928329 clauses, 501291346 bytes)
150.89/950.42	c 904	36899 (10%) CSP clauses are encoded (35602723 clauses, 794948462 bytes)
190.83/1002.94	c 957	73797 (20%) CSP clauses are encoded (46571421 clauses, 1099529960 bytes)
231.83/1100.19	c 1054	110695 (30%) CSP clauses are encoded (57893675 clauses, 1416380203 bytes)
259.23/2000.02	c ERROR INTERRUPTED

Verifier Data

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: <no 's ' line found>

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2083831-1247378280/watcher-2083831-1247378280 -o /tmp/evaluation-result-2083831-1247378280/solver-2083831-1247378280 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-2083831-1247378280.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 3.97 4.14 3.69 3/83 24850
/proc/meminfo: memFree=457824/2055920 swapFree=4192812/4192956
[pid=24850] ppid=24848 vsize=18576 CPUtime=0
/proc/24850/stat : 24850 (runsolver) D 24848 24850 23801 0 -1 4194368 15 0 0 0 0 0 0 0 18 0 1 0 24894192 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 251601153319 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/24850/statm: 4644 284 249 26 0 2626 0

[startup+0.0493819 s]
/proc/loadavg: 3.97 4.14 3.69 3/83 24850
/proc/meminfo: memFree=457824/2055920 swapFree=4192812/4192956
[pid=24850] ppid=24848 vsize=18576 CPUtime=0
/proc/24850/stat : 24850 (runsolver) D 24848 24850 23801 0 -1 4194368 15 0 0 0 0 0 0 0 18 0 1 0 24894192 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 251601153319 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/24850/statm: 4644 284 249 26 0 2626 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18576

[startup+0.102387 s]
/proc/loadavg: 3.97 4.14 3.69 3/83 24850
/proc/meminfo: memFree=457824/2055920 swapFree=4192812/4192956
[pid=24850] ppid=24848 vsize=18576 CPUtime=0
/proc/24850/stat : 24850 (runsolver) D 24848 24850 23801 0 -1 4194368 15 0 0 0 0 0 0 0 18 0 1 0 24894192 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 251601153319 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/24850/statm: 4644 284 249 26 0 2626 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18576

[startup+0.302421 s]
/proc/loadavg: 3.97 4.14 3.69 3/83 24850
/proc/meminfo: memFree=457824/2055920 swapFree=4192812/4192956
[pid=24850] ppid=24848 vsize=18576 CPUtime=0
/proc/24850/stat : 24850 (runsolver) D 24848 24850 23801 0 -1 4194368 15 0 0 0 0 0 0 0 18 0 1 0 24894192 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 251601153319 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/24850/statm: 4644 284 249 26 0 2626 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18576

[startup+0.702466 s]
/proc/loadavg: 3.97 4.14 3.69 3/83 24850
/proc/meminfo: memFree=457824/2055920 swapFree=4192812/4192956
[pid=24850] ppid=24848 vsize=18576 CPUtime=0
/proc/24850/stat : 24850 (runsolver) D 24848 24850 23801 0 -1 4194368 15 0 0 0 0 0 0 0 18 0 1 0 24894192 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 251601153319 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/24850/statm: 4644 284 249 26 0 2626 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18576

[startup+1.50155 s]
/proc/loadavg: 3.97 4.14 3.69 2/84 24851
/proc/meminfo: memFree=447320/2055920 swapFree=4192812/4192956
[pid=24850] ppid=24848 vsize=18576 CPUtime=0
/proc/24850/stat : 24850 (runsolver) D 24848 24850 23801 0 -1 4194368 15 0 0 0 0 0 0 0 18 0 1 0 24894192 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 251601153319 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/24850/statm: 4644 284 249 26 0 2626 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18576

[startup+3.10172 s]
/proc/loadavg: 3.97 4.14 3.69 2/84 24851
/proc/meminfo: memFree=436888/2055920 swapFree=4192812/4192956
[pid=24850] ppid=24848 vsize=124 CPUtime=0
/proc/24850/stat : 24850 (sugar) D 24848 24850 23801 0 -1 4194304 38 0 0 0 0 0 0 0 18 0 1 0 24894192 126976 23 996147200 4194304 4206940 548682068608 18446744073709551615 251598534121 0 0 4096 0 18446744071563608240 0 0 17 1 0 0
/proc/24850/statm: 31 23 17 3 0 3 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 124
heavy processes:

[startup+6.30109 s]
/proc/loadavg: 3.97 4.14 3.69 1/84 24851
/proc/meminfo: memFree=410072/2055920 swapFree=4192812/4192956
[pid=24850] ppid=24848 vsize=12268 CPUtime=0
/proc/24850/stat : 24850 (sugar) D 24848 24850 23801 0 -1 4194304 348 0 0 0 0 0 0 0 18 0 1 0 24894192 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 251601320549 0 0 4224 0 18446744071563608240 0 0 17 1 0 0
/proc/24850/statm: 3067 316 241 3 0 167 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12268
heavy processes:

[startup+12.7018 s]
/proc/loadavg: 3.90 4.12 3.68 2/84 24851
/proc/meminfo: memFree=345560/2055920 swapFree=4192812/4192956
[pid=24850] ppid=24848 vsize=12272 CPUtime=0
/proc/24850/stat : 24850 (sugar) D 24848 24850 23801 0 -1 4194304 396 0 0 0 0 0 0 0 18 0 1 0 24894192 12566528 364 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 0 18446744071563608240 0 0 17 0 0 0
/proc/24850/statm: 3068 364 274 3 0 168 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12272
heavy processes:

[startup+25.5012 s]
/proc/loadavg: 3.84 4.10 3.68 2/84 24851
/proc/meminfo: memFree=211736/2055920 swapFree=4192812/4192956
[pid=24850] ppid=24848 vsize=13204 CPUtime=0.02
/proc/24850/stat : 24850 (sugar) D 24848 24850 23801 0 -1 4194304 687 0 0 0 2 0 0 0 18 0 1 0 24894192 13520896 655 996147200 4194304 4206940 548682068608 18446744073709551615 251601320549 0 0 4224 0 18446744071563608240 0 0 17 1 0 0
/proc/24850/statm: 3301 655 336 3 0 401 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 13204
heavy processes:

[startup+51.1021 s]
/proc/loadavg: 4.57 4.25 3.74 3/81 24863
/proc/meminfo: memFree=244464/2055920 swapFree=4192812/4192956
[pid=24850] ppid=24848 vsize=16868 CPUtime=0.06
/proc/24850/stat : 24850 (sugar) S 24848 24850 23801 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 24894192 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24850/statm: 4217 1111 409 3 0 796 0
[pid=24858] ppid=24850 vsize=5356 CPUtime=0
/proc/24858/stat : 24858 (sh) S 24850 24850 23801 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24899070 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24858/statm: 1339 233 193 169 0 50 0
[pid=24859] ppid=24858 vsize=859892 CPUtime=0.03
/proc/24859/stat : 24859 (java) S 24858 24850 23801 0 -1 0 1920 0 1 0 1 2 0 0 18 0 5 0 24899070 880529408 1521 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0
/proc/24859/statm: 214973 1521 865 9 0 209888 0
[pid=24859/tid=24860] ppid=24858 vsize=859892 CPUtime=0.02
/proc/24859/task/24860/stat : 24860 (java) D 24858 24850 23801 0 -1 64 1226 0 1 0 1 1 0 0 21 0 5 0 24899072 880529408 1521 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800971 18446744071563608240 0 0 -1 0 0 0
[pid=24859/tid=24861] ppid=24858 vsize=859892 CPUtime=0
/proc/24859/task/24861/stat : 24861 (java) S 24858 24850 23801 0 -1 64 2 0 0 0 0 0 0 0 19 0 5 0 24899242 880529408 1521 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800971 0 0 0 -1 0 0 0
[pid=24859/tid=24862] ppid=24858 vsize=859892 CPUtime=0
/proc/24859/task/24862/stat : 24862 (java) S 24858 24850 23801 0 -1 64 11 0 0 0 0 0 0 0 20 0 5 0 24899242 880529408 1521 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800971 0 0 0 -1 0 0 0
[pid=24859/tid=24863] ppid=24858 vsize=859892 CPUtime=0
/proc/24859/task/24863/stat : 24863 (java) S 24858 24850 23801 0 -1 64 4 0 0 0 0 0 0 0 21 0 5 0 24899242 880529408 1521 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800971 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 882116
heavy processes:

[startup+102.303 s]
/proc/loadavg: 3.69 4.06 3.71 3/92 24912
/proc/meminfo: memFree=1203736/2055920 swapFree=4192812/4192956
[pid=24850] ppid=24848 vsize=16868 CPUtime=2.24
/proc/24850/stat : 24850 (sugar) S 24848 24850 23801 0 -1 4194304 1309 22076 0 1 5 1 204 14 16 0 1 0 24894192 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24850/statm: 4217 1111 409 3 0 796 0
[pid=24868] ppid=24850 vsize=5356 CPUtime=0
/proc/24868/stat : 24868 (sh) S 24850 24850 23801 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24899639 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24868/statm: 1339 233 193 169 0 50 0
[pid=24869] ppid=24868 vsize=869460 CPUtime=47.79
/proc/24869/stat : 24869 (java) S 24868 24850 23801 0 -1 0 75442 0 1 0 4737 42 0 0 20 0 9 0 24899648 890327040 57377 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24869/statm: 217365 57377 2569 9 0 211870 0
[pid=24869/tid=24870] ppid=24868 vsize=869460 CPUtime=41.23
/proc/24869/task/24870/stat : 24870 (java) R 24868 24850 23801 0 -1 64 6339 0 1 0 4116 7 0 0 25 0 9 0 24899649 890327040 57377 996147200 134512640 134550932 4294955936 18446744073709551615 4126512741 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24869/tid=24871] ppid=24868 vsize=869460 CPUtime=6.33
/proc/24869/task/24871/stat : 24871 (java) S 24868 24850 23801 0 -1 64 66894 0 0 0 601 32 0 0 16 0 9 0 24899650 890327040 57377 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24869/tid=24872] ppid=24868 vsize=869460 CPUtime=0
/proc/24869/task/24872/stat : 24872 (java) S 24868 24850 23801 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24899650 890327040 57377 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24869/tid=24873] ppid=24868 vsize=869460 CPUtime=0
/proc/24869/task/24873/stat : 24873 (java) S 24868 24850 23801 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24899650 890327040 57377 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24869/tid=24874] ppid=24868 vsize=869460 CPUtime=0
/proc/24869/task/24874/stat : 24874 (java) S 24868 24850 23801 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 24899652 890327040 57377 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24869/tid=24875] ppid=24868 vsize=869460 CPUtime=0.19
/proc/24869/task/24875/stat : 24875 (java) S 24868 24850 23801 0 -1 64 1506 0 0 0 18 1 0 0 16 0 9 0 24899652 890327040 57377 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24869/tid=24876] ppid=24868 vsize=869460 CPUtime=0
/proc/24869/task/24876/stat : 24876 (java) S 24868 24850 23801 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 24899652 890327040 57377 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24869/tid=24877] ppid=24868 vsize=869460 CPUtime=0
/proc/24869/task/24877/stat : 24877 (java) S 24868 24850 23801 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24899652 890327040 57377 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.03
Current children cumulated vsize (KiB) 891684
heavy processes:

[startup+162.302 s]
/proc/loadavg: 3.29 3.86 3.66 2/92 24912
/proc/meminfo: memFree=744152/2055920 swapFree=4192812/4192956
[pid=24850] ppid=24848 vsize=16868 CPUtime=2.24
/proc/24850/stat : 24850 (sugar) S 24848 24850 23801 0 -1 4194304 1310 22076 0 1 5 1 204 14 16 0 1 0 24894192 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24850/statm: 4217 1111 409 3 0 796 0
[pid=24868] ppid=24850 vsize=5356 CPUtime=0
/proc/24868/stat : 24868 (sh) S 24850 24850 23801 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24899639 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24868/statm: 1339 233 193 169 0 50 0
[pid=24869] ppid=24868 vsize=869572 CPUtime=89.39
/proc/24869/stat : 24869 (java) S 24868 24850 23801 0 -1 0 92117 0 1 0 8774 165 0 0 20 0 9 0 24899648 890441728 72268 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24869/statm: 217393 72268 2593 9 0 211870 0
[pid=24869/tid=24870] ppid=24868 vsize=869572 CPUtime=80.29
/proc/24869/task/24870/stat : 24870 (java) D 24868 24850 23801 0 -1 64 6662 0 1 0 7908 121 0 0 25 0 9 0 24899649 890441728 72268 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 18446744071563608240 0 0 -1 0 0 0
[pid=24869/tid=24871] ppid=24868 vsize=869572 CPUtime=8.82
/proc/24869/task/24871/stat : 24871 (java) S 24868 24850 23801 0 -1 64 83214 0 0 0 841 41 0 0 16 0 9 0 24899650 890441728 72268 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24869/tid=24872] ppid=24868 vsize=869572 CPUtime=0
/proc/24869/task/24872/stat : 24872 (java) S 24868 24850 23801 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24899650 890441728 72268 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24869/tid=24873] ppid=24868 vsize=869572 CPUtime=0
/proc/24869/task/24873/stat : 24873 (java) S 24868 24850 23801 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24899650 890441728 72268 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24869/tid=24874] ppid=24868 vsize=869572 CPUtime=0
/proc/24869/task/24874/stat : 24874 (java) S 24868 24850 23801 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 24899652 890441728 72268 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24869/tid=24875] ppid=24868 vsize=869572 CPUtime=0.25
/proc/24869/task/24875/stat : 24875 (java) S 24868 24850 23801 0 -1 64 1538 0 0 0 24 1 0 0 16 0 9 0 24899652 890441728 72268 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24869/tid=24876] ppid=24868 vsize=869572 CPUtime=0
/proc/24869/task/24876/stat : 24876 (java) S 24868 24850 23801 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 24899652 890441728 72268 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24869/tid=24877] ppid=24868 vsize=869572 CPUtime=0
/proc/24869/task/24877/stat : 24877 (java) S 24868 24850 23801 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24899652 890441728 72268 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 91.63
Current children cumulated vsize (KiB) 891796
heavy processes:

[startup+222.307 s]
/proc/loadavg: 5.73 4.43 3.86 3/99 24919
/proc/meminfo: memFree=286048/2055920 swapFree=4192812/4192956
[pid=24850] ppid=24848 vsize=16868 CPUtime=2.25
/proc/24850/stat : 24850 (sugar) S 24848 24850 23801 0 -1 4194304 1310 22076 0 1 6 1 204 14 16 0 1 0 24894192 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24850/statm: 4217 1111 409 3 0 796 0
[pid=24868] ppid=24850 vsize=5356 CPUtime=0
/proc/24868/stat : 24868 (sh) S 24850 24850 23801 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24899639 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0

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

[pid=24850] ppid=24848 vsize=16868 CPUtime=2.25
/proc/24850/stat : 24850 (sugar) S 24848 24850 23801 0 -1 4194304 1310 22076 0 1 6 1 204 14 16 0 1 0 24894192 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24850/statm: 4217 1111 409 3 0 796 0
[pid=24868] ppid=24850 vsize=5356 CPUtime=0
/proc/24868/stat : 24868 (sh) S 24850 24850 23801 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24899639 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24868/statm: 1339 233 193 169 0 50 0
[pid=24869] ppid=24868 vsize=869572 CPUtime=256.98
/proc/24869/stat : 24869 (java) S 24868 24850 23801 0 -1 0 93375 0 1 0 24666 1032 0 0 20 0 9 0 24899648 890441728 72283 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24869/statm: 217393 72283 2593 9 0 211870 0
[pid=24869/tid=24870] ppid=24868 vsize=869572 CPUtime=246.32
/proc/24869/task/24870/stat : 24870 (java) D 24868 24850 23801 0 -1 64 7906 0 1 0 23652 980 0 0 16 0 9 0 24899649 890441728 72283 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 18446744071563608069 0 0 -1 0 0 0
[pid=24869/tid=24871] ppid=24868 vsize=869572 CPUtime=10.35
/proc/24869/task/24871/stat : 24871 (java) S 24868 24850 23801 0 -1 64 83214 0 0 0 987 48 0 0 16 0 9 0 24899650 890441728 72283 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24869/tid=24872] ppid=24868 vsize=869572 CPUtime=0
/proc/24869/task/24872/stat : 24872 (java) S 24868 24850 23801 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24899650 890441728 72283 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24869/tid=24873] ppid=24868 vsize=869572 CPUtime=0
/proc/24869/task/24873/stat : 24873 (java) S 24868 24850 23801 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24899650 890441728 72283 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24869/tid=24874] ppid=24868 vsize=869572 CPUtime=0
/proc/24869/task/24874/stat : 24874 (java) S 24868 24850 23801 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 24899652 890441728 72283 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24869/tid=24875] ppid=24868 vsize=869572 CPUtime=0.28
/proc/24869/task/24875/stat : 24875 (java) S 24868 24850 23801 0 -1 64 1552 0 0 0 27 1 0 0 16 0 9 0 24899652 890441728 72283 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24869/tid=24876] ppid=24868 vsize=869572 CPUtime=0
/proc/24869/task/24876/stat : 24876 (java) S 24868 24850 23801 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 24899652 890441728 72283 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24869/tid=24877] ppid=24868 vsize=869572 CPUtime=0
/proc/24869/task/24877/stat : 24877 (java) S 24868 24850 23801 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24899652 890441728 72283 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 259.23
Current children cumulated vsize (KiB) 891796
heavy processes:



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2000 s]
/proc/loadavg: 5.29 5.33 5.26 2/90 24959
/proc/meminfo: memFree=39464/2055920 swapFree=4192812/4192956
[pid=24850] ppid=24848 vsize=16868 CPUtime=2.25
/proc/24850/stat : 24850 (sugar) S 24848 24850 23801 0 -1 4194304 1310 22076 0 1 6 1 204 14 16 0 1 0 24894192 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24850/statm: 4217 1111 409 3 0 796 0
[pid=24868] ppid=24850 vsize=5356 CPUtime=0
/proc/24868/stat : 24868 (sh) S 24850 24850 23801 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24899639 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24868/statm: 1339 233 193 169 0 50 0
[pid=24869] ppid=24868 vsize=869572 CPUtime=256.98
/proc/24869/stat : 24869 (java) S 24868 24850 23801 0 -1 0 93375 0 1 0 24666 1032 0 0 20 0 9 0 24899648 890441728 72283 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24869/statm: 217393 72283 2593 9 0 211870 0
[pid=24869/tid=24870] ppid=24868 vsize=869572 CPUtime=246.32
/proc/24869/task/24870/stat : 24870 (java) D 24868 24850 23801 0 -1 64 7906 0 1 0 23652 980 0 0 16 0 9 0 24899649 890441728 72283 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 18446744071563608069 0 0 -1 0 0 0
[pid=24869/tid=24871] ppid=24868 vsize=869572 CPUtime=10.35
/proc/24869/task/24871/stat : 24871 (java) S 24868 24850 23801 0 -1 64 83214 0 0 0 987 48 0 0 16 0 9 0 24899650 890441728 72283 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24869/tid=24872] ppid=24868 vsize=869572 CPUtime=0
/proc/24869/task/24872/stat : 24872 (java) S 24868 24850 23801 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24899650 890441728 72283 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24869/tid=24873] ppid=24868 vsize=869572 CPUtime=0
/proc/24869/task/24873/stat : 24873 (java) S 24868 24850 23801 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24899650 890441728 72283 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24869/tid=24874] ppid=24868 vsize=869572 CPUtime=0
/proc/24869/task/24874/stat : 24874 (java) S 24868 24850 23801 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 24899652 890441728 72283 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24869/tid=24875] ppid=24868 vsize=869572 CPUtime=0.28
/proc/24869/task/24875/stat : 24875 (java) S 24868 24850 23801 0 -1 64 1552 0 0 0 27 1 0 0 16 0 9 0 24899652 890441728 72283 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24869/tid=24876] ppid=24868 vsize=869572 CPUtime=0
/proc/24869/task/24876/stat : 24876 (java) S 24868 24850 23801 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 24899652 890441728 72283 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24869/tid=24877] ppid=24868 vsize=869572 CPUtime=0
/proc/24869/task/24877/stat : 24877 (java) S 24868 24850 23801 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24899652 890441728 72283 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 259.23
Current children cumulated vsize (KiB) 891796
heavy processes:

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

############
# WARNING:
# current cumulated CPU time (2.25 s) is less than in the last sample (259.23 s)
# The time of a child was probably not reported to its father.
# (see the two samples below)
# Adding the difference (256.98 s) to the 'lost time'.

[startup+2000.8 s]
/proc/loadavg: 5.29 5.33 5.26 2/90 24959
/proc/meminfo: memFree=39464/2055920 swapFree=4192812/4192956
[pid=24850] ppid=24848 vsize=16868 CPUtime=2.25
/proc/24850/stat : 24850 (sugar) S 24848 24850 23801 0 -1 4194304 1323 22076 0 1 6 1 204 14 16 0 1 0 24894192 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 16384 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/24850/statm: 4217 1112 409 3 0 796 0
[pid=24868] ppid=24850 vsize=0 CPUtime=0
/proc/24868/stat : 24868 (sh) Z 24850 24850 23801 0 -1 4195340 278 0 0 0 0 0 0 0 16 0 1 0 24899639 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 0 0 0
/proc/24868/statm: 0 0 0 0 0 0 0
[pid=24869] ppid=1 vsize=0 CPUtime=256.98
/proc/24869/stat : 24869 (java) Z 1 24850 23801 0 -1 1036 93391 0 1 0 24666 1032 0 0 15 0 2 0 24899648 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24869/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 259.23
Current children cumulated vsize (KiB) 16868

[startup+2000.9 s]
/proc/loadavg: 5.29 5.33 5.26 2/84 24961
/proc/meminfo: memFree=39648/2055920 swapFree=4192812/4192956
[pid=24850] ppid=24848 vsize=16868 CPUtime=2.25
/proc/24850/stat : 24850 (sugar) S 24848 24850 23801 0 -1 4194304 1323 22076 0 1 6 1 204 14 16 0 1 0 24894192 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 16384 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/24850/statm: 4217 1112 409 3 0 796 0
[pid=24868] ppid=24850 vsize=0 CPUtime=0
/proc/24868/stat : 24868 (sh) Z 24850 24850 23801 0 -1 4195340 278 0 0 0 0 0 0 0 16 0 1 0 24899639 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 0 0 0
/proc/24868/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.25
Current children cumulated vsize (KiB) 16868
#
############


Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -24850

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

[startup+2000.7 s]
/proc/loadavg: 5.29 5.33 5.26 2/90 24959
/proc/meminfo: memFree=39464/2055920 swapFree=4192812/4192956
[pid=24850] ppid=24848 vsize=16868 CPUtime=2.25
/proc/24850/stat : 24850 (sugar) S 24848 24850 23801 0 -1 4194304 1323 22076 0 1 6 1 204 14 16 0 1 0 24894192 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 16384 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/24850/statm: 4217 1112 409 3 0 796 0
[pid=24868] ppid=24850 vsize=0 CPUtime=0
/proc/24868/stat : 24868 (sh) Z 24850 24850 23801 0 -1 4195340 278 0 0 0 0 0 0 0 16 0 1 0 24899639 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 0 0 0
/proc/24868/statm: 0 0 0 0 0 0 0
[pid=24869] ppid=1 vsize=0 CPUtime=256.98
/proc/24869/stat : 24869 (java) Z 1 24850 23801 0 -1 1036 93391 0 1 0 24666 1032 0 0 15 0 2 0 24899648 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24869/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 259.23
Current children cumulated vsize (KiB) 16868

[startup+2001.5 s]
/proc/loadavg: 5.29 5.33 5.26 2/84 24961
/proc/meminfo: memFree=39648/2055920 swapFree=4192812/4192956
[pid=24850] ppid=24848 vsize=16868 CPUtime=2.25
/proc/24850/stat : 24850 (sugar) S 24848 24850 23801 0 -1 4194304 1323 22076 0 1 6 1 204 14 16 0 1 0 24894192 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 16384 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/24850/statm: 4217 1112 409 3 0 796 0
[pid=24868] ppid=24850 vsize=0 CPUtime=0
/proc/24868/stat : 24868 (sh) Z 24850 24850 23801 0 -1 4195340 278 0 0 0 0 0 0 0 16 0 1 0 24899639 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 0 0 0
/proc/24868/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.25
Current children cumulated vsize (KiB) 16868

[startup+2001.9 s]
/proc/loadavg: 5.29 5.33 5.26 2/84 24961
/proc/meminfo: memFree=39648/2055920 swapFree=4192812/4192956
[pid=24850] ppid=24848 vsize=16868 CPUtime=2.25
/proc/24850/stat : 24850 (sugar) S 24848 24850 23801 0 -1 4194304 1323 22076 0 1 6 1 204 14 16 0 1 0 24894192 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 16384 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/24850/statm: 4217 1112 409 3 0 796 0
[pid=24868] ppid=24850 vsize=0 CPUtime=0
/proc/24868/stat : 24868 (sh) Z 24850 24850 23801 0 -1 4195340 278 0 0 0 0 0 0 0 16 0 1 0 24899639 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 0 0 0
/proc/24868/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.25
Current children cumulated vsize (KiB) 16868

[startup+2002 s]
/proc/loadavg: 5.42 5.36 5.27 2/84 24961
/proc/meminfo: memFree=39712/2055920 swapFree=4192812/4192956
[pid=24850] ppid=24848 vsize=16868 CPUtime=2.25
/proc/24850/stat : 24850 (sugar) S 24848 24850 23801 0 -1 4194304 1323 22076 0 1 6 1 204 14 16 0 1 0 24894192 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 16384 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/24850/statm: 4217 1112 409 3 0 796 0
[pid=24868] ppid=24850 vsize=0 CPUtime=0
/proc/24868/stat : 24868 (sh) Z 24850 24850 23801 0 -1 4195340 278 0 0 0 0 0 0 0 16 0 1 0 24899639 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 0 0 0
/proc/24868/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.25
Current children cumulated vsize (KiB) 16868

Child ended because it received signal 9 (SIGKILL)

# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 256.98
#  lost CPU user time (s): 246.66
#  lost CPU system time (s): 10.32

Real time (s): 2002.04
CPU time (s): 259.253
CPU user time (s): 248.766
CPU system time (s): 10.487
CPU usage (%): 12.9495
Max. virtual memory (cumulated for all children) (KiB): 903936

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.10568
system time used= 0.166974
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23399
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 678
involuntary context switches= 175

runsolver used 2.6516 second user time and 6.61899 second system time

The end

Launcher Data

Begin job on node91 at 2009-07-12 07:58:10
IDJOB=2083831
IDBENCH=57947
IDSOLVER=739
FILE ID=node91/2083831-1247378280
PBS_JOBID= 9507146
Free space on /tmp= 64528 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/fapp/fapp14/normalized-fapp14-2500-2.xml
COMMAND LINE= DIR/sugar -c -vv -memlimit=MEMLIMIT -jar="DIR/sugar-v1-14-6.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2083831-1247378280/watcher-2083831-1247378280 -o /tmp/evaluation-result-2083831-1247378280/solver-2083831-1247378280 -C 1800 -W 2000 -M 900  HOME/sugar -c -vv -memlimit=900 -jar="HOME/sugar-v1-14-6.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-2083831-1247378280.xml

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

MD5SUM BENCH= 3ec556ad251960bf7980f3107ef7856e
RANDOM SEED=600740576

node91.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.241
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.241
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:        458496 kB
Buffers:          3008 kB
Cached:        1314560 kB
SwapCached:          0 kB
Active:        1079448 kB
Inactive:       418100 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        458496 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           69828 kB
Writeback:         492 kB
Mapped:         201256 kB
Slab:            84596 kB
Committed_AS:   409660 kB
PageTables:       2196 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 64652 MiB
End job on node91 at 2009-07-12 08:31:40