Trace number 1106512

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
Minion/Tailor 2008-07-04UNSAT 88.2146 90.0173

General information on the benchmark

Namecsp/pseudo/mpsReduced/
normalized-mps-red-egout.xml
MD5SUM822c45eab57e27ca684c8dab8a23d430
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark3.32249
Satisfiable
(Un)Satisfiability was proved
Number of variables1705
Number of constraints141
Maximum constraint arity420
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension141
Global constraints used (with number of constraints)

Solver Data (download as text)

88.02/89.86	c Finished tailoring XCSP instance to Minion. Starting solving
88.06/90.01	s UNSATISFIABLE

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-1106512-1215201450/watcher-1106512-1215201450 -o /tmp/evaluation-result-1106512-1215201450/solver-1106512-1215201450 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/solve.sh HOME/instance-1106512-1215201450.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): 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: 3.65 2.57 2.12 4/80 30623
/proc/meminfo: memFree=1626724/2055920 swapFree=4146768/4192956
[pid=30623] ppid=30621 vsize=5356 CPUtime=0
/proc/30623/stat : 30623 (solve.sh) S 30621 30623 30139 0 -1 4194304 285 0 0 0 0 0 0 0 18 0 1 0 675871735 5484544 235 996147200 4194304 4889804 548682068832 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30623/statm: 1339 235 195 169 0 50 0
[pid=30624] ppid=30623 vsize=5356 CPUtime=0
/proc/30624/stat : 30624 (solve.sh) R 30623 30623 30139 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 675871735 5484544 235 996147200 4194304 4889804 548682068832 18446744073709551615 256364834087 0 0 4096 0 0 0 0 17 1 0 0
/proc/30624/statm: 1339 235 195 169 0 50 0

[startup+0.045668 s]
/proc/loadavg: 3.65 2.57 2.12 4/80 30623
/proc/meminfo: memFree=1626724/2055920 swapFree=4146768/4192956
[pid=30623] ppid=30621 vsize=5356 CPUtime=0
/proc/30623/stat : 30623 (solve.sh) S 30621 30623 30139 0 -1 4194304 285 0 0 0 0 0 0 0 18 0 1 0 675871735 5484544 235 996147200 4194304 4889804 548682068832 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30623/statm: 1339 235 195 169 0 50 0
[pid=30624] ppid=30623 vsize=860016 CPUtime=0.02
/proc/30624/stat : 30624 (java) S 30623 30623 30139 0 -1 0 1982 0 1 0 1 1 0 0 18 0 5 0 675871735 880656384 1572 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0
/proc/30624/statm: 215004 1639 900 9 0 209983 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 865372

[startup+0.106816 s]
/proc/loadavg: 3.65 2.57 2.12 4/80 30623
/proc/meminfo: memFree=1626724/2055920 swapFree=4146768/4192956
[pid=30623] ppid=30621 vsize=5356 CPUtime=0
/proc/30623/stat : 30623 (solve.sh) S 30621 30623 30139 0 -1 4194304 285 0 0 0 0 0 0 0 18 0 1 0 675871735 5484544 235 996147200 4194304 4889804 548682068832 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30623/statm: 1339 235 195 169 0 50 0
[pid=30624] ppid=30623 vsize=864136 CPUtime=0.09
/proc/30624/stat : 30624 (java) S 30623 30623 30139 0 -1 0 3570 0 1 0 7 2 0 0 18 0 9 0 675871735 884875264 3015 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30624/statm: 216034 3015 1746 9 0 210596 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 869492

[startup+0.302833 s]
/proc/loadavg: 3.65 2.57 2.12 4/80 30623
/proc/meminfo: memFree=1626724/2055920 swapFree=4146768/4192956
[pid=30623] ppid=30621 vsize=5356 CPUtime=0
/proc/30623/stat : 30623 (solve.sh) S 30621 30623 30139 0 -1 4194304 285 0 0 0 0 0 0 0 18 0 1 0 675871735 5484544 235 996147200 4194304 4889804 548682068832 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30623/statm: 1339 235 195 169 0 50 0
[pid=30624] ppid=30623 vsize=864444 CPUtime=0.28
/proc/30624/stat : 30624 (java) S 30623 30623 30139 0 -1 0 4081 0 1 0 26 2 0 0 18 0 9 0 675871735 885190656 3514 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30624/statm: 216111 3514 1819 9 0 210673 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 869800

[startup+0.702876 s]
/proc/loadavg: 3.65 2.57 2.12 4/80 30623
/proc/meminfo: memFree=1626724/2055920 swapFree=4146768/4192956
[pid=30623] ppid=30621 vsize=5356 CPUtime=0
/proc/30623/stat : 30623 (solve.sh) S 30621 30623 30139 0 -1 4194304 285 0 0 0 0 0 0 0 18 0 1 0 675871735 5484544 235 996147200 4194304 4889804 548682068832 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30623/statm: 1339 235 195 169 0 50 0
[pid=30624] ppid=30623 vsize=868716 CPUtime=0.68
/proc/30624/stat : 30624 (java) S 30623 30623 30139 0 -1 0 6922 0 1 0 63 5 0 0 18 0 9 0 675871735 889565184 6318 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30624/statm: 217179 6318 1847 9 0 211741 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 874072

[startup+1.50295 s]
/proc/loadavg: 3.65 2.57 2.12 3/90 30633
/proc/meminfo: memFree=1604308/2055920 swapFree=4146768/4192956
[pid=30623] ppid=30621 vsize=5356 CPUtime=0
/proc/30623/stat : 30623 (solve.sh) S 30621 30623 30139 0 -1 4194304 285 0 0 0 0 0 0 0 18 0 1 0 675871735 5484544 235 996147200 4194304 4889804 548682068832 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30623/statm: 1339 235 195 169 0 50 0
[pid=30624] ppid=30623 vsize=868716 CPUtime=1.48
/proc/30624/stat : 30624 (java) S 30623 30623 30139 0 -1 0 8581 0 1 0 142 6 0 0 18 0 9 0 675871735 889565184 7972 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30624/statm: 217179 7972 1861 9 0 211741 0
[pid=30624/tid=30626] ppid=30623 vsize=868716 CPUtime=1.19
/proc/30624/task/30626/stat : 30626 (java) R 30623 30623 30139 0 -1 64 4948 0 1 0 116 3 0 0 25 0 9 0 675871736 889565184 7972 996147200 134512640 134550740 4294956032 18446744073709551615 4126654176 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30624/tid=30627] ppid=30623 vsize=868716 CPUtime=0.03
/proc/30624/task/30627/stat : 30627 (java) S 30623 30623 30139 0 -1 64 1379 0 0 0 3 0 0 0 16 0 9 0 675871737 889565184 7972 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30624/tid=30628] ppid=30623 vsize=868716 CPUtime=0
/proc/30624/task/30628/stat : 30628 (java) S 30623 30623 30139 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 675871738 889565184 7972 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30624/tid=30629] ppid=30623 vsize=868716 CPUtime=0
/proc/30624/task/30629/stat : 30629 (java) S 30623 30623 30139 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 675871738 889565184 7972 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30624/tid=30630] ppid=30623 vsize=868716 CPUtime=0
/proc/30624/task/30630/stat : 30630 (java) S 30623 30623 30139 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 675871740 889565184 7972 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30624/tid=30631] ppid=30623 vsize=868716 CPUtime=0.22
/proc/30624/task/30631/stat : 30631 (java) S 30623 30623 30139 0 -1 64 1519 0 0 0 21 1 0 0 16 0 9 0 675871740 889565184 7972 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30624/tid=30632] ppid=30623 vsize=868716 CPUtime=0
/proc/30624/task/30632/stat : 30632 (java) S 30623 30623 30139 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 675871740 889565184 7972 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30624/tid=30633] ppid=30623 vsize=868716 CPUtime=0
/proc/30624/task/30633/stat : 30633 (java) S 30623 30623 30139 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 675871740 889565184 7972 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 874072

[startup+3.10112 s]
/proc/loadavg: 3.65 2.57 2.12 3/90 30633
/proc/meminfo: memFree=1597588/2055920 swapFree=4146768/4192956
[pid=30623] ppid=30621 vsize=5356 CPUtime=0
/proc/30623/stat : 30623 (solve.sh) S 30621 30623 30139 0 -1 4194304 285 0 0 0 0 0 0 0 18 0 1 0 675871735 5484544 235 996147200 4194304 4889804 548682068832 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30623/statm: 1339 235 195 169 0 50 0
[pid=30624] ppid=30623 vsize=868716 CPUtime=3.05
/proc/30624/stat : 30624 (java) S 30623 30623 30139 0 -1 0 9626 0 1 0 299 6 0 0 18 0 9 0 675871735 889565184 9010 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30624/statm: 217179 9010 1866 9 0 211741 0
[pid=30624/tid=30626] ppid=30623 vsize=868716 CPUtime=2.69
/proc/30624/task/30626/stat : 30626 (java) R 30623 30623 30139 0 -1 64 4981 0 1 0 266 3 0 0 25 0 9 0 675871736 889565184 9010 996147200 134512640 134550740 4294956032 18446744073709551615 4127151265 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30624/tid=30627] ppid=30623 vsize=868716 CPUtime=0.1
/proc/30624/task/30627/stat : 30627 (java) S 30623 30623 30139 0 -1 64 2375 0 0 0 9 1 0 0 16 0 9 0 675871737 889565184 9010 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30624/tid=30628] ppid=30623 vsize=868716 CPUtime=0
/proc/30624/task/30628/stat : 30628 (java) S 30623 30623 30139 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 675871738 889565184 9010 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30624/tid=30629] ppid=30623 vsize=868716 CPUtime=0
/proc/30624/task/30629/stat : 30629 (java) S 30623 30623 30139 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 675871738 889565184 9010 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30624/tid=30630] ppid=30623 vsize=868716 CPUtime=0
/proc/30624/task/30630/stat : 30630 (java) S 30623 30623 30139 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 675871740 889565184 9010 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30624/tid=30631] ppid=30623 vsize=868716 CPUtime=0.24
/proc/30624/task/30631/stat : 30631 (java) S 30623 30623 30139 0 -1 64 1535 0 0 0 23 1 0 0 16 0 9 0 675871740 889565184 9010 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30624/tid=30632] ppid=30623 vsize=868716 CPUtime=0
/proc/30624/task/30632/stat : 30632 (java) S 30623 30623 30139 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 675871740 889565184 9010 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30624/tid=30633] ppid=30623 vsize=868716 CPUtime=0
/proc/30624/task/30633/stat : 30633 (java) S 30623 30623 30139 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 675871740 889565184 9010 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 874072

[startup+6.30246 s]
/proc/loadavg: 3.68 2.59 2.13 3/90 30633
/proc/meminfo: memFree=1596180/2055920 swapFree=4146768/4192956
[pid=30623] ppid=30621 vsize=5356 CPUtime=0
/proc/30623/stat : 30623 (solve.sh) S 30621 30623 30139 0 -1 4194304 285 0 0 0 0 0 0 0 18 0 1 0 675871735 5484544 235 996147200 4194304 4889804 548682068832 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30623/statm: 1339 235 195 169 0 50 0
[pid=30624] ppid=30623 vsize=868716 CPUtime=6.24
/proc/30624/stat : 30624 (java) S 30623 30623 30139 0 -1 0 9645 0 1 0 618 6 0 0 18 0 9 0 675871735 889565184 9017 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30624/statm: 217179 9017 1866 9 0 211741 0
[pid=30624/tid=30626] ppid=30623 vsize=868716 CPUtime=5.8
/proc/30624/task/30626/stat : 30626 (java) R 30623 30623 30139 0 -1 64 4993 0 1 0 577 3 0 0 25 0 9 0 675871736 889565184 9017 996147200 134512640 134550740 4294956032 18446744073709551615 102064907 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30624/tid=30627] ppid=30623 vsize=868716 CPUtime=0.17
/proc/30624/task/30627/stat : 30627 (java) S 30623 30623 30139 0 -1 64 2377 0 0 0 16 1 0 0 16 0 9 0 675871737 889565184 9017 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30624/tid=30628] ppid=30623 vsize=868716 CPUtime=0
/proc/30624/task/30628/stat : 30628 (java) S 30623 30623 30139 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 675871738 889565184 9017 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30624/tid=30629] ppid=30623 vsize=868716 CPUtime=0
/proc/30624/task/30629/stat : 30629 (java) S 30623 30623 30139 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 675871738 889565184 9017 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30624/tid=30630] ppid=30623 vsize=868716 CPUtime=0
/proc/30624/task/30630/stat : 30630 (java) S 30623 30623 30139 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 675871740 889565184 9017 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30624/tid=30631] ppid=30623 vsize=868716 CPUtime=0.25
/proc/30624/task/30631/stat : 30631 (java) S 30623 30623 30139 0 -1 64 1540 0 0 0 24 1 0 0 16 0 9 0 675871740 889565184 9017 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30624/tid=30632] ppid=30623 vsize=868716 CPUtime=0
/proc/30624/task/30632/stat : 30632 (java) S 30623 30623 30139 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 675871740 889565184 9017 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30624/tid=30633] ppid=30623 vsize=868716 CPUtime=0
/proc/30624/task/30633/stat : 30633 (java) S 30623 30623 30139 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 675871740 889565184 9017 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 874072

[startup+12.7314 s]
/proc/loadavg: 3.70 2.62 2.14 3/90 30633
/proc/meminfo: memFree=1595988/2055920 swapFree=4146768/4192956
[pid=30623] ppid=30621 vsize=5356 CPUtime=0
/proc/30623/stat : 30623 (solve.sh) S 30621 30623 30139 0 -1 4194304 285 0 0 0 0 0 0 0 18 0 1 0 675871735 5484544 235 996147200 4194304 4889804 548682068832 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30623/statm: 1339 235 195 169 0 50 0
[pid=30624] ppid=30623 vsize=868716 CPUtime=12.44
/proc/30624/stat : 30624 (java) S 30623 30623 30139 0 -1 0 9668 0 1 0 1237 7 0 0 18 0 9 0 675871735 889565184 9021 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30624/statm: 217179 9021 1866 9 0 211741 0
[pid=30624/tid=30626] ppid=30623 vsize=868716 CPUtime=11.87
/proc/30624/task/30626/stat : 30626 (java) R 30623 30623 30139 0 -1 64 5012 0 1 0 1184 3 0 0 25 0 9 0 675871736 889565184 9021 996147200 134512640 134550740 4294956032 18446744073709551615 102064943 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30624/tid=30627] ppid=30623 vsize=868716 CPUtime=0.29
/proc/30624/task/30627/stat : 30627 (java) S 30623 30623 30139 0 -1 64 2381 0 0 0 28 1 0 0 16 0 9 0 675871737 889565184 9021 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30624/tid=30628] ppid=30623 vsize=868716 CPUtime=0
/proc/30624/task/30628/stat : 30628 (java) S 30623 30623 30139 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 675871738 889565184 9021 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30624/tid=30629] ppid=30623 vsize=868716 CPUtime=0
/proc/30624/task/30629/stat : 30629 (java) S 30623 30623 30139 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 675871738 889565184 9021 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30624/tid=30630] ppid=30623 vsize=868716 CPUtime=0
/proc/30624/task/30630/stat : 30630 (java) S 30623 30623 30139 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 675871740 889565184 9021 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30624/tid=30631] ppid=30623 vsize=868716 CPUtime=0.25
/proc/30624/task/30631/stat : 30631 (java) S 30623 30623 30139 0 -1 64 1540 0 0 0 24 1 0 0 16 0 9 0 675871740 889565184 9021 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30624/tid=30632] ppid=30623 vsize=868716 CPUtime=0
/proc/30624/task/30632/stat : 30632 (java) S 30623 30623 30139 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 675871740 889565184 9021 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30624/tid=30633] ppid=30623 vsize=868716 CPUtime=0
/proc/30624/task/30633/stat : 30633 (java) S 30623 30623 30139 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 675871740 889565184 9021 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.44
Current children cumulated vsize (KiB) 874072

[startup+25.5024 s]
/proc/loadavg: 3.85 2.70 2.17 3/90 30633
/proc/meminfo: memFree=1596116/2055920 swapFree=4146768/4192956
[pid=30623] ppid=30621 vsize=5356 CPUtime=0
/proc/30623/stat : 30623 (solve.sh) S 30621 30623 30139 0 -1 4194304 285 0 0 0 0 0 0 0 18 0 1 0 675871735 5484544 235 996147200 4194304 4889804 548682068832 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30623/statm: 1339 235 195 169 0 50 0
[pid=30624] ppid=30623 vsize=868716 CPUtime=24.78
/proc/30624/stat : 30624 (java) S 30623 30623 30139 0 -1 0 9715 0 1 0 2469 9 0 0 18 0 9 0 675871735 889565184 9030 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30624/statm: 217179 9030 1866 9 0 211741 0
[pid=30624/tid=30626] ppid=30623 vsize=868716 CPUtime=23.95
/proc/30624/task/30626/stat : 30626 (java) R 30623 30623 30139 0 -1 64 5050 0 1 0 2391 4 0 0 25 0 9 0 675871736 889565184 9030 996147200 134512640 134550740 4294956032 18446744073709551615 4126654299 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30624/tid=30627] ppid=30623 vsize=868716 CPUtime=0.54
/proc/30624/task/30627/stat : 30627 (java) S 30623 30623 30139 0 -1 64 2389 0 0 0 52 2 0 0 16 0 9 0 675871737 889565184 9030 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30624/tid=30628] ppid=30623 vsize=868716 CPUtime=0
/proc/30624/task/30628/stat : 30628 (java) S 30623 30623 30139 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 675871738 889565184 9030 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30624/tid=30629] ppid=30623 vsize=868716 CPUtime=0
/proc/30624/task/30629/stat : 30629 (java) S 30623 30623 30139 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 675871738 889565184 9030 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

[pid=30624/tid=30629] ppid=30623 vsize=868716 CPUtime=0
/proc/30624/task/30629/stat : 30629 (java) S 30623 30623 30139 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 675871738 889565184 9070 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30624/tid=30630] ppid=30623 vsize=868716 CPUtime=0
/proc/30624/task/30630/stat : 30630 (java) S 30623 30623 30139 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 675871740 889565184 9070 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30624/tid=30631] ppid=30623 vsize=868716 CPUtime=0.25
/proc/30624/task/30631/stat : 30631 (java) S 30623 30623 30139 0 -1 64 1541 0 0 0 24 1 0 0 17 0 9 0 675871740 889565184 9070 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30624/tid=30632] ppid=30623 vsize=868716 CPUtime=0
/proc/30624/task/30632/stat : 30632 (java) S 30623 30623 30139 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 675871740 889565184 9070 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30624/tid=30633] ppid=30623 vsize=868716 CPUtime=0.02
/proc/30624/task/30633/stat : 30633 (java) S 30623 30623 30139 0 -1 64 1 0 0 0 1 1 0 0 15 0 9 0 675871740 889565184 9070 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 75.58
Current children cumulated vsize (KiB) 874072

[startup+83.7013 s]
/proc/loadavg: 3.50 2.83 2.25 3/90 30633
/proc/meminfo: memFree=1597204/2055920 swapFree=4146768/4192956
[pid=30623] ppid=30621 vsize=5356 CPUtime=0
/proc/30623/stat : 30623 (solve.sh) S 30621 30623 30139 0 -1 4194304 285 0 0 0 0 0 0 0 18 0 1 0 675871735 5484544 235 996147200 4194304 4889804 548682068832 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30623/statm: 1339 235 195 169 0 50 0
[pid=30624] ppid=30623 vsize=868716 CPUtime=81.94
/proc/30624/stat : 30624 (java) S 30623 30623 30139 0 -1 0 9950 0 1 0 8182 12 0 0 18 0 9 0 675871735 889565184 9077 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30624/statm: 217179 9077 1866 9 0 211741 0
[pid=30624/tid=30626] ppid=30623 vsize=868716 CPUtime=80.15
/proc/30624/task/30626/stat : 30626 (java) R 30623 30623 30139 0 -1 64 5238 0 1 0 8010 5 0 0 25 0 9 0 675871736 889565184 9077 996147200 134512640 134550740 4294956032 18446744073709551615 4127171975 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30624/tid=30627] ppid=30623 vsize=868716 CPUtime=1.48
/proc/30624/task/30627/stat : 30627 (java) S 30623 30623 30139 0 -1 64 2436 0 0 0 145 3 0 0 16 0 9 0 675871737 889565184 9077 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30624/tid=30628] ppid=30623 vsize=868716 CPUtime=0
/proc/30624/task/30628/stat : 30628 (java) S 30623 30623 30139 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 675871738 889565184 9077 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30624/tid=30629] ppid=30623 vsize=868716 CPUtime=0
/proc/30624/task/30629/stat : 30629 (java) S 30623 30623 30139 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 675871738 889565184 9077 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30624/tid=30630] ppid=30623 vsize=868716 CPUtime=0
/proc/30624/task/30630/stat : 30630 (java) S 30623 30623 30139 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 675871740 889565184 9077 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30624/tid=30631] ppid=30623 vsize=868716 CPUtime=0.25
/proc/30624/task/30631/stat : 30631 (java) S 30623 30623 30139 0 -1 64 1541 0 0 0 24 1 0 0 17 0 9 0 675871740 889565184 9077 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30624/tid=30632] ppid=30623 vsize=868716 CPUtime=0
/proc/30624/task/30632/stat : 30632 (java) S 30623 30623 30139 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 675871740 889565184 9077 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30624/tid=30633] ppid=30623 vsize=868716 CPUtime=0.02
/proc/30624/task/30633/stat : 30633 (java) S 30623 30623 30139 0 -1 64 1 0 0 0 1 1 0 0 15 0 9 0 675871740 889565184 9077 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 81.94
Current children cumulated vsize (KiB) 874072

[startup+86.9026 s]
/proc/loadavg: 3.38 2.82 2.25 3/90 30633
/proc/meminfo: memFree=1597204/2055920 swapFree=4146768/4192956
[pid=30623] ppid=30621 vsize=5356 CPUtime=0
/proc/30623/stat : 30623 (solve.sh) S 30621 30623 30139 0 -1 4194304 285 0 0 0 0 0 0 0 18 0 1 0 675871735 5484544 235 996147200 4194304 4889804 548682068832 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30623/statm: 1339 235 195 169 0 50 0
[pid=30624] ppid=30623 vsize=868716 CPUtime=85.12
/proc/30624/stat : 30624 (java) S 30623 30623 30139 0 -1 0 9966 0 1 0 8500 12 0 0 18 0 9 0 675871735 889565184 9082 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30624/statm: 217179 9082 1866 9 0 211741 0
[pid=30624/tid=30626] ppid=30623 vsize=868716 CPUtime=83.29
/proc/30624/task/30626/stat : 30626 (java) R 30623 30623 30139 0 -1 64 5249 0 1 0 8324 5 0 0 25 0 9 0 675871736 889565184 9082 996147200 134512640 134550740 4294956032 18446744073709551615 4126682209 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30624/tid=30627] ppid=30623 vsize=868716 CPUtime=1.52
/proc/30624/task/30627/stat : 30627 (java) S 30623 30623 30139 0 -1 64 2441 0 0 0 149 3 0 0 16 0 9 0 675871737 889565184 9082 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30624/tid=30628] ppid=30623 vsize=868716 CPUtime=0
/proc/30624/task/30628/stat : 30628 (java) S 30623 30623 30139 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 675871738 889565184 9082 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30624/tid=30629] ppid=30623 vsize=868716 CPUtime=0
/proc/30624/task/30629/stat : 30629 (java) S 30623 30623 30139 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 675871738 889565184 9082 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30624/tid=30630] ppid=30623 vsize=868716 CPUtime=0
/proc/30624/task/30630/stat : 30630 (java) S 30623 30623 30139 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 675871740 889565184 9082 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30624/tid=30631] ppid=30623 vsize=868716 CPUtime=0.25
/proc/30624/task/30631/stat : 30631 (java) S 30623 30623 30139 0 -1 64 1541 0 0 0 24 1 0 0 17 0 9 0 675871740 889565184 9082 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30624/tid=30632] ppid=30623 vsize=868716 CPUtime=0
/proc/30624/task/30632/stat : 30632 (java) S 30623 30623 30139 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 675871740 889565184 9082 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30624/tid=30633] ppid=30623 vsize=868716 CPUtime=0.02
/proc/30624/task/30633/stat : 30633 (java) S 30623 30623 30139 0 -1 64 1 0 0 0 1 1 0 0 15 0 9 0 675871740 889565184 9082 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 85.12
Current children cumulated vsize (KiB) 874072

[startup+88.5028 s]
/proc/loadavg: 3.38 2.82 2.25 3/90 30633
/proc/meminfo: memFree=1597204/2055920 swapFree=4146768/4192956
[pid=30623] ppid=30621 vsize=5356 CPUtime=0
/proc/30623/stat : 30623 (solve.sh) S 30621 30623 30139 0 -1 4194304 285 0 0 0 0 0 0 0 18 0 1 0 675871735 5484544 235 996147200 4194304 4889804 548682068832 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30623/statm: 1339 235 195 169 0 50 0
[pid=30624] ppid=30623 vsize=868716 CPUtime=86.72
/proc/30624/stat : 30624 (java) S 30623 30623 30139 0 -1 0 9973 0 1 0 8660 12 0 0 18 0 9 0 675871735 889565184 9084 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30624/statm: 217179 9084 1866 9 0 211741 0
[pid=30624/tid=30626] ppid=30623 vsize=868716 CPUtime=84.87
/proc/30624/task/30626/stat : 30626 (java) R 30623 30623 30139 0 -1 64 5254 0 1 0 8482 5 0 0 25 0 9 0 675871736 889565184 9084 996147200 134512640 134550740 4294956032 18446744073709551615 4126654321 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30624/tid=30627] ppid=30623 vsize=868716 CPUtime=1.54
/proc/30624/task/30627/stat : 30627 (java) S 30623 30623 30139 0 -1 64 2443 0 0 0 151 3 0 0 16 0 9 0 675871737 889565184 9084 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30624/tid=30628] ppid=30623 vsize=868716 CPUtime=0
/proc/30624/task/30628/stat : 30628 (java) S 30623 30623 30139 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 675871738 889565184 9084 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30624/tid=30629] ppid=30623 vsize=868716 CPUtime=0
/proc/30624/task/30629/stat : 30629 (java) S 30623 30623 30139 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 675871738 889565184 9084 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30624/tid=30630] ppid=30623 vsize=868716 CPUtime=0
/proc/30624/task/30630/stat : 30630 (java) S 30623 30623 30139 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 675871740 889565184 9084 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30624/tid=30631] ppid=30623 vsize=868716 CPUtime=0.25
/proc/30624/task/30631/stat : 30631 (java) S 30623 30623 30139 0 -1 64 1541 0 0 0 24 1 0 0 17 0 9 0 675871740 889565184 9084 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30624/tid=30632] ppid=30623 vsize=868716 CPUtime=0
/proc/30624/task/30632/stat : 30632 (java) S 30623 30623 30139 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 675871740 889565184 9084 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30624/tid=30633] ppid=30623 vsize=868716 CPUtime=0.02
/proc/30624/task/30633/stat : 30633 (java) S 30623 30623 30139 0 -1 64 1 0 0 0 1 1 0 0 15 0 9 0 675871740 889565184 9084 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 86.72
Current children cumulated vsize (KiB) 874072

[startup+89.3019 s]
/proc/loadavg: 3.38 2.82 2.25 3/90 30633
/proc/meminfo: memFree=1597204/2055920 swapFree=4146768/4192956
[pid=30623] ppid=30621 vsize=5356 CPUtime=0
/proc/30623/stat : 30623 (solve.sh) S 30621 30623 30139 0 -1 4194304 285 0 0 0 0 0 0 0 18 0 1 0 675871735 5484544 235 996147200 4194304 4889804 548682068832 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30623/statm: 1339 235 195 169 0 50 0
[pid=30624] ppid=30623 vsize=868716 CPUtime=87.51
/proc/30624/stat : 30624 (java) S 30623 30623 30139 0 -1 0 9977 0 1 0 8739 12 0 0 18 0 9 0 675871735 889565184 9085 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30624/statm: 217179 9085 1866 9 0 211741 0
[pid=30624/tid=30626] ppid=30623 vsize=868716 CPUtime=85.64
/proc/30624/task/30626/stat : 30626 (java) R 30623 30623 30139 0 -1 64 5257 0 1 0 8559 5 0 0 25 0 9 0 675871736 889565184 9085 996147200 134512640 134550740 4294956032 18446744073709551615 4127134382 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30624/tid=30627] ppid=30623 vsize=868716 CPUtime=1.56
/proc/30624/task/30627/stat : 30627 (java) S 30623 30623 30139 0 -1 64 2444 0 0 0 153 3 0 0 16 0 9 0 675871737 889565184 9085 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30624/tid=30628] ppid=30623 vsize=868716 CPUtime=0
/proc/30624/task/30628/stat : 30628 (java) S 30623 30623 30139 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 675871738 889565184 9085 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30624/tid=30629] ppid=30623 vsize=868716 CPUtime=0
/proc/30624/task/30629/stat : 30629 (java) S 30623 30623 30139 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 675871738 889565184 9085 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30624/tid=30630] ppid=30623 vsize=868716 CPUtime=0
/proc/30624/task/30630/stat : 30630 (java) S 30623 30623 30139 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 675871740 889565184 9085 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30624/tid=30631] ppid=30623 vsize=868716 CPUtime=0.25
/proc/30624/task/30631/stat : 30631 (java) S 30623 30623 30139 0 -1 64 1541 0 0 0 24 1 0 0 17 0 9 0 675871740 889565184 9085 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30624/tid=30632] ppid=30623 vsize=868716 CPUtime=0
/proc/30624/task/30632/stat : 30632 (java) S 30623 30623 30139 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 675871740 889565184 9085 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30624/tid=30633] ppid=30623 vsize=868716 CPUtime=0.02
/proc/30624/task/30633/stat : 30633 (java) S 30623 30623 30139 0 -1 64 1 0 0 0 1 1 0 0 15 0 9 0 675871740 889565184 9085 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 87.51
Current children cumulated vsize (KiB) 874072

[startup+89.7069 s]
/proc/loadavg: 3.27 2.80 2.24 3/90 30633
/proc/meminfo: memFree=1597204/2055920 swapFree=4146768/4192956
[pid=30623] ppid=30621 vsize=5356 CPUtime=0
/proc/30623/stat : 30623 (solve.sh) S 30621 30623 30139 0 -1 4194304 285 0 0 0 0 0 0 0 18 0 1 0 675871735 5484544 235 996147200 4194304 4889804 548682068832 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30623/statm: 1339 235 195 169 0 50 0
[pid=30624] ppid=30623 vsize=868716 CPUtime=87.92
/proc/30624/stat : 30624 (java) S 30623 30623 30139 0 -1 0 10007 0 1 0 8780 12 0 0 18 0 9 0 675871735 889565184 9114 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30624/statm: 217179 9114 1871 9 0 211741 0
[pid=30624/tid=30626] ppid=30623 vsize=868716 CPUtime=86.04
/proc/30624/task/30626/stat : 30626 (java) R 30623 30623 30139 0 -1 64 5284 0 1 0 8599 5 0 0 25 0 9 0 675871736 889565184 9114 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30624/tid=30627] ppid=30623 vsize=868716 CPUtime=1.56
/proc/30624/task/30627/stat : 30627 (java) S 30623 30623 30139 0 -1 64 2445 0 0 0 153 3 0 0 16 0 9 0 675871737 889565184 9114 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30624/tid=30628] ppid=30623 vsize=868716 CPUtime=0
/proc/30624/task/30628/stat : 30628 (java) S 30623 30623 30139 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 675871738 889565184 9114 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30624/tid=30629] ppid=30623 vsize=868716 CPUtime=0
/proc/30624/task/30629/stat : 30629 (java) S 30623 30623 30139 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 675871738 889565184 9114 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30624/tid=30630] ppid=30623 vsize=868716 CPUtime=0
/proc/30624/task/30630/stat : 30630 (java) S 30623 30623 30139 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 675871740 889565184 9114 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30624/tid=30631] ppid=30623 vsize=868716 CPUtime=0.26
/proc/30624/task/30631/stat : 30631 (java) R 30623 30623 30139 0 -1 64 1543 0 0 0 25 1 0 0 16 0 9 0 675871740 889565184 9114 996147200 134512640 134550740 4294956032 18446744073709551615 102097112 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30624/tid=30632] ppid=30623 vsize=868716 CPUtime=0
/proc/30624/task/30632/stat : 30632 (java) S 30623 30623 30139 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 675871740 889565184 9114 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30624/tid=30633] ppid=30623 vsize=868716 CPUtime=0.02
/proc/30624/task/30633/stat : 30633 (java) S 30623 30623 30139 0 -1 64 1 0 0 0 1 1 0 0 15 0 9 0 675871740 889565184 9114 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 87.92
Current children cumulated vsize (KiB) 874072

[startup+89.902 s]
/proc/loadavg: 3.27 2.80 2.24 3/90 30633
/proc/meminfo: memFree=1597204/2055920 swapFree=4146768/4192956
[pid=30623] ppid=30621 vsize=5360 CPUtime=88.06
/proc/30623/stat : 30623 (solve.sh) S 30621 30623 30139 0 -1 4194304 310 10114 0 1 0 0 8793 13 19 0 1 0 675871735 5488640 236 996147200 4194304 4889804 548682068832 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30623/statm: 1340 236 195 169 0 51 0
Current children cumulated CPU time (s) 88.06
Current children cumulated vsize (KiB) 5360

[startup+90.002 s]
/proc/loadavg: 3.27 2.80 2.24 3/90 30633
/proc/meminfo: memFree=1597204/2055920 swapFree=4146768/4192956
[pid=30623] ppid=30621 vsize=5360 CPUtime=88.06
/proc/30623/stat : 30623 (solve.sh) S 30621 30623 30139 0 -1 4194304 310 10114 0 1 0 0 8793 13 19 0 1 0 675871735 5488640 236 996147200 4194304 4889804 548682068832 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30623/statm: 1340 236 195 169 0 51 0
Current children cumulated CPU time (s) 88.06
Current children cumulated vsize (KiB) 5360

Child status: 0
Real time (s): 90.0173
CPU time (s): 88.2146
CPU user time (s): 88.0716
CPU system time (s): 0.142978
CPU usage (%): 97.9974
Max. virtual memory (cumulated for all children) (KiB): 874072

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 88.0716
system time used= 0.142978
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11431
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= 4617
involuntary context switches= 5316

runsolver used 0.696894 second user time and 1.43378 second system time

The end

Launcher Data (download as text)

Begin job on node90 at 2008-07-04 21:57:31
IDJOB=1106512
IDBENCH=54815
IDSOLVER=369
FILE ID=node90/1106512-1215201450
PBS_JOBID= 7881652
Free space on /tmp= 66524 MiB

SOLVER NAME= Minion/Tailor 2008-07-04
BENCH NAME= CPAI08/csp/pseudo/mpsReduced/normalized-mps-red-egout.xml
COMMAND LINE= DIR/solve.sh BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1106512-1215201450/watcher-1106512-1215201450 -o /tmp/evaluation-result-1106512-1215201450/solver-1106512-1215201450 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/solve.sh HOME/instance-1106512-1215201450.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 822c45eab57e27ca684c8dab8a23d430
RANDOM SEED=935635684

node90.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.236
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.236
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:       1627140 kB
Buffers:         43480 kB
Cached:         217928 kB
SwapCached:      37656 kB
Active:         309024 kB
Inactive:        60164 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1627140 kB
SwapTotal:     4192956 kB
SwapFree:      4146768 kB
Dirty:           30108 kB
Writeback:           0 kB
Mapped:         112660 kB
Slab:            44060 kB
Committed_AS:   986528 kB
PageTables:       2504 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= 66496 MiB
End job on node90 at 2008-07-04 21:59:02