Trace number 1077821

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 zitoSAT 763.048 763.643

DiagnosticValue
CHECKS34974900

General information on the benchmark

Namecsp/primes-10/
normalized-primes-10-40-2-7.xml
MD5SUM5f58b2e48b45468f2f81f3f76ae83a1d
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark33.4429
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints40
Maximum constraint arity9
Maximum domain size28
Number of constraints which are defined in extension0
Number of constraints which are defined in intension40
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.00	c [ This is CaSPERzito (C) mvc@di.fct.unl.pt ]
0.00/0.00	c Parsing = 1
0.00/0.01	c Building = 1
0.00/0.01	c [ NumberOfVariables = 100 ]
0.00/0.01	c [ NumberOfConstraints = 40 ]
0.00/0.01	c [ SizeOfSearchSpace(log2) = 480.735 ]
0.00/0.01	c SymmetrySearch = 1
0.00/0.01	c [ Found 4.79002e+08 symmetries ]
0.00/0.01	c InitialPropagation = 1
0.00/0.01	c [ SizeOfSearchSpace(log2) = 450.855 ]
0.00/0.01	c InitialSAC = 1
2.29/2.40	c [ SizeOfSearchSpace(log2) = 437.831 ]
2.29/2.40	c Search(SampleFF) : 
59.94/60.00	c [ Sampling domwdeg ]
59.94/60.00	c [ Sampling impacts ]
59.94/60.00	c [ SamplingScores: ]
59.94/60.00	c [ domwdeg+min = 1.14777e-06 | domwdeg+rnd = 1.70952e-06 ]
59.94/60.00	c [ impacts+min = 5.22053e-08 | impacts+rnd = 2.4094e-06 ]
59.94/60.00	c [ la+min = 0 | la+rnd = 0 ]
59.94/60.00	c [ domwdeg = 1.42865e-06 | impacts = 1.2308e-06 | la = 0 ]
59.94/60.00	c [ min = 3.99993e-07 | rand = 1.2308e-06 ]
59.94/60.00	c [ restarting at (0.564989,0.00351377) ]
61.44/61.51	c [ restarting at (1.41247,0.00351379) ]
70.23/70.39	c [ restarting at (3.53118,0.00352319) ]
100.21/100.38	c [ restarting at (8.82796,0.000604577) ]
130.19/130.39	c [ restarting at (22.0699,5.39775e-08) ]
190.26/190.41	c [ restarting at (55.1747,2.50159e-09) ]
340.15/340.45	c [ restarting at (137.937,1.53979e-05) ]
729.75/730.39	c [ restarting at (344.842,0.174969) ]
763.00/763.64	c Search(SampleFF) = 1
763.00/763.64	s SATISFIABLE
763.00/763.64	v 5 2 10 25 6 13 9 6 26 4 5 27 3 8 8 16 2 14 2 19 2 23 2 29 23 7 3 14 24 21 9 21 7 26 23 5 15 2 14 6 27 5 14 14 28 17 12 4 6 2 9 10 2 14 25 7 17 11 2 16 3 9 2 28 17 29 23 20 2 10 2 16 16 29 23 2 2 2 2 27 2 17 20 22 5 10 9 4 3 25 8 10 17 25 22 8 2 19 11 8
763.00/763.64	d CHECKS 34974899
763.00/763.64	c [ TotalFails = 285891 ]
763.00/763.64	c [ NumberOfRestarts = 52 ]
763.00/763.64	c [ TotalTime = 1.85249e+09 secs ]

Verifier Data (download as text)

OK

Watcher Data (download as text)

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

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

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: 0.91 0.97 0.99 3/64 5708
/proc/meminfo: memFree=1608064/2055920 swapFree=4095540/4192956
[pid=5708] ppid=5706 vsize=5348 CPUtime=0
/proc/5708/stat : 5708 (casperzito) R 5706 5708 5201 0 -1 4194304 213 0 0 0 0 0 0 0 18 0 1 0 1549253885 5476352 188 996147200 134512640 135472138 4294956224 18446744073709551615 6880120 0 0 4096 0 0 0 0 17 0 0 0
/proc/5708/statm: 1337 189 155 234 0 27 0

[startup+0.058688 s]
/proc/loadavg: 0.91 0.97 0.99 3/64 5708
/proc/meminfo: memFree=1608064/2055920 swapFree=4095540/4192956
[pid=5708] ppid=5706 vsize=99460 CPUtime=0.05
/proc/5708/stat : 5708 (casperzito) R 5706 5708 5201 0 -1 4194304 676 0 0 0 5 0 0 0 18 0 1 0 1549253885 101847040 636 996147200 134512640 135472138 4294956224 18446744073709551615 134936268 0 0 4096 0 0 0 0 17 0 0 0
/proc/5708/statm: 24865 636 479 234 0 23567 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 99460

[startup+0.101691 s]
/proc/loadavg: 0.91 0.97 0.99 3/64 5708
/proc/meminfo: memFree=1608064/2055920 swapFree=4095540/4192956
[pid=5708] ppid=5706 vsize=99460 CPUtime=0.09
/proc/5708/stat : 5708 (casperzito) R 5706 5708 5201 0 -1 4194304 677 0 0 0 9 0 0 0 18 0 1 0 1549253885 101847040 637 996147200 134512640 135472138 4294956224 18446744073709551615 134936145 0 0 4096 0 0 0 0 17 0 0 0
/proc/5708/statm: 24865 637 479 234 0 23567 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 99460

[startup+0.301716 s]
/proc/loadavg: 0.91 0.97 0.99 3/64 5708
/proc/meminfo: memFree=1608064/2055920 swapFree=4095540/4192956
[pid=5708] ppid=5706 vsize=99460 CPUtime=0.29
/proc/5708/stat : 5708 (casperzito) R 5706 5708 5201 0 -1 4194304 680 0 0 0 29 0 0 0 19 0 1 0 1549253885 101847040 640 996147200 134512640 135472138 4294956224 18446744073709551615 134580322 0 0 4096 0 0 0 0 17 0 0 0
/proc/5708/statm: 24865 640 479 234 0 23567 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 99460

[startup+0.701769 s]
/proc/loadavg: 0.91 0.97 0.99 3/64 5708
/proc/meminfo: memFree=1608064/2055920 swapFree=4095540/4192956
[pid=5708] ppid=5706 vsize=99460 CPUtime=0.69
/proc/5708/stat : 5708 (casperzito) R 5706 5708 5201 0 -1 4194304 688 0 0 0 69 0 0 0 23 0 1 0 1549253885 101847040 648 996147200 134512640 135472138 4294956224 18446744073709551615 134873841 0 0 4096 0 0 0 0 17 0 0 0
/proc/5708/statm: 24865 648 479 234 0 23567 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 99460

[startup+1.50187 s]
/proc/loadavg: 0.91 0.97 0.99 2/65 5709
/proc/meminfo: memFree=1607288/2055920 swapFree=4095540/4192956
[pid=5708] ppid=5706 vsize=99460 CPUtime=1.49
/proc/5708/stat : 5708 (casperzito) R 5706 5708 5201 0 -1 4194304 705 0 0 0 149 0 0 0 25 0 1 0 1549253885 101847040 665 996147200 134512640 135472138 4294956224 18446744073709551615 134873841 0 0 4096 0 0 0 0 17 0 0 0
/proc/5708/statm: 24865 665 479 234 0 23567 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 99460

[startup+3.10108 s]
/proc/loadavg: 0.91 0.97 0.99 2/65 5709
/proc/meminfo: memFree=1607096/2055920 swapFree=4095540/4192956
[pid=5708] ppid=5706 vsize=99460 CPUtime=3.09
/proc/5708/stat : 5708 (casperzito) R 5706 5708 5201 0 -1 4194304 751 0 0 0 309 0 0 0 25 0 1 0 1549253885 101847040 711 996147200 134512640 135472138 4294956224 18446744073709551615 134578094 0 0 4096 0 0 0 0 17 0 0 0
/proc/5708/statm: 24865 711 495 234 0 23567 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 99460

[startup+6.30249 s]
/proc/loadavg: 0.92 0.97 0.99 2/65 5709
/proc/meminfo: memFree=1606968/2055920 swapFree=4095540/4192956
[pid=5708] ppid=5706 vsize=99460 CPUtime=6.29
/proc/5708/stat : 5708 (casperzito) R 5706 5708 5201 0 -1 4194304 752 0 0 0 629 0 0 0 25 0 1 0 1549253885 101847040 712 996147200 134512640 135472138 4294956224 18446744073709551615 134580304 0 0 4096 0 0 0 0 17 0 0 0
/proc/5708/statm: 24865 712 495 234 0 23567 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 99460

[startup+12.7013 s]
/proc/loadavg: 0.93 0.97 0.99 2/65 5709
/proc/meminfo: memFree=1606840/2055920 swapFree=4095540/4192956
[pid=5708] ppid=5706 vsize=99460 CPUtime=12.68
/proc/5708/stat : 5708 (casperzito) R 5706 5708 5201 0 -1 4194304 756 0 0 0 1268 0 0 0 25 0 1 0 1549253885 101847040 716 996147200 134512640 135472138 4294956224 18446744073709551615 134873458 0 0 4096 0 0 0 0 17 0 0 0
/proc/5708/statm: 24865 716 495 234 0 23567 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 99460

[startup+25.502 s]
/proc/loadavg: 0.94 0.97 0.99 2/65 5709
/proc/meminfo: memFree=1606840/2055920 swapFree=4095540/4192956
[pid=5708] ppid=5706 vsize=99460 CPUtime=25.47
/proc/5708/stat : 5708 (casperzito) R 5706 5708 5201 0 -1 4194304 757 0 0 0 2547 0 0 0 25 0 1 0 1549253885 101847040 717 996147200 134512640 135472138 4294956224 18446744073709551615 134936369 0 0 4096 0 0 0 0 17 0 0 0
/proc/5708/statm: 24865 717 495 234 0 23567 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 99460

[startup+51.1013 s]
/proc/loadavg: 0.96 0.97 0.99 2/65 5709
/proc/meminfo: memFree=1606840/2055920 swapFree=4095540/4192956
[pid=5708] ppid=5706 vsize=99460 CPUtime=51.05
/proc/5708/stat : 5708 (casperzito) R 5706 5708 5201 0 -1 4194304 771 0 0 0 5105 0 0 0 25 0 1 0 1549253885 101847040 731 996147200 134512640 135472138 4294956224 18446744073709551615 134936369 0 0 4096 0 0 0 0 17 0 0 0
/proc/5708/statm: 24865 731 496 234 0 23567 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 99460

[startup+102.306 s]
/proc/loadavg: 0.98 0.97 0.99 2/65 5709
/proc/meminfo: memFree=1606648/2055920 swapFree=4095540/4192956
[pid=5708] ppid=5706 vsize=99460 CPUtime=102.2
/proc/5708/stat : 5708 (casperzito) R 5706 5708 5201 0 -1 4194304 777 0 0 0 10220 0 0 0 25 0 1 0 1549253885 101847040 737 996147200 134512640 135472138 4294956224 18446744073709551615 134580322 0 0 4096 0 0 0 0 17 0 0 0
/proc/5708/statm: 24865 737 497 234 0 23567 0
Current children cumulated CPU time (s) 102.2
Current children cumulated vsize (KiB) 99460

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 5709
/proc/meminfo: memFree=1606648/2055920 swapFree=4095540/4192956
[pid=5708] ppid=5706 vsize=99460 CPUtime=162.16
/proc/5708/stat : 5708 (casperzito) R 5706 5708 5201 0 -1 4194304 777 0 0 0 16216 0 0 0 25 0 1 0 1549253885 101847040 737 996147200 134512640 135472138 4294956224 18446744073709551615 134578089 0 0 4096 0 0 0 0 17 0 0 0
/proc/5708/statm: 24865 737 497 234 0 23567 0
Current children cumulated CPU time (s) 162.16
Current children cumulated vsize (KiB) 99460

[startup+222.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 5709
/proc/meminfo: memFree=1606648/2055920 swapFree=4095540/4192956
[pid=5708] ppid=5706 vsize=99460 CPUtime=222.12
/proc/5708/stat : 5708 (casperzito) R 5706 5708 5201 0 -1 4194304 777 0 0 0 22212 0 0 0 25 0 1 0 1549253885 101847040 737 996147200 134512640 135472138 4294956224 18446744073709551615 134672481 0 0 4096 0 0 0 0 17 0 0 0
/proc/5708/statm: 24865 737 497 234 0 23567 0
Current children cumulated CPU time (s) 222.12
Current children cumulated vsize (KiB) 99460

[startup+282.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 5709
/proc/meminfo: memFree=1606648/2055920 swapFree=4095540/4192956
[pid=5708] ppid=5706 vsize=99460 CPUtime=282.09
/proc/5708/stat : 5708 (casperzito) R 5706 5708 5201 0 -1 4194304 778 0 0 0 28209 0 0 0 25 0 1 0 1549253885 101847040 738 996147200 134512640 135472138 4294956224 18446744073709551615 134874403 0 0 4096 0 0 0 0 17 0 0 0
/proc/5708/statm: 24865 738 497 234 0 23567 0
Current children cumulated CPU time (s) 282.09
Current children cumulated vsize (KiB) 99460

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 5709
/proc/meminfo: memFree=1606648/2055920 swapFree=4095540/4192956
[pid=5708] ppid=5706 vsize=99460 CPUtime=342.04
/proc/5708/stat : 5708 (casperzito) R 5706 5708 5201 0 -1 4194304 778 0 0 0 34204 0 0 0 25 0 1 0 1549253885 101847040 738 996147200 134512640 135472138 4294956224 18446744073709551615 134578086 0 0 4096 0 0 0 0 17 0 0 0
/proc/5708/statm: 24865 738 497 234 0 23567 0
Current children cumulated CPU time (s) 342.04
Current children cumulated vsize (KiB) 99460

[startup+402.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 5709
/proc/meminfo: memFree=1606712/2055920 swapFree=4095540/4192956
[pid=5708] ppid=5706 vsize=99460 CPUtime=401.99
/proc/5708/stat : 5708 (casperzito) R 5706 5708 5201 0 -1 4194304 779 0 0 0 40199 0 0 0 25 0 1 0 1549253885 101847040 739 996147200 134512640 135472138 4294956224 18446744073709551615 134873841 0 0 4096 0 0 0 0 17 1 0 0
/proc/5708/statm: 24865 739 497 234 0 23567 0
Current children cumulated CPU time (s) 401.99
Current children cumulated vsize (KiB) 99460

[startup+462.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 5709
/proc/meminfo: memFree=1606712/2055920 swapFree=4095540/4192956
[pid=5708] ppid=5706 vsize=99460 CPUtime=461.94
/proc/5708/stat : 5708 (casperzito) R 5706 5708 5201 0 -1 4194304 780 0 0 0 46194 0 0 0 25 0 1 0 1549253885 101847040 740 996147200 134512640 135472138 4294956224 18446744073709551615 134578080 0 0 4096 0 0 0 0 17 0 0 0
/proc/5708/statm: 24865 740 497 234 0 23567 0
Current children cumulated CPU time (s) 461.94
Current children cumulated vsize (KiB) 99460

[startup+522.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 5709
/proc/meminfo: memFree=1606712/2055920 swapFree=4095540/4192956
[pid=5708] ppid=5706 vsize=99460 CPUtime=521.9
/proc/5708/stat : 5708 (casperzito) R 5706 5708 5201 0 -1 4194304 781 0 0 0 52190 0 0 0 25 0 1 0 1549253885 101847040 741 996147200 134512640 135472138 4294956224 18446744073709551615 134578193 0 0 4096 0 0 0 0 17 1 0 0
/proc/5708/statm: 24865 741 497 234 0 23567 0
Current children cumulated CPU time (s) 521.9
Current children cumulated vsize (KiB) 99460

[startup+582.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 5709
/proc/meminfo: memFree=1606648/2055920 swapFree=4095540/4192956
[pid=5708] ppid=5706 vsize=99460 CPUtime=581.87
/proc/5708/stat : 5708 (casperzito) R 5706 5708 5201 0 -1 4194304 783 0 0 0 58186 1 0 0 25 0 1 0 1549253885 101847040 743 996147200 134512640 135472138 4294956224 18446744073709551615 134873482 0 0 4096 0 0 0 0 17 0 0 0
/proc/5708/statm: 24865 743 497 234 0 23567 0
Current children cumulated CPU time (s) 581.87
Current children cumulated vsize (KiB) 99460

[startup+642.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 5709
/proc/meminfo: memFree=1606712/2055920 swapFree=4095540/4192956
[pid=5708] ppid=5706 vsize=99460 CPUtime=641.81
/proc/5708/stat : 5708 (casperzito) R 5706 5708 5201 0 -1 4194304 783 0 0 0 64180 1 0 0 25 0 1 0 1549253885 101847040 743 996147200 134512640 135472138 4294956224 18446744073709551615 134873817 0 0 4096 0 0 0 0 17 0 0 0
/proc/5708/statm: 24865 743 497 234 0 23567 0
Current children cumulated CPU time (s) 641.81
Current children cumulated vsize (KiB) 99460

[startup+702.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 5709
/proc/meminfo: memFree=1606584/2055920 swapFree=4095540/4192956
[pid=5708] ppid=5706 vsize=99460 CPUtime=701.76
/proc/5708/stat : 5708 (casperzito) R 5706 5708 5201 0 -1 4194304 783 0 0 0 70175 1 0 0 25 0 1 0 1549253885 101847040 743 996147200 134512640 135472138 4294956224 18446744073709551615 134581155 0 0 4096 0 0 0 0 17 0 0 0
/proc/5708/statm: 24865 743 497 234 0 23567 0
Current children cumulated CPU time (s) 701.76
Current children cumulated vsize (KiB) 99460

[startup+762.305 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 5709
/proc/meminfo: memFree=1606584/2055920 swapFree=4095540/4192956
[pid=5708] ppid=5706 vsize=99460 CPUtime=761.71
/proc/5708/stat : 5708 (casperzito) R 5706 5708 5201 0 -1 4194304 783 0 0 0 76170 1 0 0 25 0 1 0 1549253885 101847040 743 996147200 134512640 135472138 4294956224 18446744073709551615 134691136 0 0 4096 0 0 0 0 17 1 0 0
/proc/5708/statm: 24865 743 497 234 0 23567 0
Current children cumulated CPU time (s) 761.71
Current children cumulated vsize (KiB) 99460

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

[startup+763.101 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 5709
/proc/meminfo: memFree=1606584/2055920 swapFree=4095540/4192956
[pid=5708] ppid=5706 vsize=99460 CPUtime=762.5
/proc/5708/stat : 5708 (casperzito) R 5706 5708 5201 0 -1 4194304 783 0 0 0 76249 1 0 0 25 0 1 0 1549253885 101847040 743 996147200 134512640 135472138 4294956224 18446744073709551615 134578604 0 0 4096 0 0 0 0 17 1 0 0
/proc/5708/statm: 24865 743 497 234 0 23567 0
Current children cumulated CPU time (s) 762.5
Current children cumulated vsize (KiB) 99460

[startup+763.501 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 5709
/proc/meminfo: memFree=1606584/2055920 swapFree=4095540/4192956
[pid=5708] ppid=5706 vsize=99460 CPUtime=762.9
/proc/5708/stat : 5708 (casperzito) R 5706 5708 5201 0 -1 4194304 783 0 0 0 76289 1 0 0 25 0 1 0 1549253885 101847040 743 996147200 134512640 135472138 4294956224 18446744073709551615 134672481 0 0 4096 0 0 0 0 17 1 0 0
/proc/5708/statm: 24865 743 497 234 0 23567 0
Current children cumulated CPU time (s) 762.9
Current children cumulated vsize (KiB) 99460

[startup+763.601 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 5709
/proc/meminfo: memFree=1606584/2055920 swapFree=4095540/4192956
[pid=5708] ppid=5706 vsize=99460 CPUtime=763
/proc/5708/stat : 5708 (casperzito) R 5706 5708 5201 0 -1 4194304 783 0 0 0 76299 1 0 0 25 0 1 0 1549253885 101847040 743 996147200 134512640 135472138 4294956224 18446744073709551615 134916388 0 0 4096 0 0 0 0 17 1 0 0
/proc/5708/statm: 24865 743 497 234 0 23567 0
Current children cumulated CPU time (s) 763
Current children cumulated vsize (KiB) 99460

Child status: 0
Real time (s): 763.643
CPU time (s): 763.048
CPU user time (s): 763.035
CPU system time (s): 0.012998
CPU usage (%): 99.9221
Max. virtual memory (cumulated for all children) (KiB): 99460

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 763.035
system time used= 0.012998
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 786
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 16
involuntary context switches= 2320

runsolver used 0.71989 second user time and 2.06569 second system time

The end

Launcher Data (download as text)

Begin job on node40 at 2008-07-04 20:24:22
IDJOB=1077821
IDBENCH=56714
IDSOLVER=362
FILE ID=node40/1077821-1215195862
PBS_JOBID= 7881622
Free space on /tmp= 66552 MiB

SOLVER NAME= casper zito
BENCH NAME= CPAI08/csp/primes-10/normalized-primes-10-40-2-7.xml
COMMAND LINE= HOME/casperzito BENCHNAME RANDOMSEED 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1077821-1215195862/watcher-1077821-1215195862 -o /tmp/evaluation-result-1077821-1215195862/solver-1077821-1215195862 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/casperzito HOME/instance-1077821-1215195862.xml 77763972 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 5f58b2e48b45468f2f81f3f76ae83a1d
RANDOM SEED=77763972

node40.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.209
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.209
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:       1608544 kB
Buffers:         65532 kB
Cached:         242792 kB
SwapCached:      91516 kB
Active:         285172 kB
Inactive:       117136 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1608544 kB
SwapTotal:     4192956 kB
SwapFree:      4095540 kB
Dirty:            2880 kB
Writeback:           0 kB
Mapped:          99300 kB
Slab:            30872 kB
Committed_AS:  3001348 kB
PageTables:       1612 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= 66548 MiB
End job on node40 at 2008-07-04 20:37:06