Trace number 1069665

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
casper zitoUNSAT 337.257 338.5

DiagnosticValue
CHECKS215240000

General information on the benchmark

Namecsp/pseudoGLB/
normalized-t3002-11tsp11-1900581320.xml
MD5SUMe7d64d17813c3c29c1b9ff16cdfcd569
Bench CategoryGLOBAL (global constraints)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark68.1626
Satisfiable
(Un)Satisfiability was proved
Number of variables231
Number of constraints2707
Maximum constraint arity110
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)weightedsum(2707)

Solver Data (download as text)

0.00/0.14	c [ This is CaSPERzito (C) mvc@di.fct.unl.pt ]
0.00/0.14	c Parsing = 1
0.00/0.15	c Building = 1
0.19/0.21	c [ NumberOfVariables = 231 ]
0.19/0.21	c [ NumberOfConstraints = 2707 ]
0.19/0.21	c [ SizeOfSearchSpace(log2) = 231 ]
0.19/0.21	c SymmetrySearch = 1
0.49/0.50	c [ Found 2.9243e+37 symmetries ]
0.49/0.51	c InitialPropagation = 1
0.49/0.53	c [ SizeOfSearchSpace(log2) = 231 ]
0.49/0.53	c InitialSAC = 1
1.38/1.46	c [ SizeOfSearchSpace(log2) = 210 ]
1.38/1.46	c Search(SampleFF) : 
65.91/66.32	c [ Sampling domwdeg ]
65.91/66.32	c [ Sampling impacts ]
65.91/66.32	c [ SamplingScores: ]
65.91/66.32	c [ domwdeg+min = 2.70545e-05 | domwdeg+rnd = 0.331015 ]
65.91/66.32	c [ impacts+min = 1.98341e-09 | impacts+rnd = 0.335675 ]
65.91/66.32	c [ la+min = 0 | la+rnd = 0 ]
65.91/66.32	c [ domwdeg = 0.165521 | impacts = 0.167838 | la = 0 ]
65.91/66.32	c [ min = 9.01883e-06 | rand = 0.167838 ]
65.91/66.32	c [ restarting at (3.96356,7.1426e-07) ]
75.81/76.23	c [ restarting at (9.9089,1.49569e-06) ]
100.58/101.02	c [ restarting at (24.7722,1.84273e-05) ]
162.41/162.98	c [ restarting at (61.9306,0.00178021) ]
317.13/317.88	c [ stopped restarting at (154.827,0.525864) ]
337.24/338.49	c Search(SampleFF) = 0
337.24/338.53	s UNSATISFIABLE
337.24/338.53	d CHECKS 215239772
337.24/338.53	c [ TotalFails = 88595 ]
337.24/338.53	c [ NumberOfRestarts = 69 ]
337.24/338.53	c [ TotalTime = 315.727 secs ]

Verifier Data (download as text)

No possible verification on an UNSAT instance

Watcher Data (download as text)

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

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1069665-1215161233/watcher-1069665-1215161233 -o /tmp/evaluation-result-1069665-1215161233/solver-1069665-1215161233 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/casperzito HOME/instance-1069665-1215161233.xml 1421622067 

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.00 2.00 1.96 4/72 18547
/proc/meminfo: memFree=1522352/2055920 swapFree=4181068/4192956
[pid=18547] ppid=18545 vsize=1052 CPUtime=0
/proc/18547/stat : 18547 (casperzito) R 18545 18547 18269 0 -1 4194304 40 0 0 0 0 0 0 0 22 0 1 0 153934684 1077248 26 996147200 134512640 135472138 4294956224 18446744073709551615 5104420 0 2147483391 4096 0 0 0 0 17 1 0 0
/proc/18547/statm: 263 26 20 234 0 3 0

[startup+0.210857 s]
/proc/loadavg: 2.00 2.00 1.96 4/72 18547
/proc/meminfo: memFree=1522352/2055920 swapFree=4181068/4192956
[pid=18547] ppid=18545 vsize=103420 CPUtime=0.19
/proc/18547/stat : 18547 (casperzito) R 18545 18547 18269 0 -1 4194304 2585 0 0 0 18 1 0 0 19 0 1 0 153934684 105902080 2545 996147200 134512640 135472138 4294956224 18446744073709551615 134672481 0 0 4096 0 0 0 0 17 1 0 0
/proc/18547/statm: 25855 2545 432 234 0 24557 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 103420

[startup+0.302868 s]
/proc/loadavg: 2.00 2.00 1.96 4/72 18547
/proc/meminfo: memFree=1522352/2055920 swapFree=4181068/4192956
[pid=18547] ppid=18545 vsize=107376 CPUtime=0.28
/proc/18547/stat : 18547 (casperzito) R 18545 18547 18269 0 -1 4194304 3387 0 0 0 27 1 0 0 19 0 1 0 153934684 109953024 3347 996147200 134512640 135472138 4294956224 18446744073709551615 134538079 0 0 4096 0 0 0 0 17 1 0 0
/proc/18547/statm: 26844 3347 467 234 0 25546 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 107376

[startup+0.40287 s]
/proc/loadavg: 2.00 2.00 1.96 4/72 18547
/proc/meminfo: memFree=1522352/2055920 swapFree=4181068/4192956
[pid=18547] ppid=18545 vsize=107376 CPUtime=0.38
/proc/18547/stat : 18547 (casperzito) R 18545 18547 18269 0 -1 4194304 3462 0 0 0 37 1 0 0 20 0 1 0 153934684 109953024 3422 996147200 134512640 135472138 4294956224 18446744073709551615 134532371 0 0 4096 0 0 0 0 17 1 0 0
/proc/18547/statm: 26844 3422 467 234 0 25546 0
Current children cumulated CPU time (s) 0.38
Current children cumulated vsize (KiB) 107376

[startup+0.701912 s]
/proc/loadavg: 2.00 2.00 1.96 4/72 18547
/proc/meminfo: memFree=1522352/2055920 swapFree=4181068/4192956
[pid=18547] ppid=18545 vsize=106716 CPUtime=0.69
/proc/18547/stat : 18547 (casperzito) R 18545 18547 18269 0 -1 4194304 3806 0 0 0 67 2 0 0 23 0 1 0 153934684 109277184 3507 996147200 134512640 135472138 4294956224 18446744073709551615 134945648 0 0 4096 0 0 0 0 17 1 0 0
/proc/18547/statm: 26679 3507 492 234 0 25381 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 106716

[startup+1.50299 s]
/proc/loadavg: 2.00 2.00 1.96 3/73 18548
/proc/meminfo: memFree=1510120/2055920 swapFree=4181068/4192956
[pid=18547] ppid=18545 vsize=106716 CPUtime=1.48
/proc/18547/stat : 18547 (casperzito) R 18545 18547 18269 0 -1 4194304 3871 0 0 0 146 2 0 0 25 0 1 0 153934684 109277184 3572 996147200 134512640 135472138 4294956224 18446744073709551615 134945659 0 0 4096 0 0 0 0 17 1 0 0
/proc/18547/statm: 26679 3572 506 234 0 25381 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 106716

[startup+3.10116 s]
/proc/loadavg: 2.00 2.00 1.96 3/73 18548
/proc/meminfo: memFree=1509800/2055920 swapFree=4181068/4192956
[pid=18547] ppid=18545 vsize=106716 CPUtime=3.06
/proc/18547/stat : 18547 (casperzito) R 18545 18547 18269 0 -1 4194304 3882 0 0 0 304 2 0 0 25 0 1 0 153934684 109277184 3583 996147200 134512640 135472138 4294956224 18446744073709551615 134915601 0 0 4096 0 0 0 0 17 1 0 0
/proc/18547/statm: 26679 3583 507 234 0 25381 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 106716

[startup+6.30151 s]
/proc/loadavg: 2.00 2.00 1.96 3/73 18548
/proc/meminfo: memFree=1509544/2055920 swapFree=4181068/4192956
[pid=18547] ppid=18545 vsize=106716 CPUtime=6.24
/proc/18547/stat : 18547 (casperzito) R 18545 18547 18269 0 -1 4194304 3884 0 0 0 622 2 0 0 25 0 1 0 153934684 109277184 3585 996147200 134512640 135472138 4294956224 18446744073709551615 134577404 0 0 4096 0 0 0 0 17 1 0 0
/proc/18547/statm: 26679 3585 507 234 0 25381 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 106716

[startup+12.7012 s]
/proc/loadavg: 2.00 2.00 1.96 3/73 18548
/proc/meminfo: memFree=1509544/2055920 swapFree=4181068/4192956
[pid=18547] ppid=18545 vsize=106716 CPUtime=12.59
/proc/18547/stat : 18547 (casperzito) R 18545 18547 18269 0 -1 4194304 3886 0 0 0 1257 2 0 0 25 0 1 0 153934684 109277184 3587 996147200 134512640 135472138 4294956224 18446744073709551615 134581664 0 0 4096 0 0 0 0 17 1 0 0
/proc/18547/statm: 26679 3587 507 234 0 25381 0
Current children cumulated CPU time (s) 12.59
Current children cumulated vsize (KiB) 106716

[startup+25.5065 s]
/proc/loadavg: 2.00 2.00 1.96 3/73 18548
/proc/meminfo: memFree=1509608/2055920 swapFree=4181068/4192956
[pid=18547] ppid=18545 vsize=106716 CPUtime=25.29
/proc/18547/stat : 18547 (casperzito) R 18545 18547 18269 0 -1 4194304 3887 0 0 0 2527 2 0 0 25 0 1 0 153934684 109277184 3588 996147200 134512640 135472138 4294956224 18446744073709551615 135202774 0 0 4096 0 0 0 0 17 1 0 0
/proc/18547/statm: 26679 3588 507 234 0 25381 0
Current children cumulated CPU time (s) 25.29
Current children cumulated vsize (KiB) 106716

[startup+51.1012 s]
/proc/loadavg: 1.92 1.98 1.96 3/69 18598
/proc/meminfo: memFree=1535176/2055920 swapFree=4181068/4192956
[pid=18547] ppid=18545 vsize=106716 CPUtime=50.72
/proc/18547/stat : 18547 (casperzito) R 18545 18547 18269 0 -1 4194304 3897 0 0 0 5068 4 0 0 25 0 1 0 153934684 109277184 3598 996147200 134512640 135472138 4294956224 18446744073709551615 134949541 0 0 4096 0 0 0 0 17 0 0 0
/proc/18547/statm: 26679 3598 508 234 0 25381 0
Current children cumulated CPU time (s) 50.72
Current children cumulated vsize (KiB) 106716

[startup+102.302 s]
/proc/loadavg: 2.58 2.15 2.02 3/83 18658
/proc/meminfo: memFree=1067224/2055920 swapFree=4181068/4192956
[pid=18547] ppid=18545 vsize=106716 CPUtime=101.88
/proc/18547/stat : 18547 (casperzito) R 18545 18547 18269 0 -1 4194304 3899 0 0 0 10174 14 0 0 25 0 1 0 153934684 109277184 3600 996147200 134512640 135472138 4294956224 18446744073709551615 134578218 0 0 4096 0 0 0 0 17 0 0 0
/proc/18547/statm: 26679 3600 509 234 0 25381 0
Current children cumulated CPU time (s) 101.88
Current children cumulated vsize (KiB) 106716

[startup+162.304 s]
/proc/loadavg: 2.99 2.35 2.09 3/83 18658
/proc/meminfo: memFree=378136/2055920 swapFree=4181068/4192956
[pid=18547] ppid=18545 vsize=106716 CPUtime=161.8
/proc/18547/stat : 18547 (casperzito) R 18545 18547 18269 0 -1 4194304 3899 0 0 0 16155 25 0 0 25 0 1 0 153934684 109277184 3600 996147200 134512640 135472138 4294956224 18446744073709551615 134949527 0 0 4096 0 0 0 0 17 0 0 0
/proc/18547/statm: 26679 3600 509 234 0 25381 0
Current children cumulated CPU time (s) 161.8
Current children cumulated vsize (KiB) 106716

[startup+222.301 s]
/proc/loadavg: 3.07 2.48 2.15 3/83 18658
/proc/meminfo: memFree=16152/2055920 swapFree=4181068/4192956
[pid=18547] ppid=18545 vsize=106716 CPUtime=221.74
/proc/18547/stat : 18547 (casperzito) R 18545 18547 18269 0 -1 4194304 3899 0 0 0 22132 42 0 0 25 0 1 0 153934684 109277184 3600 996147200 134512640 135472138 4294956224 18446744073709551615 134581720 0 0 4096 0 0 0 0 17 0 0 0
/proc/18547/statm: 26679 3600 509 234 0 25381 0
Current children cumulated CPU time (s) 221.74
Current children cumulated vsize (KiB) 106716

[startup+282.302 s]
/proc/loadavg: 3.04 2.60 2.21 3/83 18658
/proc/meminfo: memFree=14872/2055920 swapFree=4181068/4192956
[pid=18547] ppid=18545 vsize=106716 CPUtime=281.67
/proc/18547/stat : 18547 (casperzito) R 18545 18547 18269 0 -1 4194304 3899 0 0 0 28114 53 0 0 25 0 1 0 153934684 109277184 3600 996147200 134512640 135472138 4294956224 18446744073709551615 134672645 0 0 4096 0 0 0 0 17 0 0 0
/proc/18547/statm: 26679 3600 509 234 0 25381 0
Current children cumulated CPU time (s) 281.67
Current children cumulated vsize (KiB) 106716

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

[startup+307.302 s]
/proc/loadavg: 2.69 2.55 2.20 2/83 18658
/proc/meminfo: memFree=15832/2055920 swapFree=4181068/4192956
[pid=18547] ppid=18545 vsize=106716 CPUtime=306.64
/proc/18547/stat : 18547 (casperzito) R 18545 18547 18269 0 -1 4194304 3899 0 0 0 30605 59 0 0 25 0 1 0 153934684 109277184 3600 996147200 134512640 135472138 4294956224 18446744073709551615 135262992 0 0 4096 0 0 0 0 17 0 0 0
/proc/18547/statm: 26679 3600 509 234 0 25381 0
Current children cumulated CPU time (s) 306.64
Current children cumulated vsize (KiB) 106716

[startup+320.102 s]
/proc/loadavg: 2.58 2.53 2.20 3/83 18658
/proc/meminfo: memFree=15384/2055920 swapFree=4181068/4192956
[pid=18547] ppid=18545 vsize=106716 CPUtime=319.43
/proc/18547/stat : 18547 (casperzito) R 18545 18547 18269 0 -1 4194304 3899 0 0 0 31881 62 0 0 25 0 1 0 153934684 109277184 3600 996147200 134512640 135472138 4294956224 18446744073709551615 134672493 0 0 4096 0 0 0 0 17 0 0 0
/proc/18547/statm: 26679 3600 509 234 0 25381 0
Current children cumulated CPU time (s) 319.43
Current children cumulated vsize (KiB) 106716

[startup+326.501 s]
/proc/loadavg: 2.49 2.51 2.19 3/83 18658
/proc/meminfo: memFree=15768/2055920 swapFree=4181068/4192956
[pid=18547] ppid=18545 vsize=106716 CPUtime=325.82
/proc/18547/stat : 18547 (casperzito) R 18545 18547 18269 0 -1 4194304 3899 0 0 0 32519 63 0 0 25 0 1 0 153934684 109277184 3600 996147200 134512640 135472138 4294956224 18446744073709551615 134945800 0 0 4096 0 0 0 0 17 0 0 0
/proc/18547/statm: 26679 3600 509 234 0 25381 0
Current children cumulated CPU time (s) 325.82
Current children cumulated vsize (KiB) 106716

[startup+332.901 s]
/proc/loadavg: 2.53 2.52 2.20 3/83 18658
/proc/meminfo: memFree=15512/2055920 swapFree=4181068/4192956
[pid=18547] ppid=18545 vsize=106716 CPUtime=332.21
/proc/18547/stat : 18547 (casperzito) R 18545 18547 18269 0 -1 4194304 3899 0 0 0 33153 68 0 0 25 0 1 0 153934684 109277184 3600 996147200 134512640 135472138 4294956224 18446744073709551615 135263617 0 0 4096 0 0 0 0 17 0 0 0
/proc/18547/statm: 26679 3600 509 234 0 25381 0
Current children cumulated CPU time (s) 332.21
Current children cumulated vsize (KiB) 106716

[startup+336.102 s]
/proc/loadavg: 2.49 2.51 2.20 3/83 18658
/proc/meminfo: memFree=15256/2055920 swapFree=4181068/4192956
[pid=18547] ppid=18545 vsize=106716 CPUtime=335.41
/proc/18547/stat : 18547 (casperzito) R 18545 18547 18269 0 -1 4194304 3899 0 0 0 33473 68 0 0 25 0 1 0 153934684 109277184 3600 996147200 134512640 135472138 4294956224 18446744073709551615 134581664 0 0 4096 0 0 0 0 17 0 0 0
/proc/18547/statm: 26679 3600 509 234 0 25381 0
Current children cumulated CPU time (s) 335.41
Current children cumulated vsize (KiB) 106716

[startup+337.702 s]
/proc/loadavg: 2.49 2.51 2.20 3/83 18658
/proc/meminfo: memFree=15256/2055920 swapFree=4181068/4192956
[pid=18547] ppid=18545 vsize=106716 CPUtime=337.01
/proc/18547/stat : 18547 (casperzito) R 18545 18547 18269 0 -1 4194304 3899 0 0 0 33633 68 0 0 25 0 1 0 153934684 109277184 3600 996147200 134512640 135472138 4294956224 18446744073709551615 134581664 0 0 4096 0 0 0 0 17 0 0 0
/proc/18547/statm: 26679 3600 509 234 0 25381 0
Current children cumulated CPU time (s) 337.01
Current children cumulated vsize (KiB) 106716

[startup+338.102 s]
/proc/loadavg: 2.49 2.51 2.20 3/83 18658
/proc/meminfo: memFree=15448/2055920 swapFree=4181068/4192956
[pid=18547] ppid=18545 vsize=106716 CPUtime=337.24
/proc/18547/stat : 18547 (casperzito) D 18545 18547 18269 0 -1 4194304 3899 0 0 0 33656 68 0 0 25 0 1 0 153934684 109277184 3600 996147200 134512640 135472138 4294956224 18446744073709551615 135225856 0 0 4096 0 18446744071563608240 0 0 17 0 0 0
/proc/18547/statm: 26679 3600 509 234 0 25381 0
Current children cumulated CPU time (s) 337.24
Current children cumulated vsize (KiB) 106716

[startup+338.302 s]
/proc/loadavg: 2.49 2.51 2.20 3/83 18658
/proc/meminfo: memFree=15448/2055920 swapFree=4181068/4192956
[pid=18547] ppid=18545 vsize=106716 CPUtime=337.24
/proc/18547/stat : 18547 (casperzito) D 18545 18547 18269 0 -1 4194304 3899 0 0 0 33656 68 0 0 24 0 1 0 153934684 109277184 3600 996147200 134512640 135472138 4294956224 18446744073709551615 135225856 0 0 4096 0 18446744071563479169 0 0 17 1 0 0
/proc/18547/statm: 26679 3600 509 234 0 25381 0
Current children cumulated CPU time (s) 337.24
Current children cumulated vsize (KiB) 106716

[startup+338.402 s]
/proc/loadavg: 2.49 2.51 2.20 3/83 18658
/proc/meminfo: memFree=15448/2055920 swapFree=4181068/4192956
[pid=18547] ppid=18545 vsize=106716 CPUtime=337.24
/proc/18547/stat : 18547 (casperzito) D 18545 18547 18269 0 -1 4194304 3899 0 0 0 33656 68 0 0 24 0 1 0 153934684 109277184 3600 996147200 134512640 135472138 4294956224 18446744073709551615 135225856 0 0 4096 0 18446744071563479169 0 0 17 1 0 0
/proc/18547/statm: 26679 3600 509 234 0 25381 0
Current children cumulated CPU time (s) 337.24
Current children cumulated vsize (KiB) 106716

Child status: 0
Real time (s): 338.5
CPU time (s): 337.257
CPU user time (s): 336.569
CPU system time (s): 0.687895
CPU usage (%): 99.6328
Max. virtual memory (cumulated for all children) (KiB): 107508

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 336.569
system time used= 0.687895
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3901
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= 18
involuntary context switches= 2181

runsolver used 0.39194 second user time and 1.10083 second system time

The end

Launcher Data (download as text)

Begin job on node46 at 2008-07-04 10:47:13
IDJOB=1069665
IDBENCH=55666
IDSOLVER=362
FILE ID=node46/1069665-1215161233
PBS_JOBID= 7881467
Free space on /tmp= 66208 MiB

SOLVER NAME= casper zito
BENCH NAME= CPAI08/csp/pseudoGLB/normalized-t3002-11tsp11-1900581320.xml
COMMAND LINE= HOME/casperzito BENCHNAME RANDOMSEED 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1069665-1215161233/watcher-1069665-1215161233 -o /tmp/evaluation-result-1069665-1215161233/solver-1069665-1215161233 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/casperzito HOME/instance-1069665-1215161233.xml 1421622067 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= e7d64d17813c3c29c1b9ff16cdfcd569
RANDOM SEED=1421622067

node46.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.238
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.238
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:       1522832 kB
Buffers:         91260 kB
Cached:         331732 kB
SwapCached:       5884 kB
Active:         283368 kB
Inactive:       186268 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1522832 kB
SwapTotal:     4192956 kB
SwapFree:      4181068 kB
Dirty:            3332 kB
Writeback:           0 kB
Mapped:          55100 kB
Slab:            49012 kB
Committed_AS:   444288 kB
PageTables:       1624 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264992 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 63188 MiB
End job on node46 at 2008-07-04 10:52:52