Trace number 2091344

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+minisatSAT 216.317 218.464

General information on the benchmark

Namecsp/rand-2-40-19-fcd/
normalized-rand-2-40-19-443-230-fcd-45_ext.xml
MD5SUM8185bbcada393b6d4c97de7878167d59
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 benchmark8.64268
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints346
Maximum constraint arity2
Maximum domain size19
Number of constraints which are defined in extension346
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.08	c 0	BEGIN Sun Jul 12 12:24:20 2009
0.00/0.08	c 0	PID 29364
0.00/0.08	c 0	HOST node35.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-2091344-1247394260.xml TO HOME/temp.csp
0.00/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2091344-1247394260.xml' 'HOME/temp.csp'
0.07/0.80	c 0	1 domains, 40 variables, 0 predicates, 346 relations, 346 constraints
0.07/0.82	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.82	c 1	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'
0.76/0.90	c 1	Parsing HOME/temp.csp
1.02/1.13	c 1	parsed 733 expressions
1.02/1.14	c 1	Heap : 3 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.02/1.14	c 1	Converting to clausal form CSP
1.02/1.16	c 1	converted 74 (10%) expressions
1.02/1.16	c 1	converted 147 (20%) expressions
1.02/1.16	c 1	converted 220 (30%) expressions
1.02/1.17	c 1	converted 294 (40%) expressions
1.02/1.17	c 1	converted 367 (50%) expressions
1.12/1.25	c 1	converted 440 (60%) expressions
1.12/1.27	c 1	converted 514 (70%) expressions
1.12/1.28	c 1	converted 587 (80%) expressions
1.22/1.31	c 1	converted 660 (90%) expressions
1.22/1.32	c 1	converted 733 (100%) expressions
1.22/1.32	c 1	CSP : 40 integers, 0 booleans, 346 clauses, largest domain size 19
1.22/1.32	c 1	Heap : 7 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.22/1.32	c 1	Propagation in CSP
1.22/1.33	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.22/1.33	c 1	CSP : 40 integers, 0 booleans, 346 clauses, largest domain size 19
1.22/1.33	c 1	Heap : 7 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.22/1.33	c 1	Simplifing CSP by introducing new Boolean variables
1.22/1.33	c 1	CSP : 40 integers, 0 booleans, 346 clauses, largest domain size 19
1.22/1.33	c 1	Heap : 7 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.22/1.37	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.22/1.38	c 1	4 (10%) CSP integer variables are encoded (68 clauses, 659 bytes)
1.22/1.39	c 1	8 (20%) CSP integer variables are encoded (136 clauses, 1356 bytes)
1.22/1.39	c 1	12 (30%) CSP integer variables are encoded (204 clauses, 2104 bytes)
1.22/1.39	c 1	16 (40%) CSP integer variables are encoded (272 clauses, 2852 bytes)
1.22/1.39	c 1	20 (50%) CSP integer variables are encoded (340 clauses, 3600 bytes)
1.22/1.39	c 1	24 (60%) CSP integer variables are encoded (408 clauses, 4348 bytes)
1.22/1.39	c 1	28 (70%) CSP integer variables are encoded (476 clauses, 5096 bytes)
1.22/1.40	c 1	32 (80%) CSP integer variables are encoded (544 clauses, 5844 bytes)
1.22/1.40	c 1	36 (90%) CSP integer variables are encoded (612 clauses, 6592 bytes)
1.22/1.40	c 1	40 (100%) CSP integer variables are encoded (680 clauses, 7340 bytes)
1.31/1.45	c 1	35 (10%) CSP clauses are encoded (2988 clauses, 44797 bytes)
1.31/1.47	c 1	70 (20%) CSP clauses are encoded (5249 clauses, 82743 bytes)
1.31/1.48	c 1	104 (30%) CSP clauses are encoded (7411 clauses, 122318 bytes)
1.41/1.50	c 1	139 (40%) CSP clauses are encoded (9524 clauses, 161957 bytes)
1.41/1.51	c 1	173 (50%) CSP clauses are encoded (11642 clauses, 201785 bytes)
1.41/1.53	c 1	208 (60%) CSP clauses are encoded (13788 clauses, 242131 bytes)
1.41/1.54	c 1	243 (70%) CSP clauses are encoded (16002 clauses, 283758 bytes)
1.41/1.56	c 1	277 (80%) CSP clauses are encoded (18087 clauses, 322938 bytes)
1.41/1.57	c 1	312 (90%) CSP clauses are encoded (20411 clauses, 366335 bytes)
1.41/1.59	c 1	346 (100%) CSP clauses are encoded (22566 clauses, 406675 bytes)
1.41/1.59	c 1	346 CSP clauses encoded
1.41/1.59	c 1	Writing map file : HOME/temp.map
1.41/1.59	c 1	Heap : 3 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.41/1.59	c 1	SAT : 720 SAT variables, 22566 SAT clauses, 406675 bytes
1.41/1.59	c 1	Heap : 3 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.50/1.61	c 1	SOLVING HOME/temp.cnf
1.50/1.61	c 1	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.50/1.61	c 1	This is MiniSat 2.0 beta
1.50/1.61	c 1	WARNING: for repeatability, setting FPU to use double precision
1.50/1.61	c 1	============================[ Problem Statistics ]=============================
1.50/1.61	c 1	|                                                                             |
1.50/1.61	c 1	|  Number of variables:  720                                                  |
1.50/1.61	c 1	|  Number of clauses:    22566                                                |
1.50/1.62	c 1	|  Parsing time:         0.01         s                                       |
1.50/1.63	c 1	============================[ Search Statistics ]==============================
1.50/1.63	c 1	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.50/1.63	c 1	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.50/1.63	c 1	===============================================================================
1.50/1.63	c 1	|         0 |     720    22566    82867 |     7522        0    nan |  0.000 % |
1.50/1.64	c 1	|       101 |     720    22566    82867 |     8274      101     13 |  0.000 % |
1.50/1.66	c 1	|       252 |     720    22566    82867 |     9101      252     13 |  0.006 % |
1.50/1.69	c 1	|       477 |     720    22566    82867 |    10011      477     13 |  0.006 % |
1.53/1.72	c 1	|       814 |     720    22566    82867 |    11012      814     13 |  0.003 % |
1.53/1.77	c 1	|      1320 |     720    22566    82867 |    12114     1320     13 |  0.002 % |
1.53/1.87	c 2	|      2079 |     720    22566    82867 |    13325     2079     13 |  0.006 % |
1.53/2.02	c 2	|      3218 |     720    22566    82867 |    14658     3218     13 |  0.007 % |
2.11/2.27	c 2	|      4928 |     720    22566    82867 |    16124     4928     14 |  0.006 % |
2.50/2.66	c 2	|      7490 |     720    22566    82867 |    17736     7490     14 |  0.006 % |
3.20/3.31	c 3	|     11334 |     720    22566    82867 |    19510    11334     14 |  0.006 % |
4.19/4.36	c 4	|     17100 |     720    22566    82867 |    21461    17100     14 |  0.006 % |
6.06/6.21	c 6	|     25750 |     720    22566    82867 |    23607    14921     14 |  0.006 % |
8.93/9.12	c 9	|     38724 |     720    22566    82867 |    25967    16012     15 |  0.006 % |
13.89/14.10	c 14	|     58185 |     720    22566    82867 |    28564    21653     16 |  0.002 % |
22.11/22.40	c 22	|     87377 |     720    22566    82867 |    31421    20179     16 |  0.007 % |
34.29/34.71	c 34	|    131168 |     720    22566    82867 |    34563    27048     19 |  0.002 % |
53.61/54.22	c 54	|    196852 |     720    22566    82867 |    38019    27805     18 |  0.008 % |
83.83/84.74	c 84	|    295378 |     720    22566    82867 |    41821    28354     16 |  0.008 % |
134.34/135.76	c 135	|    443168 |     720    22566    82867 |    46003    38561     17 |  0.008 % |
216.08/218.28	c 218	===============================================================================
216.08/218.28	c 218	restarts              : 20
216.08/218.28	c 218	conflicts             : 662906         (3089 /sec)
216.08/218.28	c 218	decisions             : 787760         (1.40 % random) (3671 /sec)
216.08/218.28	c 218	propagations          : 73242550       (341275 /sec)
216.08/218.28	c 218	conflict literals     : 11554677       (39.17 % deleted)
216.08/218.28	c 218	Memory used           : 10.39 MB
216.08/218.28	c 218	CPU time              : 214.614 s
216.08/218.28	c 218	
216.08/218.28	c 218	SATISFIABLE
216.08/218.29	c 218	DECODING HOME/temp.out WITH HOME/temp.map
216.08/218.29	c 218	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -decode 'HOME/temp.out' 'HOME/temp.map'
216.17/218.37	c 218	Decoding HOME/temp.out
216.17/218.41	s SATISFIABLE
216.17/218.41	v 18 9 7 16 1 14 0 18 13 1 9 9 14 6 4 0 0 2 6 16 17 0 4 0 8 6 15 6 18 6 12 17 13 5 4 16 7 9 15 6
216.17/218.42	c 218	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
216.17/218.46	c 218	CPU 216.29 (0.06 0.02 216.06 0.15)
216.17/218.46	c 218	END Sun Jul 12 12:27:58 2009

Verifier Data

OK

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2091344-1247394260/watcher-2091344-1247394260 -o /tmp/evaluation-result-2091344-1247394260/solver-2091344-1247394260 -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-2091344-1247394260.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: 1.78 1.95 1.98 4/74 29364
/proc/meminfo: memFree=1829648/2055920 swapFree=4192812/4192956
[pid=29364] ppid=29362 vsize=12000 CPUtime=0
/proc/29364/stat : 29364 (sugar) R 29362 29364 29327 0 -1 4194304 200 0 0 0 0 0 0 0 20 0 1 0 26492362 12288000 168 996147200 4194304 4206940 548682068608 18446744073709551615 266152768194 0 0 4224 0 0 0 0 17 1 0 0
/proc/29364/statm: 3000 168 129 3 0 100 0

[startup+0.0969891 s]
/proc/loadavg: 1.78 1.95 1.98 4/74 29364
/proc/meminfo: memFree=1829648/2055920 swapFree=4192812/4192956
[pid=29364] ppid=29362 vsize=16868 CPUtime=0.07
/proc/29364/stat : 29364 (sugar) S 29362 29364 29327 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 26492362 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29364/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.101969 s]
/proc/loadavg: 1.78 1.95 1.98 4/74 29364
/proc/meminfo: memFree=1829648/2055920 swapFree=4192812/4192956
[pid=29364] ppid=29362 vsize=16868 CPUtime=0.07
/proc/29364/stat : 29364 (sugar) S 29362 29364 29327 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 26492362 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29364/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.301987 s]
/proc/loadavg: 1.78 1.95 1.98 4/74 29364
/proc/meminfo: memFree=1829648/2055920 swapFree=4192812/4192956
[pid=29364] ppid=29362 vsize=16868 CPUtime=0.07
/proc/29364/stat : 29364 (sugar) S 29362 29364 29327 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 26492362 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29364/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.701035 s]
/proc/loadavg: 1.78 1.95 1.98 4/74 29364
/proc/meminfo: memFree=1829648/2055920 swapFree=4192812/4192956
[pid=29364] ppid=29362 vsize=16868 CPUtime=0.07
/proc/29364/stat : 29364 (sugar) S 29362 29364 29327 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 26492362 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29364/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50213 s]
/proc/loadavg: 1.78 1.95 1.98 4/85 29386
/proc/meminfo: memFree=1820328/2055920 swapFree=4192812/4192956
[pid=29364] ppid=29362 vsize=16868 CPUtime=0.77
/proc/29364/stat : 29364 (sugar) S 29362 29364 29327 0 -1 4194304 1310 4811 0 1 6 2 66 3 15 0 1 0 26492362 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29364/statm: 4217 1111 409 3 0 796 0
[pid=29377] ppid=29364 vsize=5356 CPUtime=0
/proc/29377/stat : 29377 (sh) S 29364 29364 29327 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 26492444 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29377/statm: 1339 233 193 169 0 50 0
[pid=29378] ppid=29377 vsize=864448 CPUtime=0.64
/proc/29378/stat : 29378 (java) S 29377 29364 29327 0 -1 0 6817 0 1 0 60 4 0 0 18 0 9 0 26492444 885194752 6066 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29378/statm: 216112 6066 2590 9 0 210589 0
[pid=29378/tid=29379] ppid=29377 vsize=864448 CPUtime=0.39
/proc/29378/task/29379/stat : 29379 (java) R 29377 29364 29327 0 -1 64 2736 0 1 0 37 2 0 0 18 0 9 0 26492445 885194752 6066 996147200 134512640 134550932 4294955936 18446744073709551615 4125950724 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29378/tid=29380] ppid=29377 vsize=864448 CPUtime=0.16
/proc/29378/task/29380/stat : 29380 (java) S 29377 29364 29327 0 -1 64 3048 0 0 0 15 1 0 0 16 0 9 0 26492446 885194752 6066 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29378/tid=29381] ppid=29377 vsize=864448 CPUtime=0
/proc/29378/task/29381/stat : 29381 (java) S 29377 29364 29327 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 26492447 885194752 6066 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29378/tid=29382] ppid=29377 vsize=864448 CPUtime=0
/proc/29378/task/29382/stat : 29382 (java) S 29377 29364 29327 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 26492447 885194752 6066 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29378/tid=29383] ppid=29377 vsize=864448 CPUtime=0
/proc/29378/task/29383/stat : 29383 (java) S 29377 29364 29327 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 26492449 885194752 6066 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29378/tid=29384] ppid=29377 vsize=864448 CPUtime=0.08
/proc/29378/task/29384/stat : 29384 (java) S 29377 29364 29327 0 -1 64 334 0 0 0 8 0 0 0 16 0 9 0 26492449 885194752 6066 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29378/tid=29385] ppid=29377 vsize=864448 CPUtime=0
/proc/29378/task/29385/stat : 29385 (java) S 29377 29364 29327 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 26492449 885194752 6066 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29378/tid=29386] ppid=29377 vsize=864448 CPUtime=0
/proc/29378/task/29386/stat : 29386 (java) R 29377 29364 29327 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 26492449 885194752 6066 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 886672

[startup+3.1023 s]
/proc/loadavg: 1.78 1.95 1.98 3/77 29388
/proc/meminfo: memFree=1823528/2055920 swapFree=4192812/4192956
[pid=29364] ppid=29362 vsize=16868 CPUtime=1.53
/proc/29364/stat : 29364 (sugar) S 29362 29364 29327 0 -1 4194304 1376 11953 0 2 6 2 136 9 15 0 1 0 26492362 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29364/statm: 4217 1113 409 3 0 796 0
[pid=29387] ppid=29364 vsize=5356 CPUtime=0
/proc/29387/stat : 29387 (sh) S 29364 29364 29327 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26492523 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29387/statm: 1339 232 193 169 0 50 0
[pid=29388] ppid=29387 vsize=3884 CPUtime=1.47
/proc/29388/stat : 29388 (minisat) R 29387 29364 29327 0 -1 4194304 717 0 0 0 147 0 0 0 25 0 1 0 26492523 3977216 703 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/29388/statm: 971 703 75 150 0 818 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 26108

[startup+6.30165 s]
/proc/loadavg: 1.80 1.95 1.98 3/77 29388
/proc/meminfo: memFree=1821736/2055920 swapFree=4192812/4192956
[pid=29364] ppid=29362 vsize=16868 CPUtime=1.53
/proc/29364/stat : 29364 (sugar) S 29362 29364 29327 0 -1 4194304 1376 11953 0 2 6 2 136 9 16 0 1 0 26492362 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29364/statm: 4217 1113 409 3 0 796 0
[pid=29387] ppid=29364 vsize=5356 CPUtime=0
/proc/29387/stat : 29387 (sh) S 29364 29364 29327 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26492523 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29387/statm: 1339 232 193 169 0 50 0
[pid=29388] ppid=29387 vsize=4844 CPUtime=4.63
/proc/29388/stat : 29388 (minisat) R 29387 29364 29327 0 -1 4194304 975 0 0 0 463 0 0 0 25 0 1 0 26492523 4960256 961 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/29388/statm: 1211 961 75 150 0 1058 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 27068

[startup+12.7024 s]
/proc/loadavg: 1.81 1.95 1.98 3/77 29388
/proc/meminfo: memFree=1820840/2055920 swapFree=4192812/4192956
[pid=29364] ppid=29362 vsize=16868 CPUtime=1.53
/proc/29364/stat : 29364 (sugar) S 29362 29364 29327 0 -1 4194304 1376 11953 0 2 6 2 136 9 16 0 1 0 26492362 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29364/statm: 4217 1113 409 3 0 796 0
[pid=29387] ppid=29364 vsize=5356 CPUtime=0
/proc/29387/stat : 29387 (sh) S 29364 29364 29327 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26492523 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29387/statm: 1339 232 193 169 0 50 0
[pid=29388] ppid=29387 vsize=5644 CPUtime=10.97
/proc/29388/stat : 29388 (minisat) R 29387 29364 29327 0 -1 4194304 1170 0 0 0 1097 0 0 0 25 0 1 0 26492523 5779456 1156 996147200 134512640 135127466 4294956256 18446744073709551615 134530933 0 0 4096 3 0 0 0 17 1 0 0
/proc/29388/statm: 1411 1156 75 150 0 1258 0
Current children cumulated CPU time (s) 12.5
Current children cumulated vsize (KiB) 27868

[startup+25.5018 s]
/proc/loadavg: 1.85 1.95 1.98 3/77 29388
/proc/meminfo: memFree=1820072/2055920 swapFree=4192812/4192956
[pid=29364] ppid=29362 vsize=16868 CPUtime=1.53
/proc/29364/stat : 29364 (sugar) S 29362 29364 29327 0 -1 4194304 1376 11953 0 2 6 2 136 9 16 0 1 0 26492362 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29364/statm: 4217 1113 409 3 0 796 0
[pid=29387] ppid=29364 vsize=5356 CPUtime=0
/proc/29387/stat : 29387 (sh) S 29364 29364 29327 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26492523 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29387/statm: 1339 232 193 169 0 50 0
[pid=29388] ppid=29387 vsize=6468 CPUtime=23.65
/proc/29388/stat : 29388 (minisat) R 29387 29364 29327 0 -1 4194304 1371 0 0 0 2365 0 0 0 25 0 1 0 26492523 6623232 1357 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/29388/statm: 1617 1357 75 150 0 1464 0
Current children cumulated CPU time (s) 25.18
Current children cumulated vsize (KiB) 28692

[startup+51.1016 s]
/proc/loadavg: 1.90 1.96 1.98 3/77 29388
/proc/meminfo: memFree=1818856/2055920 swapFree=4192812/4192956
[pid=29364] ppid=29362 vsize=16868 CPUtime=1.53
/proc/29364/stat : 29364 (sugar) S 29362 29364 29327 0 -1 4194304 1376 11953 0 2 6 2 136 9 16 0 1 0 26492362 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29364/statm: 4217 1113 409 3 0 796 0
[pid=29387] ppid=29364 vsize=5356 CPUtime=0
/proc/29387/stat : 29387 (sh) S 29364 29364 29327 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26492523 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29387/statm: 1339 232 193 169 0 50 0
[pid=29388] ppid=29387 vsize=7532 CPUtime=49.01
/proc/29388/stat : 29388 (minisat) R 29387 29364 29327 0 -1 4194304 1636 0 0 0 4900 1 0 0 25 0 1 0 26492523 7712768 1622 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/29388/statm: 1883 1622 75 150 0 1730 0
Current children cumulated CPU time (s) 50.54
Current children cumulated vsize (KiB) 29756

[startup+102.306 s]
/proc/loadavg: 1.96 1.96 1.98 3/77 29388
/proc/meminfo: memFree=1817384/2055920 swapFree=4192812/4192956
[pid=29364] ppid=29362 vsize=16868 CPUtime=1.53
/proc/29364/stat : 29364 (sugar) S 29362 29364 29327 0 -1 4194304 1376 11953 0 2 6 2 136 9 16 0 1 0 26492362 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29364/statm: 4217 1113 409 3 0 796 0
[pid=29387] ppid=29364 vsize=5356 CPUtime=0
/proc/29387/stat : 29387 (sh) S 29364 29364 29327 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26492523 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29387/statm: 1339 232 193 169 0 50 0
[pid=29388] ppid=29387 vsize=8964 CPUtime=99.73
/proc/29388/stat : 29388 (minisat) R 29387 29364 29327 0 -1 4194304 1964 0 0 0 9972 1 0 0 25 0 1 0 26492523 9179136 1950 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/29388/statm: 2241 1950 75 150 0 2088 0
Current children cumulated CPU time (s) 101.26
Current children cumulated vsize (KiB) 31188

[startup+162.302 s]
/proc/loadavg: 1.98 1.97 1.98 3/77 29388
/proc/meminfo: memFree=1815144/2055920 swapFree=4192812/4192956
[pid=29364] ppid=29362 vsize=16868 CPUtime=1.53
/proc/29364/stat : 29364 (sugar) S 29362 29364 29327 0 -1 4194304 1376 11953 0 2 6 2 136 9 16 0 1 0 26492362 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29364/statm: 4217 1113 409 3 0 796 0
[pid=29387] ppid=29364 vsize=5356 CPUtime=0
/proc/29387/stat : 29387 (sh) S 29364 29364 29327 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26492523 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29387/statm: 1339 232 193 169 0 50 0
[pid=29388] ppid=29387 vsize=10068 CPUtime=159.17
/proc/29388/stat : 29388 (minisat) R 29387 29364 29327 0 -1 4194304 2248 0 0 0 15915 2 0 0 25 0 1 0 26492523 10309632 2234 996147200 134512640 135127466 4294956256 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 1 0 0
/proc/29388/statm: 2517 2234 75 150 0 2364 0
Current children cumulated CPU time (s) 160.7
Current children cumulated vsize (KiB) 32292

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

[startup+179.102 s]
/proc/loadavg: 1.98 1.97 1.98 3/77 29388
/proc/meminfo: memFree=1814824/2055920 swapFree=4192812/4192956
[pid=29364] ppid=29362 vsize=16868 CPUtime=1.53
/proc/29364/stat : 29364 (sugar) S 29362 29364 29327 0 -1 4194304 1376 11953 0 2 6 2 136 9 16 0 1 0 26492362 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29364/statm: 4217 1113 409 3 0 796 0
[pid=29387] ppid=29364 vsize=5356 CPUtime=0
/proc/29387/stat : 29387 (sh) S 29364 29364 29327 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26492523 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29387/statm: 1339 232 193 169 0 50 0
[pid=29388] ppid=29387 vsize=10356 CPUtime=175.82
/proc/29388/stat : 29388 (minisat) R 29387 29364 29327 0 -1 4194304 2313 0 0 0 17580 2 0 0 25 0 1 0 26492523 10604544 2299 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/29388/statm: 2589 2299 75 150 0 2436 0
Current children cumulated CPU time (s) 177.35
Current children cumulated vsize (KiB) 32580

[startup+204.701 s]
/proc/loadavg: 1.99 1.97 1.98 3/77 29388
/proc/meminfo: memFree=1813736/2055920 swapFree=4192812/4192956
[pid=29364] ppid=29362 vsize=16868 CPUtime=1.53
/proc/29364/stat : 29364 (sugar) S 29362 29364 29327 0 -1 4194304 1376 11953 0 2 6 2 136 9 16 0 1 0 26492362 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29364/statm: 4217 1113 409 3 0 796 0
[pid=29387] ppid=29364 vsize=5356 CPUtime=0
/proc/29387/stat : 29387 (sh) S 29364 29364 29327 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26492523 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29387/statm: 1339 232 193 169 0 50 0
[pid=29388] ppid=29387 vsize=10496 CPUtime=201.17
/proc/29388/stat : 29388 (minisat) R 29387 29364 29327 0 -1 4194304 2362 0 0 0 20115 2 0 0 25 0 1 0 26492523 10747904 2348 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/29388/statm: 2624 2348 75 150 0 2471 0
Current children cumulated CPU time (s) 202.7
Current children cumulated vsize (KiB) 32720

[startup+211.101 s]
/proc/loadavg: 1.99 1.97 1.98 3/77 29388
/proc/meminfo: memFree=1813480/2055920 swapFree=4192812/4192956
[pid=29364] ppid=29362 vsize=16868 CPUtime=1.53
/proc/29364/stat : 29364 (sugar) S 29362 29364 29327 0 -1 4194304 1376 11953 0 2 6 2 136 9 16 0 1 0 26492362 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29364/statm: 4217 1113 409 3 0 796 0
[pid=29387] ppid=29364 vsize=5356 CPUtime=0
/proc/29387/stat : 29387 (sh) S 29364 29364 29327 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26492523 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29387/statm: 1339 232 193 169 0 50 0
[pid=29388] ppid=29387 vsize=10632 CPUtime=207.52
/proc/29388/stat : 29388 (minisat) R 29387 29364 29327 0 -1 4194304 2385 0 0 0 20750 2 0 0 25 0 1 0 26492523 10887168 2371 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/29388/statm: 2658 2371 75 150 0 2505 0
Current children cumulated CPU time (s) 209.05
Current children cumulated vsize (KiB) 32856

[startup+214.302 s]
/proc/loadavg: 1.99 1.97 1.98 3/77 29388
/proc/meminfo: memFree=1813480/2055920 swapFree=4192812/4192956
[pid=29364] ppid=29362 vsize=16868 CPUtime=1.53
/proc/29364/stat : 29364 (sugar) S 29362 29364 29327 0 -1 4194304 1376 11953 0 2 6 2 136 9 16 0 1 0 26492362 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29364/statm: 4217 1113 409 3 0 796 0
[pid=29387] ppid=29364 vsize=5356 CPUtime=0
/proc/29387/stat : 29387 (sh) S 29364 29364 29327 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26492523 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29387/statm: 1339 232 193 169 0 50 0
[pid=29388] ppid=29387 vsize=10632 CPUtime=210.69
/proc/29388/stat : 29388 (minisat) R 29387 29364 29327 0 -1 4194304 2389 0 0 0 21067 2 0 0 25 0 1 0 26492523 10887168 2375 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/29388/statm: 2658 2375 75 150 0 2505 0
Current children cumulated CPU time (s) 212.22
Current children cumulated vsize (KiB) 32856

[startup+215.903 s]
/proc/loadavg: 1.99 1.97 1.98 3/77 29388
/proc/meminfo: memFree=1813416/2055920 swapFree=4192812/4192956
[pid=29364] ppid=29362 vsize=16868 CPUtime=1.53
/proc/29364/stat : 29364 (sugar) S 29362 29364 29327 0 -1 4194304 1376 11953 0 2 6 2 136 9 16 0 1 0 26492362 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29364/statm: 4217 1113 409 3 0 796 0
[pid=29387] ppid=29364 vsize=5356 CPUtime=0
/proc/29387/stat : 29387 (sh) S 29364 29364 29327 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26492523 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29387/statm: 1339 232 193 169 0 50 0
[pid=29388] ppid=29387 vsize=10632 CPUtime=212.27
/proc/29388/stat : 29388 (minisat) R 29387 29364 29327 0 -1 4194304 2389 0 0 0 21225 2 0 0 25 0 1 0 26492523 10887168 2375 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/29388/statm: 2658 2375 75 150 0 2505 0
Current children cumulated CPU time (s) 213.8
Current children cumulated vsize (KiB) 32856

[startup+217.503 s]
/proc/loadavg: 1.99 1.97 1.98 3/77 29388
/proc/meminfo: memFree=1813416/2055920 swapFree=4192812/4192956
[pid=29364] ppid=29362 vsize=16868 CPUtime=1.53
/proc/29364/stat : 29364 (sugar) S 29362 29364 29327 0 -1 4194304 1376 11953 0 2 6 2 136 9 16 0 1 0 26492362 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29364/statm: 4217 1113 409 3 0 796 0
[pid=29387] ppid=29364 vsize=5356 CPUtime=0
/proc/29387/stat : 29387 (sh) S 29364 29364 29327 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26492523 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29387/statm: 1339 232 193 169 0 50 0
[pid=29388] ppid=29387 vsize=10632 CPUtime=213.86
/proc/29388/stat : 29388 (minisat) R 29387 29364 29327 0 -1 4194304 2391 0 0 0 21384 2 0 0 25 0 1 0 26492523 10887168 2377 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/29388/statm: 2658 2377 75 150 0 2505 0
Current children cumulated CPU time (s) 215.39
Current children cumulated vsize (KiB) 32856

[startup+217.903 s]
/proc/loadavg: 1.99 1.97 1.98 3/77 29388
/proc/meminfo: memFree=1813416/2055920 swapFree=4192812/4192956
[pid=29364] ppid=29362 vsize=16868 CPUtime=1.53
/proc/29364/stat : 29364 (sugar) S 29362 29364 29327 0 -1 4194304 1376 11953 0 2 6 2 136 9 16 0 1 0 26492362 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29364/statm: 4217 1113 409 3 0 796 0
[pid=29387] ppid=29364 vsize=5356 CPUtime=0
/proc/29387/stat : 29387 (sh) S 29364 29364 29327 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26492523 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29387/statm: 1339 232 193 169 0 50 0
[pid=29388] ppid=29387 vsize=10632 CPUtime=214.25
/proc/29388/stat : 29388 (minisat) R 29387 29364 29327 0 -1 4194304 2391 0 0 0 21423 2 0 0 25 0 1 0 26492523 10887168 2377 996147200 134512640 135127466 4294956256 18446744073709551615 134530783 0 0 4096 3 0 0 0 17 1 0 0
/proc/29388/statm: 2658 2377 75 150 0 2505 0
Current children cumulated CPU time (s) 215.78
Current children cumulated vsize (KiB) 32856

[startup+218.302 s]
/proc/loadavg: 1.99 1.97 1.98 3/77 29388
/proc/meminfo: memFree=1813416/2055920 swapFree=4192812/4192956
[pid=29364] ppid=29362 vsize=16868 CPUtime=216.17
/proc/29364/stat : 29364 (sugar) S 29362 29364 29327 0 -1 4194304 1430 14639 0 2 6 2 21597 12 17 0 1 0 26492362 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29364/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 216.17
Current children cumulated vsize (KiB) 16868

[startup+218.402 s]
/proc/loadavg: 1.99 1.97 1.98 3/77 29388
/proc/meminfo: memFree=1813416/2055920 swapFree=4192812/4192956
[pid=29364] ppid=29362 vsize=16868 CPUtime=216.17
/proc/29364/stat : 29364 (sugar) S 29362 29364 29327 0 -1 4194304 1448 14639 0 2 6 2 21597 12 16 0 1 0 26492362 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29364/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 216.17
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 218.464
CPU time (s): 216.317
CPU user time (s): 216.133
CPU system time (s): 0.183972
CPU usage (%): 99.0171
Max. virtual memory (cumulated for all children) (KiB): 886672

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 216.133
system time used= 0.183972
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19924
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= 1701
involuntary context switches= 6152

runsolver used 0.263959 second user time and 0.742887 second system time

The end

Launcher Data

Begin job on node35 at 2009-07-12 12:24:20
IDJOB=2091344
IDBENCH=60046
IDSOLVER=739
FILE ID=node35/2091344-1247394260
PBS_JOBID= 9507390
Free space on /tmp= 66304 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/rand-2-40-19-fcd/normalized-rand-2-40-19-443-230-fcd-45_ext.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-2091344-1247394260/watcher-2091344-1247394260 -o /tmp/evaluation-result-2091344-1247394260/solver-2091344-1247394260 -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-2091344-1247394260.xml

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

MD5SUM BENCH= 8185bbcada393b6d4c97de7878167d59
RANDOM SEED=1549555045

node35.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.213
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.213
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:       1830128 kB
Buffers:         25036 kB
Cached:         117152 kB
SwapCached:          0 kB
Active:          93076 kB
Inactive:        84000 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1830128 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1648 kB
Writeback:           0 kB
Mapped:          46224 kB
Slab:            34108 kB
Committed_AS:   234024 kB
PageTables:       1864 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= 66304 MiB
End job on node35 at 2009-07-12 12:27:58