Trace number 1043789

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 zito? (TO) 1800.07 1824.61

General information on the benchmark

Namecsp/rcpsp/
normalized-rcpsp25-32.xml
MD5SUMff77f8a9999d6e61493a8970721c6052
Bench CategoryGLOBAL (global constraints)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark2.78557
Satisfiable
(Un)Satisfiability was proved
Number of variables25
Number of constraints48
Maximum constraint arity25
Maximum domain size30
Number of constraints which are defined in extension0
Number of constraints which are defined in intension45
Global constraints used (with number of constraints)cumulative(3)

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.00	c Building = 1
0.00/0.01	c [ NumberOfVariables = 25 ]
0.00/0.01	c [ NumberOfConstraints = 48 ]
0.00/0.01	c [ SizeOfSearchSpace(log2) = 119.52 ]
0.00/0.01	c SymmetrySearch = 1
0.00/0.01	c [ Found 256 symmetries ]
0.00/0.01	c InitialPropagation = 1
0.00/0.01	c [ SizeOfSearchSpace(log2) = 98.3429 ]
0.00/0.01	c InitialSAC = 1
0.00/0.02	c [ SizeOfSearchSpace(log2) = 98.3429 ]
0.00/0.02	c Search(SampleFF) : 
67.14/68.20	c [ Sampling domwdeg ]
67.14/68.20	c [ Sampling impacts ]
67.14/68.20	c [ SamplingScores: ]
67.14/68.20	c [ domwdeg+min = 0.00135864 | domwdeg+rnd = 0.000116036 ]
67.14/68.20	c [ impacts+min = 0.000585374 | impacts+rnd = 9.23259e-05 ]
67.14/68.20	c [ la+min = 0 | la+rnd = 0 ]
67.14/68.20	c [ domwdeg = 0.000737337 | impacts = 0.00033885 | la = 0 ]
67.14/68.20	c [ min = 0.000648004 | rand = 0.00033885 ]
67.14/68.20	c [ restarting at (3.96356,5.25731e-10) ]
77.00/78.12	c [ restarting at (9.9089,4.1442e-09) ]
101.44/102.94	c [ restarting at (24.7722,2.05734e-11) ]
162.57/164.97	c [ restarting at (61.9306,1.32822e-12) ]
315.48/320.05	c [ restarting at (154.827,3.00968e-08) ]
697.70/707.79	c [ restarting at (387.066,0.0010391) ]
1655.06/1677.03	c [ restarting at (967.666,1.25299e-08) ]

Verifier Data (download as text)

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: 

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-1043789-1215025122/watcher-1043789-1215025122 -o /tmp/evaluation-result-1043789-1215025122/solver-1043789-1215025122 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/casperzito HOME/instance-1043789-1215025122.xml 419309285 

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.22 2.11 2.03 4/94 7586
/proc/meminfo: memFree=1727344/2055920 swapFree=4165996/4192956
[pid=7586] ppid=7584 vsize=5348 CPUtime=0
/proc/7586/stat : 7586 (casperzito) R 7584 7586 4070 0 -1 4194304 215 0 0 0 0 0 0 0 18 0 1 0 615730029 5476352 190 996147200 134512640 135472138 4294956224 18446744073709551615 10394488 0 0 4096 0 0 0 0 17 0 0 0
/proc/7586/statm: 1337 190 156 234 0 27 0

[startup+0.050195 s]
/proc/loadavg: 2.22 2.11 2.03 4/94 7586
/proc/meminfo: memFree=1727344/2055920 swapFree=4165996/4192956
[pid=7586] ppid=7584 vsize=99280 CPUtime=0.04
/proc/7586/stat : 7586 (casperzito) R 7584 7586 4070 0 -1 4194304 683 0 0 0 4 0 0 0 18 0 1 0 615730029 101662720 643 996147200 134512640 135472138 4294956224 18446744073709551615 134943607 0 0 4096 0 0 0 0 17 0 0 0
/proc/7586/statm: 24820 643 515 234 0 23522 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 99280

[startup+0.101204 s]
/proc/loadavg: 2.22 2.11 2.03 4/94 7586
/proc/meminfo: memFree=1727344/2055920 swapFree=4165996/4192956
[pid=7586] ppid=7584 vsize=99280 CPUtime=0.09
/proc/7586/stat : 7586 (casperzito) R 7584 7586 4070 0 -1 4194304 684 0 0 0 9 0 0 0 18 0 1 0 615730029 101662720 644 996147200 134512640 135472138 4294956224 18446744073709551615 134939960 0 0 4096 0 0 0 0 17 0 0 0
/proc/7586/statm: 24820 644 515 234 0 23522 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 99280

[startup+0.301242 s]
/proc/loadavg: 2.22 2.11 2.03 4/94 7586
/proc/meminfo: memFree=1727344/2055920 swapFree=4165996/4192956
[pid=7586] ppid=7584 vsize=99280 CPUtime=0.29
/proc/7586/stat : 7586 (casperzito) R 7584 7586 4070 0 -1 4194304 685 0 0 0 29 0 0 0 19 0 1 0 615730029 101662720 645 996147200 134512640 135472138 4294956224 18446744073709551615 10542196 0 0 4096 0 0 0 0 17 0 0 0
/proc/7586/statm: 24820 645 516 234 0 23522 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 99280

[startup+0.701321 s]
/proc/loadavg: 2.22 2.11 2.03 4/94 7586
/proc/meminfo: memFree=1727344/2055920 swapFree=4165996/4192956
[pid=7586] ppid=7584 vsize=99280 CPUtime=0.68
/proc/7586/stat : 7586 (casperzito) R 7584 7586 4070 0 -1 4194304 685 0 0 0 68 0 0 0 23 0 1 0 615730029 101662720 645 996147200 134512640 135472138 4294956224 18446744073709551615 135262881 0 0 4096 0 0 0 0 17 0 0 0
/proc/7586/statm: 24820 645 516 234 0 23522 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 99280

[startup+1.50148 s]
/proc/loadavg: 2.22 2.11 2.03 3/95 7587
/proc/meminfo: memFree=1726760/2055920 swapFree=4165996/4192956
[pid=7586] ppid=7584 vsize=99280 CPUtime=1.47
/proc/7586/stat : 7586 (casperzito) R 7584 7586 4070 0 -1 4194304 686 0 0 0 147 0 0 0 25 0 1 0 615730029 101662720 646 996147200 134512640 135472138 4294956224 18446744073709551615 134943767 0 0 4096 0 0 0 0 17 0 0 0
/proc/7586/statm: 24820 646 516 234 0 23522 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 99280

[startup+3.10179 s]
/proc/loadavg: 2.22 2.11 2.03 3/95 7587
/proc/meminfo: memFree=1726632/2055920 swapFree=4165996/4192956
[pid=7586] ppid=7584 vsize=99280 CPUtime=3.05
/proc/7586/stat : 7586 (casperzito) R 7584 7586 4070 0 -1 4194304 687 0 0 0 305 0 0 0 25 0 1 0 615730029 101662720 647 996147200 134512640 135472138 4294956224 18446744073709551615 134943572 0 0 4096 0 0 0 0 17 0 0 0
/proc/7586/statm: 24820 647 516 234 0 23522 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 99280

[startup+6.30143 s]
/proc/loadavg: 2.20 2.11 2.03 3/95 7587
/proc/meminfo: memFree=1726568/2055920 swapFree=4165996/4192956
[pid=7586] ppid=7584 vsize=99280 CPUtime=6.2
/proc/7586/stat : 7586 (casperzito) R 7584 7586 4070 0 -1 4194304 688 0 0 0 620 0 0 0 25 0 1 0 615730029 101662720 648 996147200 134512640 135472138 4294956224 18446744073709551615 135009104 0 0 4096 0 0 0 0 17 0 0 0
/proc/7586/statm: 24820 648 516 234 0 23522 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 99280

[startup+12.7017 s]
/proc/loadavg: 2.19 2.10 2.03 3/95 7587
/proc/meminfo: memFree=1726456/2055920 swapFree=4165996/4192956
[pid=7586] ppid=7584 vsize=99280 CPUtime=12.51
/proc/7586/stat : 7586 (casperzito) R 7584 7586 4070 0 -1 4194304 689 0 0 0 1251 0 0 0 25 0 1 0 615730029 101662720 649 996147200 134512640 135472138 4294956224 18446744073709551615 135265490 0 0 4096 0 0 0 0 17 0 0 0
/proc/7586/statm: 24820 649 516 234 0 23522 0
Current children cumulated CPU time (s) 12.51
Current children cumulated vsize (KiB) 99280

[startup+25.5012 s]
/proc/loadavg: 2.14 2.10 2.03 3/95 7587
/proc/meminfo: memFree=1726456/2055920 swapFree=4165996/4192956
[pid=7586] ppid=7584 vsize=99280 CPUtime=25.12
/proc/7586/stat : 7586 (casperzito) R 7584 7586 4070 0 -1 4194304 694 0 0 0 2512 0 0 0 25 0 1 0 615730029 101662720 654 996147200 134512640 135472138 4294956224 18446744073709551615 134943572 0 0 4096 0 0 0 0 17 0 0 0
/proc/7586/statm: 24820 654 516 234 0 23522 0
Current children cumulated CPU time (s) 25.12
Current children cumulated vsize (KiB) 99280

[startup+51.1013 s]
/proc/loadavg: 2.09 2.09 2.02 3/95 7587
/proc/meminfo: memFree=1726584/2055920 swapFree=4165996/4192956
[pid=7586] ppid=7584 vsize=99280 CPUtime=50.37
/proc/7586/stat : 7586 (casperzito) R 7584 7586 4070 0 -1 4194304 697 0 0 0 5036 1 0 0 25 0 1 0 615730029 101662720 657 996147200 134512640 135472138 4294956224 18446744073709551615 134943627 0 0 4096 0 0 0 0 17 0 0 0
/proc/7586/statm: 24820 657 518 234 0 23522 0
Current children cumulated CPU time (s) 50.37
Current children cumulated vsize (KiB) 99280

[startup+102.306 s]
/proc/loadavg: 2.04 2.07 2.02 3/95 7588
/proc/meminfo: memFree=1726456/2055920 swapFree=4165996/4192956
[pid=7586] ppid=7584 vsize=99280 CPUtime=100.85
/proc/7586/stat : 7586 (casperzito) R 7584 7586 4070 0 -1 4194304 703 0 0 0 10084 1 0 0 25 0 1 0 615730029 101662720 663 996147200 134512640 135472138 4294956224 18446744073709551615 134941307 0 0 4096 0 0 0 0 17 0 0 0
/proc/7586/statm: 24820 663 519 234 0 23522 0
Current children cumulated CPU time (s) 100.85
Current children cumulated vsize (KiB) 99280

[startup+162.301 s]
/proc/loadavg: 2.01 2.06 2.01 3/95 7594
/proc/meminfo: memFree=1726328/2055920 swapFree=4165996/4192956
[pid=7586] ppid=7584 vsize=99280 CPUtime=160
/proc/7586/stat : 7586 (casperzito) R 7584 7586 4070 0 -1 4194304 703 0 0 0 15999 1 0 0 25 0 1 0 615730029 101662720 663 996147200 134512640 135472138 4294956224 18446744073709551615 135264401 0 0 4096 0 0 0 0 17 0 0 0
/proc/7586/statm: 24820 663 519 234 0 23522 0
Current children cumulated CPU time (s) 160
Current children cumulated vsize (KiB) 99280

[startup+222.302 s]
/proc/loadavg: 2.00 2.04 2.01 3/95 7594
/proc/meminfo: memFree=1726328/2055920 swapFree=4165996/4192956
[pid=7586] ppid=7584 vsize=99280 CPUtime=219.15
/proc/7586/stat : 7586 (casperzito) R 7584 7586 4070 0 -1 4194304 703 0 0 0 21914 1 0 0 25 0 1 0 615730029 101662720 663 996147200 134512640 135472138 4294956224 18446744073709551615 134941013 0 0 4096 0 0 0 0 17 0 0 0
/proc/7586/statm: 24820 663 519 234 0 23522 0
Current children cumulated CPU time (s) 219.15
Current children cumulated vsize (KiB) 99280

[startup+282.302 s]
/proc/loadavg: 2.00 2.03 2.00 3/95 7594
/proc/meminfo: memFree=1726328/2055920 swapFree=4165996/4192956
[pid=7586] ppid=7584 vsize=99280 CPUtime=278.3
/proc/7586/stat : 7586 (casperzito) R 7584 7586 4070 0 -1 4194304 704 0 0 0 27829 1 0 0 25 0 1 0 615730029 101662720 664 996147200 134512640 135472138 4294956224 18446744073709551615 134943796 0 0 4096 0 0 0 0 17 0 0 0
/proc/7586/statm: 24820 664 519 234 0 23522 0
Current children cumulated CPU time (s) 278.3
Current children cumulated vsize (KiB) 99280

[startup+342.302 s]
/proc/loadavg: 2.00 2.03 2.00 3/95 7595
/proc/meminfo: memFree=1725944/2055920 swapFree=4165996/4192956
[pid=7586] ppid=7584 vsize=99280 CPUtime=337.45
/proc/7586/stat : 7586 (casperzito) R 7584 7586 4070 0 -1 4194304 705 0 0 0 33744 1 0 0 25 0 1 0 615730029 101662720 665 996147200 134512640 135472138 4294956224 18446744073709551615 134943820 0 0 4096 0 0 0 0 17 0 0 0
/proc/7586/statm: 24820 665 519 234 0 23522 0
Current children cumulated CPU time (s) 337.45
Current children cumulated vsize (KiB) 99280

[startup+402.302 s]
/proc/loadavg: 2.00 2.02 2.00 3/95 7595
/proc/meminfo: memFree=1725816/2055920 swapFree=4165996/4192956
[pid=7586] ppid=7584 vsize=99280 CPUtime=396.61
/proc/7586/stat : 7586 (casperzito) R 7584 7586 4070 0 -1 4194304 705 0 0 0 39660 1 0 0 25 0 1 0 615730029 101662720 665 996147200 134512640 135472138 4294956224 18446744073709551615 134691617 0 0 4096 0 0 0 0 17 0 0 0
/proc/7586/statm: 24820 665 519 234 0 23522 0
Current children cumulated CPU time (s) 396.61
Current children cumulated vsize (KiB) 99280

[startup+462.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/95 7595
/proc/meminfo: memFree=1725816/2055920 swapFree=4165996/4192956
[pid=7586] ppid=7584 vsize=99280 CPUtime=455.76
/proc/7586/stat : 7586 (casperzito) R 7584 7586 4070 0 -1 4194304 705 0 0 0 45575 1 0 0 25 0 1 0 615730029 101662720 665 996147200 134512640 135472138 4294956224 18446744073709551615 134941127 0 0 4096 0 0 0 0 17 0 0 0
/proc/7586/statm: 24820 665 519 234 0 23522 0
Current children cumulated CPU time (s) 455.76
Current children cumulated vsize (KiB) 99280

[startup+522.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/95 7595
/proc/meminfo: memFree=1725816/2055920 swapFree=4165996/4192956
[pid=7586] ppid=7584 vsize=99280 CPUtime=514.92
/proc/7586/stat : 7586 (casperzito) R 7584 7586 4070 0 -1 4194304 705 0 0 0 51491 1 0 0 25 0 1 0 615730029 101662720 665 996147200 134512640 135472138 4294956224 18446744073709551615 134941211 0 0 4096 0 0 0 0 17 0 0 0
/proc/7586/statm: 24820 665 519 234 0 23522 0
Current children cumulated CPU time (s) 514.92
Current children cumulated vsize (KiB) 99280

[startup+582.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/95 7595
/proc/meminfo: memFree=1725816/2055920 swapFree=4165996/4192956
[pid=7586] ppid=7584 vsize=99280 CPUtime=574.07
/proc/7586/stat : 7586 (casperzito) R 7584 7586 4070 0 -1 4194304 705 0 0 0 57406 1 0 0 25 0 1 0 615730029 101662720 665 996147200 134512640 135472138 4294956224 18446744073709551615 134897459 0 0 4096 0 0 0 0 17 0 0 0
/proc/7586/statm: 24820 665 519 234 0 23522 0
Current children cumulated CPU time (s) 574.07
Current children cumulated vsize (KiB) 99280

[startup+642.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/95 7595
/proc/meminfo: memFree=1725688/2055920 swapFree=4165996/4192956
[pid=7586] ppid=7584 vsize=99280 CPUtime=633.23
/proc/7586/stat : 7586 (casperzito) R 7584 7586 4070 0 -1 4194304 705 0 0 0 63322 1 0 0 25 0 1 0 615730029 101662720 665 996147200 134512640 135472138 4294956224 18446744073709551615 134941013 0 0 4096 0 0 0 0 17 0 0 0
/proc/7586/statm: 24820 665 519 234 0 23522 0
Current children cumulated CPU time (s) 633.23
Current children cumulated vsize (KiB) 99280


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

[startup+822.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/95 7595
/proc/meminfo: memFree=1725560/2055920 swapFree=4165996/4192956
[pid=7586] ppid=7584 vsize=99280 CPUtime=810.69
/proc/7586/stat : 7586 (casperzito) R 7584 7586 4070 0 -1 4194304 705 0 0 0 81067 2 0 0 25 0 1 0 615730029 101662720 665 996147200 134512640 135472138 4294956224 18446744073709551615 134943767 0 0 4096 0 0 0 0 17 0 0 0
/proc/7586/statm: 24820 665 519 234 0 23522 0
Current children cumulated CPU time (s) 810.69
Current children cumulated vsize (KiB) 99280

[startup+882.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/95 7595
/proc/meminfo: memFree=1725560/2055920 swapFree=4165996/4192956
[pid=7586] ppid=7584 vsize=99280 CPUtime=869.85
/proc/7586/stat : 7586 (casperzito) R 7584 7586 4070 0 -1 4194304 706 0 0 0 86983 2 0 0 25 0 1 0 615730029 101662720 666 996147200 134512640 135472138 4294956224 18446744073709551615 134943721 0 0 4096 0 0 0 0 17 0 0 0
/proc/7586/statm: 24820 666 519 234 0 23522 0
Current children cumulated CPU time (s) 869.85
Current children cumulated vsize (KiB) 99280

[startup+942.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/95 7595
/proc/meminfo: memFree=1725432/2055920 swapFree=4165996/4192956
[pid=7586] ppid=7584 vsize=99280 CPUtime=929
/proc/7586/stat : 7586 (casperzito) R 7584 7586 4070 0 -1 4194304 706 0 0 0 92898 2 0 0 25 0 1 0 615730029 101662720 666 996147200 134512640 135472138 4294956224 18446744073709551615 134941211 0 0 4096 0 0 0 0 17 0 0 0
/proc/7586/statm: 24820 666 519 234 0 23522 0
Current children cumulated CPU time (s) 929
Current children cumulated vsize (KiB) 99280

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/95 7595
/proc/meminfo: memFree=1725432/2055920 swapFree=4165996/4192956
[pid=7586] ppid=7584 vsize=99280 CPUtime=988.15
/proc/7586/stat : 7586 (casperzito) R 7584 7586 4070 0 -1 4194304 706 0 0 0 98813 2 0 0 25 0 1 0 615730029 101662720 666 996147200 134512640 135472138 4294956224 18446744073709551615 135266940 0 0 4096 0 0 0 0 17 0 0 0
/proc/7586/statm: 24820 666 519 234 0 23522 0
Current children cumulated CPU time (s) 988.15
Current children cumulated vsize (KiB) 99280

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/95 7595
/proc/meminfo: memFree=1725304/2055920 swapFree=4165996/4192956
[pid=7586] ppid=7584 vsize=99280 CPUtime=1047.31
/proc/7586/stat : 7586 (casperzito) R 7584 7586 4070 0 -1 4194304 706 0 0 0 104729 2 0 0 25 0 1 0 615730029 101662720 666 996147200 134512640 135472138 4294956224 18446744073709551615 134892460 0 0 4096 0 0 0 0 17 0 0 0
/proc/7586/statm: 24820 666 519 234 0 23522 0
Current children cumulated CPU time (s) 1047.31
Current children cumulated vsize (KiB) 99280

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/95 7595
/proc/meminfo: memFree=1725240/2055920 swapFree=4165996/4192956
[pid=7586] ppid=7584 vsize=99280 CPUtime=1106.46
/proc/7586/stat : 7586 (casperzito) R 7584 7586 4070 0 -1 4194304 706 0 0 0 110644 2 0 0 25 0 1 0 615730029 101662720 666 996147200 134512640 135472138 4294956224 18446744073709551615 134943653 0 0 4096 0 0 0 0 17 0 0 0
/proc/7586/statm: 24820 666 519 234 0 23522 0
Current children cumulated CPU time (s) 1106.46
Current children cumulated vsize (KiB) 99280

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/95 7595
/proc/meminfo: memFree=1725240/2055920 swapFree=4165996/4192956
[pid=7586] ppid=7584 vsize=99280 CPUtime=1165.61
/proc/7586/stat : 7586 (casperzito) R 7584 7586 4070 0 -1 4194304 706 0 0 0 116559 2 0 0 25 0 1 0 615730029 101662720 666 996147200 134512640 135472138 4294956224 18446744073709551615 134943598 0 0 4096 0 0 0 0 17 0 0 0
/proc/7586/statm: 24820 666 519 234 0 23522 0
Current children cumulated CPU time (s) 1165.61
Current children cumulated vsize (KiB) 99280

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 7598
/proc/meminfo: memFree=1753464/2055920 swapFree=4165996/4192956
[pid=7586] ppid=7584 vsize=99280 CPUtime=1225.24
/proc/7586/stat : 7586 (casperzito) R 7584 7586 4070 0 -1 4194304 706 0 0 0 122521 3 0 0 25 0 1 0 615730029 101662720 666 996147200 134512640 135472138 4294956224 18446744073709551615 135004767 0 0 4096 0 0 0 0 17 1 0 0
/proc/7586/statm: 24820 666 519 234 0 23522 0
Current children cumulated CPU time (s) 1225.24
Current children cumulated vsize (KiB) 99280

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 7598
/proc/meminfo: memFree=1753272/2055920 swapFree=4165996/4192956
[pid=7586] ppid=7584 vsize=99280 CPUtime=1285
/proc/7586/stat : 7586 (casperzito) R 7584 7586 4070 0 -1 4194304 706 0 0 0 128497 3 0 0 25 0 1 0 615730029 101662720 666 996147200 134512640 135472138 4294956224 18446744073709551615 134943731 0 0 4096 0 0 0 0 17 1 0 0
/proc/7586/statm: 24820 666 519 234 0 23522 0
Current children cumulated CPU time (s) 1285
Current children cumulated vsize (KiB) 99280

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 7598
/proc/meminfo: memFree=1753272/2055920 swapFree=4165996/4192956
[pid=7586] ppid=7584 vsize=99280 CPUtime=1344.76
/proc/7586/stat : 7586 (casperzito) R 7584 7586 4070 0 -1 4194304 706 0 0 0 134473 3 0 0 25 0 1 0 615730029 101662720 666 996147200 134512640 135472138 4294956224 18446744073709551615 134941010 0 0 4096 0 0 0 0 17 1 0 0
/proc/7586/statm: 24820 666 519 234 0 23522 0
Current children cumulated CPU time (s) 1344.76
Current children cumulated vsize (KiB) 99280

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 7598
/proc/meminfo: memFree=1753272/2055920 swapFree=4165996/4192956
[pid=7586] ppid=7584 vsize=99280 CPUtime=1404.52
/proc/7586/stat : 7586 (casperzito) R 7584 7586 4070 0 -1 4194304 706 0 0 0 140449 3 0 0 25 0 1 0 615730029 101662720 666 996147200 134512640 135472138 4294956224 18446744073709551615 10858072 0 0 4096 0 0 0 0 17 1 0 0
/proc/7586/statm: 24820 666 519 234 0 23522 0
Current children cumulated CPU time (s) 1404.52
Current children cumulated vsize (KiB) 99280

[startup+1482.3 s]
/proc/loadavg: 2.41 2.11 2.03 4/95 7654
/proc/meminfo: memFree=1723848/2055920 swapFree=4165996/4192956
[pid=7586] ppid=7584 vsize=99280 CPUtime=1463.8
/proc/7586/stat : 7586 (casperzito) R 7584 7586 4070 0 -1 4194304 706 0 0 0 146376 4 0 0 25 0 1 0 615730029 101662720 666 996147200 134512640 135472138 4294956224 18446744073709551615 134941178 0 0 4096 0 0 0 0 17 1 0 0
/proc/7586/statm: 24820 666 519 234 0 23522 0
Current children cumulated CPU time (s) 1463.8
Current children cumulated vsize (KiB) 99280

[startup+1542.3 s]
/proc/loadavg: 2.15 2.08 2.03 4/95 7654
/proc/meminfo: memFree=1724040/2055920 swapFree=4165996/4192956
[pid=7586] ppid=7584 vsize=99280 CPUtime=1522.74
/proc/7586/stat : 7586 (casperzito) R 7584 7586 4070 0 -1 4194304 706 0 0 0 152270 4 0 0 25 0 1 0 615730029 101662720 666 996147200 134512640 135472138 4294956224 18446744073709551615 134941013 0 0 4096 0 0 0 0 17 1 0 0
/proc/7586/statm: 24820 666 519 234 0 23522 0
Current children cumulated CPU time (s) 1522.74
Current children cumulated vsize (KiB) 99280

[startup+1602.3 s]
/proc/loadavg: 2.05 2.07 2.02 3/95 7654
/proc/meminfo: memFree=1723912/2055920 swapFree=4165996/4192956
[pid=7586] ppid=7584 vsize=99280 CPUtime=1581.68
/proc/7586/stat : 7586 (casperzito) R 7584 7586 4070 0 -1 4194304 706 0 0 0 158164 4 0 0 25 0 1 0 615730029 101662720 666 996147200 134512640 135472138 4294956224 18446744073709551615 10859086 0 0 4096 0 0 0 0 17 1 0 0
/proc/7586/statm: 24820 666 519 234 0 23522 0
Current children cumulated CPU time (s) 1581.68
Current children cumulated vsize (KiB) 99280

[startup+1662.3 s]
/proc/loadavg: 2.02 2.05 2.02 3/95 7654
/proc/meminfo: memFree=1723848/2055920 swapFree=4165996/4192956
[pid=7586] ppid=7584 vsize=99280 CPUtime=1640.62
/proc/7586/stat : 7586 (casperzito) R 7584 7586 4070 0 -1 4194304 706 0 0 0 164058 4 0 0 25 0 1 0 615730029 101662720 666 996147200 134512640 135472138 4294956224 18446744073709551615 135009042 0 0 4096 0 0 0 0 17 1 0 0
/proc/7586/statm: 24820 666 519 234 0 23522 0
Current children cumulated CPU time (s) 1640.62
Current children cumulated vsize (KiB) 99280

[startup+1722.3 s]
/proc/loadavg: 2.00 2.04 2.01 3/95 7654
/proc/meminfo: memFree=1723784/2055920 swapFree=4165996/4192956
[pid=7586] ppid=7584 vsize=99280 CPUtime=1699.57
/proc/7586/stat : 7586 (casperzito) R 7584 7586 4070 0 -1 4194304 706 0 0 0 169953 4 0 0 25 0 1 0 615730029 101662720 666 996147200 134512640 135472138 4294956224 18446744073709551615 134943653 0 0 4096 0 0 0 0 17 1 0 0
/proc/7586/statm: 24820 666 519 234 0 23522 0
Current children cumulated CPU time (s) 1699.57
Current children cumulated vsize (KiB) 99280

[startup+1782.3 s]
/proc/loadavg: 2.00 2.03 2.01 4/95 7654
/proc/meminfo: memFree=1723592/2055920 swapFree=4165996/4192956
[pid=7586] ppid=7584 vsize=99280 CPUtime=1758.51
/proc/7586/stat : 7586 (casperzito) R 7584 7586 4070 0 -1 4194304 706 0 0 0 175847 4 0 0 25 0 1 0 615730029 101662720 666 996147200 134512640 135472138 4294956224 18446744073709551615 134943734 0 0 4096 0 0 0 0 17 1 0 0
/proc/7586/statm: 24820 666 519 234 0 23522 0
Current children cumulated CPU time (s) 1758.51
Current children cumulated vsize (KiB) 99280



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1824.6 s]
/proc/loadavg: 2.00 2.02 2.00 3/95 7654
/proc/meminfo: memFree=1723592/2055920 swapFree=4165996/4192956
[pid=7586] ppid=7584 vsize=99280 CPUtime=1800.06
/proc/7586/stat : 7586 (casperzito) R 7584 7586 4070 0 -1 4194304 706 0 0 0 180002 4 0 0 25 0 1 0 615730029 101662720 666 996147200 134512640 135472138 4294956224 18446744073709551615 135202774 0 0 4096 0 0 0 0 17 1 0 0
/proc/7586/statm: 24820 666 519 234 0 23522 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 99280

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1824.61
CPU time (s): 1800.07
CPU user time (s): 1800.02
CPU system time (s): 0.046992
CPU usage (%): 98.6552
Max. virtual memory (cumulated for all children) (KiB): 99280

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1800.02
system time used= 0.046992
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 706
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= 67165

runsolver used 2.19867 second user time and 4.44732 second system time

The end

Launcher Data (download as text)

Begin job on node77 at 2008-07-02 20:58:42
IDJOB=1043789
IDBENCH=53686
IDSOLVER=362
FILE ID=node77/1043789-1215025122
PBS_JOBID= 7874318
Free space on /tmp= 66476 MiB

SOLVER NAME= casper zito
BENCH NAME= CPAI08/csp/rcpsp/normalized-rcpsp25-32.xml
COMMAND LINE= HOME/casperzito BENCHNAME RANDOMSEED 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1043789-1215025122/watcher-1043789-1215025122 -o /tmp/evaluation-result-1043789-1215025122/solver-1043789-1215025122 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/casperzito HOME/instance-1043789-1215025122.xml 419309285 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= ff77f8a9999d6e61493a8970721c6052
RANDOM SEED=419309285

node77.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.274
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.274
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:       1727824 kB
Buffers:         34724 kB
Cached:         147976 kB
SwapCached:      20620 kB
Active:         231924 kB
Inactive:        36960 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1727824 kB
SwapTotal:     4192956 kB
SwapFree:      4165996 kB
Dirty:            3300 kB
Writeback:           0 kB
Mapped:         102320 kB
Slab:            43956 kB
Committed_AS:  1656496 kB
PageTables:       2140 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= 66476 MiB
End job on node77 at 2008-07-02 21:29:09